diff --git a/web/gui-v2/src/components/ParatUsageDisclaimer.jsx b/web/gui-v2/src/components/ParatUsageDisclaimer.jsx
index 32ec294..1fae950 100644
--- a/web/gui-v2/src/components/ParatUsageDisclaimer.jsx
+++ b/web/gui-v2/src/components/ParatUsageDisclaimer.jsx
@@ -21,7 +21,7 @@ const styles = {
const ParatUsageDisclaimer = () => {
return (
- The AI activity metrics in the Private-Sector AI Indicators dataset are derived from data from Revelio Labs, Clarivate Web of Science, and other leading sources. Additional descriptive metadata in PARAT comes from the Crunchbase Open Data Map (powered by Crunchbase) and PermID. For details on our sourcing, methodology, and limitations, see the tool documentation.
+ The AI activity metrics in the Private-Sector AI Indicators dataset are derived from data from Revelio Labs, Clarivate Web of Science, and other leading sources. Additional descriptive metadata in PARAT comes from the Crunchbase Open Data Map (powered by Crunchbase) and PermID. Emerging technology topic classifications are based on work supported in part by the Alfred P. Sloan Foundation under Grant No. G-2023-22358. For details on our sourcing, methodology, and limitations, see the tool documentation.
);
};