| ... |
... |
@@ -19,6 +19,8 @@ |
| 19 |
19 |
Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement... |
| 20 |
20 |
* **Layering Algorithms** (Bachelor, Master) |
| 21 |
21 |
Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. The focus of the algorithm could the consideration of the number of edge crossings, a given aspect ratio, or overall compactness. |
|
22 |
+* **Orthogonal "Edge Bundling"** (Bachelor, Master) |
|
23 |
+Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm. |
| 22 |
22 |
* **Node Placement With a Focus on Compactness** (Master) |
| 23 |
23 |
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. |
| 24 |
24 |
* **Compound Graph Layout** (Master) |
| ... |
... |
@@ -27,6 +27,7 @@ |
| 27 |
27 |
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"]]. |
| 28 |
28 |
* **Combining Forces and Layers** (Master)** |
| 29 |
29 |
**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. |
|
32 |
+\\ |
| 30 |
30 |
|
| 31 |
31 |
= Modeling Pragmatics = |
| 32 |
32 |
|
| ... |
... |
@@ -62,7 +62,7 @@ |
| 62 |
62 |
Profile the actual SCCharts compiler and apply optimizations; also evaluate the possibility to use multiple cores for compilation |
| 63 |
63 |
* **Optimization of the SCCharts transformations** (Bachelor/Master) |
| 64 |
64 |
Profile the actual SCCharts transformations and apply optimizations |
| 65 |
|
-* **SCCharts Andriod backend for Mini Drones** (Bachelor/Master) |
|
68 |
+* **SCCharts Andriod backend for Mini Drones** (Bachelor/Master) [work in progress, Bachelor/Master project summer term 2015] |
| 66 |
66 |
Develop a new code generation backend for SCCharts for Andriod applications with Mini Drones as demonstrator |
| 67 |
67 |
* **On the pragmatics of modelling large models in SCCharts** (Bachelor/Master) |
| 68 |
68 |
Evaluate the possibilities to create and maintain large models in model-based languages (i.e. SCCharts) and provide suggestions for improvements |
| ... |
... |
@@ -99,7 +99,7 @@ |
| 99 |
99 |
* **Adding dataflow to SCCharts** (Bachelor/Master) [work in progress, Axel Umland] |
| 100 |
100 |
Add dataflow to SCCharts |
| 101 |
101 |
\\ |
| 102 |
|
-* **Multithreaded/Multicore execution of SCCharts **(Master/Bachelor) |
|
105 |
+* **Multithreaded/Multicore execution of SCCharts **(Master/Bachelor) [work in progress, Tibor Weiß] |
| 103 |
103 |
Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore |
| 104 |
104 |
based on the [[FlexPRET>>url:http://www.eecs.berkeley.edu/Pubs/TechRpts/2013/EECS-2013-172.pdf||shape="rect"]] processor. |
| 105 |
105 |
|