Skip to content

Commit ed7725e

Browse files
authored
Merge pull request #1204 from cmu-delphi/release/v3.2.4
Release v3.2.4
2 parents c0fe9f5 + 983616c commit ed7725e

File tree

5 files changed

+25
-67
lines changed

5 files changed

+25
-67
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-covidcast",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"private": true,
55
"license": "MIT",
66
"description": "",

src/modes/summary/Summary.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import IndicatorTable from './IndicatorTable.svelte';
3-
import CasesOverview from './CasesOverview.svelte';
3+
import Overview from './Overview.svelte';
44
import { countyInfo, nationInfo, stateInfo } from '../../data/regions';
55
import RegionDatePicker from '../../components/RegionDatePicker.svelte';
66
import {
@@ -10,7 +10,7 @@
1010
getScrollToAnchor,
1111
metaDataManager,
1212
sensorList,
13-
defaultCasesSensor,
13+
defaultHospitalSensor,
1414
currentMode,
1515
} from '../../stores';
1616
import { SensorParam, DateParam, RegionParam } from '../../stores/params';
@@ -26,7 +26,7 @@
2626
$: date = new DateParam($currentDateObject);
2727
$: region = new RegionParam($currentRegionInfo);
2828
29-
$: CASES = new SensorParam($defaultCasesSensor, $metaDataManager);
29+
$: HOSPITAL_ADMISSION = new SensorParam($defaultHospitalSensor, $metaDataManager);
3030
3131
const items = [nationInfo, ...stateInfo, ...countyInfo];
3232
@@ -70,15 +70,15 @@
7070
<div class="uk-container content-grid">
7171
<div class="grid-3-11">
7272
<FancyHeader invert>{region.displayName}</FancyHeader>
73-
<CasesOverview {date} {region} {fetcher} />
73+
<Overview {date} {region} {fetcher} />
7474
<hr />
75-
<FancyHeader invert sub="Map" anchor="map">{CASES.name}</FancyHeader>
76-
<p>{@html CASES.signalTooltip}</p>
77-
<RegionMapWrapper {region} {date} sensor={CASES} {fetcher} />
75+
<FancyHeader invert sub="Map" anchor="map">{HOSPITAL_ADMISSION.name}</FancyHeader>
76+
<p>{@html HOSPITAL_ADMISSION.signalTooltip}</p>
77+
<RegionMapWrapper {region} {date} sensor={HOSPITAL_ADMISSION} {fetcher} />
7878
<hr />
79-
<FancyHeader invert sub="Chart" anchor="chart">{CASES.name}</FancyHeader>
79+
<FancyHeader invert sub="Chart" anchor="chart">{HOSPITAL_ADMISSION.name}</FancyHeader>
8080
<div class="chart-300">
81-
<HistoryLineChart sensor={CASES} {date} {region} {fetcher} />
81+
<HistoryLineChart sensor={HOSPITAL_ADMISSION} {date} {region} {fetcher} />
8282
</div>
8383
<hr />
8484
<IndicatorTable {date} {region} {fetcher} />

