digraph { rankdir=LR N0 [label="Sustainable Resource Management" color="#73C6BC" fillcolor="#D0EFEE" shape=vnode_shape style=filled] N1 [label="Data Management for Conservation" color="#FFF9AE" fillcolor="#FFFCE6" shape=preparation style=filled] N2 [label="Satellite Tracking of Animals" color="#73C6BC" fillcolor="#D0EFEE" shape=diamond style=filled] N3 [label="Fundraising for Conservation" color="#C0CA33" fillcolor="#F9FBE7" shape=action style=filled] N4 [label="Law Enforcement" color="#FFF9AE" fillcolor="#FFFCE6" shape=rectangle style=filled] N5 [label="Research and Development in Conservation" color="#FFF9AE" fillcolor="#FFFCE6" shape=rect style=filled] N6 [label="Forestry Practices for Conservation" color="#FFF9AE" fillcolor="#FFFCE6" shape=diamond style=filled] N7 [label="Freshwater Conservation" color="#C0CA33" fillcolor="#F9FBE7" shape=rectangle style=filled] N8 [label="Habitat Restoration" color="#FFF9AE" fillcolor="#FFFCE6" shape=action style=filled] N0 -> N1 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] N1 -> N2 [color="#C0CA33" penwidth=1.5 style=dashed label="manages" dir=forward] N2 -> N3 [color="#FFF9AE" penwidth=1.5 style=dashed dir=forward] N3 -> N4 [color="#C0CA33" penwidth=1.5 style=dashed label="anti_poaching_fights" dir=forward] N4 -> N5 [color="#C0CA33" penwidth=1.5 style=solid dir=forward] N5 -> N6 [color="#C0CA33" penwidth=1.5 style=solid label="predicts_changes" dir=forward] N6 -> N7 [color="#73C6BC" penwidth=1.5 style=dashed dir=forward] N7 -> N8 [color="#FFF9AE" penwidth=1.5 style=solid label="certifies" dir=forward] N2 -> N0 [color="#C0CA33" penwidth=1.5 style=dashed label="secures_areas" dir=forward] N6 -> N5 [color="#C0CA33" penwidth=1.5 style=dashed dir=forward] }