We use graphviz
to convert our course dependency chains in different ITEC tracks to directed graphs.
Generate directed graphs with:
$ cd AY19-20
$ dot -Tpdf DataScienceAndAnalytics.dot -o outputs/DataScienceAndAnalytics.pdf
$ dot -Tpdf DigitalMedia.dot -o outputs/DigitalMedia.pdf
$ dot -Tpdf EnterpriseSystems.dot -o outputs/EnterpriseSystems.pdf
$ dot -Tpdf SoftwareDevelopment.dot -o outputs/SoftwareDevelopment.pdf
$ dot -Tpdf SystemsSecurity.dot -o outputs/SystemsSecurity.pdf
or simply
$ cd AY19-20
$ ./build.zsh
Please see the outputs
folder for the generated graphs.
Also see past and proposed future changes.
Data Science and Analytics (updated AY20-21, also see proposed changes)
Manual:
PDF link
Graphviz:
PDF link