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
8 changes: 8 additions & 0 deletions viz/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ function App() {
return (
<div className="App">

<div className="warningContainer">
<h2>
On Oct 1, 2025, we received an email from GISAID stating that they will no longer be updating the flat file
of EpiCoV data they've historically provisioned to Nextstrain since Feb 2020. Updates to these analyses are on
hold while we sort out alternative strategies to pull in new data from GISAID.
</h2>
</div>

<div id="mainPanelsContainer">
<h2>Clade frequencies over time</h2>
<p>
Expand Down
6 changes: 6 additions & 0 deletions viz/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@
.App .panelDisplay {
margin-bottom: 50px;
}

.warningContainer {
background-color: #FFF1D1;
display: flex;
align-items: stretch;
}
Loading