| digraph { | |
| rankdir=TD | |
| N0 [label="Training Exercises" color="#C2B2F0" fillcolor="#EFE6FF" shape=ellipse style=filled] | |
| N1 [label="Biometric Screening" color="#D2D2D2" fillcolor="#F0F0F0" shape=diamond style=filled] | |
| N2 [label="Insider Threat Programs" color="#D2D2D2" fillcolor="#F0F0F0" shape=box style=filled] | |
| N3 [label="Early Warning Systems" color="#D2D2D2" fillcolor="#F0F0F0" shape=box style=filled] | |
| N4 [label="Risk_Based Security Measures" color="#D2D2D2" fillcolor="#F0F0F0" shape=parallelogram style=filled] | |
| N5 [label="Forensic Investigation of Attacks" color="#AB47BC" fillcolor="#F3E5F5" shape=Mdiamond style=filled] | |
| N6 [label="Homeland Security Planning" color="#AB47BC" fillcolor="#F3E5F5" shape=box style=filled] | |
| N7 [label="Public Awareness Campaigns" color="#D2D2D2" fillcolor="#F0F0F0" shape=ellipse style=filled] | |
| N0 -> N1 [label=vulnerabilities_reduces color="#AB47BC" dir=forward penwidth=1.5 style=dashed] | |
| N1 -> N2 [color="#AB47BC" dir=forward penwidth=1.5 style=solid] | |
| N2 -> N3 [color="#C2B2F0" dir=forward penwidth=1.5 style=solid] | |
| N3 -> N4 [label=responds color="#AB47BC" dir=forward penwidth=1.5 style=dashed] | |
| N4 -> N5 [label=targets_protects color="#AB47BC" dir=forward penwidth=1.5 style=solid] | |
| N5 -> N6 [color="#D2D2D2" dir=forward penwidth=1.5 style=solid] | |
| N6 -> N7 [color="#D2D2D2" dir=forward penwidth=1.5 style=dashed] | |
| N4 -> N3 [color="#D2D2D2" dir=forward penwidth=1.5 style=dashed] | |
| N5 -> N7 [label=drills color="#000000" dir=forward penwidth=1.5 style=dashed] | |
| } | |