FlowGen / test /graphviz /scanned_medium /graphviz_101.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
digraph {
rankdir=BT
N0 [label="Toolmark Analysis" color="#BDBDBD" fillcolor="#F5F5F5" shape=ellipse style=filled]
N1 [label="Mobile Device Forensics" color="#CDDC39" fillcolor="#E6EE9C" shape=box style=filled]
N2 [label="Forensic Anthropology" color="#CDDC39" fillcolor="#E6EE9C" shape=box style=filled]
N3 [label="Trace Evidence Analysis" color="#FFC107" fillcolor="#FFECB3" shape=box style=filled]
N4 [label="Legal Standards Compliance" color="#CDDC39" fillcolor="#E6EE9C" shape=hexagon style=filled]
N5 [label="Courtroom Presentation" color="#BDBDBD" fillcolor="#F5F5F5" shape=oval style=filled]
N6 [label="Forensic Psychology" color="#FFC107" fillcolor="#FFECB3" shape=box style=filled]
N7 [label="Handwriting Analysis" color="#FFC107" fillcolor="#FFECB3" shape=oval style=filled]
N8 [label="Laboratory Analysis" color="#CDDC39" fillcolor="#E6EE9C" shape=ellipse style=filled]
N0 -> N1 [color="#BDBDBD" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [color="#CDDC39" dir=forward penwidth=1.5 style=dashed]
N2 -> N3 [label=reconstructs color="#000000" dir=forward penwidth=1.5 style=solid]
N3 -> N4 [color="#000000" dir=forward penwidth=1.5 style=dashed]
N4 -> N5 [label=interprets color="#000000" dir=forward penwidth=1.5 style=solid]
N5 -> N6 [color="#000000" dir=forward penwidth=1.5 style=solid]
N6 -> N7 [label=validates color="#FFC107" dir=forward penwidth=1.5 style=solid]
N7 -> N8 [label=examines color="#CDDC39" dir=forward penwidth=1.5 style=dashed]
N3 -> N6 [label=compares color="#CDDC39" dir=forward penwidth=1.5 style=dashed]
N3 -> N5 [color="#CDDC39" dir=forward penwidth=1.5 style=dashed]
}