From 9a8ab5d05a06a73bb3dc1071b4c1f1acdccb747b Mon Sep 17 00:00:00 2001
From: ftesson <florian.tesson@cri-paris.org>
Date: Wed, 22 Nov 2023 15:46:39 +0100
Subject: [PATCH] modify mermaid add description

---
 content/3.defense-systems/abih.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/content/3.defense-systems/abih.md b/content/3.defense-systems/abih.md
index 002d5b96..681f54e6 100644
--- a/content/3.defense-systems/abih.md
+++ b/content/3.defense-systems/abih.md
@@ -18,6 +18,18 @@ relevantAbstracts:
 ---
 
 # AbiH
+
+## Description
+AbiH a system discovered in 1996 :ref{doi10.1111/j.1574-6968.1996.tb08446.x}.
+
+It one of the so-called "Abi" systems for "Abortive infection" discovered in the 90's in research related to the dairy industry :ref{doi=10.1016/j.mib.2005.06.006}. Even though their correspond to abortive infection, there mechanism of action does not necessarily correspond to an abortive infection.
+
+This system is a single gene system with no known domain (except its own PFAM).
+
+## Molecular mechanism
+
+As far as we are aware, the molecular mechanism is unknown. 
+
 ## Example of genomic structure
 
 The AbiH system is composed of one protein: AbiH.
@@ -52,12 +64,12 @@ dataUrl: /abih/AbiH__AbiH-plddts_91.3485.pdb
 ## Experimental validation
 <mermaid>
 graph LR;
-    Chopin_2005[<a href='https://doi.org/10.1016/j.mib.2005.06.006'>Chopin et al., 2005</a>] --> Origin_0
+    Prevost_1996[<a href='https://doi.org/10.1016/j.mib.2005.06.006'>Chopin et al., 2005</a>] --> Origin_0
     Origin_0[lactococci 
 <a href='https://ncbi.nlm.nih.gov/protein/CAA66252.1'>CAA66252.1</a>] --> Expressed_0[lactococci]
     Expressed_0[lactococci] ----> 936 & c2
     subgraph Title1[Reference]
-        Chopin_2005
+        Prevost_1996
 end
     subgraph Title2[System origin]
         Origin_0
-- 
GitLab