From de11a8e0ec4265ffedfa97a94014f7af89b003d9 Mon Sep 17 00:00:00 2001
From: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:09:52 -0800
Subject: [PATCH 1/4] Remove links to docs and discussion forum

These aren't specific to the pathogens page, and are already covered by
navigation bar links.
---
 static-site/src/sections/pathogens.jsx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/static-site/src/sections/pathogens.jsx b/static-site/src/sections/pathogens.jsx
index 1c372be40..79afbee0b 100644
--- a/static-site/src/sections/pathogens.jsx
+++ b/static-site/src/sections/pathogens.jsx
@@ -26,9 +26,6 @@ const abstract = (
     While we strive to keep datasets updated, there may be some staleness; the date when the dataset was updated can be found in the footer of each visualisation.
     In particular, data with a datestamp in the table below <small>(YYYY-MM-DD)</small> reflects an analysis at a point in time.
     <br/><br/>
-    To learn more about nextstrain please see <a href="https://docs.nextstrain.org/en/latest/index.html">our documentation</a> or ask a question
-    on the <a href="https://discussion.nextstrain.org/">discussion forum</a>.
-    <br/><br/>
     <AnchorLink to={"search"} title={"Click here to scroll down to all Nextstrain-maintained pathogen analyses"} />.
   </>
 );

From 44c5e3b49b022be24576be2c36f762ad48f5c5c2 Mon Sep 17 00:00:00 2001
From: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:12:09 -0800
Subject: [PATCH 2/4] Mention updated date available at top of dataset

---
 static-site/src/sections/pathogens.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static-site/src/sections/pathogens.jsx b/static-site/src/sections/pathogens.jsx
index 79afbee0b..c0da0c219 100644
--- a/static-site/src/sections/pathogens.jsx
+++ b/static-site/src/sections/pathogens.jsx
@@ -23,7 +23,7 @@ const abstract = (
     We aim to provide a continually-updated view of publicly available data to show pathogen evolution and epidemic spread.
     The pipeline used to generate each dataset is available on <a href="https://github.com/nextstrain/">our GitHub page</a> or by loading a dataset and
     clicking the &ldquo;built with&rdquo; link at the top of the page.
-    While we strive to keep datasets updated, there may be some staleness; the date when the dataset was updated can be found in the footer of each visualisation.
+    While we strive to keep datasets updated, there may be some staleness; the date when the dataset was updated can be found at the top of each visualisation.
     In particular, data with a datestamp in the table below <small>(YYYY-MM-DD)</small> reflects an analysis at a point in time.
     <br/><br/>
     <AnchorLink to={"search"} title={"Click here to scroll down to all Nextstrain-maintained pathogen analyses"} />.

From 8ac85bed4c415f3e688642762a96f10c6bdbe90f Mon Sep 17 00:00:00 2001
From: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:34:48 -0800
Subject: [PATCH 3/4] Add link to the team page

---
 static-site/src/sections/pathogens.jsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static-site/src/sections/pathogens.jsx b/static-site/src/sections/pathogens.jsx
index c0da0c219..934756286 100644
--- a/static-site/src/sections/pathogens.jsx
+++ b/static-site/src/sections/pathogens.jsx
@@ -1,5 +1,6 @@
 import React from "react";
 import ScrollableAnchor, { configureAnchors } from "react-scrollable-anchor";
+import { Link } from 'gatsby';
 import {
   SmallSpacer,
   HugeSpacer,
@@ -19,7 +20,7 @@ const nextstrainLogoPNG = "/favicon.png";
 const title = "Nextstrain-maintained pathogen analyses";
 const abstract = (
   <>
-    These data represent analyses and situation-reports produced by the core Nextstrain team.
+    These data represent analyses and situation-reports produced by the <Link to="/team">core Nextstrain team</Link>.
     We aim to provide a continually-updated view of publicly available data to show pathogen evolution and epidemic spread.
     The pipeline used to generate each dataset is available on <a href="https://github.com/nextstrain/">our GitHub page</a> or by loading a dataset and
     clicking the &ldquo;built with&rdquo; link at the top of the page.

From 6bf08e74687465db341c9d6f5eacf0932a8bb7fc Mon Sep 17 00:00:00 2001
From: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Tue, 12 Dec 2023 16:35:33 -0800
Subject: [PATCH 4/4] Add link to external analyses

---
 static-site/src/sections/pathogens.jsx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/static-site/src/sections/pathogens.jsx b/static-site/src/sections/pathogens.jsx
index 934756286..b288c8436 100644
--- a/static-site/src/sections/pathogens.jsx
+++ b/static-site/src/sections/pathogens.jsx
@@ -21,6 +21,8 @@ const title = "Nextstrain-maintained pathogen analyses";
 const abstract = (
   <>
     These data represent analyses and situation-reports produced by the <Link to="/team">core Nextstrain team</Link>.
+    Explore analyses produced by others on the <Link to="/groups">Groups</Link> and <Link to="/community">Community</Link> pages.
+    <br/><br/>
     We aim to provide a continually-updated view of publicly available data to show pathogen evolution and epidemic spread.
     The pipeline used to generate each dataset is available on <a href="https://github.com/nextstrain/">our GitHub page</a> or by loading a dataset and
     clicking the &ldquo;built with&rdquo; link at the top of the page.