Skip to content

a landing place for dependency graphs

Notifications You must be signed in to change notification settings

soft-eng-practicum/itec-plans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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.

Latest program plans

Also see past and proposed future changes.

Data Science and Analytics (updated AY20-21, also see proposed changes)

Manual: PDF link Data Science and Analytics

Graphviz: PDF link Data Science and Analytics

Digital Media (updated AY20-21)

PDF link Digital Media

Enterprise Systems (no change since AY19-20)

PDF link Enterprise Systems

Software Development (updated AY20-21)

Software Development

Systems Security (no change since AY19-20)

PDF link Systems Security

About

a landing place for dependency graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%