From db58227f4857e9d9fc03bb9e2e31c44c81d8a626 Mon Sep 17 00:00:00 2001 From: nekrut Date: Fri, 13 Sep 2024 14:46:40 -0400 Subject: [PATCH 1/3] fixed descriptions for galaxy, tacc, ucsc, and ncbi --- .../AnalyticsTools/common/constants.ts | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts index 1e2c64a..d1df779 100644 --- a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts +++ b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts @@ -5,8 +5,12 @@ const CARD_ACTION_LABEL = { LEARN_MORE: "Learn More", }; const CARD_TEXT = { - RUN_BATCH_ANALYSIS_WORKFLOWS: - "Run batch analysis workflows and interactive visualizations.", + ABOUT_GALAXY: + "A platform for the analysis of data at any scale using public infrastructure", + ABOUT_NCBI: "A singular source for standardized genomic and functional data.", + ABOUT_TACC: "A world's leading academic computing center", + ABOUT_UCSC: + "A global platform for visualization and interpretation of genomic data", }; export const ANALYTICS_TOOLS: DXCardProps[] = [ @@ -22,7 +26,7 @@ export const ANALYTICS_TOOLS: DXCardProps[] = [ height: 40, src: "/portals/galaxy.png", }, - text: CARD_TEXT.RUN_BATCH_ANALYSIS_WORKFLOWS, + text: CARD_TEXT.ABOUT_GALAXY, title: "Galaxy", }, { @@ -37,7 +41,7 @@ export const ANALYTICS_TOOLS: DXCardProps[] = [ height: 40, src: "/portals/ncbi.png", }, - text: CARD_TEXT.RUN_BATCH_ANALYSIS_WORKFLOWS, + text: CARD_TEXT.ABOUT_NCBI, title: "NCBI Datasets", }, { @@ -52,7 +56,7 @@ export const ANALYTICS_TOOLS: DXCardProps[] = [ height: 40, src: "/portals/ucsc.png", }, - text: CARD_TEXT.RUN_BATCH_ANALYSIS_WORKFLOWS, + text: CARD_TEXT.ABOUT_UCSC, title: "UCSC Genome Browser", }, { @@ -67,7 +71,7 @@ export const ANALYTICS_TOOLS: DXCardProps[] = [ height: 40, src: "/portals/tacc.png", }, - text: CARD_TEXT.RUN_BATCH_ANALYSIS_WORKFLOWS, + text: CARD_TEXT.ABOUT_TACC, title: "TACC", }, ]; From 91b478caffd825200e9a8a7011644faaf538d7e0 Mon Sep 17 00:00:00 2001 From: Dannon Date: Fri, 13 Sep 2024 15:23:41 -0400 Subject: [PATCH 2/3] Update app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts --- .../components/AnalyticsTools/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts index d1df779..bd8de21 100644 --- a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts +++ b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts @@ -7,7 +7,7 @@ const CARD_ACTION_LABEL = { const CARD_TEXT = { ABOUT_GALAXY: "A platform for the analysis of data at any scale using public infrastructure", - ABOUT_NCBI: "A singular source for standardized genomic and functional data.", + ABOUT_NCBI: "A singular source for standardized genomic and functional data", ABOUT_TACC: "A world's leading academic computing center", ABOUT_UCSC: "A global platform for visualization and interpretation of genomic data", From 731aeefec44050c2abafdf28e2d0e1efb5294d95 Mon Sep 17 00:00:00 2001 From: Anton Nekrutenko Date: Fri, 13 Sep 2024 17:02:02 -0400 Subject: [PATCH 3/3] Update app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts Co-authored-by: Dannon --- .../components/AnalyticsTools/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts index bd8de21..3a10d6c 100644 --- a/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts +++ b/app/components/Home/components/Section/components/SectionAnalytics/components/AnalyticsTools/common/constants.ts @@ -8,7 +8,7 @@ const CARD_TEXT = { ABOUT_GALAXY: "A platform for the analysis of data at any scale using public infrastructure", ABOUT_NCBI: "A singular source for standardized genomic and functional data", - ABOUT_TACC: "A world's leading academic computing center", + ABOUT_TACC: "One of the world’s leading academic computing centers", ABOUT_UCSC: "A global platform for visualization and interpretation of genomic data", };