From 31386abe896c9a5b337665cf613987dfb3c43477 Mon Sep 17 00:00:00 2001 From: Viktoria Petrova <vipet103@hhu.de> Date: Sat, 2 Dec 2023 15:24:50 +0100 Subject: [PATCH] add mermaid graph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c6a753..103903d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Germann AT, Nakielski A, Dietsch M, Petzel T, Moser D, Triesch S, Westhoff P and ## Copyright Copyright © 2023 Germann, Nakielski, Dietsch, Petzel, Moser, Triesch, Westhoff and Axmann. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms. -::: mermaid +``` mermaid flowchart LR p(publication)-->s1(Englund-2014) p-->s2(Synechocystis) -->a1(AbsorptionSpectraAndODMeasurements) & a2(DCWMeasurement) & a3(PigmentQuantification) & a4(qPCR) @@ -21,4 +21,4 @@ flowchart LR style a4 fill:#F4D03F,stroke:#010802,color:#010802 style a5 fill:#F4D03F,stroke:#010802,color:#010802 style a6 fill:#F4D03F,stroke:#010802,color:#010802 -::: \ No newline at end of file +``` \ No newline at end of file -- GitLab