Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions content/about/team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,13 @@ team:
note: Core member, May–July 2020
team:
- contributors
- firstName: Sangwon (Justin)
lastName: Hyun
image: sangwon-justin-hyun-500x500-min.jpg
affiliation: USC
team:
- contributors
note: Core member, March–May 2020
- firstName: Jimi
lastName: Kim
image: jimi-kim-500x500-min.jpg
Expand Down Expand Up @@ -293,6 +300,13 @@ team:
team:
- past
note: Core member, March–April 2020
- firstName: David
lastName: Farrow
image: david-farrow_head-shot.jpg
affiliation: Software Engineer
team:
- past
note: Founding member 2012–2016, Core member March–April 2020, Google Fellow October–December 2020
- firstName: EJ
lastName: Fox
image: ej-fox-500x500-min.jpg
Expand All @@ -314,13 +328,6 @@ team:
team:
- past
notes: Intern, summer 2020
- firstName: Sangwon (Justin)
lastName: Hyun
image: sangwon-justin-hyun-500x500-min.jpg
affiliation: USC
team:
- past
note: Core member, March–May 2020; Contributor, May–July 2020
- firstName: Jaemin
lastName: Jo
image: jaemin-jo-500x500-min.jpg
Expand Down Expand Up @@ -456,13 +463,6 @@ team:
affiliation: Software Engineer
team:
- google
- firstName: David
lastName: Farrow
image: david-farrow_head-shot.jpg
affiliation: Software Engineer
team:
- google
note: Founding member 2012–2016, Core member March–April 2020
- firstName: Shreenath
lastName: Regunathan
image: shreenath-regunathan-head-shot.jpg
Expand Down
17 changes: 17 additions & 0 deletions content/covidcast/release-log/headless/v1.12.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: v1.12.3
date: 2021-01-12
---

#### Signal Changes

- Add "Vaccine Acceptance" signal to map and survey dashboard

#### New Features

- [#709](https://github.com/cmu-delphi/www-covidcast/pull/709), [#710](https://github.com/cmu-delphi/www-covidcast/pull/710), [#708](https://github.com/cmu-delphi/www-covidcast/pull/708) Improve loading performance especially for the survey dashboard
- [#712](https://github.com/cmu-delphi/www-covidcast/pull/712) Improve map style

#### Bug-fixes

- [#713](https://github.com/cmu-delphi/www-covidcast/pull/713) fix trend color for decreasing trends
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "www-main",
"version": "1.12.2",
"version": "1.12.3",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"highlight.js": "^10.5.0",
"katex": "^0.12.0",
"uikit": "^3.6.5",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.2/www-covidcast-1.12.2.tgz"
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v1.12.3/www-covidcast-1.12.3.tgz"
},
"devDependencies": {
"hugo-bin": "^0.67.1",
Expand Down