From 21930e7cc65d3d910ff3f37e8257b540b4af1376 Mon Sep 17 00:00:00 2001 From: Fran McDade <18710366+frano-m@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:29:10 +1000 Subject: [PATCH 1/2] feat: add measles white paper to carousel (#925) --- .../SectionHero/components/Carousel/cards/constants.ts | 3 +++ ...utionary-dynamics-of-coding-overlaps-in-measles-virus.mdx | 5 +++++ .../SectionHero/components/Carousel/content/index.tsx | 1 + 3 files changed, 9 insertions(+) create mode 100644 app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx diff --git a/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts b/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts index 4ada1df3..320d38c9 100644 --- a/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts +++ b/app/components/Home/components/Section/components/SectionHero/components/Carousel/cards/constants.ts @@ -5,6 +5,9 @@ export const CAROUSEL_CARDS: Pick[] = [ { text: MDX.Codeathon2025({}), }, + { + text: MDX.EvolutionaryDynamicsOfCodingOverlapsInMeaslesVirus({}), + }, { text: MDX.WebinarSeries({}), }, diff --git a/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx new file mode 100644 index 00000000..bd28108a --- /dev/null +++ b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx @@ -0,0 +1,5 @@ +### Featured Analysis - From data to publication in a browser with BRC-Analytics: Evolutionary dynamics of coding overlaps in measles virus + +We demonstrate the capibilities of BRC Analytics by analyzing the evolutionary dynamics within the P/V/C locus of the measles virus, a complex system involving overlapping coding regions and RNA editing. + +[View Analysis](/learn/featured-analyses/evolutionary-dynamics-of-coding-overlaps-in-measles-virus) diff --git a/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx index 1af6634d..ef8263d8 100644 --- a/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx +++ b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx @@ -4,3 +4,4 @@ export { default as Webinars } from "./webinars.mdx"; export { default as Roadmap } from "./roadmap.mdx"; export { default as Codeathon2025 } from "./codeathon2025.mdx"; export { default as WebinarSeries } from "./webinarSeries.mdx"; +export { default as EvolutionaryDynamicsOfCodingOverlapsInMeaslesVirus } from "./evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx"; From aaf928538a30306f7b1c8a576fd58da2b8d30650 Mon Sep 17 00:00:00 2001 From: Fran McDade <18710366+frano-m@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:32:05 +1000 Subject: [PATCH 2/2] fix: link (#925) --- ...volutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx index bd28108a..5aab807f 100644 --- a/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx +++ b/app/components/Home/components/Section/components/SectionHero/components/Carousel/content/evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx @@ -2,4 +2,4 @@ We demonstrate the capibilities of BRC Analytics by analyzing the evolutionary dynamics within the P/V/C locus of the measles virus, a complex system involving overlapping coding regions and RNA editing. -[View Analysis](/learn/featured-analyses/evolutionary-dynamics-of-coding-overlaps-in-measles-virus) +[View Analysis](/learn/featured-analyses/evolutionary-dynamics-of-coding-overlaps-in-measles)