Skip to content

rjlutz/itec-plans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itec-plans : a landing place for dependency graphs

We use graphviz to convert our course dependency chains in different ITEC tracks to directed graphs

Steps

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

Current plans (AY19-20)

Also see proposed future changes.

Data Science and Analytics

PDF link Data Science and Analytics

Another drawing: Data Science and Analytics

Digital Media

PDF link Digital Media

Enterprise Systems

PDF link Enterprise Systems

Software Development

PDF link Software Development

Systems Security

PDF link Systems Security

About

a landing place for dependency graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages