digraph { rankdir=LR N0 [label="Attendance Tracking" color="#AED581" fillcolor="#F0F4C3" shape=box style=filled] N1 [label="Digital Resource Management" color="#AED581" fillcolor="#F0F4C3" shape=vnode_shape style=filled] N2 [label="Parent_Teacher Conference" color="#AED581" fillcolor="#F0F4C3" shape=ellipse style=filled] N3 [label="Career Services" color="#26A69A" fillcolor="#E0F2F1" shape=action style=filled] N4 [label="Certificate Issuance" color="#F7BEE0" fillcolor="#FAEBF3" shape=vnode_shape style=filled] N5 [label="Advisory Committee Meeting" color="#F7BEE0" fillcolor="#FAEBF3" shape=rectangle style=filled] N6 [label="School Accreditation" color="#F7BEE0" fillcolor="#FAEBF3" shape=diamond style=filled] N7 [label="Curriculum Development" color="#26A69A" fillcolor="#E0F2F1" shape=multipledocuments style=filled] N8 [label="Thesis Submission" color="#AED581" fillcolor="#F0F4C3" shape=hexagon style=filled] N9 [label="Internship Coordination" color="#F7BEE0" fillcolor="#FAEBF3" shape=action style=filled] N10 [label="Scholarship Evaluation" color="#F7BEE0" fillcolor="#FAEBF3" shape=preparation style=filled] N11 [label="Orientation" color="#26A69A" fillcolor="#E0F2F1" shape=predefinedprocess style=filled] N12 [label="Timetable Scheduling" color="#26A69A" fillcolor="#E0F2F1" shape=vnode_shape style=filled] N13 [label="Special Education Support" color="#AED581" fillcolor="#F0F4C3" shape=parallelogram style=filled] S0 [label="" color="#AED581" fillcolor="#F0F4C3" shape=circle style=filled fixedsize=true height=0.1 width=0.1] S1 [label="" color="#26A69A" fillcolor="#E0F2F1" shape=circle style=filled fixedsize=true height=0.1 width=0.1] subgraph cluster_Assignment Submission { style="rounded,filled,dashed" color=gray50 label="Assignment Submission" nest0_0 [label="Library Registration" color="#26A69A" fillcolor="#E0F2F1" shape=database style=filled] nest0_1 [label="Course Selection" color="#AED581" fillcolor="#F0F4C3" shape=action style=filled] } subgraph cluster_Student Feedback Collection { style="rounded,filled,dashed" color=gray50 label="Student Feedback Collection" nest1_0 [label="Study Abroad Program" color="#26A69A" fillcolor="#E0F2F1" shape=rect style=filled] nest1_1 [label="Extracurricular Activity" color="#26A69A" fillcolor="#E0F2F1" shape=hexagon style=filled] nest1_2 [label="Alumni Network Management" color="#26A69A" fillcolor="#E0F2F1" shape=action style=filled] } N0 -> N1 [color="#AED581" penwidth=1.5 style=dashed dir=forward] N1 -> N2 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] N2 -> N3 [color="#26A69A" penwidth=1.5 style=dashed dir=forward] N3 -> N4 [color="#000000" penwidth=1.5 style=dashed dir=forward] N4 -> N5 [color="#26A69A" penwidth=1.5 style=solid label="schedules" dir=forward] N5 -> N6 [color="#26A69A" penwidth=1.5 style=solid dir=forward] N6 -> N7 [color="#AED581" penwidth=1.5 style=dashed dir=forward] N7 -> N8 [color="#26A69A" penwidth=1.5 style=dashed dir=forward] N8 -> N9 [color="#AED581" penwidth=1.5 style=solid dir=forward] N9 -> N10 [color="#000000" penwidth=1.5 style=dashed dir=forward] N10 -> N11 [color="#000000" penwidth=1.5 style=dashed dir=forward] N11 -> N12 [color="#000000" penwidth=1.5 style=dashed dir=forward] N12 -> N13 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] nest0_0 -> nest0_1 [color="#AED581" penwidth=1.5 style=dashed dir=forward] N5 -> nest0_0 [color="#26A69A" penwidth=1.5 style=solid label="reports" dir=forward] nest0_1 -> N9 [color="#000000" penwidth=1.5 style=dashed dir=forward] nest1_0 -> nest1_1 [color="#26A69A" penwidth=1.5 style=solid label="conducts" dir=forward] nest1_1 -> nest1_2 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] N9 -> nest1_0 [color="#26A69A" penwidth=1.5 style=dashed dir=forward] nest1_2 -> N1 [color="#AED581" penwidth=1.5 style=dashed dir=forward] N0 -> S0 [color="#AED581" penwidth=1.5 style=solid dir=forward] S0 -> N9 [color="#AED581" penwidth=1.5 style=solid dir=forward] S0 -> N3 [color="#000000" penwidth=1.5 style=solid dir=forward] N8 -> S1 [color="#000000" penwidth=1.5 style=solid dir=forward] S1 -> N13 [color="#000000" penwidth=1.5 style=solid dir=forward] S1 -> N12 [color="#F7BEE0" penwidth=1.5 style=solid dir=forward] S1 -> N11 [color="#AED581" penwidth=1.5 style=solid dir=forward] S1 -> N10 [color="#26A69A" penwidth=1.5 style=solid dir=forward] N8 -> N13 [color="#AED581" penwidth=1.5 style=dashed label="enrolls" dir=forward] N2 -> N6 [color="#F7BEE0" penwidth=1.5 style=dashed dir=forward] }