Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Data Standards Directions, Update Submit Data Link #682

Open
jen-dfci opened this issue Oct 3, 2024 · 0 comments
Open

Add Data Standards Directions, Update Submit Data Link #682

jen-dfci opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@jen-dfci
Copy link

jen-dfci commented Oct 3, 2024

  1. Add Data Standards Directions at top of each Manifest table. (see below). If implemented with react-show-more-text or react-collapsible, have "Directions" as start and everything else collapsed or show more.

  2. change link in transfer.tsx:

From

<a href="https://dca-docs.scrollhelp.site/DCA/Working-version/HTAN/" target="_blank">HTAN Data Ingress docs</a>

To

<a href="https://docs.humantumoratlas.org/data_submission/overview/" target="_blank">HTAN Manual Data Submission Overview</a>

For DataStandardDIrections.tsx

const DSDirections = () => (
    <div className = "data-standards-directions">
        <h2>Attributes</h2>
        <p>
            WARNING: Manifests provided on this page are for reference only. 
            DO NOT USE THESE MANIFESTS FOR DATA SUBMISSION.
            </p>
        <h3>Directions</h3>
        <p>
            The interactive tables below are provided to help users understand 
            the HTAN Data Model. The tables allow a user to view, search or download attributes either:
        </p>
        <ol>
            <li>1. in a specific manifest; or</li>
            <li>2. in all manifests represented on this page.</li>
        </ol>
        <p>
            To view a specific manifest, click on the link in the Manifests tab.  The manifest will appear in a 
            new tab on the page. Navigate to the new tab to search for attributes or download the manifest. 
            <br></br>
            To search for attributes among all manifests, navigate to the All Attributes tab and use the search 
            box provided at the top of the tab. All attributes can also be downloaded as a csv file.
        </p>

    </div>
);

export default DSDirections;
@onursumer onursumer self-assigned this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants