Skip to content

Commit

Permalink
#2723 Updated Storm Release Notes (#2725)
Browse files Browse the repository at this point in the history
* Updated Notes

* Remove April Announcement
  • Loading branch information
demariadaniel authored Oct 20, 2023
1 parent c383aed commit 078b429
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 deletions components/pages/Homepage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ import {
import { ComponentType } from 'react';

const newsItems: NewsItem[] = [
{
title: 'October 18, 2023',
text: (
<>
We are excited to announce the Lost to follow up feature and [Dictionary
1.19](https://docs.icgc-argo.org/dictionary) are now available.
</>
),
},
{
title: 'August 25, 2023',
text: (
Expand Down Expand Up @@ -90,30 +99,6 @@ const newsItems: NewsItem[] = [
</>
),
},
{
title: 'April 5, 2023',
text: (
<>
We are excited to announce{' '}
<Link
target="_blank"
href="https://docs.icgc-argo.org/docs/release-notes/data-releases#data-release-60"
>
Data Release 6.0
</Link>{' '}
on the ICGC ARGO Data Platform, including the first release of a new RNA-Seq analysis
workflow:{' '}
<Link
target="_blank"
href="https://docs.icgc-argo.org/docs/analysis-workflows/rna-alignment"
>
RNA Seq Alignment
</Link>
, available now for transcriptome sequencing data from Australian Pancreatic Cancer
Initiative (APGI-AU).
</>
),
},
{
title: '',
text: (
Expand All @@ -122,7 +107,7 @@ const newsItems: NewsItem[] = [
target="_blank"
href="https://docs.icgc-argo.org/docs/release-notes/dictionary-releases"
>
ARGO Data Dictionary 1.18
ARGO Data Dictionary 1.19
</Link>
,{' '}
<Link target="_blank" href="https://docs.icgc-argo.org/docs/release-notes/data-releases">
Expand All @@ -133,7 +118,7 @@ const newsItems: NewsItem[] = [
target="_blank"
href="https://docs.icgc-argo.org/docs/release-notes/software-releases"
>
Software Release UI 1.124.1 - API 3.40.0
Software Release UI 1.124.6 - API 3.41.0
</Link>{' '}
are now available.
</>
Expand Down

0 comments on commit 078b429

Please sign in to comment.