Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

PlantUML Macro
aligncenter
BachelorCS --> IT3010
url of IT3010 is [[http://www.ntnu.edu/studies/courses/IT3010]]
BachelorCS --> IT3020
 
interface IT3010 {
	ResearchMethods
	(For IDI's Master or similar students.)
}

class BachelorCS {
 IDI's Bachelor in Computer Science or Equivalent
}

interface IT3020 {
 IT_Topics = Equivalent with TDT4506_SpecializationCourse [[http://www.ntnu.edu/studies/courses/TDT4506]]
 For IDI's Master students and international
 students with equivalent background/consent
}

interface IT3402 {
	UIDesign
}
interface TDT4245{
	Coop_SocialMedia
	(E), S
}
BachelorCS --> IT3402
 
TDT4180_HCI ---> IT3402
IT3402_UIDesign --> TDT4245

url of IT3020 is [[http://www.ntnu.edu/studies/courses/IT3020]]
url of IT3402 is [[http://www.ntnu.edu/studies/courses/IT3402]]
url of TDT4180_HCI is [[http://www.ntnu.edu/studies/courses/TDT4180]]
url of TDT4245 is [[http://www.ntnu.edu/studies/courses/TDT4245]]

...

PlantUML Macro
alignleft
interface IT3402 {
	UIDesign
}
interface Master_CS {
	Completion of the five year Data-Technology MSc,
	(or the 2-year MSc Informatics) program
}
abstract class IT8002{
    AdvTopicHCI
}
abstract class IT8108{
    IT Topics
}
Master_CS --> IT8002
IT3402_UIDesign ---> IT8002
url of IT3402_UIDesign is [[http://www.ntnu.edu/studies/courses/IT3402]]
url of IT8002 is [[http://www.ntnu.edu/studies/courses/IT8002]]
url of IT8108 is [[http://www.ntnu.edu/studies/courses/IT8108]]


...