| ... |
... |
@@ -2,7 +2,7 @@ |
| 2 |
2 |
|
| 3 |
3 |
= Bachelor Topics = |
| 4 |
4 |
|
| 5 |
|
-== Graph Layout == |
|
5 |
+== Diagram Layout == |
| 6 |
6 |
|
| 7 |
7 |
* **Add Support for Self Loops for Polyline / Spline Layouts |
| 8 |
8 |
**Self loops, that is, edges connecting a node with itself, need to be properly routed. This is already implemented for orthogonal edge routing, but is still an open problem for spline and polyline edge routing. |
| ... |
... |
@@ -12,11 +12,11 @@ |
| 12 |
12 |
Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. |
| 13 |
13 |
* **Integrate KIML with JGraph** |
| 14 |
14 |
Provide automatic layout through KIML for the JGraph diagram library and develop a simple JGraph-based graph editor to test the integration with. |
| 15 |
|
-* **{{jira showSummary="true" columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1214"}}KIPRA-1214{{/jira}}Improved Edge Label Placement** |
| 16 |
|
-Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement... |
| 17 |
|
-* **Implement a [[KlayJS>>doc:JavaScript (KLayJS)]] adapter for D3.js** |
| 18 |
|
-The [[D3.js>>url:http://d3js.org/||shape="rect"]] library is a well-known and widely-used Javascript library for SVG-based visualizations and already comes with [[force-based graph layout >>url:http://bl.ocks.org/mbostock/4062045||shape="rect"]]algorithms. Implement an adapter that allows to use D3 with KlayJS. |
| 19 |
19 |
|
|
16 |
+{{jira columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1214"}} |
|
17 |
+KIPRA-1214 |
|
18 |
+{{/jira}} |
|
19 |
+ |
| 20 |
20 |
== Modeling Pragmatics == |
| 21 |
21 |
|
| 22 |
22 |
* **Control Flow Graph Exploration / Visualization** |
| ... |
... |
@@ -38,31 +38,13 @@ |
| 38 |
38 |
* **Developing an Info Screen** |
| 39 |
39 |
Info screens are screens that present data in ways that can be easily understood. This includes static data (project description graphics, members of a team, ...) as well as dynamically aggregated data (bug statistics, automatic build overviews, ...). This topic is about developing such an info screen for our group and making it easily configurable. |
| 40 |
40 |
|
| 41 |
|
----- |
|
41 |
+= Master Topics = |
| 42 |
42 |
|
| 43 |
|
-= (% style="color: rgb(0,0,0);" %)Master Topics(%%) = |
| 44 |
|
- |
| 45 |
|
-== Graph Layout == |
| 46 |
|
- |
| 47 |
|
-* **Layering Algorithms** |
| 48 |
|
-Develop an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. The algorithm shall be extended to consider the number of edge crossings and an optimal aspect ratio. |
| 49 |
|
-* **Spline Layout** |
| 50 |
|
-Develop a proper spline routing for KLay Layered. Part of this would be implementing self-loops with splines. The expected end result is that KLay Layered can well be used to layout state charts. |
| 51 |
|
-* **Compound Graph Layout** |
| 52 |
|
-Design and implement new concepts for computing layer-based layouts of compound graphs. The main focus shall be on //maintainability//: ensuring that the implementation can be kept working over the years. |
| 53 |
|
-* **Force Based Drawing with Port Constraints** |
| 54 |
|
-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"]]. |
| 55 |
|
-* **Combining Forces and Layers |
| 56 |
|
-**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. |
| 57 |
|
- |
| 58 |
|
-== Modeling Pragmatics == |
| 59 |
|
- |
| 60 |
|
-* **Diagram Description Language** |
| 61 |
|
-Developing the concepts and implementation of a diagram description language based on Klighd, with SyncCharts as application example. |
| 62 |
|
- |
| 63 |
|
-== Semantics and Synchronous Languages == |
| 64 |
|
- |
|
43 |
+* **SyncCharts in Yakindu** |
|
44 |
+Develop a SyncChart-Editor based on Yakindu, including basic pragmatics concept (automatic layout, collapse/expand, structure-based editing) and interfacing to host-language. |
| 65 |
65 |
* **FPGA Statecharts** |
| 66 |
66 |
Development of a Statecharts editor, based on .NET, WPF, MS Silverlight. Synthesis onto FPGAs with a data-flow-based intermediate format. |
|
47 |
+* **Diagram Description Language** |
|
48 |
+Developing the concepts and implementation of a diagram description language based on Klighd, with SyncCharts as application example. |
| 67 |
67 |
* **[Quartz]** |
| 68 |
68 |
Integrate the synchronous Quartz language into KIELER for validation purposes and teaching. |