diff --git a/src/src/App.js b/src/src/App.js index 03aa687a..770ee881 100644 --- a/src/src/App.js +++ b/src/src/App.js @@ -76,6 +76,7 @@ export function App (props){ var [dataTypeListPrimary, setDataTypeListPrimary] = useState({}); var [userGroups, setUserGroups] = useState({}); var [userDataGroups, setUserDataGroups] = useState({}); + var [bannerShow,setBannerShow] = useState(true); let navigate = useNavigate(); @@ -309,8 +310,19 @@ export function App (props){ + { !isLoading && bannerShow && ( +
+

HuBMAP Data Providers:

+ + + + We are in the process of releasing updated schemas for all HuBMAP organs, samples, and assay types. Starting August 7 we will no longer accept any submissions using the current metadata and directory structure schemas. + - + To prepare for this change, please start to prepare your submissions using the next-generation metadata and directory structure schemas you've been working on with the Data Coordination Working Group. We will update this message with a link to those next-generation schemas this week. Please contact help@hubmapconsortium.org if you have any questions about this. + +
+ )} {isLoading &&( )}