Skip to content

Commit

Permalink
Merge pull request #971 from cmu-delphi/sgratzl/survey_rename
Browse files Browse the repository at this point in the history
feat: rename to CTIS results
  • Loading branch information
krivard authored Jul 9, 2021
2 parents 9365ff5 + 976280f commit 85cf77c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="/correlation">Explore Correlations</a>
</li>
<li data-mode="survey-results" class="nav-dropdown-child">
<a href="/survey-results">Survey Results</a>
<a href="/survey-results">CTIS Results</a>
</li>
<li data-mode="indicator-status" class="nav-dropdown-child">
<a href="/indicator-status">Indicator Status Overview</a>
Expand Down
6 changes: 3 additions & 3 deletions src/modes/landing/Landing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@

<div class="block">
<hr />
<FancyHeader sub="Pandemic Survey via Facebook" center>Delphi</FancyHeader>
<FancyHeader sub="Survey" center>COVID Trends and Impact</FancyHeader>
<p>
The U.S. Pandemic Survey offers insights into public sentiment on:
The COVID-19 Trends and Impact Survey (CTIS) offers insights into public sentiment on:
<a href="./{modeByID['survey-results'].id}" on:click|preventDefault={switchSurvey}>
{#each questionCategories as cat, i}
{i === questionCategories.length - 1 ? ' and' : i > 0 ? ',' : ''}
Expand All @@ -150,7 +150,7 @@
</div>

<p>
<a href="https://github.com/cmu-delphi/www-covidcast/releases/v{version}/">COVIDcast (v{version})</a> &copy; 2021
<a href="https://github.com/cmu-delphi/www-covidcast/releases/v{version}/">COVIDcast (v{version})</a> &copy; {new Date().getFullYear()}
Delphi Group. COVIDcast is an open-source project under the
<a href="https://github.com/cmu-delphi/www-covidcast/blob/dev/LICENSE">MIT-license</a>
available at <a href="https://github.com/cmu-delphi/www-covidcast">GitHub</a>. Developed by the Delphi Team in
Expand Down
2 changes: 1 addition & 1 deletion src/modes/modes.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const modes = [
},
{
id: 'survey-results',
label: 'Survey Results',
label: 'CTIS Results',
component: () =>
import(/* webpackChunkName: 'm-survey' */ './survey-results/SurveyResults.svelte').then((r) => r.default),
},
Expand Down
2 changes: 1 addition & 1 deletion src/modes/survey-results/SurveyResults.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="root">
<RegionDatePicker sensor={refSensor} items={filteredInfos} defaultItem={nationInfo}>
<div class="grid-3-11 mobile-header-line" slot="title">
<h2>Delphi Survey <span>Results</span></h2>
<h2>COVID-19 Trends and Impact Survey (CTIS) <span>Results</span></h2>
</div>
<MobileSurveyToc>
{#each questionCategories as cat, i}
Expand Down
2 changes: 1 addition & 1 deletion src/stores/questions.raw.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Overview: |
In collaboration with Facebook Data for Good, along with a consortium of universities and public health officials, the Delphi Group at Carnegie Mellon University conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020. [More about the survey...](https://delphi.cmu.edu/covidcast/surveys)
In collaboration with Facebook Data for Good, along with a consortium of universities and public health officials, the Delphi Group at Carnegie Mellon University conducts the COVID-19 Trends and Impact Survey to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020. [More about the survey...](https://delphi.cmu.edu/covidcast/surveys)


This dashboard provides summary results from selected survey questions. **Note:** The question text below is simplified for this dashboard.
Expand Down

0 comments on commit 85cf77c

Please sign in to comment.