Skip to content

Commit

Permalink
Remove color underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Aug 15, 2024
1 parent 03cd6c6 commit 0071f05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
13 changes: 0 additions & 13 deletions .vitepress/theme/Research.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
12 changes: 0 additions & 12 deletions research/research-aims.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- Note!
If you add another research aim ("##" headings)
you need to edit the <style></style> element in .vitepress/theme/Research.vue
by adding the following CSS code:
.research-aims h2:nth-of-type(<n>) {
@apply decoration-<color>-500;
}
replacing 'n' with the order of the header in this file and <color> with a new color
-->

0 comments on commit 0071f05

Please sign in to comment.