Skip to content

Commit

Permalink
NickAkhmetov/Homepage text adjustments (CAT-856, CAT-787) (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov authored Aug 27, 2024
1 parent eec870c commit cb41e15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG-homepage-text-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Adjust link for 10X Multiome/Visium news item to point to those assays specifically.
- Update language describing HRA/EUI/ASCT+B Reporter on the homepage and navigation.
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,21 @@ export const toolsAndAppsLinks: DrawerSection[] = [
{
label: 'Human Reference Atlas',
description:
'Navigate a comprehensive, high-resolution, three-dimensional atlas of all the cells in the healthy human body.',
'Use the HRA Portal to access atlas data, explore atlas functionality, and contribute to the Human Reference Atlas.',
href: 'https://humanatlas.io/',
icon: <ExternalImageIcon icon="hra" />,
},
{
label: 'Exploration User Interface (EUI)',
description: 'Explore and validate spatially registered tissue blocks and cell-type populations.',
description:
'Explore and validate spatially registered single-cell datasets in three-dimensions across organs.',
href: 'https://apps.humanatlas.io/eui/',
icon: <EUIIcon />,
},
{
label: 'ASCT+B Reporter',
description: 'Explore and compare ASCT+B tables and construct OMAP tables.',
description:
'Explore and compare ASCT+B tables and construct validated panels for multiplexed antibody-based imaging (OMAPs) tables.',
href: 'https://hubmapconsortium.github.io/ccf-asct-reporter/',
icon: <AsctBIcon />,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const relatedTools: ExternalLinkPropsAdapter[] = [
...hra,
linkHref: 'https://humanatlas.io/',
description:
'Navigate a comprehensive, high-resolution, three-dimensional atlas of all the cells in the healthy human body.',
'Use the HRA Portal to access atlas data, explore atlas functionality, and contribute to the Human Reference Atlas.',
},
{
linkText: 'Azimuth',
Expand Down
3 changes: 2 additions & 1 deletion context/app/static/js/components/home/Hero/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export const HOME_TIMELINE_ITEMS: TimelineData[] = [
},
{
title: '10X Multiome and Visium Datasets Now Available',
titleHref: '/search?assay_modality[0]=multiple&entity_type[0]=Dataset',
titleHref:
'/search?raw_dataset_type_keyword-assay_display_name_keyword[10X Multiome][0]=10x Multiome&raw_dataset_type_keyword-assay_display_name_keyword[10X Multiome][1]=10x Multiome [Salmon %2B ArchR %2B Muon]&raw_dataset_type_keyword-assay_display_name_keyword[Visium (no probes)][0]=Visium (no probes)&raw_dataset_type_keyword-assay_display_name_keyword[Visium (no probes)][1]=Visium (no probes) [Salmon %2B Scanpy]&entity_type[0]=Dataset',
description: 'Explore and download 10X Multiome and Visium multi-assay datasets.',
date: 'August 2024',
img: <entityIconMap.Dataset {...timelineIconProps} />,
Expand Down

0 comments on commit cb41e15

Please sign in to comment.