-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathvienna2020.html
More file actions
29 lines (16 loc) · 965 Bytes
/
vienna2020.html
File metadata and controls
29 lines (16 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: Lecture material of a 2h Lecture at TU Wien 2020 winter term
---
{% capture markdownize %}
## Context
Introduction (2h lecture) to 'Product Line Engineering in Software-Intensive Systems' as part of [Advanced Software Engineering](https://tiss.tuwien.ac.at/course/courseDetails.xhtml?dswid=2867&dsrid=764&courseNr=180456&semester=2020W) at TU Wien in the 2020 winter term for MSc students
Instructors: Kristof Meixner
## Location of the material
[TU Wien 2020 directory](https://github.com/FAMILIAR-project/teaching/tree/gh-pages/resources/TUWien2020Lecture)
## Description of the material
A set of slides used for the lecture.
## Description of the lecture
The Advanced Software Engineering lecture provides an overview of characteristics of and software engineering approaches for advanced software systems as well as an verview of selected research and industrial topics.
{% endcapture %}
{{ markdownize | markdownify }}