<
From version < 2.1 >
edited by Soeren Domroes
on 2022/09/26 06:23
To version < 4.1 >
edited by Soeren Domroes
on 2022/09/26 07:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Node Placement with Felixble Node Size and Port Position
1 +Node Placement with Flexible Node Size and Port Position
Content
... ... @@ -1,0 +1,44 @@
1 +{{layout}}
2 +{{layout-section ac:type="single"}}
3 +{{layout-cell}}
4 +The Sugiyama algorithm consists of 5 phases: cycle breaking, layer assignment, crossing minimization, node placement and edge routing. Node placement sets the x-coordinates of nodes (in a downward layout) and creates alignment between nodes, improves edge straightness, or balances nodes based on their incoming edges. Node sizes can also be used to eliminate edge bends by increasing the size of nodes, as seen below, which makes the drawing easier to read, edges easier to follow and therefore easier to understand.
5 +{{/layout-cell}}
6 +{{/layout-section}}
7 +
8 +{{layout-section ac:type="two_left_sidebar"}}
9 +{{layout-cell}}
10 +[[image:attach:jette-stpa-oyes-bad.png]]
11 +{{/layout-cell}}
12 +
13 +{{layout-cell}}
14 +[[image:attach:jette-stpa-oyes.png]]
15 +{{/layout-cell}}
16 +{{/layout-section}}
17 +
18 +{{layout-section ac:type="single"}}
19 +{{layout-cell}}
20 +Figure showing the current layout without flexible node size and the existing ONO (obviously not optimal) parts of a layout with flexible node size
21 +
22 += Goals =
23 +
24 +* Improve the existing node size flexible network simplex node placement strategy by:\\
25 +** centering edges on their nodes if it does not compromise the quality of the layout (if necessary by increasing node sizes even more)
26 +** minimize the size of the drawing if possible
27 +** (optional) Explore options that need configuration depending on the context.
28 +
29 += Scope =
30 +
31 +Bachelor Thesis
32 +
33 += Related Work/Literature =
34 +
35 +Emden R. Gansner, Eleftherios Koutsofios, Stephen C. North, Kiem-Phong Vo, A technique for drawing directed graphs. Software Engineering 19(3), pp. 214-230, 1993.
36 +
37 +Ulf Rüegg, //Sugiyama Layouts for Prescribed Drawing Areas//, Disputation: 26 June 2018 ([[KCSS>>url:https://www.uni-kiel.de/journals/receive/jportal_jparticle_00000341||shape="rect" class="internal-link"]] 2018/1) (in Chapter 4.1 Network Simplex Approach)
38 +
39 += Supervised By =
40 +
41 +Sören Domrös
42 +{{/layout-cell}}
43 +{{/layout-section}}
44 +{{/layout}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -136183895
1 +136183904
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/136183895/Node Placement with Felixble Node Size and Port Position
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RTSYS/pages/136183904/Node Placement with Flexible Node Size and Port Position