<
From version < 40.1 >
edited by cds
on 2014/12/09 11:08
To version < 44.1 >
edited by ssm
on 2014/12/27 18:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.cds
1 +XWiki.ssm
Content
... ... @@ -8,6 +8,8 @@
8 8  
9 9  = Graph Layout =
10 10  
11 +**Advisors:** Ulf Rüegg, Christoph Daniel Schulze.
12 +
11 11  * **Tight Packing of Connected Components** (Bachelor)
12 12  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.
13 13  {{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}}\\
... ... @@ -28,65 +28,80 @@
28 28  
29 29  = Modeling Pragmatics =
30 30  
33 +**Advisors:** Reinhard von Hanxleden, Ulf Rüegg, Christoph Daniel Schulze.
34 +
31 31  * **Comment Attachment** (Bachelor)
32 32  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.
33 33  * **Control Flow Graph Exploration / Visualization** (Bachelor)
34 34  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.
39 +* **Compound Graph Exploration** (Bachelor, Master)
40 +A new graph exploration approach should be examined which is uses different zoom levels for different compound nodes. This tries to map the "Google Maps approach" of only showing the information of interest at any given zoom level to the field of graph exploration.
35 35  
36 36  = Semantics and Synchronous Languages =
37 37  
38 -* **Validation Manager for Models**
44 +**Advisors:** Christian Motika, Steven Smyth
45 +
46 +* **Automatic documentation generation for model-based languages **(Bachelor)
47 +Develop an automatic SCCharts documentation & comment system
48 +* **Merging SCCharts and KLOTS** (Bachelor)
49 +Implement KLOTS as demonstrator extension of the KIELER SCCharts implementation
50 +* **On the usability of the KIELER SCCharts compiler** (Bachelor)
51 +Evaluate the actual implementation of the KIELER SCCharts compiler and provide suggestions for improvements
52 +\\
53 +* **Validation Manager for Models **(Bachelor/Master)
39 39  Develop an integrated, flexible and generic syntactic validation framework for models (e.g. Esterel or SyncCharts).
40 -* **SCCharts compiler validation with Esterel**
55 +* **SCCharts compiler validation with Esterel **(Bachelor/Master)
41 41  Automate the validation of the SCCharts compiler using the Esterel simulation.
42 -* **Transformation from SCCharts to Esterel** [possibly also Master Topic]
57 +* **Transformation from SCCharts to Esterel** (Bachelor/Master)
43 43  Develop a transformation in Xtend2 to generate Esterel code for SCCharts.
44 -* **Hardware Synthesis from SCCharts to FPGA **[possibly also Master Topic]
59 +* **Hardware Synthesis from SCCharts to FPGA **(Bachelor/Master)
45 45  Use the circuit-based code generation to produce code for FPGAs
46 -* **Automatic documentation generation **[possibly also Master Topic]
47 -Develop an automatic SCCharts documentation system
48 -* **Optimizations for the SCCharts compiler **[possibly also Master Topic]
61 +* (% style="line-height: 1.4285715;" %)**Optimization of the SCCharts compiler **(%%)(Bachelor/Master)
49 49  Profile the actual SCCharts compiler and apply optimizations
50 -* **Multi-core SCCharts compiler **[possibly also Master Topic]
51 -Implement the possibility to use more than one core to compile large SCCharts
52 -* **Adding dataflow to SCCharts** [possibly also Master Topic]
53 -Add dataflow to SCCharts
63 +* **Optimization of the SCCharts transformations** (Bachelor/Master)
64 +Profile the actual SCCharts transformations and apply optimizations
65 +* **SCCharts Andriod backend for Mini Drones** (Bachelor/Master)
66 +Develop a new code generation backend for SCCharts for Andriod applications with Mini Drones as demonstrator
67 +* **On the pragmatics of modelling large models in SCCharts** (Bachelor/Master)
68 +Evaluate the possibilities to create and maintain large models in model-based languages (i.e. SCCharts) and provide suggestions for improvements
69 +\\
70 +* **Detecting tick boundaries in SCCharts **(Master/Bachelor)
71 +Implement an algorithm that detects tick boundaries (in concurrent) threads and therefore improves the scheduling
72 +* **Efficient data dependency analyses in SCCharts** (Master/Bachelor)
73 +Implement data dependency analyses for SCCharts to improve static scheduling of the compiler
74 +* **KIELER evaluation environment for synchronous languages** (Master/Bachelor)
75 +Develop a reliable evaluation environment to compare common synchronous languages (i.e. Esterel/SyncCharts & SCCharts)
76 +* **Raceyard evaluation** (Master/Bachelor)
77 +Evaluate the possibility for the use of SCCharts in the Raceyard context and pave the way for future experiments
78 +\\
79 +* **Quartz **(Master)
80 +Integrate the synchronous Quartz language into KIELER for validation purposes and teaching.
81 +* **Implementation of a priority-based compilation approach **(Master) [work in progress, Caroline Butschek]
82 +Implement the SyncCharts priority-based compilation approach into the SCCharts compiler chain.
83 +* **From Esterel to SCL **(Master) [work in progress, Karsten Rathlev]
84 +Implement transformations that translate Esterel programs to SCL
85 +* **Curing Schizophrenia in SCCharts **(Master)
86 +Develop new synchronizer to handle schizophrenia properly (e.g. depth join).**
87 +**
88 +* **Railway 4.0 **(Master) [work in progress, Nis Wechselberg]
89 +Design a new and modern hardware controlling (Version 4) for the railway installation.
54 54  
55 55  = PRETSY / PRETSY2 =
56 56  
57 -* **Real-time extensions for SCCharts** [possibly also Master Topic]
93 +**Advisors:** Insa Fuhrmann, Steven Smyth
94 +
95 +* **Real-time extensions for SCCharts** (Bachelor/Master)
58 58  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.
59 -* See also Semantics and Synchronous Languages: **Adding dataflow to SCCharts**
97 +* **Adding dataflow to SCCharts** (Bachelor/Master) [work in progress, Axel Umland]
98 +Add dataflow to SCCharts 
99 +\\
100 +* **Multithreaded/Multicore execution of SCCharts **(Master/Bachelor)
101 +Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore 
102 +based on the [[FlexPRET>>url:http://www.eecs.berkeley.edu/Pubs/TechRpts/2013/EECS-2013-172.pdf||shape="rect"]] processor.
60 60  
61 -= Miscellaneous Topics =
104 += (% style="color: rgb(0,0,0);" %)Miscellaneous Topics(%%) =
62 62  
106 +**Advisors:** to be determined.
107 +
63 63  * **Developing an Info Screen** (Bachelor)
64 64  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.
65 -
66 -----
67 -
68 -= (% style="color: rgb(0,0,0);" %)Master Topics(%%) =
69 -
70 -== Semantics and Synchronous Languages ==
71 -
72 -* **Quartz**
73 -Integrate the synchronous Quartz language into KIELER for validation purposes and teaching.
74 -* **Implementation of a priority-based compilation approach**
75 -Implement the SyncCharts priority-based compilation approach into the SCCharts compiler chain.
76 -* **Curing Schizophrenia in SCCharts**
77 -Develop new synchronizer to handle schizophrenia properly (e.g. depth join).
78 -* **Detecting tick boundaries in SCCharts**
79 -Implement an algorithm that detects tick boundaries (in concurrent) threads and therefore improves the scheduling
80 -* **Multithreaded/Multicore execution of SCCharts **(see below PRETSY/PRETSY2)**
81 -**
82 -* **Railway 2.0**
83 -Design a new and modern hardware controlling (Version 4) for the railway installation.
84 -
85 -== PRETSY / PRETSY2 ==
86 -
87 -* **Multithreaded/Multicore execution of SCCharts**
88 -Evaluate possibilities to preserve parallelism in SCCharts, implement mapping for (fine grained) multithreading and multicore
89 -based on the [[FlexPRET>>url:http://www.eecs.berkeley.edu/Pubs/TechRpts/2013/EECS-2013-172.pdf||shape="rect"]] processor.**
90 -**
91 -
92 -
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -10747973
1 +10748084
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/10747973/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/10748084/Topics for Student Theses