<
From version < 74.1 >
edited by ssm
on 2016/08/05 14:24
To version < 75.1 >
edited by nbw
on 2016/08/23 11:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ssm
1 +XWiki.nbw
Content
... ... @@ -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)
27 +* **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,31 @@
34 34  
35 35  
36 36  
37 -* **Layering Algorithms** (Bachelor, Master)
37 +* **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)
39 +* **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)
44 +* **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)**
46 +* **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.
48 +* **2 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. Assess how such constraints can be persisted within the model.
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)
53 +* **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)
55 +* **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)
57 +* **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.
59 +* **3 Orthogonal "Edge Bundling"** (Bachelor, Master)
60 +Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
61 +*
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)
68 +* **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)
70 +* **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.
72 +* **3 Control Flow Graph Exploration / Visualization** (Bachelor)
73 +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 +20152351
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/20152351/Topics for Student Theses