Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Germann-2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CEPLAS
Germann-2023
Commits
fedf378a
Commit
fedf378a
authored
1 year ago
by
Viktoria Petrova
Browse files
Options
Downloads
Plain Diff
Merge branch 'dominik-patch' into 'master'
simpler mermaid graph See merge request ceplas/publications/Germann-2023!2
parents
22be686b
4d55a2b4
Loading
Loading
1 merge request
!2
simpler mermaid graph
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-12
19 additions, 12 deletions
README.md
with
19 additions
and
12 deletions
README.md
+
19
−
12
View file @
fedf378a
...
@@ -10,18 +10,25 @@ Copyright © 2023 Germann, Nakielski, Dietsch, Petzel, Moser, Triesch, Westhoff
...
@@ -10,18 +10,25 @@ Copyright © 2023 Germann, Nakielski, Dietsch, Petzel, Moser, Triesch, Westhoff
```
mermaid
```
mermaid
flowchart LR
flowchart LR
p(publication)-->s1(Englund-2014)
p(publication)-->s1(Englund-2014)
p-->s2(Synechocystis) -->a1(AbsorptionSpectraAndODMeasurements) & a2(DCWMeasurement) & a3(PigmentQuantification) & a4(qPCR)
subgraph with a title
p-->s2(Synechocystis) -->a1(AbsorptionSpectraAndODMeasurements) & a2(DCWMeasurement) & a3(PigmentQuantification) & a4(qPCR)
end
subgraph assays
p-->s3(PlasmidAndStrainConstruction)-->a5(MetabolicModeling)
p-->s3(PlasmidAndStrainConstruction)-->a5(MetabolicModeling)
subgraph nested
p-->s4(MeasurementsOfSqualeneProduction)-->a6(GS-MSMeasurementsForTheQuantificationOfSqualene)
p-->s4(MeasurementsOfSqualeneProduction)-->a6(GS-MSMeasurementsForTheQuantificationOfSqualene)
style s1 fill:#58D68D,stroke:#010802,color:#010802
end
style s2 fill:#58D68D,stroke:#010802,color:#010802
end
style s3 fill:#58D68D,stroke:#010802,color:#010802
style s4 fill:#58D68D,stroke:#010802,color:#010802
%%Define styles
style p fill:#E9544A,stroke:#010802,color:#010802
classDef study fill:#58D68D,stroke:#010802,color:#010802;
style a1 fill:#F4D03F,stroke:#010802,color:#010802
classDef publication fill:#E9544A,stroke:#010802,color:#010802;
style a2 fill:#F4D03F,stroke:#010802,color:#010802
classDef assay fill:#F4D03F,stroke:#010802,color:#010802;
style a3 fill:#F4D03F,stroke:#010802,color:#010802
%%Assign styles
style a4 fill:#F4D03F,stroke:#010802,color:#010802
class s1,s2,s3,s4 study;
style a5 fill:#F4D03F,stroke:#010802,color:#010802
class p publication;
style a6 fill:#F4D03F,stroke:#010802,color:#010802
class a1,a2,a3,a4,a5,a6 assay;
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment