Skip to content

Commit

Permalink
Update homepage news to inform users about unified dataset pages and …
Browse files Browse the repository at this point in the history
…multiomic dataset availability
  • Loading branch information
NickAkhmetov committed Aug 21, 2024
1 parent 80dd4af commit 7194af5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-homepage-items.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update homepage news to inform users about unified dataset pages and multiomic dataset availability.
14 changes: 14 additions & 0 deletions context/app/static/js/components/home/Hero/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ const timelineIconProps = {
} as const;

export const HOME_TIMELINE_ITEMS: TimelineData[] = [
{
title: 'Unified Dataset Pages Now Available',
titleHref: '/search?entity_type[0]=Dataset',
description: 'Datasets and their processed descendants are now displayed on a single page.',
date: 'August 2024',
img: <entityIconMap.Dataset {...timelineIconProps} />,
},
{
title: '10X Multiome and Visium Datasets Now Available',
titleHref: '/search?assay_modality[0]=multiple&entity_type[0]=Dataset',
description: 'Explore and download 10X Multiome and Visium multi-assay datasets.',
date: 'August 2024',
img: <entityIconMap.Dataset {...timelineIconProps} />,
},
{
title: 'Profile Page Now Available',
titleHref: '/profile',
Expand Down

0 comments on commit 7194af5

Please sign in to comment.