From 42f1c2a364a4569a4badc7f597e49420874e1935 Mon Sep 17 00:00:00 2001 From: Andreas Wortmann Date: Fri, 8 Nov 2024 11:32:27 +0100 Subject: [PATCH] Minor update --- _pages/service.md | 1 + _pages/teaching.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/_pages/service.md b/_pages/service.md index 18483942..400ff4b5 100644 --- a/_pages/service.md +++ b/_pages/service.md @@ -10,6 +10,7 @@ nav: true Overall, I have chaired for over 25 conferences and workshops. Please find selected highlights below. +- We have funded the 1st International Conference on Engineering Digital Twins: [EDTconf](https://www.edtconf.org/) - Program chair of the [Software Engineering 2024](https://se2024.se.jku.at/) conference - Track chair of the track “Model-Driven Engineering and Modeling Languages” of the [SEAA 2023](https://dsd-seaa2023.com/) conference - Workshop chair of the [Modellierung 2022](https://qfam.gi.de/modellierung2022) conference diff --git a/_pages/teaching.md b/_pages/teaching.md index c155a020..69461329 100644 --- a/_pages/teaching.md +++ b/_pages/teaching.md @@ -10,6 +10,20 @@ Research and teaching mutually benefit from each other. Through research, we fin ## Lectures + +#### Software Engineering for Engineers + +In this lecture, students with a programming background can learn about the activities, methods, and tools required before one starts programming, such as requirements engineering and softwware design, and the activities starting in the implementation phase, such as software quality assurance, verification, and validiation. + +- [Since Summer 2022](https://www.isw.uni-stuttgart.de/lehre/vorlesungen/) + +#### Modeling Software-Intensive Systems + +This lecture focuses on object-oriented modeling techniques, their integrated use, and application. To this end, it includes a subset of UML/P, parts of SysML, formal software arcihtecture modeling, and others. + +- [Since Summer 2021](https://www.isw.uni-stuttgart.de/lehre/vorlesungen/) + + #### Informatik im Maschinenbau 1 The goal of the lecture is to teach the basics of object-oriented programming with Java, distributed systems, techniques of software engineering, and applications of artificial intelligence to Bachelor level students in mechanical engineering.