<
From version < 35.1 >
edited by ssm
on 2014/09/02 10:39
To version < 28.1 >
edited by msp
on 2014/05/05 11:05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ssm
1 +XWiki.msp
Content
... ... @@ -4,8 +4,8 @@
4 4  
5 5  == Graph Layout ==
6 6  
7 -* (% style="line-height: 1.4285715;" %)**Implement Greedy Switch Heuristic for Crossing Minimization**(%%)
8 -The order of nodes in a layer determines the number of crossings and is computed during the crossing minimization step. The results can usually be further improved by switching the order of nodes around, which we currently lack proper algorithms for. 
7 +* (% style="line-height: 1.4285715;" %)**Implement Greedy Switch Heuristic for Crossing Minimization**
8 +* The order of nodes in a layer determines the number of crossings and is computed during the crossing minimization step. The results can usually be further improved by switching the order of nodes around, which we currently lack proper algorithms for. 
9 9  * **{{jira columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-891"}}KIPRA-891{{/jira}}Layering Algorithms**
10 10  Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout.
11 11  * **Integrate KIML with JGraph**
... ... @@ -12,11 +12,11 @@
12 12  Provide automatic layout through KIML for the JGraph diagram library and develop a simple JGraph-based graph editor to test the integration with.
13 13  * **{{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**
14 14  Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement...
15 +* **Implement a [[KlayJS>>doc:JavaScript (KLayJS)]] adapter for D3.js**
16 +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.
15 15  
16 16  == Modeling Pragmatics ==
17 17  
18 -* **Comment Attachment**
19 -When computing a new layout for a diagram that contains comments (comparable to comments in source code), the comments often get placed far away of the nodes they refer to. This is because often the reference is not explicitly encoded in the original model. We have used a distance-based metric in the past to discover references automatically, but there are lots of ideas for improvement. This bachelor thesis would implement them, perhaps come up with additional ideas, and finally evaluate them in a thorough experiment.
20 20  * **Control Flow Graph Exploration / Visualization**
21 21  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.
22 22  * **OMG DD Format**
... ... @@ -26,20 +26,10 @@
26 26  
27 27  * **Validation Manager for Models**
28 28  Develop an integrated, flexible and generic syntactic validation framework for models (e.g. Esterel or SyncCharts).
29 -* **SCCharts compiler validation with Esterel**
30 -Automate the validation of the SCCharts compiler using the Esterel simulation.
31 -* **Transformation from SCCharts to Esterel** [possibly also Master Topic]
32 -Develop a transformation in Xtend2 to generate Esterel code for SCCharts.
33 -* **Hardware Synthesis from SCCharts to FPGA **[possibly also Master Topic]
34 -Use the circuit-based code generation to produce code for FPGAs
35 -* **Automatic documentation generation **[possibly also Master Topic]
36 -Develop an automatic SCCharts documentation system
37 -* **Optimizations for the SCCharts compiler **[possibly also Master Topic]
38 -Profile the actual SCCharts compiler and apply optimizations
39 -* **Multi-core SCCharts compiler **[possibly also Master Topic]
40 -Implement the possibility to use more than one core to compile large SCCharts
41 -* **Adding dataflow to SCCharts** [possibly also Master Topic]
42 -Add dataflow to SCCharts
29 +* **Esterel / SyncCharts Validation**
30 +Automate the validation for a (generic) SyncCharts simulator employing the Esterel simulator and the Esterel to SyncCharts transformation.
31 +* **Transformation from SyncCharts to Esterel** [possibly also Master Topic]
32 +Develop a transformation in Xtend2 to generate Esterel code for SyncCharts.
43 43  
44 44  == Miscellaneous Topics ==
45 45  
... ... @@ -54,10 +54,8 @@
54 54  
55 55  * **Layering Algorithms**
56 56  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.
57 -* **Node Placement**
58 -Develop a new node placement algorithm that finds a good balance between keeping edges straight and keeping the drawing from getting too big.
59 -* (% style="line-height: 1.4285715;" %)**Compound Graph Layout**(%%)
60 -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.
47 +* (% style="line-height: 1.4285715;" %)**Compound Graph Layout**
48 +* 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.
61 61  * **Force Based Drawing with Port Constraints**
62 62  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"]].
63 63  * **Combining Forces and Layers
... ... @@ -65,23 +65,12 @@
65 65  
66 66  == Modeling Pragmatics ==
67 67  
68 -
69 -
70 70  * **Diagram Description Language**
71 71  Developing the concepts and implementation of a diagram description language based on Klighd, with SyncCharts as application example.
72 72  
73 73  == Semantics and Synchronous Languages ==
74 74  
75 -* **Quartz**
61 +* **FPGA Statecharts**
62 +Development of a Statecharts editor, based on .NET, WPF, MS Silverlight. Synthesis onto FPGAs with a data-flow-based intermediate format.
63 +* **[Quartz]**
76 76  Integrate the synchronous Quartz language into KIELER for validation purposes and teaching.
77 -* **Implementation of a priority-based compilation approach**
78 -Implement the SyncCharts priority-based compilation approach into the SCCharts compiler chain.
79 -* **Curing Schizophrenia in SCCharts**
80 -Develop new synchronizer to handle schizophrenia properly (e.g. depth join).
81 -* **Detecting tick boundaries in SCCharts**
82 -Implement an algorithm that detects tick boundaries (in concurrent) threads and therefore improves the scheduling
83 -* **Preserving concurrency/parallelism for multi-core **
84 -Evaluate possibilities to preserve parallelism in SCCharts**.
85 -**
86 -* **Railway 2.0**
87 -Design a new and modern hardware controlling (Version 4) for the railway installation.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471821
1 +9470600
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/9471821/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/9470600/Topics for Student Theses