Changes for page Available Topics
Last modified by Niklas Rentz on 2025/03/13 09:21
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ima1 +XWiki.cds - Content
-
... ... @@ -1,11 +1,5 @@ 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 great things wecould do together.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 2 3 -**On this Page** 4 - 5 - 6 - 7 -{{toc/}} 8 - 9 9 = Bachelor Topics = 10 10 11 11 == Graph Layout == ... ... @@ -14,9 +14,7 @@ 14 14 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. 15 15 * **{{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** 16 16 Implement an alternative algorithm for the layer assignment problem used in the layer-based approach to graph layout. 17 -* **Tight Packing of Connected Components** 18 -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. 19 -* **{{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}}Integrate KIML with JGraph** 11 +* **Integrate KIML with JGraph** 20 20 Provide automatic layout through KIML for the JGraph diagram library and develop a simple JGraph-based graph editor to test the integration with. 21 21 * **{{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** 22 22 Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement... ... ... @@ -24,7 +24,7 @@ 24 24 == Modeling Pragmatics == 25 25 26 26 * **Comment Attachment** 27 -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. 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.\\ 28 28 * **Control Flow Graph Exploration / Visualization** 29 29 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. 30 30 * **OMG DD Format** ... ... @@ -34,27 +34,11 @@ 34 34 35 35 * **Validation Manager for Models** 36 36 Develop an integrated, flexible and generic syntactic validation framework for models (e.g. Esterel or SyncCharts). 37 -* **SCCharts compiler validation with Esterel** 38 -Automate the validation of the SCCharts compiler using the Esterel simulation. 39 -* **Transformation from SCCharts to Esterel** [possibly also Master Topic] 40 -Develop a transformation in Xtend2 to generate Esterel code for SCCharts. 41 -* **Hardware Synthesis from SCCharts to FPGA **[possibly also Master Topic] 42 -Use the circuit-based code generation to produce code for FPGAs 43 -* **Automatic documentation generation **[possibly also Master Topic] 44 -Develop an automatic SCCharts documentation system 45 -* **Optimizations for the SCCharts compiler **[possibly also Master Topic] 46 -Profile the actual SCCharts compiler and apply optimizations 47 -* **Multi-core SCCharts compiler **[possibly also Master Topic] 48 -Implement the possibility to use more than one core to compile large SCCharts 49 -* **Adding dataflow to SCCharts** [possibly also Master Topic] 50 -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. 51 51 52 -== PRETSY / PRETSY2 == 53 - 54 -* **Real-time extensions for SCCharts** [possibly also Master Topic] 55 -Make the timing instructions //delay_until// und //exception_on_expire// of the [[FlexPRET>>url:http://rtsys.informatik.uni-kiel.de/confluence/Multithreaded/Multicore execution of SCCharts Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore based on the FlexPRET||shape="rect"]] processor available in SCCharts. 56 -* See also Semantics and Synchronous Languages: **Adding dataflow to SCCharts** 57 - 58 58 == Miscellaneous Topics == 59 59 60 60 * **Developing an Info Screen** ... ... @@ -64,9 +64,6 @@ 64 64 65 65 = (% style="color: rgb(0,0,0);" %)Master Topics(%%) = 66 66 67 -(% style="color: rgb(0,0,0);" %)(see also Bachelor Topics for potentially expansible topics) 68 - 69 - 70 70 == Graph Layout == 71 71 72 72 * **Layering Algorithms** ... ... @@ -87,24 +87,7 @@ 87 87 88 88 == Semantics and Synchronous Languages == 89 89 90 -* **Quartz** 63 +* **FPGA Statecharts** 64 +Development of a Statecharts editor, based on .NET, WPF, MS Silverlight. Synthesis onto FPGAs with a data-flow-based intermediate format. 65 +* **[Quartz]** 91 91 Integrate the synchronous Quartz language into KIELER for validation purposes and teaching. 92 -* **Implementation of a priority-based compilation approach** 93 -Implement the SyncCharts priority-based compilation approach into the SCCharts compiler chain. 94 -* **Curing Schizophrenia in SCCharts** 95 -Develop new synchronizer to handle schizophrenia properly (e.g. depth join). 96 -* **Detecting tick boundaries in SCCharts** 97 -Implement an algorithm that detects tick boundaries (in concurrent) threads and therefore improves the scheduling 98 -* **Multithreaded/Multicore execution of SCCharts **(see below PRETSY/PRETSY2)** 99 -** 100 -* **Railway 2.0** 101 -Design a new and modern hardware controlling (Version 4) for the railway installation. 102 - 103 -== PRETSY / PRETSY2 == 104 - 105 -* **Multithreaded/Multicore execution of SCCharts** 106 -Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore 107 -based on the [[FlexPRET>>url:http://www.eecs.berkeley.edu/Pubs/TechRpts/2013/EECS-2013-172.pdf||shape="rect"]] processor.** 108 -** 109 - 110 -
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 107479701 +9471761 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/ 10747970/Topics for Student Theses1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/9471761/Topics for Student Theses