Skip to content

Commit 53cd713

Browse files
feature: update banner message (#719)
1 parent ac5a6ac commit 53cd713

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

web/src/App.vue

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@
369369
id="notices"
370370
class="bg-highlight py-2 px-3 text-light text-center fa-sm"
371371
>
372-
<!-- <div class="border-bottom pb-2 mb-2">
372+
<!-- <div class="border-bottom pb-2 mb-2">
373373
outbreak.info will be undergoing maintenance on <b>12 January 2023</b>. Data may be inaccessible during this time.
374-
</div> -->
374+
</div> -->
375375
<!-- <b class="mr-1">
376376
The outbreak.info
377377
<a href="https://api.outbreak.info/" class="text-light" target="_blank">
@@ -388,9 +388,9 @@
388388
R package
389389
</a>
390390
is now live!
391-
</b>
391+
</b> -->
392392

393-
Access all SARS-CoV-2 variant data, Research Library metadata, and cases
393+
<!-- Access all SARS-CoV-2 variant data, Research Library metadata, and cases
394394
&amp; deaths data from outbreak.info.
395395
<a
396396
href="https://www.scripps.edu/news-and-events/press-room/2022/20220606-hughes-gisaid.html"
@@ -400,6 +400,18 @@
400400
>
401401
Learn more
402402
</a> -->
403+
<div class="pb-1 mb-1">
404+
<b>In January 2025, GISAID terminated our SARS-CoV-2 data feed, halting updates to outbreak.info.</b>
405+
</div>
406+
We have shared
407+
<a
408+
href="https://blog.outbreak.info/joint-response-gisaid"
409+
target="_blank"
410+
class="text-light"
411+
style="text-decoration: underline;"
412+
>
413+
a response with additional context on the termination and the 20 January 2026 statement from GISAID.
414+
</a>
403415
</section>
404416

405417
<router-view class="main" v-slot="{ Component }">

0 commit comments

Comments
 (0)