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

NickAkhmetov/Homepage text adjustments (CAT-856, CAT-787) #3520

Merged
merged 3 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading