From 0071f05eb921be06c319d33cef5a4d4aca7dd8b0 Mon Sep 17 00:00:00 2001 From: Will Hannon Date: Thu, 15 Aug 2024 09:30:25 -0700 Subject: [PATCH] Remove color underlines --- .vitepress/theme/Research.vue | 13 ------------- research/research-aims.md | 12 ------------ 2 files changed, 25 deletions(-) diff --git a/.vitepress/theme/Research.vue b/.vitepress/theme/Research.vue index ba9edc1..b6ca79b 100644 --- a/.vitepress/theme/Research.vue +++ b/.vitepress/theme/Research.vue @@ -40,17 +40,4 @@ export default { .research-aims h2 { @apply text-2xl md:text-3xl lg:text-4xl text-gray-600 mt-4 md:mt-6 lg:mt-12 mb-2 select-none underline font-semibold !important; } - -/* If you add another aim, you need to add another color style incremented accordingly */ -.research-aims h2:nth-of-type(1) { - @apply decoration-sky-500; -} - -.research-aims h2:nth-of-type(2) { - @apply decoration-pink-500; -} - -.research-aims h2:nth-of-type(3) { - @apply decoration-indigo-500; -} \ No newline at end of file diff --git a/research/research-aims.md b/research/research-aims.md index a8de728..5f027bd 100644 --- a/research/research-aims.md +++ b/research/research-aims.md @@ -32,15 +32,3 @@ We have come up with a way to leverage the millions of publicly available SARS-C We have also integrated thousands of deep mutational scanning measurements into an [antibody-escape calculator](https://jbloomlab.github.io/SARS2-RBD-escape-calc/) that was [widely used](https://slides.com/jbloom/sars2-rbd-escape-calc#/12) during the SARS-CoV-2 pandemic to understand the antigenic effects of viral mutations. We also have projects that involve analyzing the evolution of viruses [within individual infected humans](https://elifesciences.org/articles/26875), and developing models to [understand epistasis among viral mutations](https://academic.oup.com/ve/article/8/2/veac110/6889254). - - \ No newline at end of file