<
From version < 74.1 >
edited by ssm
on 2016/08/05 14:24
To version < 77.1 >
edited by uru
on 2016/08/23 15:04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ssm
1 +XWiki.uru
Content
... ... @@ -4,6 +4,8 @@
4 4  
5 5  **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.
6 6  
7 +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.
8 +
7 7  = Outline =
8 8  
9 9  
... ... @@ -24,7 +24,7 @@
24 24  
25 25  //» 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.
26 26  
27 -* **Tight Packing of Connected Components** (Bachelor, Master)
29 +* **1 Tight Packing of Connected Components** (Bachelor, Master)
28 28  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.
29 29  {{jira id="KIELER JIRA" columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1262"}}KIPRA-1262{{/jira}}\\
30 30  
... ... @@ -34,30 +34,34 @@
34 34  
35 35  
36 36  
37 -* **Layering Algorithms** (Bachelor, Master)
39 +* **2 Heuristics for the Compact Layering Problem** (Bachelor, Master)
40 +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.
41 +* **2 Evaluate Impact of Reversing Edges on Humans** (Master)
42 +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?
43 +* **2 Layering Algorithms** (Bachelor, Master)
38 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 -* **Node Placement With a Focus on Compactness** (Master)
45 +* **2 Node Placement With a Focus on Compactness** (Master)
40 40  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.
41 41  
42 42  
43 43  
44 -* **Force Based Drawing with Port Constraints** (Master)
50 +* **2 Interactive Constraint Creation and Application in Automatic Layout **(Bachelor/Master)
51 +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.\\
52 +* **3 Force Based Drawing with Port Constraints** (Master)
45 45  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"]].
46 -* **Combining Forces and Layers** (Master)**
54 +* **3 Combining Forces and Layers** (Master)**
47 47  **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.
48 -* **Interactive constraint creation and application in automatic layout **(Bachelor/Master)
49 -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.
50 50  
51 51  
52 52  
53 -* **Orthogonal "Edge Bundling"** (Bachelor, Master)
54 -Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
55 -* **A Simple Edge Router** (Bachelor)
59 +* **1 A Simple Edge Router** (Bachelor)
56 56  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.
57 -* **Improved Spline Edge Routing **(Master)
61 +* **1 Improved Spline Edge Routing **(Master)
58 58  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.
59 -* **Improve and Assess KLay Layered's JUnit Test Environment **(Bachelor, Master)
63 +* **1 Improve and Assess KLay Layered's JUnit Test Environment **(Bachelor, Master)
60 60  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.
65 +* **3 Orthogonal "Edge Bundling"** (Bachelor, Master)
66 +Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
61 61  \\
62 62  
63 63  = Modeling Pragmatics =
... ... @@ -64,12 +64,12 @@
64 64  
65 65  **Advisors:** Reinhard von Hanxleden, Ulf Rüegg, Christoph Daniel Schulze, Insa Fuhrmann
66 66  
67 -* **Control Flow Graph Exploration / Visualization** (Bachelor)
68 -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.
69 -* **Compound Graph Exploration** (Bachelor, Master)
73 +* **1 Compound Graph Exploration** (Bachelor, Master)
70 70  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.
71 -* **OpenStreetMap-Based Model Exploration** (Bachelor, Master)
75 +* **1 OpenStreetMap-Based Model Exploration** (Bachelor, Master)
72 72  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.
77 +* **3 Control Flow Graph Exploration / Visualization** (Bachelor)
78 +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.
73 73  
74 74  = Semantics, Synchronous Languages and Model-based Design =
75 75  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -20152346
1 +20152354
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/20152346/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/20152354/Topics for Student Theses