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

text updates across a number of components #61

Merged
merged 3 commits into from
Sep 16, 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ export const SectionAnalytics = (): JSX.Element => {
<Section>
<SectionLayout>
<Headline>
<SectionTitle>How does brc-analytics work?</SectionTitle>
<SectionTitle>What is BRC-Analytics?</SectionTitle>
<SectionSubtitle>
The new BRC will be built on a proven data analytics platform called
Galaxy.
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).
</SectionSubtitle>
</Headline>
<AnalyticsTools />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ export const SectionHero = (): JSX.Element => {
<SectionLayout>
<Headline>
<Head>
<span>A universal platform for </span>
<span>access and analysis </span>
<span>of pathogen, host, </span>
<span>Analytics for</span>
<span>pathogen, host, </span>
<span>and vector data</span>
</Head>
</Headline>
Expand Down
9 changes: 5 additions & 4 deletions app/components/Home/content/sectionSubHero.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BRC-Analytics is your new destination for comprehensive analysis of biological
data related to pathogens. Building on the legacy of VeuPathDb, our platform
currently supports analyses for 785 eukaryotic pathogens and vectors,
providing researchers with the tools they need to advance their work.
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](/data/organisms) eukaryotic pathogens, hosts, and vectors. The functionality will
be developed and made available incrementally over the [following months](/roadmap).
5 changes: 2 additions & 3 deletions app/views/AboutView/aboutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ export const AboutView = (): JSX.Element => {
<Fragment>
<SectionHero
breadcrumbs={BREADCRUMBS}
head="Discover Our Story"
head="About BRC-Analytics"
subHead={
<span>
BRC-analytics is a collaborative effort of four mature projects that
have been sustained for decades and are thus “battle-tested”. 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
Loading