Show last authors
1
2
3 === Zeitplan ===
4
5 (% class="wrapped" %)
6 |=(((
7 Datum
8 )))|=(((
9 Milestone
10 )))
11 |(((
12 24.11
13 )))|(((
14 Proposalvortrag
15 )))
16 |(((
17 22.12
18 )))|(((
19 Erster (primitiver) Prototyp
20 )))
21 |(% colspan="1" %)(% colspan="1" %)
22 (((
23 19.03
24 )))|(% colspan="1" %)(% colspan="1" %)
25 (((
26 Ende der Implementierung
27 )))
28 |(% colspan="1" %)(% colspan="1" %)
29 (((
30 20.03
31 )))|(% colspan="1" %)(% colspan="1" %)
32 (((
33 Start der Benutzerstudie
34 )))
35 |(((
36
37 )))|(((
38 Abschlussvortrag
39 )))
40
41
42
43
44
45 === Pros and Cons of Layout Algorithms ===
46
47
48
49 (% class="wrapped" %)
50 |=(((
51 Layout
52 )))|=(((
53 Pros
54 )))|=(((
55 Cons
56 )))
57 |(((
58 Radiales Layout
59 )))|(((
60 * Wurzel ist immer in der Mitte
61 * Guter Überblick über den Datenfluss -
62 klare Zuordnung der Kindern zu ihren Eltern
63 )))|(((
64 * kein echtes radiales bei wenig Kindern
65 * dadurch auch viel Whitespace (besonders bei vielen Blättern)
66 )))
67 |(((
68 HV
69 )))|(((
70 * klare Position der Wurzel
71 )))|(((
72 * möglicherweise viel Whitespace
73 )))
74 |(((
75 Recursive Winding
76 )))|(((
77 * klare Position der Wurzel
78 * wenig Whitespace
79 * beliebig skalierbar/ beliebiges Seitenverhältnis
80 )))|(((
81 * kompliziert (zu implementieren)
82 )))
83 |(% colspan="1" %)(% colspan="1" %)
84 (((
85 Force Directed
86 )))|(% colspan="1" %)(% colspan="1" %)
87 (((
88
89 )))|(% colspan="1" %)(% colspan="1" %)
90 (((
91 * keine klare Position der Wurzel -
92 Highlighting nötig
93 * Sonderbehandlung um mehrfach ein ähnliches Layout zu erzeugen
94 )))
95 |(% colspan="1" %)(% colspan="1" %)
96 (((
97 3D
98 )))|(% colspan="1" %)(% colspan="1" %)
99 (((
100
101 )))|(% colspan="1" %)(% colspan="1" %)
102 (((
103
104 )))
105 |(% colspan="1" %)(% colspan="1" %)
106 (((
107 Grid?
108 )))|(% colspan="1" %)(% colspan="1" %)
109 (((
110
111 )))|(% colspan="1" %)(% colspan="1" %)
112 (((
113
114 )))
115 |(% colspan="1" %)(% colspan="1" %)
116 (((
117 Balloon Tree
118 )))|(% colspan="1" %)(% colspan="1" %)
119 (((
120
121 )))|(% colspan="1" %)(% colspan="1" %)
122 (((
123
124 )))
125 |(% colspan="1" %)(% colspan="1" %)
126 (((
127 Hybrid Inplace Nodes
128 )))|(% colspan="1" %)(% colspan="1" %)
129 (((
130
131 )))|(% colspan="1" %)(% colspan="1" %)
132 (((
133
134 )))
135
136
137
138
139
140
141
142 [[image:attach:IMG_8356.png]][[image:attach:IMG_8357.png]][[image:attach:IMG_8358.png]][[image:attach:IMG_8359.png]]
143
144
145
146 = Feature Ideen =
147
148 * Expanding all the nodes you like and minimize the others.
149 * FishEye View Minimizing the focus surrounding Nodes
150
151
152
153 = Behandlung der Kanten =
154
155 * Initialler Vorschlag war zwei Kanten vom Aktor, die zu den Ecken des Kindes führen - unnötige/verwirrende Kanten im Bild
156 * Einfachste Lösung Kante zwischen Knoten- Nachteil ist, dass nicht sofort ersichtlich, welcher Aktor, welcher ist
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172