flowchart LR
subgraph Orga
direction LR
subgraph a1[" "]
direction LR
Security["<a href='10_processes/10.72.security.html'>Security</a>"] ~~~ Compliance["<a href='10_processes/10.71.compliance.html'>Compliance</a>"] ~~~ Emergencies["<a href='10_processes/10.73.emergencies.html'>Emergencies</a>"]
end
subgraph a2[" "]
direction LR
Controlling["<a href='10_processes/10.70.controlling.html'>Controlling</a>"] ~~~ Administration["<a href='10_processes/10.90.administration.html'>Sys Admin</a>"]
end
end
subgraph Connecting["Communication Channels"]
direction LR
Mail["<a href='10_processes/10.51.mail.html'>Mail</a>"] ~~~ Website["<a href='10_processes/10.11.website.html'>Website</a>"] ~~~ Handbook["<a href='10_processes/10.10.handbook.html'>Handbook</a>"] ~~~ Faculty["<a href='10_processes/10.60.faculty.html'>Faculty</a>"]
end
style Orga fill:white,stroke:#333,stroke-width:3px
style Connecting fill:white,stroke:#333,stroke-width:3px
style a1 fill:white,stroke:white
style a2 fill:white,stroke:white
flowchart TB
subgraph Procurement
direction LR
Orders["<a href='10_processes/10.52.orders.html'>Orders</a>"] --> Reimbursements
end
style Procurement fill:white,stroke:#333,stroke-width:3px
flowchart LR
subgraph Research
direction TB
Travel["<a href='10_processes/10.50.travel.html'>Travel</a>"]
Visitors["<a href='10_processes/10.53.visitors.html'>Visitors</a>"]
Publications["<a href='../20-research/20_processes/20.33.publication.html'>Publications</a>"]
end
style Research fill:white,stroke:#333,stroke-width:3px