Changes for page Layout Algorithms (KLay)

Last modified by Alexander Schulz-Rosengarten on 2023/07/11 10:33

From version 13.1
edited by cds
on 2013/05/10 16:00
Change comment: There is no comment for this version
To version 3.1
edited by cds
on 2012/03/23 15:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,16 +1,24 @@
1 -{{tip title="Survey on KIELER Layout"}}
2 -The KIELER team is conducting a [[survey on automatic layout>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/survey/||shape="rect"]]. Please support our research by participating.
3 -{{/tip}}
1 +{{panel title="Project Information"}}
2 +Responsible:
4 4  
5 -The KLay project encompasses the main layout algorithms developed as part of the KIELER project. It aims at providing Java implementations of different layout algorithms to the [[doc:Infrastructure for Meta Layout (KIML)]].
4 +* [[Miro Spönemann>>url:http://www.informatik.uni-kiel.de/en/rtsys/contact/msp/||shape="rect"]]
5 +* [[Christoph Daniel Schulze>>url:http://www.informatik.uni-kiel.de/en/rtsys/contact/cds/||shape="rect"]]
6 6  
7 +Related Theses:
8 +
9 +* Ole Claußen, //Implementing an Algorithm for Orthogonal Graph Layout//, September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/ocl-bt.pdf||shape="rect"]])
10 +* Christian Kutschmar, //Planarisierung von Hypergraphen//, September 2010 ([[pdf>>url:http://rtsys.informatik.uni-kiel.de/%7Ebiblio/downloads/theses/cku-bt.pdf||shape="rect"]])
11 +{{/panel}}
12 +
13 +
14 +
15 +The KLay project encompasses all layout algorithms developed as part of the KIELER project. It aims at providing Java implementations of different layout algorithms to the [[doc:Infrastructure for Meta Layout (KIML)]].
16 +
7 7  We currently have the following layout algorithms:
8 8  
19 +* **KLay Layered**
20 +Implementation of the layer-based "hierarchical" approach by Sugiyama et al.
9 9  * **KLay Force**
10 10  Implementation of approaches based on physical models.
11 -* **[[doc:KLay Layered]]**
12 -Implementation of the layer-based "hierarchical" approach by Sugiyama et al.
13 -* **[[doc:KLay Planar]]**
23 +* **KLay Planar**
14 14  Implementation of the planarization-based "topology-shape-metrics" approach. (work in progress)
15 -* **[[doc:KLay Tree]]**
16 -Implementation of tree-based layout algorithms. (work in progress)
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -7700590
1 +884913
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/7700590/Layout Algorithms (KLay)
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/884913/Layout Algorithms (KLay)