Skip to content

Commit

Permalink
Update banner message
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdMachine committed Aug 10, 2023
1 parent 2814012 commit c46f504
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
useNavigate,
useLocation,
Routes,
Route} from "react-router-dom";
Route,
Link} from "react-router-dom";

// Login Management
import Login from './components/ui/login';
Expand Down Expand Up @@ -313,12 +314,9 @@ export function App (props){
{ !isLoading && bannerShow && (
<div className="alert alert-info" role="alert">
<h2>HuBMAP Data Providers:</h2>

<Typography>
We are in the process of releasing updated schemas for all HuBMAP organs, samples, and assay types. <strong>Starting August 7 we will no longer accept any submissions using the current metadata and directory schem </strong></Typography>
<Typography>
To prepare for this change, <strong> please start to prepare your submissions using the draft <em>next-generation</em> (v2 or higher) metadata and directory schemas, being finalized by the Data Coordination Working Group, which are linked from <a href="https://software.docs.hubmapconsortium.org/metadata" target="_blank">this page.</a> </strong> Please contact <a href="mailto:[email protected] ">[email protected]</a> if you have any questions about this
</Typography>
<Typography> The Data Coordination Working Group (DCWG) and HIVE are in the process of releasing updated schemas for all HuBMAP organs, samples, and assay types. <strong>The HIVE will no longer accept any new data submissions using the previous metadata and directory schemas. Please prepare any new data submissions using the draft next-generation metadata and directory schemas</strong> that are being finalized by the DCWG, and which are linked from <Link to="https://software.docs.hubmapconsortium.org/metadata" target="_blank"> this page</Link>. </Typography>
<Typography>The schemas you should use going forward are marked <strong>"use this one"</strong> on the schema pages for each assay. You can validate finalized (non-draft) <strong>metadata schemas</strong> using the <Link to="https://docs.google.com/document/d/1lfgiDGbyO4K4Hz1FMsJjmJd9RdwjShtJqFYNwKpbcZY/edit" target="_blank">process outlined here</Link>. <strong>We aim to finalize all the remaining next-gen metadata and directory schemas before Sept. 30.</strong> This will be done incrementally and as more metadata and directory schemas are finalized, we will send updates. </Typography>
<Typography> The HIVE will still process any datasets using the previous schemas that were fully submitted and uploaded prior to August 7, or that had submission errors that are currently being worked through. Please contact <a href="mailto:[email protected] ">[email protected]</a> if you have questions</Typography>
</div>
)}
{isLoading &&(
Expand Down

0 comments on commit c46f504

Please sign in to comment.