Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Feb 9, 2024
1 parent a06ebcf commit 688792a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const HomePage: React.FunctionComponent<IHomePropsProps> = ({
}}
>
<a style={{ color: 'white' }} href="/data-updates">
Data Release V4.1 (Last updated 2023-11-20)
Data Release V4.2 (Last updated 2024-02-09)
</a>
</div>
<Row className="justify-content-md-center">
Expand Down
4 changes: 2 additions & 2 deletions components/PreReleaseBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Link from 'next/link';

const PreReleaseBanner = () => (
<Alert style={{ marginBottom: 0 }} variant={'success'}>
New data from SRRS is available as part of{' '}
<Link href="/data-updates">Release 4.1</Link>!
New data from CHOP is available as part of{' '}
<Link href="/data-updates">Release 4.2</Link>!
</Alert>
);

Expand Down
11 changes: 11 additions & 0 deletions pages/static/data-updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
---

<h1>Data Updates</h1>
<h2 id="2024-02-09">February 9th, 2024</h2>
<p>New data from CHOP is available as part of Release 4.2:</p>

<ul>
<li>Level 1-2 single nucleus ATAC-seq data for 28 new participants</li>
<li>Level 1-2 single nucleus RNA-seq data for 30 new participants</li>
<li>Level 3-4 single nucleus ATAC-seq data for 21 new participants</li>
<li>Level 3-4 single nucleus RNA-seq data for 23 new participants</li>
<li>Level 1-3 bulk DNA data for 20 new participants</li>
</ul>

<h2 id="2023-12-04">December 4th, 2023</h2>
<ul>
<li>
Expand Down

0 comments on commit 688792a

Please sign in to comment.