Skip to content

Commit

Permalink
Add Neisseria meningitidis back
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryHung committed May 3, 2023
1 parent a4583c3 commit 60b6ab7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file added public/logos/meningococcus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/ResearchThemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Collapsible from './Collapsible';
const mdResearchIntro = raw('../content/research-intro.md');
const mdResearchGPS = raw('../content/research-gps.md');
const mdResearchJUNO = raw('../content/research-juno.md');
const mdResearchMeningococcus = raw('../content/research-meningococcus.md');

const ResearchThemes = () => {
return (
Expand All @@ -18,6 +19,9 @@ const ResearchThemes = () => {
<Collapsible title='Streptococcus agalactiae' logo='logos/juno-logo.png'>
<Markdown md={mdResearchJUNO} />
</Collapsible>
<Collapsible title='Neisseria meningitidis' logo='logos/meningococcus.png'>
<Markdown md={mdResearchMeningococcus} />
</Collapsible>
</div>
);
};
Expand Down
3 changes: 3 additions & 0 deletions src/content/research-meningococcus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Neisseria meningitidis* is found exclusively in humans and is a leading cause of bacterial meningitis and septicaemia. Meningococcal infections are difficult to treat and have a high case fatality rate but, as with the pneumococcus, colonisation is normally asymptomatic. The meningococcus has a substantial disease burden in the meningitis belt of sub-Saharan Africa, where the incidence of infection and disease are much higher than other regions of the world. We work with numerous collaborators to study several population genomic datasets of *N. meningitidis* including a large carriage collection from [Burkina Faso](https://www.ncbi.nlm.nih.gov/pubmed/23914778) (with [Dominique Caugant](http://www.menafrinet.org/en-us/Who/Advisory-Board)), the [MenAfriCar](https://www.thelancet.com/journals/laninf/article/PIIS1473-3099(17)30301-8/fulltext) meningitis belt carriage surveillance project, and a global collection of carriage and disease isolates with considerable temporal spread. Through these studies we hope to understand the evolution that leads to meningococcal disease epidemics in the Meningitis Belt and help to inform future vaccine intervention strategies worldwide.

*Image: Arthur Charles-Orszag, [Neisseria meningitidis](https://commons.wikimedia.org/wiki/File:Neisseria_meningitidis_Charles-Orszag_2018.png), [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)*

0 comments on commit 60b6ab7

Please sign in to comment.