Skip to content

Commit 8255f7a

Browse files
authored
Merge pull request #1237 from cmu-delphi/release/v3.2.9
Release v3.2.9
2 parents 20a4020 + 5837f24 commit 8255f7a

File tree

7 files changed

+172
-160
lines changed

7 files changed

+172
-160
lines changed

package-lock.json

+155-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-covidcast",
3-
"version": "3.2.8",
3+
"version": "3.2.9",
44
"private": true,
55
"license": "MIT",
66
"description": "",

src/data/meta.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ export class MetaDataManager {
192192
}
193193

194194
getDefaultCasesSignal(): Sensor | null {
195-
return this.getSensor({ id: 'jhu-csse', signal: 'confirmed_7dav_incidence_prop' });
195+
return this.getSensor({ id: 'doctor-visits', signal: 'smoothed_adj_cli' });
196196
}
197197
getDefaultDeathSignal(): Sensor | null {
198-
return this.getSensor({ id: 'jhu-csse', signal: 'deaths_7dav_incidence_prop' });
198+
return this.getSensor({ id: 'nchs-mortality', signal: 'deaths_covid_incidence_prop' });
199199
}
200200

201201
getSensorsOfType(type: SignalCategory): Sensor[] {

src/modes/summary/Overview.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<div class="mobile-three-col">
5555
<div class="mobile-kpi">
56-
<h3>Cases</h3>
56+
<h3>Doctor Visits</h3>
5757
<div>
5858
{#await casesTrend}
5959
<KPIValue value={null} loading />
@@ -88,7 +88,7 @@
8888
{/await}
8989
</div>
9090
<div class="sub">
91-
<SensorUnit sensor={CASES} long />
91+
<SensorUnit sensor={DEATHS} long />
9292
</div>
9393
</div>
9494
</div>

src/modes/summary/Summary.svelte

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script>
22
import IndicatorTable from './IndicatorTable.svelte';
3-
import Overview from './Overview.svelte';
3+
// TEMPORARY DISABLING OF THIS OVERVIEW WIDGET UNTIL SIGNALS ARE FIXED:
4+
// import Overview from './Overview.svelte';
45
import { countyInfo, nationInfo, stateInfo } from '../../data/regions';
56
import RegionDatePicker from '../../components/RegionDatePicker.svelte';
67
import {
@@ -70,7 +71,9 @@
7071
<div class="uk-container content-grid">
7172
<div class="grid-3-11">
7273
<FancyHeader invert>{region.displayName}</FancyHeader>
74+
<!-- TEMPORARY DISABLING OF THIS OVERVIEW WIDGET UNTIL SIGNALS ARE FIXED
7375
<Overview {date} {region} {fetcher} />
76+
-->
7477
<hr />
7578
<FancyHeader invert sub="Map" anchor="map">{HOSPITAL_ADMISSION.name}</FancyHeader>
7679
<p>{@html HOSPITAL_ADMISSION.signalTooltip}</p>

src/stores/descriptions.raw.txt

+6-18
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,6 @@ SignalTooltip: Percentage of daily doctor visits that are due to lab-confirmed i
4343

4444
Description: Delphi receives aggregated statistics from Change Healthcare, Inc. on lab-confirmed influenza outpatient doctor visits, derived from ICD codes found in insurance claims. Using this data, we estimate the percentage of daily doctor’s visits in each area that resulted in a diagnosis of influenza. Note that these estimates are based only on visits by patients whose insurance claims are accessible to Change Healthcare.
4545
---
46-
Name: COVID Cases
47-
Id: jhu-csse
48-
Signal: confirmed_7dav_incidence_prop
49-
Highlight: [default]
50-
ExtendedColorScale: true
51-
52-
53-
SignalTooltip: Newly reported COVID-19 cases per 100,000 people, based on data from Johns Hopkins University
54-
55-
56-
Description: This data shows the number of COVID-19 confirmed cases newly reported each day. It reflects only cases reported by state and local health authorities. It is based on case counts compiled and made public by [a team at Johns Hopkins University](https://systems.jhu.edu/research/public-health/ncov/). The signal may not be directly comparable across regions with vastly different testing capacity or reporting criteria.
57-
---
5846
Name: COVID Hospital Admissions
5947
Id: hhs
6048
Signal: confirmed_admissions_covid_1d_prop_7dav
@@ -63,8 +51,8 @@ ExtendedColorScale: true
6351
Levels: [nation, state, county]
6452
Overrides:
6553
County:
66-
Id: dsew-cpr
67-
Signal: confirmed_admissions_covid_1d_prop_7dav
54+
Id: hospital-admissions
55+
Signal: smoothed_adj_covid19_from_claims
6856

6957

7058

@@ -89,11 +77,11 @@ SignalTooltip: Confirmed influenza hospital admissions per 100,000 people
8977
Description: This data shows the number of hospital admissions with lab-confirmed influenza each day. We source this data from the Report on Patient Impact and Hospital Capacity published by the US Department of Health & Human Services (HHS).
9078
---
9179
Name: COVID Deaths
92-
Id: jhu-csse
93-
Signal: deaths_7dav_incidence_prop
80+
Id: nchs-mortality
81+
Signal: deaths_covid_incidence_prop
9482

9583

96-
SignalTooltip: Newly reported COVID-19 deaths per 100,000 people, based on data from Johns Hopkins University
84+
SignalTooltip: Newly reported COVID-19 deaths per 100,000 people, based on NCHS mortality data.
9785

9886

99-
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/).
87+
Description: This data shows the number of COVID-19 deaths newly reported each week. The signal is based on COVID-19 death counts compiled and made public by [the National Center for Health Statistics](https://www.cdc.gov/nchs/nvss/vsrr/COVID19/index.htm).

src/stores/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ export const sensorList = derived(metaDataManager, (metaData) => {
109109
});
110110

111111
export const defaultCasesSensor = derived(sensorList, (sensorList) => {
112-
return sensorList.find((d) => d.signal === 'confirmed_7dav_incidence_prop');
112+
return sensorList.find((d) => d.signal === 'smoothed_adj_cli');
113113
});
114114
export const defaultHospitalSensor = derived(sensorList, (sensorList) => {
115115
return sensorList.find((d) => d.signal === 'confirmed_admissions_covid_1d_prop_7dav');
116116
});
117117
export const defaultDeathSensor = derived(sensorList, (sensorList) => {
118-
return sensorList.find((d) => d.signal === 'deaths_7dav_incidence_prop');
118+
return sensorList.find((d) => d.signal === 'deaths_covid_incidence_prop');
119119
});
120120

121121
export const currentSensorEntry = derived(

0 commit comments

Comments
 (0)