<
From version < 124.1 >
edited by Jette Petzold
on 2022/11/09 14:05
To version < 139.1 >
edited by Reinhard von Hanxleden
on 2023/03/10 12:32
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jep
1 +XWiki.rvh
Content
... ... @@ -2,17 +2,21 @@
2 2  
3 3  **Hinweis**: Es ist Studierenden ausdrücklich empfohlen, sich frühzeitig bei den verschiedenen Arbeitsgruppen über mögliche Themen der Abschlussarbeit zu informieren. WWW-Seiten wie diese hier sind ein guter erster Anlaufpunkt, und es ist eine gute Idee, sich vor einem Gespräch mit einem potenziellen Betreuer (Professor, Assistenten ~-~- generell die Dozenten von Lehrveranstaltungen) über mögliche Themen einen Blick auf diese Seiten zu werfen. Es ist jedoch erfahrungsgemäß schwierig, auf solchen Seiten vollständige und aktuelle Informationen bereitzustellen; sie sollten daher eher als grober Indikator der jeweils möglichen Themenfelder dienen denn als konkrete Ausschreibungen. Um zu erfahren, welche Themen konkret verfügbar sind, zu dem angestrebten Zeitrahmen, sollte man auf jeden Fall die Dozenten konsultieren.
4 4  
5 -Die möglichen Themen sind im Folgenden thematisch gruppiert. Die Zahlen vor der Themenbeschreibung stehen für Prioritäten. Je kleiner die Zahl, desto wichtiger ist uns das Thema.
5 += REAKT Railway Research =
6 6  
7 -= Outline =
7 +**Advisors:** Niklas Rentz, Alexander Schulz-Rosengarten, Reinhard von Hanxleden.
8 8  
9 +The REAKT-Initiative, in a nutshell, aims to make railway systems fit for the future, with the track Malente – Lütjenburg available as real-world laboratory ([[https:~~/~~/www.schiene-m-l.de/>>url:https://www.schiene-m-l.de/||rel="nofollow" shape="rect" class="external-link"]]).
9 9  
11 +There is a broad set of topics to be worked on, also as a Bachelor or Master's thesis.
10 10  
11 -{{toc exclude="Outline"/}}
13 +More information is found at the [[REAKT Project 2023 Home>>doc:RP23.REAKT Project 2023 Home||shape="rect"]], but as things are developing faster than this web site can keep up, we recommend to contact one of the advisors listed above.
12 12  
15 +[[image:url:https://rtsys.informatik.uni-kiel.de/confluence/download/attachments/142606491/1.png?version=1&modificationDate=1678441658000&api=v2]][[image:url:https://rtsys.informatik.uni-kiel.de/confluence/download/attachments/142606491/5.jpg?version=1&modificationDate=1678441784000&api=v2]][[image:url:https://rtsys.informatik.uni-kiel.de/confluence/download/attachments/142606491/2.jpg?version=1&modificationDate=1678441677000&api=v2]][[image:url:https://rtsys.informatik.uni-kiel.de/confluence/download/attachments/142606491/3.jpg?version=1&modificationDate=1678441718000&api=v2]]
16 +
13 13  = Automatic Graph Layout =
14 14  
15 -**Advisors:** Sören Domrös, Reinhard von Hanxleden.
19 +**Advisors:** Sören Domrös, Max Kasperowski, Reinhard von Hanxleden.
16 16  
17 17  Ein sehr wichtiges Gebiet für uns ist das automatische Layout von Diagrammen. Hierfür gibt es bereits Werkzeuge, die gute Algorithmen enthalten, so dass viele Diagramme bereits jetzt übersichtlich und automatisiert angeordnet werden können (siehe z.B. [[Graphviz>>url:http://www.graphviz.org/||shape="rect" class="external-link"]]). Für einige besondere Arten von Diagrammen sind diese allgemeinen Algorithmen jedoch nicht geeignet, da zusätzliche Anforderungen an das Layout erfüllt werden müssen. Außerdem ist häufig die technische Anbindung vorhandener Algorithmen umständlich. Nutzer müssen sich mit der Funktionsweise der Algorithmen beschäftigen, um sie für ihre Anwendung optimal konfigurieren zu können.
18 18  
... ... @@ -24,12 +24,22 @@
24 24  
25 25  Die Entwicklung geschieht im [[Eclipse Layout Kernel>>url:http://www.eclipse.org/elk||shape="rect"]]-Projekt (kurz ELK), einem offiziellen Eclipse-Projekt welches hauptsächlich wir betreuen und weiter entwickeln. Ergebnisse in diesem Bereich fließen damit einer tatsächlich existierenden Nutzerbasis zu.
26 26  
27 -= Modeling Pragmatics =
31 +==== **Topics** ====
28 28  
29 -**Advisors:** Niklas Rentz, Max Kasperowski, Reinhard von Hanxleden
33 +* [[doc:A Machine Learning Approach for Node Size Approximation in Top-down Layout]]
34 +* [[doc:Tree Layout with Vertical Position Constraints]]
35 +* [[doc:Node Placement with Flexible Node Size and Port Position]]
30 30  
31 31  Further possible thesis topics can be found [[in ELK's GitHub repository>>url:https://github.com/eclipse/elk/issues?q=is%3Aissue+is%3Aopen+label%3Athesis||shape="rect"]]. Note, however, that some issues there may already be worked on.
32 32  
39 += Modeling Pragmatics =
40 +
41 +**Advisors:** Niklas Rentz, Reinhard von Hanxleden
42 +
43 +==== **Topics** ====
44 +
45 +* [[doc:Architecture Comparison Framework for Software Project Visualization]]
46 +
33 33  = Semantics, Synchronous Languages and Model-based Design =
34 34  
35 35  **Advisors:** Alexander Schulz-Rosengarten, Reinhard v. Hanxleden
... ... @@ -36,22 +36,14 @@
36 36  
37 37  Synchronous languages are well-established for the design of embedded, in particular safety-critical systems. One of our research areas concerns the further development of such languages and their efficient compilation. Specifically, we explore the paradigm of "sequential constructiveness" for reconciling familiar, imperative programming concepts with the sound grounding of synchronous languages. One language we have developed to try out and validate our concepts is the [[SCCharts>>doc:KIELER.SCCharts||shape="rect"]] language, which keeps evolving and thus offers many opportunities for student theses.
38 38  
39 -//SCCharts Code Generation & Optimizations//
53 += Safety Analysis =
40 40  
41 -* **Optimization of the SCCharts compiler/transformations **(Bachelor/Master)
42 -Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation.
43 -* **Javascript code generation** (Bachelor/Master)
44 -Implement a javascript code generation for SCCharts. Integrate with simulation and (environment) visualization to deploy a complete example as standalone web page. Compare with [[HipHop.js >>url:https://dl.acm.org/ft_gateway.cfm?id=3167440&type=pdf||shape="rect"]]based on Esterel.
55 +**Advisors:** Jette Petzold, Reinhard v. Hanxleden
45 45  
46 -//SCCharts Simulation//
57 +==== **Topics** ====
47 47  
48 -* **Visualization of Model-based Simulation via Tracing** (Bachelor/Master)
49 -Use the already implemented Model-to-Model-Tracing in KIELER to visualize simulations.
50 -* **Core SCCharts Interpreter** **with dynamic Scheduling** (Master/Bachelor)
51 -Implement an Interpreter for Core SCCharts that supports SC Policies.
59 +* (% style="color: rgb(51, 51, 51); color: rgb(0, 0, 0); color: rgb(0, 51, 102)" %)**[assigned] [[Fault Tree Analysis (FTA) Support for the STPA VS Code Extension>>doc:Fault Tree Analysis (FTA) Support for the STPA VS Code Extension]]**
60 +* [[doc:Reevaluation Suggestions in System-Theoretic Process Analysis]]
61 +* [[doc:Logical Simplification for Context Tables in the STPA VS Code Extension]]
52 52  
53 53  \\
54 -
55 -\\
56 -
57 -\\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -136184044
1 +142606545
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/136184044/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/142606545/Topics for Student Theses