Skip to content

Commit

Permalink
fix: adjust references to brc-analytics, BRC-Analytics, etc., to the …
Browse files Browse the repository at this point in the history
…new standard per #114
  • Loading branch information
dannon authored and NoopDog committed Oct 2, 2024
1 parent b6b90ea commit d770769
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SectionAnalytics = (): JSX.Element => {
<Headline>
<SectionTitle>What is BRC-Analytics?</SectionTitle>
<SectionSubtitle>
BRC-Analytics consists of three components spread over four
BRC Analytics consists of three components spread over four
resources: public computational infrastructure (TACC), authoritative
data repositories and browsers (NCBI and UCSC) and an analytical
platform (Galaxy).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Questions = (): JSX.Element => {
What is the plan?
</MAccordionSummary>
<MAccordionDetails>
BRC-Analytics is very new. Out plan is (1) establish access to
BRC Analytics is very new. Out plan is (1) establish access to
official versions of VEuPathDB’s 785 genomes; (2) develop analytical
workflows for common analyses such as transcriptomics, variation,
assembly, and tightly integrate them with the data; (3) ingest and
Expand Down Expand Up @@ -50,10 +50,10 @@ export const Questions = (): JSX.Element => {
</StyledAccordion>
<StyledAccordion component={DXRoundedPaper}>
<MAccordionSummary expandIcon={expandIcon}>
How does brc-analytics work?
How does BRC Analytics work?
</MAccordionSummary>
<MAccordionDetails>
BRC-Analytics will provide access to genomic data and an analytical
BRC Analytics will provide access to genomic data and an analytical
environment. The data will be based on the official releases provided
by NCBI Datasets and deployed through the UCSC Genome Browser. The
analytics will be provided by the Galaxy system supported by powerful
Expand Down
2 changes: 1 addition & 1 deletion app/components/Home/content/sectionSubHero.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BRC-Analytics is your new destination for analysis of biological
BRC Analytics is your new destination for analysis of biological
data related to pathogens. Building on the legacy of VEuPathDb
the platform will provide access and analysis capabilities for
[785 eukaryotic pathogens](/data/organisms), hosts, and vectors. The functionality will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Branding = (): JSX.Element => {
/>
</SmallBrand>
<FooterText color="ink.light" variant={TEXT_BODY_SMALL_400}>
BRC-Analytics is a part of the Bioinformatics Resource Centers for
BRC Analytics is a part of the Bioinformatics Resource Centers for
Infectious Diseases Program developed and funded by{" "}
<Link
label="NIAID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const SectionRoadmap = (): JSX.Element => {
Ensure tight integration between data and analysis components
</CategorySubTitle>
<CategoryText>
To increase usability of brc-analytics a substantial amount of
To increase usability of BRC Analytics a substantial amount of
engineering will be devoted to making the interplay between data
and analytics components as seamless as possible. For example,
selecting a genome during the search phase will automatically
Expand Down
2 changes: 1 addition & 1 deletion app/views/AboutView/aboutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const AboutView = (): JSX.Element => {
head="About BRC-Analytics"
subHead={
<span>
BRC-analytics is a collaborative effort of four projects. These
BRC Analytics is a collaborative effort of four projects. These
include: <Link label="Galaxy" url="https://galaxyproject.org" />{" "}
(est. 2005), <Link label="HyPhy" url="https://hyphy.org" /> (est.
2000),{" "}
Expand Down

0 comments on commit d770769

Please sign in to comment.