<
From version < 69.1 >
edited by ima
on 2016/02/19 13:44
To version < 66.1 >
edited by uru
on 2016/02/19 10:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ima
1 +XWiki.uru
Content
... ... @@ -24,7 +24,7 @@
24 24  
25 25  //» Dienste.// Algorithmen und Meta Layout müssen den Anwendern zugänglich gemacht werden, damit ein Nutzen daraus entsteht. Dazu müssen wir verschiedenste graphische Frameworks mit vorhandenen Layout-Bibliotheken integrieren und eine Reihe von Werkzeugen entwickeln, mit denen die Verfügbarkeit unserer Lösungen gesteigert wird. Hierzu gehört z.B. die Unterstützung von Standard-Graphenformaten sowie ein Web-Service für automatisches Layout.
26 26  
27 -* **Tight Packing of Connected Components** (Bachelor, Master)
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 id="KIELER JIRA" columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1262"}}KIPRA-1262{{/jira}}\\
30 30  
... ... @@ -54,15 +54,15 @@
54 54  Implement and evaluate strategies for orthogonal edge bundling within our layer-based layout algorithm.
55 55  * **A Simple Edge Router** (Bachelor)
56 56  Often, people want their nodes to stay in the same place, but have the edges routed somehow. We currently don't have any layout algorithm that can do so. In this assignment, you would implement a simple edge router to solve this.
57 -* **Improved Spline Edge Routing **(Master)
57 +* **Improved Spline Edge Routing**
58 58  Our layer-based layout algorithm is capable to route edges as splines. Evaluate the results using state machine diagrams, identify possible improvements and develop solutions to address these.
59 -* **Improve and Assess KLay Layered's JUnit Test Environment **(Bachelor, Master)
59 +* **Improve and Assess KLay Layered's JUnit Test Environment**
60 60  We maintain a variety of JUnit tests to assure our layout algorithm works properly. The environment to execute these tests grew over time and requires a face-lift. The task is to evaluate existing testing frameworks of other projects, find a clean and efficient way to specify and maintain our tests, and update the current implementation.
61 61  \\
62 62  
63 63  = Modeling Pragmatics =
64 64  
65 -**Advisors:** Reinhard von Hanxleden, Ulf Rüegg, Christoph Daniel Schulze, Insa Fuhrmann
65 +**Advisors:** Reinhard von Hanxleden, Ulf Rüegg, Christoph Daniel Schulze.
66 66  
67 67  * **Control Flow Graph Exploration / Visualization** (Bachelor)
68 68  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.
... ... @@ -71,7 +71,7 @@
71 71  
72 72  = Semantics, Synchronous Languages and Model-based Design =
73 73  
74 -**Advisors:** Christian Motika, Steven Smyth, Reinhard v. Hanxleden, Insa Fuhrmann
74 +**Advisors:** Christian Motika, Steven Smyth, Reinhard v. Hanxleden
75 75  
76 76  Heute haben sich eine ganze Reihe von Modellierungssprachen durchgesetzt, die grafische Modelle verwenden. Dazu zählen beispielsweise die [[Unified Modeling Language (UML) >>url:http://de.wikipedia.org/wiki/UML||shape="rect" class="external-link"]]oder die Werkzeugketten [[Simulink/Stateflow von Mathworks >>url:http://de.wikipedia.org/wiki/Simulink||shape="rect" class="external-link"]]und [[SCADE von Esterel-Technologies>>url:http://en.wikipedia.org/wiki/SCADE||shape="rect" class="external-link"]]. Letztere werden insbesondere auch im Entwurf eingebetteter und sicherheitskritischer Systeme (z.B. in Fahr- und Flugzeugen) eingesetzt.
77 77  
... ... @@ -100,8 +100,6 @@
100 100  Add priorities to variable accesses to extend the SC MoC and therefore the number of valid sequentially constructive synchronous programs.
101 101  * **Transformation of Circuits to SCCharts** (Bachelor/Master)
102 102  Implement a transformation that translates circuits to (dataflow) SCCharts.
103 -* **On the Pragmatics of Interactive Timing Information Feedback for graphical modeling** (Bachelor)
104 -Use Pragmatics concepts to enhance the timing information feedback of the Interactive Timing Analysis.
105 105  \\\\
106 106  * **Efficient data dependency & scheduling analyses in SCCharts** (Master/Bachelor)
107 107  Implement analyses for data dependency, scheduling (e.g. tick boundaries) for SCCharts to improve static scheduling of the compiler
... ... @@ -121,6 +121,19 @@
121 121  * **Raceyard evaluation** (Master)
122 122  Evaluate the possibility for the use of SCCharts in the Raceyard context and pave the way for future experiments
123 123  
122 += PRETSY / PRETSY2 =
123 +
124 +**Advisors:** Insa Fuhrmann, Steven Smyth
125 +
126 +Im Rahmen des PRETSY-Projektes (siehe [[www.pretsy.org>>url:http://www.pretsy.org/||title="Projekthomepage" shape="rect" class="external-link-new-window external-link"]], dort findet sich auch im Rahmen des Projektes bereits veröffentlichte Literatur) und seines geplanten Nachfolgerprojektes sind Abschlussarbeiten zu vergeben, die sich inhaltlich mit der Verbindung Sequentiell Konstruktiver (SC für Sequentially Constructive) Sprachen mit Precision Timed (PRET) Prozessoren als Ausführungsplattform befinden.
127 +
128 +Sequentielle Konstruktivität als "Model of Computation (MoC)" ist im Zuge des PRETSY Projektes entwickelt worden und ist eng mit dem MoC der Sychronen Sprachen verwandt, erweitert dieses aber konservativ, das heißt, es lässt alle Programme zur Ausführung zu, die auch als gültiges synchrones Programm (insbesondere im Sinne der Programmiersprache Esterel) gelten würden. Anders als Esterel erlaubt es aber mehrere schreibende und lesende Zugriffe auf geteilte Variablen, solange diese eindeutig sequentiell geordnet sind. Dies macht das SC MoC zugänglicher für Programmierer gängiger sequentieller Programmiersprachen: Zum Beispiel ist das Programmiermuster present "present x else emit x" ("if (!x) {...; x = true}") gültig im SC MoC, nicht aber in Esterel.
129 +
130 +Im PRETSY Projekt wurden die Programmiersprachen SCCharts und SCL entwickelt, grundsätzlich können wir diese auf jeder beliebigen Plattform ausführen, die Ausführung auf PRET Architekturen bietet aber einige zusätzliche Vorteile und Aspekte, insbesondere verfügen diese Architekturen über eine besonders einfach zu analysierende WCET, über zusätzliche Befehle, um die Ausführungszeit zu kontrollieren und Exceptions bei Zeitüberschreitungen zu definieren sowie über mehrere Hardwarethreads. Aktuelle Themenvorschläge finden sich im [[KIELER Wiki>>url:http://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/Topics+for+Student+Theses||shape="rect" class="internal-link None"]]
131 +
132 +* **Real-time extensions for SCCharts** (Bachelor/Master)
133 +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.
134 +
124 124  = (% style="color: rgb(0,0,0);" %)Miscellaneous Topics(%%) =
125 125  
126 126  **Advisors:** to be determined.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -15532291
1 +15532285
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/15532291/Topics for Student Theses
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/15532285/Topics for Student Theses