Wiki source code of Topics for Student Theses
Version 31.1 by uru on 2014/07/16 17:41
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Here's a selection of possible bachelor and master topics. If you're interested in one of them, don't hesitate to contact us! We'll sit down, have tea, and talk about what we could do together. | ||
2 | |||
3 | = Bachelor Topics = | ||
4 | |||
5 | == Graph Layout == | ||
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. | ||
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 | Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. | ||
11 | * **Integrate KIML with JGraph** | ||
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 | * **{{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 | Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement... | ||
15 | |||
16 | == Modeling Pragmatics == | ||
17 | |||
18 | * **Control Flow Graph Exploration / Visualization** | ||
19 | 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. | ||
20 | * **OMG DD Format** | ||
21 | Explore the mapping of [[KGraph>>doc:KGraph Meta Model]] / [[KRendering>>doc:The KRendering Notation Model]] to the [[Diagram Definition>>url:http://www.omg.org/spec/DD/||shape="rect"]] format of the OMG. | ||
22 | |||
23 | == Semantics and Synchronous Languages == | ||
24 | |||
25 | * **Validation Manager for Models** | ||
26 | Develop an integrated, flexible and generic syntactic validation framework for models (e.g. Esterel or SyncCharts). | ||
27 | * **Esterel / SyncCharts Validation** | ||
28 | Automate the validation for a (generic) SyncCharts simulator employing the Esterel simulator and the Esterel to SyncCharts transformation. | ||
29 | * **Transformation from SyncCharts to Esterel** [possibly also Master Topic] | ||
30 | Develop a transformation in Xtend2 to generate Esterel code for SyncCharts. | ||
31 | |||
32 | == Miscellaneous Topics == | ||
33 | |||
34 | * **Developing an Info Screen** | ||
35 | 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. | ||
36 | |||
37 | ---- | ||
38 | |||
39 | = (% style="color: rgb(0,0,0);" %)Master Topics(%%) = | ||
40 | |||
41 | == Graph Layout == | ||
42 | |||
43 | * **Layering Algorithms** | ||
44 | 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. | ||
45 | * **Node Placement** | ||
46 | Develop a new node placement algorithm that finds a good balance between keeping edges straight and keeping the drawing from getting too big. | ||
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. | ||
49 | * **Force Based Drawing with Port Constraints** | ||
50 | 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"]]. | ||
51 | * **Combining Forces and Layers | ||
52 | **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. | ||
53 | |||
54 | == Modeling Pragmatics == | ||
55 | |||
56 | * **Diagram Description Language** | ||
57 | Developing the concepts and implementation of a diagram description language based on Klighd, with SyncCharts as application example. | ||
58 | |||
59 | == Semantics and Synchronous Languages == | ||
60 | |||
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]** | ||
64 | Integrate the synchronous Quartz language into KIELER for validation purposes and teaching. |