src/stores/descriptions.raw.txt

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
---
2-
Name: People Wearing Masks
3-
Id: fb-survey
4-
Signal: smoothed_wwearing_mask_7d
5-
LinkFrom: [fb-survey-smoothed_wearing_mask_7d, fb-survey-smoothed_wearing_mask_5d]
6-
7-
8-
SignalTooltip: Percentage of people who say they wear a mask most or all of the time while in public, based on surveys of Facebook users
9-
10-
11-
Description: Every day, Delphi surveys tens of thousands of Facebook users, asking them a broad set of COVID-related questions, including whether they, or anyone in their household, are currently experiencing COVID-related symptoms. We also ask them if they wear a mask when they are in public. For this signal, we estimate the percentage of people who say they wear a mask most or all of the time when they are in public. The signal changed in [Wave 10](https://cmu-delphi.github.io/delphi-epidata/symptom-survey/coding.html#wave-10) of the survey, unifying the timespan to 7 days from previously 5 days.
12-
---
13-
Name: Vaccine Acceptance
14-
Id: fb-survey
15-
Signal: smoothed_wcovid_vaccinated_appointment_or_accept
16-
LinkFrom: [fb-survey-smoothed_covid_vaccinated_or_accept]
17-
SignalTooltip: Percentage of people who either have already received a COVID vaccine, have an appointment to receive a COVID vaccine, or would definitely or probably choose to receive one if it were offered to them today, based on surveys of Facebook users
18-
19-
20-
Description: Every day, Delphi surveys tens of thousands of Facebook users, asking them a broad set of COVID-related questions, including whether they have received a COVID vaccine, have an appointment to do so, or would choose to be vaccinated if they were offered a COVID vaccine today. For this signal, we estimate the percentage of people who either (a) say they have already received a COVID vaccine, (b) have an appointment to receive a COVID vaccine, or (c) would “definitely” or “probably” choose to be vaccinated if a COVID vaccine were offered to them today. The signal changed in [Wave 11](https://cmu-delphi.github.io/delphi-epidata/symptom-survey/coding.html#wave-11) of the survey, asking all non-vaccinated respondents if they have an appointment to be vaccinated and treating those with appointments as vaccine-accepting.
21-
---
222
Name: Symptom Searches (Smell and Taste) on Google
233
Id: google-symptoms
244
Signal: s05_smoothed_search
@@ -41,28 +21,6 @@ SignalTooltip: Google search volume of COVID-related symptom searches about comm
4121

4222
Description: Using Google Symptoms Searches, Delphi obtains the average of Google search volumes for searches related to nasal congestion, post nasal drip, rhinorrhea, sinusitis, rhinitis, and common cold in each area. These symptoms have shown positive correlation with reported COVID cases, especially since Omicron was declared a variant of concern by the World Health Organization. Note that the average search volume of these symptoms is not equivalent to the search volume of their union. According to Google, the estimates are not comparable across regions since the values are normalized by population and scaled by region-specific maximum popularity (and for this reason, we omit beehive grids and choropleth maps of this signal on the dashboard).
4323
---
44-
Name: COVID-Like Symptoms
45-
Id: fb-survey
46-
Signal: smoothed_wcli
47-
Unit: per 100 people
48-
49-
50-
SignalTooltip: Percentage of people with COVID-like symptoms, based on surveys of Facebook users
51-
52-
53-
Description: Every day, Delphi surveys tens of thousands of Facebook users, asking a broad set of COVID-related questions, including whether they, or anyone in their household, are currently experiencing COVID-related symptoms. We also ask questions about well-being and various mitigation measures, including mask wearing. For this signal, we estimate the percentage of people self-reporting COVID-like symptoms, defined here as fever along with either cough, shortness of breath, or difficulty breathing.
54-
---
55-
Name: COVID-Like Symptoms in Community
56-
Id: fb-survey
57-
Signal: smoothed_whh_cmnty_cli
58-
Unit: per 100 people
59-
60-
61-
SignalTooltip: Percentage of people who know someone in their local community with COVID-like symptoms, based on surveys of Facebook users
62-
63-
64-
Description: Every day, Delphi surveys tens of thousands of Facebook users, asking them a broad set of COVID-related questions, including whether they, or anyone in their household, are currently experiencing COVID-related symptoms. We also ask them if they know anyone in their local community who has COVID-like or flu-like symptoms, defined here as fever along with either sore throat, cough, shortness of breath, or difficulty breathing. For this indicator, we estimate the percentage of people who know someone, in their household or outside it, who has these symptoms.
65-
---
6624
Name: COVID-Related Doctor Visits
6725
Id: doctor-visits
6826
Signal: smoothed_adj_cli
@@ -139,4 +97,4 @@ Signal: deaths_7dav_incidence_prop
13997
SignalTooltip: Newly reported COVID-19 deaths per 100,000 people, based on data from Johns Hopkins University
14098

14199

142-
Description: This data shows the number of COVID-19 related deaths newly reported each day. It reflects official figures reported by state and local health authorities, and may not include excess deaths not confirmed by health authorities to be due to COVID-19. The signal is based on death counts compiled and made public by [a team at Johns Hopkins University](https://systems.jhu.edu/research/public-health/ncov/).
100+
Description: This data shows the number of COVID-19 deaths newly reported each day. The signal is based on COVID-19 death counts compiled and made public by [a team at Johns Hopkins University](https://systems.jhu.edu/research/public-health/ncov/).

0 commit comments

Comments
 (0)