<
From version < 91.1 >
edited by cds
on 2017/06/14 09:38
To version < 84.1 >
edited by ima
on 2016/12/07 10:47
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cds
1 +XWiki.ima
Content
... ... @@ -26,30 +26,39 @@
26 26  
27 27  //» Dienste.// Algorithmen und Meta Layout müssen den Anwendern zugänglich gemacht werden, damit ein Nutzen daraus entsteht. Dazu müssen wir verschiedenste graphische Frameworks mit vorhandenen Layout-Bibliotheken integrieren und eine Reihe von Werkzeugen entwickeln, mit denen die Verfügbarkeit unserer Lösungen gesteigert wird. Hierzu gehört z.B. die Unterstützung von Standard-Graphenformaten sowie ein Web-Service für automatisches Layout.
28 28  
29 -* **Evaluate Impact of Reversing Edges on Humans** (Master)
29 +* **1 Tight Packing of Connected Components** (Bachelor, Master)
30 +Different connected components of a graph are often laid out separately and combined again afterwards. This combination step often produces too much whitespace. Research relevant 2D packing literature and implement a better solution.
31 +\\
32 +
33 +* **2 Heuristics for the Compact Layering Problem** (Bachelor, Master)
34 +Usually the layer assignment problem of the layer-based approach seeks to let as many edges as possible point into the same direction. Refraining from doing so sometimes allows more compact drawings, which so far has been evaluated using optimization problems. The task is to find and evaluate appropriate heuristics.
35 +* **2 Evaluate Impact of Reversing Edges on Humans** (Master)
30 30  Reversing edges during the layer assignment problem as suggested by the previous topic may have a negative impact on the readability of diagram. User-studies should be carefully planned and conducted to answer two questions: which edges are naturally reversed by humans and does reversing too many edges worsen comprehensibility?
31 -* **Node Placement With a Focus on Compactness** (Master)
37 +* **2 Layering Algorithms** (Bachelor, Master)
38 +Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. The focus of the algorithm could be the consideration of the number of edge crossings, a given aspect ratio, or overall compactness.
39 +* **2 Node Placement With a Focus on Compactness** (Master)
32 32  Node placement algorithms often try to draw as many edges as straight lines as possible. However, that usually results in less compact diagrams. The focus of this topic would be to devise or adapt a node placement algorithm that tries to strike a balance between straightness and compactness.
33 33  
34 -\\
42 +
35 35  
36 -* **Interactive Constraint Creation and Application in Automatic Layout **(Bachelor, Master)
44 +* **2 Interactive Constraint Creation and Application in Automatic Layout **(Bachelor, Master)
37 37  Evaluate options how to create constraints on the layout like "Node x should be placed at position y" and how to implement this in the current layout algorithms. Assess how such constraints can be persisted within the model.
38 -* **Force Based Drawing with Port Constraints** (Master)
46 +* **3 Force Based Drawing with Port Constraints** (Master)
39 39  Develop methods for integrating port constraints in force-based drawing approaches. The resulting node placement shall be evaluated using an edge router such as [[libavoid>>url:http://www.adaptagrams.org/||shape="rect"]] on the model library of [[Ptolemy>>url:http://ptolemy.eecs.berkeley.edu/||shape="rect"]].
48 +* **3 Combining Forces and Layers** (Master)**
49 +**Design and implement a layout algorithm that combines the force-based and the layer-based approaches. The first three phases of the layer-based approach shall be replaced by a node distribution computed with a force-based approach.
40 40  
41 -\\
51 +
42 42  
43 -* **Improved Spline Edge Routing **(Master)
53 +* **1 A (Simple) Edge Router** (Bachelor, Master)
54 +Often, people want their nodes to stay in the same place, but have the edges routed somehow. We currently don't have any layout algorithm that can do so. In this assignment, you would implement a simple edge router to solve this.
55 +* **1 Improved Spline Edge Routing **(Master)
44 44  Our layer-based layout algorithm is capable to route edges as splines. Evaluate the results using state machine diagrams, identify possible improvements and develop solutions to address these.
45 -* **Orthogonal "Edge Bundling"** (Bachelor, Master)
57 +* **1 Improve and Assess KLay Layered's JUnit Test Environment **(Bachelor, Master)
58 +We maintain a variety of JUnit tests to assure our layout algorithm works properly. The environment to execute these tests grew over time and requires a face-lift. The task is to evaluate existing testing frameworks of other projects, find a clean and efficient way to specify and maintain our tests, and update the current implementation.
59 +* **3 Orthogonal "Edge Bundling"** (Bachelor, Master)
46 46  Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
47 47  \\
48 -* **Force-directed Methods for State Machine Layout** (Master)
49 -We currently use layer-based methods to layout SCCharts, a state machine dialect. The goal of this topic is to evaluate and implement force-directed methods to lay out SCCharts. Hard requirements are a proper placement of edge labels, proper routing of edges, and being able to specify the relative positioning of certain nodes to each other.
50 -* **Routing of Self-Loops** (Master)
51 -Self-loops are an integral part of many diagram types, for instance, of state diagrams and dataflow diagrams. Properly routing self-loops is not as easy as one may think. The task of this topic is to evaluate and implement different strategies to route self-loops for three edge routing styles: polyline, orthogonal, and splines. Labels of self loops are to be considered as well.
52 -\\
53 53  
54 54  = Modeling Pragmatics =
55 55  
... ... @@ -61,12 +61,10 @@
61 61  Implement a prototype to investigate whether OpenStreetMap can be used to display custom data (such as, say, rendered diagrams) to use its filtering and exploration features for exploring large diagrams.
62 62  * **3 Control Flow Graph Exploration / Visualization** (Bachelor)
63 63  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.
64 -* **Generate signal flow graphs from module descriptions (Bachelor)**
65 -Use pragmatics concepts to parse YAML data and generate signal flow diagrams for an audio application. (In conjunction with [[sonoware GmbH>>url:https://www.sonoware.de/en/||shape="rect"]])
66 66  
67 67  = Semantics, Synchronous Languages and Model-based Design =
68 68  
69 -**Advisors:** Steven Smyth, Alexander Schulz-Rosengarten, Reinhard v. Hanxleden
76 +**Advisors:** Christian Motika, Steven Smyth, Reinhard v. Hanxleden
70 70  
71 71  Heute haben sich eine ganze Reihe von Modellierungssprachen durchgesetzt, die grafische Modelle verwenden. Dazu zählen beispielsweise die [[Unified Modeling Language (UML) >>url:http://de.wikipedia.org/wiki/UML||shape="rect" class="external-link"]]oder die Werkzeugketten [[Simulink/Stateflow von Mathworks >>url:http://de.wikipedia.org/wiki/Simulink||shape="rect" class="external-link"]]und [[SCADE von Esterel-Technologies>>url:http://en.wikipedia.org/wiki/SCADE||shape="rect" class="external-link"]]. Letztere werden insbesondere auch im Entwurf eingebetteter und sicherheitskritischer Systeme (z.B. in Fahr- und Flugzeugen) eingesetzt.
72 72  
... ... @@ -79,36 +79,29 @@
79 79  
80 80  In diesem Kontext sind Themenstellungen für Bachelor-/Master-/Diplom- und Studienarbeiten beispielhaft genannt. Bei Fragen oder sprechen Sie einen Betreuer bitte direkt an:
81 81  
82 -\\
89 +
83 83  
84 -//SCCharts Modelling & Transformations//
91 +//SCCharts Modelling & Compilation//
85 85  
93 +* (% style="line-height: 1.4285715;" %)**Optimization of the SCCharts compiler/transformations **(%%)(Bachelor/Master)
94 +Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation
86 86  * (% style="line-height: 1.4285715;" %)**On the pragmatics of modeling large models in SCCharts**(%%) (Bachelor/Master)
87 87  Evaluate the possibilities to create and maintain large models in model-based languages (i.e. SCCharts) and provide suggestions for improvements
97 +* **Extend the SC MoC to handle priority-based variable accesses** (Bachelor/Master)
98 +Add priorities to variable accesses to extend the SC MoC and therefore the number of valid sequentially constructive synchronous programs.
88 88  * **Transformation of Circuits to SCCharts** (Bachelor/Master)
89 89  Implement a transformation that translates circuits to (dataflow) SCCharts.
101 +* **Efficient data dependency & scheduling analyses in SCCharts** (Master/Bachelor)
102 +Implement analyses for data dependency, scheduling (e.g. tick boundaries) for SCCharts to improve static scheduling of the compiler
103 +* **Curing Schizophrenia in SCCharts **(Master/Bachelor)
104 +Develop new synchronizer to handle schizophrenia properly (e.g. depth join).
90 90  * **SCCharts Verification** (Master/Bachelor)
91 91  Add the possibility to perfom model checking on SCCharts
92 -* **Transformation Verification** (Master/Bachelor)
93 -Develop a method for SCCharts to check transformations for semantic equivalence.
94 94  * **Derive M2M Transformations from Pseudocode** (Master/Bachelor)
95 95  Create a Pseudocode DSL (and generator) to automatically derive M2M transformations.
96 96  * **Raceyard evaluation** (Master)
97 97  Evaluate the possibility for the use of SCCharts in the Raceyard context and pave the way for future experiments
98 98  
99 -//SCCharts Code Generation & Optimizations//
100 -
101 -* **Optimization of the SCCharts compiler/transformations **(Bachelor/Master)
102 -Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation.
103 -* **SCG Optimization based on SSA **(Bachelor/Master)
104 -The Static Single Assignment form enables powerful optimizations such as [[sparse conditional constant propagation>>url:http://dl.acm.org/citation.cfm?id=103136||shape="rect"]]. Adjust and implement this algorithm in the context of SCGs and evaluate the result.
105 -* **Extend the SC MoC to handle priority-based variable accesses** (Bachelor/Master)
106 -Add priorities to variable accesses to extend the SC MoC and therefore the number of valid sequentially constructive synchronous programs.
107 -* **Efficient data dependency & scheduling analyses in SCCharts** (Master/Bachelor)
108 -Implement analyses for data dependency, scheduling (e.g. tick boundaries) for SCCharts to improve static scheduling of the compiler.
109 -* **Curing Schizophrenia in SCCharts **(Master/Bachelor)
110 -Develop new synchronizer to handle schizophrenia properly (e.g. depth join).
111 -
112 112  //SCCharts Simulation//
113 113  
114 114  * **Visualization of Model-based Simulation via Tracing** (Bachelor/Master)
... ... @@ -137,7 +137,7 @@
137 137  * **Quartz **(Master)
138 138  Integrate the synchronous Quartz language into KIELER for validation purposes and teaching.
139 139  
140 -\\
140 +
141 141  
142 142  = (% style="color: rgb(0,0,0);" %)Miscellaneous Topics(%%) =
143 143  
... ... @@ -148,12 +148,3 @@
148 148  \\
149 149  * **Developing a domain specific language (DSL) for model railway control** (Bachelor/Master)
150 150  We maintain a model railway installation as a demonstrator for our work and as a student teaching tool. Especially for demonstations to non-technical visitors we would like to have a simple language to create controllers for the railway.
151 -
152 -\\
153 -
154 -(% style="display: none;" %)
155 -(((
156 -408
157 -)))
158 -
159 -\\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -28672249
1 +20153980
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/28672249/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/20153980/Topics for Student Theses