<
From version < 122.1 >
edited by Maximilian Kasperowski
on 2022/08/16 14:34
To version < 138.1 >
edited by Reinhard von Hanxleden
on 2023/03/10 11:20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mka
1 +XWiki.rvh
Content
... ... @@ -4,15 +4,25 @@
4 4  
5 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.
6 6  
7 -= Outline =
7 += REAKT – Railway Research =
8 8  
9 +**Advisors:** Niklas Rentz, Alexander Schulz-Rosengarten, Reinhard von Hanxleden.
9 9  
11 +(% style="" %)
12 +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" style="" shape="rect" class="external-link"]]).
10 10  
11 -{{toc exclude="Outline"/}}
14 +(% style="" %)
15 +There is a broad set of topics to be worked on, also as a Bachelor or Master's thesis.
12 12  
17 +(% style="" %)
18 +More information is found at the [[REAKT Project 2023 Home>>doc:RP23.REAKT Project 2023 Home||style="" 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.
19 +
20 +(% style="" %)
21 +[[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]]
22 +
13 13  = Automatic Graph Layout =
14 14  
15 -**Advisors:** Sören Domrös, Reinhard von Hanxleden.
25 +**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,29 +24,21 @@
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  
37 +==== **Topics** ====
38 +
39 +* [[doc:A Machine Learning Approach for Node Size Approximation in Top-down Layout]]
40 +* [[doc:Tree Layout with Vertical Position Constraints]]
41 +* [[doc:Node Placement with Flexible Node Size and Port Position]]
42 +
43 +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.
44 +
27 27  = Modeling Pragmatics =
28 28  
29 -**Advisors:** Sören Domrös, Niklas Rentz, Max Kasperowski, Reinhard von Hanxleden
47 +**Advisors:** Niklas Rentz, Reinhard von Hanxleden
30 30  
31 -* **Compare Software Architecural Model to Implementation**
32 -OSGiViz and Software Project Viz currently allows to inspect software architecture aspects of projects. We would like to model software architectures in the same style to enable a model-to-implementation comparison or mockup code generation for architectures.
33 -* **Post-Processing Label Placement with Label Management** (Bachelor, Master)
34 -This is about implementing a stand-alone label placement algorithm that can place node and edge labels after everything else has already been placed. Since there might not be enough space to place all labels, the algorithm should provide different options of coping with such situations. One would be to hide such labels, another one would be to apply label management to them.
35 -* **Standalone Edge Routing **(Master)
36 -* **Compound Graph Exploration** (Bachelor, Master)
37 -A new graph exploration approach should be examined which is uses different zoom levels for different compound nodes. This tries to map the "Google Maps approach" of only showing the information of interest at any given zoom level to the field of graph exploration.
38 -* **Improvements to Spline Edge Routing** (Bachelor, Master)
39 -Spline edge routing closely follows the routes orthogonal edges would take. A Bachelor's thesis could work on improving how splines connect to their end points to make the results look more natural. A Master's thesis could look at improving the routes splines take through a diagram more generally.
40 -* **Interactivity for Further Diagram Elements and Layout Algorithms** (Bachelor, Master)
41 -* **Relative Interactivity Constraints** (Bachelor, Master)
42 -* **Polishing and Evaluating Interactive User Experiences **(Bachelor, Master)
43 -* **Interaction Techniques for Large Diagrams** (Bachelor, Master)
44 -* **Control Flow Graph Exploration / Visualization** (Bachelor)
45 -Use pragmatics concepts (automatic layout, focus & context) for exploring/visualizing control flow graphs and specific paths, eg. as computed by OTAWA WCET analysis tool, eg. using KLighD.
46 -* **A Machine Learning Approach for Node Size Approximation in Top-down Layout **(Bachelor, Master) //[Cooperation with the [[Intelligent Systems>>url:https://www.ins.informatik.uni-kiel.de/en||shape="rect"]] group]//
47 -Based on existing graph layouts develop a machine learning model to make pre-layout node size approximations during top-down layout. Statistical evaluation of the used learning models.
49 +==== **Topics** ====
48 48  
49 -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.
51 +* [[doc:Architecture Comparison Framework for Software Project Visualization]]
50 50  
51 51  = Semantics, Synchronous Languages and Model-based Design =
52 52  
... ... @@ -54,22 +54,14 @@
54 54  
55 55  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.
56 56  
57 -//SCCharts Code Generation & Optimizations//
59 += Safety Analysis =
58 58  
59 -* **Optimization of the SCCharts compiler/transformations **(Bachelor/Master)
60 -Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation.
61 -* **Javascript code generation** (Bachelor/Master)
62 -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.
61 +**Advisors:** Jette Petzold, Reinhard v. Hanxleden
63 63  
64 -//SCCharts Simulation//
63 +==== **Topics** ====
65 65  
66 -* **Visualization of Model-based Simulation via Tracing** (Bachelor/Master)
67 -Use the already implemented Model-to-Model-Tracing in KIELER to visualize simulations.
68 -* **Core SCCharts Interpreter** **with dynamic Scheduling** (Master/Bachelor)
69 -Implement an Interpreter for Core SCCharts that supports SC Policies.
65 +* (% 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]]**
66 +* [[doc:Reevaluation Suggestions in System-Theoretic Process Analysis]]
67 +* [[doc:Logical Simplification for Context Tables in the STPA VS Code Extension]]
70 70  
71 71  \\
72 -
73 -\\
74 -
75 -\\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -136184040
1 +142606544
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/136184040/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/142606544/Topics for Student Theses