<
From version < 56.1 >
edited by ssm
on 2015/07/30 13:41
To version < 60.1 >
edited by ssm
on 2015/10/19 09:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  
10 10  
11 -{{toc/}}
11 +{{toc exclude="Outline"/}}
12 12  
13 13  = Automatic Graph Layout =
14 14  
... ... @@ -27,7 +27,9 @@
27 27  * **Tight Packing of Connected Components** (Bachelor)
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 columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1262"}}KIPRA-1262{{/jira}}\\
30 -* **{{jira columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1031"}}KIPRA-1031{{/jira}}Layering Algorithms** (Bachelor, Master)
30 +* **{{jira columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1031"}}KIPRA-1031{{/jira}}Implement and Evaluate a Layout Algorithm for Simple Cluster Graphs** (Bachelor/Master)
31 +Cluster graphs are graphs in which every node belongs can belong to one or more groups of nodes, or //clusters//. The clusters can overlap and do not need to form a hierarchy. We already have some ideas for laying out cluster graphs with simple structures. This topic focusses on implementing at least one of these ideas and evaluating it to find out if it works well.
32 +* **Layering Algorithms** (Bachelor, Master)
31 31  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.
32 32  * **Combining Forces and Layers** (Master)**
33 33  **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.
... ... @@ -37,12 +37,10 @@
37 37  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"]].
38 38  * **Interactive constraint creation and application in automatic layout **(Bachelor/Master)
39 39  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.
40 -\\
41 41  * **Compound Graph Layout** (Master)
42 42  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. The main area to be considered here is the crossing minimization phase.
43 43  * **Orthogonal "Edge Bundling"** (Bachelor, Master)
44 44  Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
45 -\\
46 46  * **Integrate KIML with JGraph** (Bachelor)
47 47  Provide automatic layout through KIML for the JGraph diagram library and develop a simple JGraph-based graph editor to test the integration with.\\
48 48  * **{{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}}Improve and Assess KLay Layered's JUnit Test Environment** 
... ... @@ -73,15 +73,15 @@
73 73  
74 74  In diesem Kontext sind Themenstellungen für Bachelor-/Master-/Diplom- und Studienarbeiten beispielhaft genannt. Bei Fragen oder sprechen Sie einen Betreuer bitte direkt an:
75 75  
76 -* **Automatic documentation generation for model-based languages **(Bachelor)
77 -Develop an automatic SCCharts documentation & comment system
78 -* **On the usability of the KIELER SCCharts compiler** (Bachelor)
79 -Evaluate the actual implementation of the KIELER SCCharts compiler and provide suggestions for improvements, i.e. the usability as standalone (commandline) compiler
76 +* --**Automatic documentation generation for model-based languages **(Bachelor)--
77 +--Develop an automatic SCCharts documentation & comment system--
78 +* --**On the usability of the KIELER SCCharts compiler** (Bachelor)--
79 +--Evaluate the actual implementation of the KIELER SCCharts compiler and provide suggestions for improvements, i.e. the usability as standalone (commandline) compiler--
80 80  \\\\
81 -* **Transformation from SCCharts to Esterel** (Bachelor/Master)
82 -Develop a transformation in Xtend2 to generate Esterel code for SCCharts.
83 -* **Hardware Synthesis from SCCharts to FPGA **(Bachelor/Master)
84 -Use the circuit-based code generation approach to produce code for FPGAs
81 +* --**Transformation from SCCharts to Esterel** (Bachelor/Master)--
82 +--Develop a transformation in Xtend2 to generate Esterel code for SCCharts.--
83 +* --**Hardware Synthesis from SCCharts to FPGA **(Bachelor/Master)--
84 +--Use the circuit-based code generation approach to produce code for FPGAs--
85 85  * (% style="line-height: 1.4285715;" %)**Optimization of the SCCharts compiler/transformations **(%%)(Bachelor/Master)
86 86  Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation
87 87  * (% style="line-height: 1.4285715;" %)**On the pragmatics of modeling large models in SCCharts**(%%) (Bachelor/Master)
... ... @@ -95,14 +95,14 @@
95 95  Implement an algorithm that detects tick boundaries (in concurrent) threads and therefore improves the scheduling
96 96  * **Efficient data dependency analyses in SCCharts** (Master/Bachelor)
97 97  Implement data dependency analyses for SCCharts to improve static scheduling of the compiler
98 -* **KIELER evaluation environment for synchronous languages** (Master/Bachelor)
99 -Develop a reliable evaluation environment to compare common synchronous languages (i.e. Esterel/SyncCharts & SCCharts)
98 +* --**KIELER evaluation environment for synchronous languages** (Master/Bachelor)--
99 +--Develop a reliable evaluation environment to compare common synchronous languages (i.e. Esterel/SyncCharts & SCCharts)--
100 100  * **Raceyard evaluation** (Master/Bachelor)
101 101  Evaluate the possibility for the use of SCCharts in the Raceyard context and pave the way for future experiments
102 102  * **Curing Schizophrenia in SCCharts **(Master/Bachelor)
103 103  Develop new synchronizer to handle schizophrenia properly (e.g. depth join).
104 -* **Hybrid Models for Legacy Code Extraction **(Master/Bachelor)
105 -Extract legacy code (e.g. legacy C code) to (SCCharts) Hybrid Models.
104 +* --**Hybrid Models for Legacy Code Extraction **(Master/Bachelor)--
105 +--Extract legacy code (e.g. legacy C code) to (SCCharts) Hybrid Models.--
106 106  \\\\
107 107  * **Quartz **(Master)
108 108  Integrate the synchronous Quartz language into KIELER for validation purposes and teaching.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -13762904
1 +13763616
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/13762904/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/13763616/Topics for Student Theses