<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis0910+0525787</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis0910+0525787"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis0910_0525787"/>
	<updated>2026-05-31T13:30:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23936</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23936"/>
		<updated>2010-01-07T08:13:18Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: comparison view added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. &lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
&lt;br /&gt;
* Sex is a nominal data because it cannot be ordered in a meaningful way. Both genders are equivalent. Additionally, the gender is a binary value (being male or female).&lt;br /&gt;
* The date of birth and death are ordinal values, because of the chronological order. In reality continual, we simplified the modelling by leaving out the time of birth. So are only discrete values are possible. &lt;br /&gt;
* The contentedness of a person is a discrete value, there are three different values possible (good, neutral, bad). It is 2-dimensional, because the contentedness is dependent on the time (what makes it temporal too) and of the value (good, bad, neutral).&lt;br /&gt;
* Important happenings are temporal, because they change by time. &lt;br /&gt;
* Text data like first and last name is a nominal value.&lt;br /&gt;
* The family tree itself has a hierarchical data, the ancestors are on top and are followed by their children, grand children etc. Relations of the same generation (partners, siblings) are shown on the same level. The hierarchy is shown implicitly, no extra hint is made.&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
In general, the main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (In this case it would be interesting for all serious Simpsons fans, who want to know everything about their favorite characters).&lt;br /&gt;
But in general this type of family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone due to privacy reasons.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
==== questions getting answered by visualization ====&lt;br /&gt;
* Who were my ancestors?&lt;br /&gt;
* Who is related with me?&lt;br /&gt;
* Were my ancestors lucky with their lives?&lt;br /&gt;
* Did some happenings change their contentedness?&lt;br /&gt;
* How long did they live or are they still alive?&lt;br /&gt;
* What special happenings did they have in their lives?&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
=== Techniques used ===&lt;br /&gt;
We like to see our family-tree as computer application (maybe just a internet page), because it&#039;s very easy to create and very easy to use interactive applications on computer-systems and almost everyone should be familiar with it.&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
The family relationships are shown in a classical tree view. Generations are shown in one line. To show relationships a conduit is used, for example: Between two persons, who get children a conduit is used, a conduit is also used between those parents and their children and so on.&lt;br /&gt;
&lt;br /&gt;
The family-tree overview contains following data:&lt;br /&gt;
* Name of the person&lt;br /&gt;
* Conduit and position are showing relations&lt;br /&gt;
* Conduit also shows if person is related by marriage&lt;br /&gt;
* Sex is shown by color background&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
By sliding with the mouse cursor over a member of the family tree a pop up window appears with short informations about the specified family-member. If more information is needed, one can click on the window, to show more detailed information about the person. An advantage of this method (nesting) is, that sensitive data can be preserved with a password. A Disadvantage is, that it could be more inconvenient to use the application. Therefore a login-system would be very helpful.&lt;br /&gt;
&lt;br /&gt;
The  hover field contains following data:&lt;br /&gt;
* Picture, if available&lt;br /&gt;
* Name&lt;br /&gt;
* Sex&lt;br /&gt;
* Date of birth&lt;br /&gt;
* Date of death&lt;br /&gt;
&lt;br /&gt;
==== detail information ====&lt;br /&gt;
By clicking on the popup-window button in the hover menu an extra pop-up window appears, in which all the registered data of the person shows up. The Contentedness-scale also has a mouse over effect: When sliding with the mouse over a specific time (from left to right) it shows the nearest happening from the happening list.&lt;br /&gt;
&lt;br /&gt;
The detail information contains following data:&lt;br /&gt;
* All the data shown in the popup window&lt;br /&gt;
* Contentedness-scale&lt;br /&gt;
* Important happenings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
To compare specified family tree details a member of the tree has to be selected at first. This happens by double clicking a specified member. To compare with another family tree just double click a member of the other family tree to get into the comparison view.&lt;br /&gt;
There the two specified family tree&#039;s are going to be compared. Also different generations can be compared.&lt;br /&gt;
&lt;br /&gt;
=== mockups ===&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
[[Image:06-stammbaum.jpg|900px]]&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
[[Image:06-Stammbaum1.jpg|900px]]&lt;br /&gt;
==== detail information ====&lt;br /&gt;
[[Image:06-Stammbaum2.jpg|900px]]&lt;br /&gt;
==== selection of specified tree ====&lt;br /&gt;
[[Image:06-Stammbaum-selected.jpg|900px]]&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
[[Image:06-Stammbaum-comparison.jpg|900px]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum-comparison.jpg&amp;diff=23935</id>
		<title>File:06-Stammbaum-comparison.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum-comparison.jpg&amp;diff=23935"/>
		<updated>2010-01-07T08:07:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: simpsons family tree. comparison view&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
simpsons family tree. comparison view&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum-selected.jpg&amp;diff=23934</id>
		<title>File:06-Stammbaum-selected.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum-selected.jpg&amp;diff=23934"/>
		<updated>2010-01-07T08:06:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Simpsons family tree. selection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Simpsons family tree. selection&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23914</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23914"/>
		<updated>2010-01-06T16:52:41Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. &lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
&lt;br /&gt;
* Sex is a nominal data because it cannot be ordered in a meaningful way. Both genders are equivalent. Additionally, the gender is a binary value (being male or female).&lt;br /&gt;
* The date of birth and death are ordinal values, because of the chronological order. In reality continual, we simplified the modelling by leaving out the time of birth. So are only discrete values are possible. &lt;br /&gt;
* The contentedness of a person is a discrete value, there are three different values possible (good, neutral, bad). It is 2-dimensional, because the contentedness is dependent on the time (what makes it temporal too) and of the value (good, bad, neutral).&lt;br /&gt;
* Important happenings are temporal, because they change by time. &lt;br /&gt;
* Text data like first and last name is a nominal value.&lt;br /&gt;
* The family tree itself has a hierarchical data, the ancestors are on top and are followed by their children, grand children etc. Relations of the same generation (partners, siblings) are shown on the same level. The hierarchy is shown implicitly, no extra hint is made.&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
In general, the main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (In this case it would be interesting for all serious Simpsons fans, who want to know everything about their favorite characters).&lt;br /&gt;
But in general this type of family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone due to privacy reasons.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
==== questions getting answered by visualization ====&lt;br /&gt;
* Who were my ancestors?&lt;br /&gt;
* Who is related with me?&lt;br /&gt;
* Were my ancestors lucky with their lives?&lt;br /&gt;
* Did some happenings change their contentedness?&lt;br /&gt;
* How long did they live or are they still alive?&lt;br /&gt;
* What special happenings did they have in their lives?&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
=== Techniques used ===&lt;br /&gt;
We like to see our family-tree as computer application (maybe just a internet page), because it&#039;s very easy to create and very easy to use interactive applications on computer-systems and almost everyone should be familiar with it.&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
The family relationships are shown in a classical tree view. Generations are shown in one line. To show relationships a conduit is used, for example: Between two persons, who get children a conduit is used, a conduit is also used between those parents and their children and so on.&lt;br /&gt;
&lt;br /&gt;
The family-tree overview contains following data:&lt;br /&gt;
* Name of the person&lt;br /&gt;
* Conduit and position are showing relations&lt;br /&gt;
* Conduit also shows if person is related by marriage&lt;br /&gt;
* Sex is shown by color background&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
By sliding with the mouse cursor over a member of the family tree a pop up window appears with short informations about the specified family-member. If more information is needed, one can click on the window, to show more detailed information about the person. An advantage of this method (nesting) is, that sensitive data can be preserved with a password. A Disadvantage is, that it could be more inconvenient to use the application. Therefore a login-system would be very helpful.&lt;br /&gt;
&lt;br /&gt;
The  hover field contains following data:&lt;br /&gt;
* Picture, if available&lt;br /&gt;
* Name&lt;br /&gt;
* Sex&lt;br /&gt;
* Date of birth&lt;br /&gt;
* Date of death&lt;br /&gt;
&lt;br /&gt;
==== detail information ====&lt;br /&gt;
By clicking on the popup-window button in the hover menu an extra pop-up window appears, in which all the registered data of the person shows up. The Contentedness-scale also has a mouse over effect: When sliding with the mouse over a specific time (from left to right) it shows the nearest happening from the happening list.&lt;br /&gt;
&lt;br /&gt;
The detail information contains following data:&lt;br /&gt;
* All the data shown in the popup window&lt;br /&gt;
* Contentedness-scale&lt;br /&gt;
* Important happenings&lt;br /&gt;
&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
To compare specified family tree details&lt;br /&gt;
&lt;br /&gt;
=== mockups ===&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
[[Image:06-stammbaum.jpg|900px]]&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
[[Image:06-Stammbaum1.jpg|900px]]&lt;br /&gt;
==== detail information ====&lt;br /&gt;
[[Image:06-Stammbaum2.jpg|900px]]&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23900</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23900"/>
		<updated>2010-01-06T14:12:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. &lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
The family tree is ...&lt;br /&gt;
The information about the person is ...&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
In general, the main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (In this case it would be interesting for all serious Simpsons fans, who want to know everything about their favorite characters).&lt;br /&gt;
But in general this type of family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
==== questions getting answered by visualization ====&lt;br /&gt;
* Who were my ancestors?&lt;br /&gt;
* Who is related with me?&lt;br /&gt;
* Were my ancestors lucky with their lives?&lt;br /&gt;
* Did some happenings change their contentedness?&lt;br /&gt;
* How long did they live or are they still alive?&lt;br /&gt;
* What special happenings did they have in their lives?&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
=== Techniques used ===&lt;br /&gt;
We like to see our family-tree as computer application (maybe just a internet page), because it&#039;s very easy to create and very easy to use interactive applications on computer-systems, because almost everyone should be familiar with it.&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
The family relationships are shown in a classical tree view. Generations are shown in one line. To show relationships a conduit is used, for example: Between two persons, who get children a conduit is used, a conduit is also used between those parents and their children and so on.&lt;br /&gt;
&lt;br /&gt;
The family-tree overview contains following data:&lt;br /&gt;
* Name of the person&lt;br /&gt;
* Conduit and position are showing relations&lt;br /&gt;
* Conduit also shows if person is related by marriage&lt;br /&gt;
* Sex is shown by color background&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
By sliding with the mouse cursor over a member of the family tree a pop up window appears with short informations about the specified family-member. If more information is needed, one can click on the window, to show more detailed information about the person. An advantage of this method (nesting) is, that sensitive data can be preserved with a password. A Disadvantage is, that it could be more inconvenient to use the application. Therefore a login-system would be very helpful.&lt;br /&gt;
&lt;br /&gt;
The  hover field contains following data:&lt;br /&gt;
* Picture, if available&lt;br /&gt;
* Name&lt;br /&gt;
* Sex&lt;br /&gt;
* Date of birth&lt;br /&gt;
* Date of death&lt;br /&gt;
&lt;br /&gt;
==== detail information ====&lt;br /&gt;
By clicking on the popup-window button in the hover menu an extra pop-up window appears, in which all the registered data of the person shows up. The Contentedness-scale also has a mouse over effect: When sliding with the mouse over a specific time (from left to right) it shows the nearest happening from the happening list.&lt;br /&gt;
&lt;br /&gt;
The detail information contains following data:&lt;br /&gt;
* All the data shown in the popup window&lt;br /&gt;
* Contentedness-scale&lt;br /&gt;
* Important happenings&lt;br /&gt;
&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
To compare specified family tree details&lt;br /&gt;
&lt;br /&gt;
=== mockups ===&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
[[Image:06-stammbaum.jpg|900px]]&lt;br /&gt;
&lt;br /&gt;
==== mouse over effect ====&lt;br /&gt;
[[Image:06-Stammbaum1.jpg|900px]]&lt;br /&gt;
==== detail information ====&lt;br /&gt;
[[Image:06-Stammbaum2.jpg|900px]]&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum2.jpg&amp;diff=23898</id>
		<title>File:06-Stammbaum2.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum2.jpg&amp;diff=23898"/>
		<updated>2010-01-06T13:46:55Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Simpsons Family Tree. With detailed popup window&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Simpsons Family Tree. With detailed popup window&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum1.jpg&amp;diff=23896</id>
		<title>File:06-Stammbaum1.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:06-Stammbaum1.jpg&amp;diff=23896"/>
		<updated>2010-01-06T13:46:16Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Stammbaum Simpsons. Mouse over popup window&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Stammbaum Simpsons. Mouse over popup window&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:06-stammbaum.jpg&amp;diff=23893</id>
		<title>File:06-stammbaum.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:06-stammbaum.jpg&amp;diff=23893"/>
		<updated>2010-01-06T13:45:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Stammbaum Simpsons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Stammbaum Simpsons&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23885</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23885"/>
		<updated>2010-01-06T11:13:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. &lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
The family tree is ...&lt;br /&gt;
The information about the person is ...&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
In general, the main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (In this case it would be interesting for all serious Simpsons fans, who want to know everything about their favorite characters).&lt;br /&gt;
But in general this type of family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
==== questions getting answered by visualization ====&lt;br /&gt;
* Who were my ancestors?&lt;br /&gt;
* Who is related with me?&lt;br /&gt;
* Were my ancestors lucky with their lives?&lt;br /&gt;
* Did some happenings change their contentedness?&lt;br /&gt;
* How long did they live or are they still alive?&lt;br /&gt;
* What special happenings did they have in their lives?&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
=== Techniques used ===&lt;br /&gt;
We like to see our family-tree as computer application (maybe just a internet page), because it&#039;s very easy to create and very easy to use interactive applications on computer-systems, because almost everyone should be familiar with it.&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
The family relationships are shown in a classical tree view. Generations are shown in one line. To show relationships a conduit is used, for example: Between two persons, who get children a conduit is used, a conduit is also used between those parents and their children and so on.&lt;br /&gt;
&lt;br /&gt;
The family-tree overview contains following data:&lt;br /&gt;
* Name of the person&lt;br /&gt;
* Conduit and position are showing relations&lt;br /&gt;
* Conduit also shows if person is related by marriage&lt;br /&gt;
* Sex is shown by little symbol beneath the name / (or maybe by color?)&lt;br /&gt;
&lt;br /&gt;
==== hover effect ====&lt;br /&gt;
By sliding with the mouse cursor over a member of the family tree a pop up window appears with short informations about the specified family-member. If more information is needed, one can click on the window, to show more detailed information about the person. An advantage of this method (nesting) is, that sensitive data can be preserved with a password. A Disadvantage is, that it could be more inconvenient to use the application. Therefore a login-system would be very helpful.&lt;br /&gt;
&lt;br /&gt;
The  hover field contains following data:&lt;br /&gt;
* Picture, if available&lt;br /&gt;
* Name&lt;br /&gt;
* Sex&lt;br /&gt;
* Date of birth&lt;br /&gt;
* Date of death&lt;br /&gt;
&lt;br /&gt;
==== detail information ====&lt;br /&gt;
By clicking on the popup-window button in the hover menu an extra pop-up window appears, in which all the registered data of the person shows up.&lt;br /&gt;
&lt;br /&gt;
The detail information contains following data:&lt;br /&gt;
* All the data shown in the popup window&lt;br /&gt;
* Contentedness-scale&lt;br /&gt;
* Important happenings&lt;br /&gt;
&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
To compare specified family tree details&lt;br /&gt;
&lt;br /&gt;
=== mockups ===&lt;br /&gt;
&lt;br /&gt;
==== family tree ====&lt;br /&gt;
&lt;br /&gt;
==== detail information ====&lt;br /&gt;
&lt;br /&gt;
==== comparison view ====&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23881</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23881"/>
		<updated>2010-01-06T10:27:48Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. &lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
The family tree is ...&lt;br /&gt;
The information about the person is ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
In general, the main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (In this case it would be interesting for all serious Simpsons fans, who want to know everything about their favorite characters).&lt;br /&gt;
But in general this type of family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Diagram_g06_05012010.jpg&amp;diff=23869</id>
		<title>File:Diagram g06 05012010.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Diagram_g06_05012010.jpg&amp;diff=23869"/>
		<updated>2010-01-05T15:53:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Which countries produce the most hazardous waste?
(2005)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Which countries produce the most hazardous waste?&lt;br /&gt;
(2005)&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23866</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23866"/>
		<updated>2010-01-05T15:11:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. Because Time is a very important variable, we Propose to use the top-down axis as &amp;quot;Timeline&amp;quot;.&lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
The dataset is to complex to be put into one category. It is kind of a Time-Series...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
The main target group are descendants, who want to know more about their ancestors and not just who they are / were, but it could be also interesting for everyone, who wants to know more about the specified family. (in this case it would be interesting for all serious simpsons fans).&lt;br /&gt;
But in general this type family tree contains some very sensitive data (like criminal records) and shouldn&#039;t be viewed by everyone.&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
To show relations a graph is much better than a table. So the primary aim of the visualization is to show relations between the family trees. An interesting aspect in this visualization could be, that there could be some time shift between different generations. For Example: 4.generation child from one parent could be as old as 3.generation from another parent.&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23864</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23864"/>
		<updated>2010-01-05T14:49:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
This graph is about family-tree visualization, where parents-children connections should be shown. It should not just be about family relations, but also be about individual happenings and feelings. The family tree should visualize hierarchical structures. Because Time is a very important variable, we Propose to use the top-down axis as &amp;quot;Timeline&amp;quot;.&lt;br /&gt;
As already mentioned the tree should not only contain family relations, but also individual content and most important is, that the tree should be interactive:&lt;br /&gt;
* show detail information of a person, if demanded&lt;br /&gt;
* enable detailed comparisons of a section&lt;br /&gt;
=== dataset ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23858</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_4&amp;diff=23858"/>
		<updated>2010-01-05T14:11:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
=== Zu erstellende Visualisierung ===&lt;br /&gt;
-------------------------------&lt;br /&gt;
* Stammbaum der Nachkommen von Lisa und Bart Simpson*&lt;br /&gt;
 &lt;br /&gt;
...Visualisierung der Nachkommen von Lisa Simpson sowie der Nachkommen von Bart Simpson. Dabei sollen  zwei Stammbäume entstehen - einer von Bart und einer von Lisa - die dann miteinander verglichen werden können. Zuerst kommen Lisa und Bart, dann deren Kinder, ihre Enkel, etc. (mind 4 Generationen). Da es noch keine Nachkommen gibt, können diese frei erfunden werden.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll folgende Informationen darstellen:&lt;br /&gt;
 &lt;br /&gt;
- Verwandtschaftsverhältnisse (zumindest Eltern-Kinder),&lt;br /&gt;
 &lt;br /&gt;
- Unterscheidung zwischen Blutsverwandtschaft und angeheirateten Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- Geburts- und Todestag sowie Lebensdauer von allen Familienmitgliedern,&lt;br /&gt;
 &lt;br /&gt;
- wichtige Ereignisse im Leben jedes Familienmitglieds (z.B., Anzeigen, Gefängnisaufenthalte, Schulzeit, Studienzeit, Nobelpreise, Arbeitslosigkeit etc.)&lt;br /&gt;
 &lt;br /&gt;
- Zufriedenheit jedes Familienmitglieds (Skala: sehr niedrig - niedrig - mittel - hoch - sehr  hoch); kann sich im Laufe des Lebens ändern.&lt;br /&gt;
 &lt;br /&gt;
Die Visualisierung soll die interaktive Auseinandersetzung mit den Daten ermöglichen.&lt;br /&gt;
Verpflichtend:&lt;br /&gt;
Möglichkeiten zum besseren Vergleich von einzelnen Abschnitten der Stammbäume bzw. Vergleich von Ausschnitten aus Lisas und Barts Stammbäumen.&lt;br /&gt;
+ mind. 2 weitere Interaktionsmöglichkeiten (z.B., Details on Demand, Filteroptionen)&lt;br /&gt;
 &lt;br /&gt;
Allgemein:&lt;br /&gt;
 &lt;br /&gt;
- Die Daten sollen zur Analyse von Zusammenhängen zwischen Familienverhältnissen, wichtigen Ereignissen und Zufriedenheit visualisiert werden (die Anwendungsgebiets- und Zielgruppenanalyse kann kurz gehalten werden).&lt;br /&gt;
 &lt;br /&gt;
- Die bisher erlernten Design-Prinzipien sollen umgesetzt werden z.B.: Optimierung der Data-ink ratio (keine Comics!), visuelle Attribute (Größe, Farbe, Position, etc.) sollen sinnvoll eingesetzt werden (Information darstellen).&lt;br /&gt;
 &lt;br /&gt;
- Die Mockups sollten zumindest 1) die beiden Stammbäume im Überblick  und 2) eine detaillierte Vergleichsansicht von 2 Teil-Stammbäumen wiedergeben.&lt;br /&gt;
 &lt;br /&gt;
- Alle nicht angeführten Daten können frei erfunden werden.&lt;br /&gt;
&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
== analysis == &lt;br /&gt;
&lt;br /&gt;
=== application area ===&lt;br /&gt;
&lt;br /&gt;
=== dataset ===&lt;br /&gt;
&lt;br /&gt;
=== target group ===&lt;br /&gt;
&lt;br /&gt;
=== use of visualization ===&lt;br /&gt;
&lt;br /&gt;
== concept ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_3&amp;diff=23833</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_3&amp;diff=23833"/>
		<updated>2010-01-05T09:30:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: additional reasons for changing the graph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe3.html Beschreibung der Aufgabe 3]&lt;br /&gt;
=== Zu verbessernde Grafik ===&lt;br /&gt;
------------------------------- &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:geo3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Critique about the Graph === &lt;br /&gt;
* data ink ratio is very high&lt;br /&gt;
* The world map is not really necessary (except for showing the shipment routes)&lt;br /&gt;
* The circles are overlapping&lt;br /&gt;
* The values are not ordered (because they are shown on the map)&lt;br /&gt;
* The label &amp;quot;Total Hazardous Waste Production&amp;quot;  can&#039;t be attached to anything in the first moment &lt;br /&gt;
* Much unimportant information, only the necessary info should be on the graph:&lt;br /&gt;
** The circles as descriptors include the information about the ratio between country size and hazardous waste production.&lt;br /&gt;
** Sublabels of Arrows: what&#039;s shipped?&lt;br /&gt;
** Major Illegal Waste Shipment Routes&amp;quot; don&#039;t really fit into the question &amp;quot;Which countries produce the most hazardous waste?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Redesign===&lt;br /&gt;
&lt;br /&gt;
[[Image:Diagramm2.jpg|1322px]]&lt;br /&gt;
&lt;br /&gt;
* We made two graphs that separate the information. &lt;br /&gt;
** The first one shows the shipment routes and geographical information, that could be interesting, like if countries that reported waste generation are lying to each other, etc.&lt;br /&gt;
** The second one shows the values of the hazardous waste production. That is acutally the key information in the graph and it&#039;s not necessary to show where these countries are.&lt;br /&gt;
* The values are ordered in a bar chart, which gives a better overview over the data.&lt;br /&gt;
* The ship routes are only labelled by the continents, the additional information (goods etc) is removed, because that information is not as important.&lt;br /&gt;
* The circles have been removed, because they didn&#039;t distribute as much information.&lt;br /&gt;
* Numbers have been put to an extra graph&lt;br /&gt;
* Removed the red color, because it was kind of an eye catcher&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_3&amp;diff=23692</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_3&amp;diff=23692"/>
		<updated>2009-12-09T19:35:10Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe3.html Beschreibung der Aufgabe 3]&lt;br /&gt;
=== Zu verbessernde Grafik ===&lt;br /&gt;
------------------------------- &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:geo3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Critique about the Graph === &lt;br /&gt;
* data ink ratio is very high&lt;br /&gt;
* The world map is not really necessary (except for showing the shipment routes)&lt;br /&gt;
* The circles are overlapping&lt;br /&gt;
* The values are not ordered (because they are shown on the map)&lt;br /&gt;
* The label &amp;quot;Total Hazardous Waste Production&amp;quot;  can&#039;t be attached to anything in the first moment &lt;br /&gt;
* Much unimportant information, only the necessary info should be on the graph:&lt;br /&gt;
** The circles as descriptors include the information about the ratio between country size and hazardous waste production.&lt;br /&gt;
** Sublabels of Arrows: what&#039;s shipped?&lt;br /&gt;
** Major Illegal Waste Shipment Routes&amp;quot; don&#039;t really fit into the question &amp;quot;Which countries produce the most hazardous waste?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Redesign===&lt;br /&gt;
&lt;br /&gt;
[[Image:Diagramm2.jpg|1322px]]&lt;br /&gt;
&lt;br /&gt;
* We made two graphs that separate the information. The second one shows the values of the hazardous waste production. That is acutally the key information in the graph and it&#039;s not necessary to show where these countries are.&lt;br /&gt;
* The values are ordered in a bar chart.&lt;br /&gt;
* The ship routes are only labelled by the continents, the additional information (goods etc) is removed, because that information is not as important.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=23468</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 1 - InfoZoom</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=23468"/>
		<updated>2009-11-23T14:31:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Definition==&lt;br /&gt;
{{definition|InfoZoom is a computer application that helps users to analyze and display large amounts of data in three different view modes, depending how much data should be displayed. &lt;br /&gt;
InfoZoom processes different types of data, which can be displayed in table form. The core piece of InfoZoom is a very innovative visualisation technique, that allows to display large ammounts of data in three different view modes.&lt;br /&gt;
InfoZoom is developed by the company humanIT, a spin-off of Fraunhofer Society and subsidiary company of proALPHA Software AG.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom evolved from another system called FOCUS, a focus+context table layout [Kort, 2004].&amp;lt;br&amp;gt;&lt;br /&gt;
The current and newest version is InfoZoom V6.0.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Primarily, InfoZoom was developed for manipulating tables. By default it uses parallel bargrams for larger sizes of data sets and special focus+context tables for smaller ones [Wittenburg et al, 2001]. So it is possible to present information in table or distribution oriented formats. &lt;br /&gt;
&lt;br /&gt;
When displaying relational data tables, InfoZoom uses one row for each record. This data can be sorted sequential, hierarchical or in any other way the user wants it to be sorted. If necessary, the user can &amp;quot;zoom&amp;quot; into the information. This happens for example by doubleclicking on attribute values or sets/ranges of values [Mark et al, 2003]. This &amp;quot;zooming&amp;quot; can also be done by selecting columns of a row interactively and then promoting them into qualified records. All other records except those marked as qualified records are hidden instantly, enabling a &amp;quot;zoomed&amp;quot; view on the information.&lt;br /&gt;
&lt;br /&gt;
The primary interactions supported in InfoZoom are simple selection and filtering, accomplished with a single mouse click on a value bin. Interesting graphical renderings of values are included. Animation is used to transition between set sizes. [Wittenburg et al, 2001]&lt;br /&gt;
[[Image:Software_architecture.gif|200px|thumb|software architecture of InfoZoom V6.0]]&lt;br /&gt;
=== Data Source &amp;amp;  Compatibility === &lt;br /&gt;
&lt;br /&gt;
With its versatility and open architecture for quick and easy OEM installation based on commonly used industry standards (ODBC, OLE DB, OLE DB for OLAP, COM, ActiveX) and native interfaces (proALPHA, SAP, Lotus Notes, etc.), InfoZoom offers a major advantage for integration partners. It can also be used as a stand-alone application under Windows. [humanIT, 2009]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== View Modes ===&lt;br /&gt;
&lt;br /&gt;
InfoZoom offers three modes for data analysis: wide table, compressed table and overview.&lt;br /&gt;
&lt;br /&gt;
==== Wide Table ====&lt;br /&gt;
&lt;br /&gt;
The wide table looks like a table we know from spreadsheets or database tables. Every attribute is shown as a row and the objects as columns. If the windows is not big enough to show all records or attributes, it&#039;s possible to scroll vertically or horizontally.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wide_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Compressed Table ====&lt;br /&gt;
&lt;br /&gt;
The compressed table shows all objects pushed together to fit on the screen. Numerical values are represented by the vertical position of dots. The data can be sorted by individual attributes in ascending or descendig order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Compressed_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Overview Mode ====&lt;br /&gt;
&lt;br /&gt;
The overview mode allows that the content of each attributes row are sorted independently. The identical values are placed together in a cell. The width of the cell represents the frequency of this value.&lt;br /&gt;
&lt;br /&gt;
[[Image:Overview_mode.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
The user can search for data or find patterns in a dataset by using filters. It is possible to look for a specific value or value range on an attribute.&lt;br /&gt;
&lt;br /&gt;
=== Derived Attribute ===&lt;br /&gt;
&lt;br /&gt;
Attributes and derived atrributes can be combined by the user. The new value is calculated from the values of one or two already existing attributes.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Report ===&lt;br /&gt;
&lt;br /&gt;
Graphic Reports can be created with different styles, e.g. Pie, Donut, Bar, Horiz Bar, Line, Area, Point, Bubble, Volume, ...&lt;br /&gt;
&lt;br /&gt;
[[Image:Chart.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom is often used for Visual Data Mining (VDM), a process which aims at the recognition of patterns in data by an human expert. VDM makes use of an technique called focus+context. Here, it&#039;s possible for the expert to show focused and contextual information at the same time. [Kort, 2004]&lt;br /&gt;
&lt;br /&gt;
Infozoom can be used for a wide range of areas, such as:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
* Ad hoc evaluation&lt;br /&gt;
* Data cleansing &lt;br /&gt;
* Data selection &lt;br /&gt;
* Data management &lt;br /&gt;
* Data format verification &lt;br /&gt;
* Data migration &lt;br /&gt;
* Data plausibility &lt;br /&gt;
* Data quality &lt;br /&gt;
* Data checking &lt;br /&gt;
* Gap analysis|&lt;br /&gt;
[humanIT, 2009]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
An example of a special Version of InfoZoom called &#039;InfoZoom JApp&#039;, which is used to present data on the internet or intranet, can be viewed at the InfoZoom homepage: http://www.infozoom.com/files/japp/bank/enu/index.html&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2009] Author unknown, InfoZoom. humanIT Software GmbH. Created at: 2009. Retrieved at: November 4, 2009. http://infozoom.com/244/-/product.html&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2006] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: October 30, 2006. &lt;br /&gt;
&lt;br /&gt;
[Kort, 2004] Alexander Kort. Visual Data Mining and Zoomable Interfaces. In &#039;&#039;Proceedings of the 9th international conference on Intelligent user interface&#039;&#039;. pages 274-276, New York, NY, 2004. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Mark et al, 2003] Gloria Mark, Keri Carpenter, Alfred Kobsa. Are There Benefits in Seeing Double? A Study of Collaborative Information Visualization. In &#039;&#039;CHI &#039;03 extended abstracts on Human factors in computing systems&#039;&#039;, pages 840-841, Irvine, CA, April 2003. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Spenke, 2000] Michael Spenke and Christian Beilken. InfoZoom - Analysing Formula One Racing Results With an Interactive Data Mining and Visualisation Tool. In &#039;&#039;Second Conference on Data Mining 2000&#039;&#039;, pages 1-11, Cambridge, UK. Created at: July 2000, Retrieved at: November 6, 2009. http://www.ifs.tuwien.ac.at/~silvia/wien/vu-infovis/articles/spenke00infozoom.pdf&lt;br /&gt;
&lt;br /&gt;
[Wittenburg et al, 2001] Kent Wittenburg, Tom Lanning, Michael Heinrichs, Michael Stanton. Parallel bargrams for consumer-based information exploration and choice. In &#039;&#039;Proceedings of the 14th annual ACM symposium on User interface software and technology&#039;&#039;, pages 51-60, Waltham, MA, November 2001. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Xie, 2006] Zaixian Xie, Review on InfoZoom. Worcester Polytechnic Insitute: Course Data Visualization. Created at: February 1, 2006. Retrieved at: November 6, 2009. http://users.wpi.edu/~xiezx/courses/cs525d/infozoom/infozoom.htm&lt;br /&gt;
&lt;br /&gt;
[Fraunhofer-Institut für Angewandte Informationstechnik FIT, 2009] Fraunhofer-Institut füt Angewandte Informationstechnik FIT. InfoZoom - Ein Werkzeug zur Informationsvisualisierung Created at: August 27, 2009. Retreived at: November 22, 2009. http://www.fit.fraunhofer.de/projects/prozesse/infozoom.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=23345</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 1 - InfoZoom</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=23345"/>
		<updated>2009-11-18T21:51:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: added quotation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Definition==&lt;br /&gt;
{{definition|InfoZoom is a computer application that helps users to analyze and display large amounts of data in three different view modes, depending how much data should be displayed. &lt;br /&gt;
InfoZoom is developed by the company humanIT, a spin-off of Fraunhofer Society and subsidiary company of proALPHA Software AG.}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom evolved from another system called FOCUS, a focus+context table layout [Kort, 2004].&amp;lt;br&amp;gt;&lt;br /&gt;
The current and newest version is InfoZoom V6.0.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Primarily, InfoZoom was developed for manipulating tables. By default it uses parallel bargrams for larger sizes of data sets and special focus+context tables for smaller ones [Wittenburg et al, 2001]. So it is possible to present information in table or distribution oriented formats. &lt;br /&gt;
&lt;br /&gt;
When displaying relational data tables, InfoZoom uses one row for each record. This data can be sorted sequential, hierarchical or in any other way the user wants it to be sorted. If necessary, the user can &amp;quot;zoom&amp;quot; into the information. This happens for example by doubleclicking on attribute values or sets/ranges of values [Mark et al, 2003]. This &amp;quot;zooming&amp;quot; can also be done by selecting columns of a row interactively and then promoting them into qualified records. All other records except those marked as qualified records are hidden instantly, enabling a &amp;quot;zoomed&amp;quot; view on the information.&lt;br /&gt;
&lt;br /&gt;
The primary interactions supported in InfoZoom are simple selection and filtering, accomplished with a single mouse click on a value bin. Interesting graphical renderings of values are included. Animation is used to transition between set sizes. [Wittenburg et al, 2001]&lt;br /&gt;
[[Image:Software_architecture.gif|200px|thumb|software architecture of InfoZoom V6.0]]&lt;br /&gt;
=== Data Source &amp;amp;  Compatibility === &lt;br /&gt;
&lt;br /&gt;
With its versatility and open architecture for quick and easy OEM installation based on commonly used industry standards (ODBC, OLE DB, OLE DB for OLAP, COM, ActiveX) and native interfaces (proALPHA, SAP, Lotus Notes, etc.), InfoZoom offers a major advantage for integration partners. It can also be used as a stand-alone application under Windows. [humanIT, 2009]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== View Modes ===&lt;br /&gt;
&lt;br /&gt;
InfoZoom offers three modes for data analysis: wide table, compressed table and overview.&lt;br /&gt;
&lt;br /&gt;
==== Wide Table ====&lt;br /&gt;
&lt;br /&gt;
The wide table looks like a table we know from spreadsheets or database tables. Every attribute is shown as a row and the objects as columns. If the windows is not big enough to show all records or attributes, it&#039;s possible to scroll vertically or horizontally.&lt;br /&gt;
&lt;br /&gt;
[[Image:Wide_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Compressed Table ====&lt;br /&gt;
&lt;br /&gt;
The compressed table shows all objects pushed together to fit on the screen. Numerical values are represented by the vertical position of dots. The data can be sorted by individual attributes in ascending or descendig order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Compressed_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Overview Mode ====&lt;br /&gt;
&lt;br /&gt;
The overview mode allows that the content of each attributes row are sorted independently. The identical values are placed together in a cell. The width of the cell represents the frequency of this value.&lt;br /&gt;
&lt;br /&gt;
[[Image:Overview_mode.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
The user can search for data or find patterns in a dataset by using filters. It is possible to look for a specific value or value range on an attribute.&lt;br /&gt;
&lt;br /&gt;
=== Derived Attribute ===&lt;br /&gt;
&lt;br /&gt;
Attributes and derived atrributes can be combined by the user. The new value is calculated from the values of one or two already existing attributes.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Report ===&lt;br /&gt;
&lt;br /&gt;
Graphic Reports can be created with different styles, e.g. Pie, Donut, Bar, Horiz Bar, Line, Area, Point, Bubble, Volume, ...&lt;br /&gt;
&lt;br /&gt;
[[Image:Chart.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom is often used for Visual Data Mining (VDM), a process which aims at the recognition of patterns in data by an human expert. VDM makes use of an technique called focus+context. Here, it&#039;s possible for the expert to show focused and contextual information at the same time. [Kort, 2004]&lt;br /&gt;
&lt;br /&gt;
Infozoom can be used for a wide range of areas, such as:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
* Ad hoc evaluation&lt;br /&gt;
* Data cleansing &lt;br /&gt;
* Data selection &lt;br /&gt;
* Data management &lt;br /&gt;
* Data format verification &lt;br /&gt;
* Data migration &lt;br /&gt;
* Data plausibility &lt;br /&gt;
* Data quality &lt;br /&gt;
* Data checking &lt;br /&gt;
* Gap analysis|&lt;br /&gt;
[humanIT, 2009]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
An example of a special Version of InfoZoom called &#039;InfoZoom JApp&#039;, which is used to present data on the internet or intranet, can be viewed at the InfoZoome homepage: http://www.infozoom.com/files/japp/bank/enu/index.html&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2009] Author unknown, InfoZoom. humanIT Software GmbH. Created at: 2009. Retrieved at: November 4, 2009. http://infozoom.com/244/-/product.html&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2006] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: October 30, 2006. &lt;br /&gt;
&lt;br /&gt;
[Kort, 2004] Alexander Kort. Visual Data Mining and Zoomable Interfaces. In &#039;&#039;Proceedings of the 9th international conference on Intelligent user interface&#039;&#039;. pages 274-276, New York, NY, 2004. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Mark et al, 2003] Gloria Mark, Keri Carpenter, Alfred Kobsa. Are There Benefits in Seeing Double? A Study of Collaborative Information Visualization. In &#039;&#039;CHI &#039;03 extended abstracts on Human factors in computing systems&#039;&#039;, pages 840-841, Irvine, CA, April 2003. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Spenke, 2000] Michael Spenke and Christian Beilken. InfoZoom - Analysing Formula One Racing Results With an Interactive Data Mining and Visualisation Tool. In &#039;&#039;Second Conference on Data Mining 2000&#039;&#039;, pages 1-11, Cambridge, UK. Created at: July 2000, Retrieved at: November 6, 2009. http://www.ifs.tuwien.ac.at/~silvia/wien/vu-infovis/articles/spenke00infozoom.pdf&lt;br /&gt;
&lt;br /&gt;
[Wittenburg et al, 2001] Kent Wittenburg, Tom Lanning, Michael Heinrichs, Michael Stanton. Parallel bargrams for consumer-based information exploration and choice. In &#039;&#039;Proceedings of the 14th annual ACM symposium on User interface software and technology&#039;&#039;, pages 51-60, Waltham, MA, November 2001. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Xie, 2006] Zaixian Xie, Review on InfoZoom. Worcester Polytechnic Insitute: Course Data Visualization. Created at: February 1, 2006. Retrieved at: November 6, 2009. http://users.wpi.edu/~xiezx/courses/cs525d/infozoom/infozoom.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_2&amp;diff=23335</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06_-_Aufgabe_2&amp;diff=23335"/>
		<updated>2009-11-18T17:39:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
[[Image:statistics308.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Critique about the table ===&lt;br /&gt;
* The grid encloses the entire table. This should be avoided, because it breaks up the data. (Use white spaces or rules under the header and over the footer instead) (Page 136).&lt;br /&gt;
* Time based data should be arranged in columns from left to right rather than in rows from top to bottom  (Page 142).&lt;br /&gt;
* Groups and Breaks: All the content is put in one table. Split the table instead in all the data groups that belong together (Page 143).&lt;br /&gt;
* No whitespacing between different groups of the table (Page 144).&lt;br /&gt;
* Headers are not repeated over the different group sections (Page 144). &lt;br /&gt;
* Text align of numbers should not be aligned to the left side (Page 147).&lt;br /&gt;
*Number format is not consistent: Column &amp;quot;Median Price&amp;quot; uses two different formats (Sold in March 2007 vs. Sold in March 2008: Thousand sepatator is once a point and once a comma). Column 1 (&amp;quot;Units&amp;quot;) doesn&#039;t use any separators at all (Page 149).&lt;br /&gt;
* $ sign is not necessary in every cell.&lt;br /&gt;
* The change rows shouldn&#039;t be in the same columns because they do not even have the same measurement than the other columns.&lt;br /&gt;
* Different meanings in the same column. For example 4 different Meanings of &#039;Units&#039;: &lt;br /&gt;
**Units on the market&lt;br /&gt;
**Units sold in one period&lt;br /&gt;
**Change of Units on the market between to periods&lt;br /&gt;
**Change of Units sold between two periods&lt;br /&gt;
*&#039;Average Day on the market&#039; is illogical in context of a defined period&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
[2004, Few] Stephen Few, Show Me the Numbers: Designing Tables and Graphs to Enlighten, Analytics Press, 2004, Chapter 8 - Table Design.&lt;br /&gt;
&lt;br /&gt;
===New Table===&lt;br /&gt;
[[Image:Table_verbessert.png|950px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Critique about the new table:&lt;br /&gt;
* the currency is missing&lt;br /&gt;
* no whitespace between the rows&lt;br /&gt;
* i would split up the table into &#039;on the market&#039; and &#039;sold in&#039; because there is no apparent relation between their rows&lt;br /&gt;
* What does &#039;Average Day on Market&#039; means in the context of sold in / or units on the market&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2009/10|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/ UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_Drag_and_Drop&amp;diff=22545</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - Drag and Drop</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_Drag_and_Drop&amp;diff=22545"/>
		<updated>2009-11-04T11:29:52Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In computer graphical user interfaces, drag-and-drop is the action of (or support for the action of) clicking on a virtual object and dragging it to a different location or onto another virtual object. In general, it can be used to invoke many kinds of actions, or create various types of associations between two abstract objects [Wikipedia, 2009].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
The first drag &amp;amp; drop implementation for Windows was a shareware program called Aporia by Jeffrey Greenberg in 1988 under Windows 2.0, and later commercialized as WinTools. This program elaborated the single icon on the Macintosh that supported drag &amp;amp; drop, the trash icon. In Aporia/WinTools all icons had functions that could be obtained by double clicking the left mouse button, by clicking on the right mouse button, or by dragging onto one of several functional icons, such as printing, copying, viewing, and other actions. If an icon was double-clicked on and ran a program, the icon changed to indicate that a program was running, and if it was then dragged to the trash, the program was exited. &lt;br /&gt;
&lt;br /&gt;
Subsequently numerous other competitors provided drag &amp;amp; drop desktop replacements to the standard Windows interface including the Norton Desktop, Xerox, NewWave, and Central Point. In Windows 95, Microsoft prevented developers from taking over the desktop and released a drag &amp;amp; drop model of their own.&lt;br /&gt;
&lt;br /&gt;
==Technical Overview==&lt;br /&gt;
&lt;br /&gt;
A drag and drop transaction consists of the following actions:&lt;br /&gt;
&lt;br /&gt;
*A user presses and holds BTransfer, usually mouse button 2, over a source object starting a drag transaction. The application owning that object is the initiator of the drag. The current pointer is replaced by a drag icon-a picture representing the item being dragged.&lt;br /&gt;
*The user moves the pointer. From now until a drop occurs, the drag icon replaces the mouse pointer.&lt;br /&gt;
*The user drops the object, usually by releasing the mouse button. &lt;br /&gt;
&lt;br /&gt;
Locations on the screen that can accept drops are drop sites, and the application owning that drop site is the destination or receiver.&lt;br /&gt;
&lt;br /&gt;
The drag icon can be dropped anywhere on the screen. However, only certain widgets have registered themselves as drop sites and are able to process the drop.&lt;br /&gt;
&lt;br /&gt;
The receiver application usually performs some action on the information represented by the dragged icon. The initiator application may also perform some action based on the results of a drag transaction.&lt;br /&gt;
&lt;br /&gt;
A drop can be between applications or within the same application. An application can be both source and destination of a drop, source only, destination only, or not participate in drag and drop at all.&lt;br /&gt;
&lt;br /&gt;
The user can request help about a drop site, if available, by dragging to the drop site, and pressing KHelp (usually F1).&lt;br /&gt;
&lt;br /&gt;
The user can cancel the drag at any time by pressing KCancel, usually Escape. [The Santa Cruz Operation, 1996] &lt;br /&gt;
&lt;br /&gt;
==Drag &amp;amp; Drop in Information Visualization==&lt;br /&gt;
=== Use in Common Applications ===&lt;br /&gt;
The most common uses of Drag and Drop are &lt;br /&gt;
*changing the point of view in visualisation data&amp;lt;br&amp;gt;For example: &lt;br /&gt;
** An application where you can see an overview of a map: by draging on the map and moving around you change the view position. By releasing the button the new view on the data and in most cases completely different to the output before.&lt;br /&gt;
* order visualisation data&amp;lt;br&amp;gt;For Example:&lt;br /&gt;
** Picture Application where you order the sequenz of a slide show&lt;br /&gt;
** When you are cleaning up your Desktop by draging folders around&lt;br /&gt;
&lt;br /&gt;
===Command Post of the Future (CPOF)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Cpof_rev2.jpg|150px|thumb|CPOF]]&lt;br /&gt;
&lt;br /&gt;
The United States Army&#039;s Command Post of the Future (CPOF) is a C2 software system that allows commanders to maintain topsight over the battlefield; collaborate with superiors, peers and subordinates over live data; and communicate their intent.&lt;br /&gt;
&lt;br /&gt;
All visual elements in CPOF are interactive via drag-and-drop gestures. Users can drag data-elements and annotation from any visualization framework into any other (i.e., from a chart to a table), which reveal different data-attributes in context depending on the visualization used. Most data-elements can be grouped and nested via drag-and-drop to form associations that remain with the data in all of its views.Drag-and-drop composition on live visualizations is CPOF&#039;s primary mechanism for editing data values, such as locations on a map or tasks on a schedule (for example, moving an event-icon on a map changes the lat/lon values of that event in the shared repository; moving a task icon on a schedule changes its time-based values in the shared repository). &lt;br /&gt;
The results of editing gestures are conveyed in real-time to all observers and users of a visualization; when one user moves an event on a map, for example, that event-icon moves on all maps and shared views, such that all users see its new location immediately. Data inputs from warfighters are conveyed to all collaborators as the &amp;quot;natural&amp;quot; result of a drop-gesture in-situ, requiring no explicit publishing mechanism.&lt;br /&gt;
&lt;br /&gt;
===A Drag-and-Drop Strategy for Labeling Photos===&lt;br /&gt;
&lt;br /&gt;
[[Image:Clipboard01.jpg|150px|thumb|Figure 1. US Map with City Names]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Clipboard03.jpg|150px|thumb|Figure 2. Hyperbolic Tree]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Clipboard02.jpg|150px|thumb|Figure 3. LifeLines Medical Patient History]]&lt;br /&gt;
&lt;br /&gt;
Annotation of photos is a variation on previously explored problems such as annotation on maps in which the challenge is to place city, state, river, or lake labels close to the features.  There is a long history of work on this problem, but new possibilities emerge because of the dynamics of the computer screen (Figure 1). &lt;br /&gt;
However, annotation is usually seen as an authoring process conducted by specialists and users only chose whether to show or hide annotations. Variations on annotation also come from the placement of labels on markers in information visualization tasks such as in tree structures, such in the hyperbolic tree (Figure 2) or in medical histories, such as LifeLines (Figure 3).&lt;br /&gt;
&lt;br /&gt;
Previous work on annotation focused on writing programs to make label placements that reduced overlaps, but there are many situations in which it is helpful for users to place labels manually, much like post-it notes, on documents, photos, maps, diagrams, webpages, etc.  Annotation of paper and electronic documents by hand is also a much-studied topic with continuing innovations. &lt;br /&gt;
While many systems allow notes to be placed on a document or object, the demands of annotating personal photo libraries are worthy of special study.  We believe that personal photo libraries are a special case because users are concentrating on the photos (and may have a low interested in the underlying technology), are concerned about the social aspects of sharing photos, and are intermittent users.  They seek enjoyment and have little patience for form filling or data entry. [Shneiderman and Kang, 2000]&lt;br /&gt;
&lt;br /&gt;
===Lookmark===&lt;br /&gt;
A 2.5D Web Information Visualization System&lt;br /&gt;
[[Image:Clipboard04.jpg|150px|thumb|Lookmark user interface screenshot]]&lt;br /&gt;
&lt;br /&gt;
Lookmarks are thumbnails of existing web pages that can be arranged within a 2.5-dimensional space, just like documents can be arranged on a normal desk. The Lookmark system offers the user the opportunity of taking individual web pages and structuring and managing them within a 2.5-dimensional space. In Lookmark both standard devices, mouse and keyboard, can be used. Mouse handling is limited to single click, double click and drag-and-drop. The meaning of mouse events depends on the context of the object that receives the event:&lt;br /&gt;
* Thumbnails. With a single mouse click one can add resp. delete the clicked thumbnail to resp. from the current selection. At the same time the name of the corresponding web page is displayed in the status bar of the user interface. By double clicking on a specific thumbnail, one can open the corresponding web page in the associated Web-browser. By using drag-and-drop one can move a thumbnail along the horizontal and depth dimension (X- and Z-axis).&lt;br /&gt;
* Groups of thumbnails. Thumbnails in a group are handled like single thumbnails. Groups of thumbnails can be moved simultaneously by dragging the group label.&lt;br /&gt;
* Selections. Dragging a thumbnail of a selection moves all selected thumbnails. A selection can be dissolved by clicking somewhere in the manipulation panel. [Breiteneder et al., 2002]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[Wikipedia: Drag-and-drop] Drag-and-drop, Wikipedia, 6 November 2007,http://en.wikipedia.org/wiki/Drag_and_drop&lt;br /&gt;
&lt;br /&gt;
[The Santa Cruz Operation, 1996] The Santa Cruz Operation, 1994-1996. Motif Programmer&#039;s Guide. http://www.s-and-b.ru/syshlp/motif_guide/MotifProgGuide/TOC.html&lt;br /&gt;
&lt;br /&gt;
[Wikipedia: Command Post of the Future] The United States Army&#039;s Command Post of the Future (CPOF), Wikipedia, 20 July 2007, http://en.wikipedia.org/wiki/Command_Post_of_the_Future&lt;br /&gt;
&lt;br /&gt;
[General Dynamics C4 System] General Dynamics C4 Systems, 2007,http://www.gdc4s.com/content/detail.cfm?item=2a58f8e2-ef2b-4bb1-9251-42ee4961dd7f&lt;br /&gt;
&lt;br /&gt;
[Shneiderman and Kang, 2000] Ben Shneiderman, Hyunmo Kang&lt;br /&gt;
Dept. of Computer Science, Human-Computer Interaction Laboratory, Institute for Advanced Computer Studies &amp;amp; Institute for Systems Research University of Maryland. A Drag-and-Drop Strategy for Labeling Photos, Created at: 2000. Retrieved at: November 3, 2009. https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;br /&gt;
&lt;br /&gt;
[Breiteneder et al., 2002] Christian Breiteneder, Horst Eidenberger, Geert Fiedler and Markus Raab. Vienna University of Technology, Institute of Software Technology and Interactive Systems. A 2.5D Web Information Visualization System. Created at: July 24, 2002. Retrieved at: November 3, 2009. http://www.ims.tuwien.ac.at/media/documents/publications/eurasia2002.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22544</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 1 - InfoZoom</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22544"/>
		<updated>2009-11-04T10:56:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: edited use and added an examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;InfoZoom is a computer application, developed by the company humanIT, a spin-off of Fraunhofer Society and subsidiary company of proALPHA Software AG, for analyzing and displaying large amounts of data in an easy-to-understand format.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom evolved from another system called FOCUS, a focus+context table layout [Kort, 2004].&amp;lt;br&amp;gt;&lt;br /&gt;
The current and newest version is InfoZoom V6.0.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Primarily, InfoZoom was developed for manipulating tables. By default it uses parallel bargrams for larger sizes of data sets and special focus+context tables for smaller ones [Wittenburg et al, 2001]. So it is possible to present information in table or distribution oriented formats. &lt;br /&gt;
&lt;br /&gt;
When displaying relational data tables, InfoZoom uses one row for each record. This data can be sorted sequential, hierarchical or in any other way the user wants it to be sorted. If necessary, the user can &amp;quot;zoom&amp;quot; into the information. This happens for example by doubleclicking on attribute values or sets/ranges of values [Mark et al, 2003]. This &amp;quot;zooming&amp;quot; can also be done by selecting columns of a row interactively and then promoting them into qualified records. All other records except those marked as qualified records are hidden instantly, enabling a &amp;quot;zoomed&amp;quot; view on the information.&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The primary interactions supported in InfoZoom are simple selection and filtering, accomplished with a single mouse click on a value bin. Interesting graphical renderings of values are included. Animation is used to transition between set sizes.| [Wittenburg et al, 2001]}}&lt;br /&gt;
[[Image:Software_architecture.gif|200px|thumb|software architecture of InfoZoom V6.0]]&lt;br /&gt;
=== Data Source &amp;amp;  Compatibility === &lt;br /&gt;
&lt;br /&gt;
With its versatility and open architecture for quick and easy OEM installation based on commonly used industry standards (ODBC, OLE DB, OLE DB for OLAP, COM, ActiveX) and native interfaces (proALPHA, SAP, Lotus Notes, etc.), InfoZoom offers a major advantage for integration partners. It can also be used as a stand-alone application under Windows.[humanIT, 2009]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== View Modes ===&lt;br /&gt;
&lt;br /&gt;
InfoZoom offers three modes for data analysis: wide table, compressed table and overview&lt;br /&gt;
&lt;br /&gt;
==== Wide Table ====&lt;br /&gt;
&lt;br /&gt;
The wide table looks like a table we know from spreadsheets or database tables. Every attribute is shown as a row and the objects as columns. If the windows is not big enough to show all records or attributes you can scroll vertically or horizontally&lt;br /&gt;
&lt;br /&gt;
[[Image:Wide_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Compressed Table ====&lt;br /&gt;
&lt;br /&gt;
The compressed table shows all objects pushed together to fit on the screen. Numerical values are represented by the vertical position of dots. The data can be sorted by individual attributes in ascending or descendig order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Compressed_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Overview Mode ====&lt;br /&gt;
&lt;br /&gt;
The overview mode allows that the content of each attributes row are sorted independently. The identical values are placed together in a cell. The width of the cell represents the frequency of this value.&lt;br /&gt;
&lt;br /&gt;
[[Image:Overview_mode.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
With filter the user can search data or find patterns in a dataset. You can search after a specific value or value range on an attribute.&lt;br /&gt;
&lt;br /&gt;
=== Derived Attribute ===&lt;br /&gt;
&lt;br /&gt;
The user can combine attributes with derived attributes. The new value is calculated from the values of one or two already existing attributes.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Report ===&lt;br /&gt;
&lt;br /&gt;
Graphic Reports can be created with different styles, e.g. Pie, Donut, Bar, Horiz Bar, Line, Area, Point, Bubble, Volume, ...&lt;br /&gt;
&lt;br /&gt;
[[Image:Chart.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom is often used for Visual Data Mining (VDM), a process which aims at the recognition of patterns in data by an human expert. VDM makes use of an technique called focus+context. Here, it&#039;s possible for the expert to show focused and contextual information at the same time. [Kort, 2004]&lt;br /&gt;
&lt;br /&gt;
Infozoom can be used for a wide range of areas, such as:&lt;br /&gt;
* Ad hoc evaluation&lt;br /&gt;
* Data cleansing &lt;br /&gt;
* Data selection &lt;br /&gt;
* Data management &lt;br /&gt;
* Data format verification &lt;br /&gt;
* Data migration &lt;br /&gt;
* Data plausibility &lt;br /&gt;
* Data quality &lt;br /&gt;
* Data checking &lt;br /&gt;
* Gap analysis &lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
An example of a special Version of InfoZoom called &#039;InfoZoom JApp&#039;, which is used to present data on the internet or intranet, can be viewed at the InfoZoome homepage: http://www.infozoom.com/files/japp/bank/enu/index.html&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2009] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 04 Nov 2009. http://infozoom.com/244/-/product.html&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2006] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 30 Oct 2006. &lt;br /&gt;
&lt;br /&gt;
[Kort, 2004] Alexander Kort. Visual Data Mining and Zoomable Interfaces. In &#039;&#039;Proceedings of the 9th international conference on Intelligent user interface&#039;&#039;. pages 274-276, New York, NY, 2004. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Mark et al, 2003] Gloria Mark, Keri Carpenter, Alfred Kobsa. Are There Benefits in Seeing Double? A Study of Collaborative Information Visualization. In &#039;&#039;CHI &#039;03 extended abstracts on Human factors in computing systems&#039;&#039;, pages 840-841, Irvine, CA, April 2003. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Spenke, 2000] Michael Spenke and Christian Beilken. InfoZoom - Analysing Formula One Racing Results With an Interactive Data Mining and Visualisation Tool. In &#039;&#039;Second Conference on Data Mining 2000&#039;&#039;, pages 1-11, Cambridge, UK, July 2000. http://www.ifs.tuwien.ac.at/~silvia/wien/vu-infovis/articles/spenke00infozoom.pdf&lt;br /&gt;
&lt;br /&gt;
[Wittenburg et al, 2001] Kent Wittenburg, Tom Lanning, Michael Heinrichs, Michael Stanton. Parallel bargrams for consumer-based information exploration and choice. In &#039;&#039;Proceedings of the 14th annual ACM symposium on User interface software and technology&#039;&#039;, pages 51-60, Waltham, MA, November 2001. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Xie, 2006] Zaixian Xie, Review on InfoZoom. Worcester Polytechnic Insitute: Course Data Visualization. Created at: 1. Feb 2006. Retrieved at: 30. Oct 2006. http://users.wpi.edu/~xiezx/courses/cs525d/infozoom/infozoom.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22543</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 1 - InfoZoom</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22543"/>
		<updated>2009-11-04T10:41:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: added software architecture, new quotation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;InfoZoom is a computer application, developed by the company humanIT, a spin-off of Fraunhofer Society and subsidiary company of proALPHA Software AG, for analyzing and displaying large amounts of data in an easy-to-understand format.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom evolved from another system called FOCUS, a focus+context table layout [Kort, 2004].&amp;lt;br&amp;gt;&lt;br /&gt;
The current and newest version is InfoZoom V6.0.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Primarily, InfoZoom was developed for manipulating tables. By default it uses parallel bargrams for larger sizes of data sets and special focus+context tables for smaller ones [Wittenburg et al, 2001]. So it is possible to present information in table or distribution oriented formats. &lt;br /&gt;
&lt;br /&gt;
When displaying relational data tables, InfoZoom uses one row for each record. This data can be sorted sequential, hierarchical or in any other way the user wants it to be sorted. If necessary, the user can &amp;quot;zoom&amp;quot; into the information. This happens for example by doubleclicking on attribute values or sets/ranges of values [Mark et al, 2003]. This &amp;quot;zooming&amp;quot; can also be done by selecting columns of a row interactively and then promoting them into qualified records. All other records except those marked as qualified records are hidden instantly, enabling a &amp;quot;zoomed&amp;quot; view on the information.&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The primary interactions supported in InfoZoom are simple selection and filtering, accomplished with a single mouse click on a value bin. Interesting graphical renderings of values are included. Animation is used to transition between set sizes.| [Wittenburg et al, 2001]}}&lt;br /&gt;
[[Image:Software_architecture.gif|200px|thumb|software architecture of InfoZoom V6.0]]&lt;br /&gt;
=== Data Source &amp;amp;  Compatibility === &lt;br /&gt;
&lt;br /&gt;
With its versatility and open architecture for quick and easy OEM installation based on commonly used industry standards (ODBC, OLE DB, OLE DB for OLAP, COM, ActiveX) and native interfaces (proALPHA, SAP, Lotus Notes, etc.), InfoZoom offers a major advantage for integration partners. It can also be used as a stand-alone application under Windows.[humanIT, 2009]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== View Modes ===&lt;br /&gt;
&lt;br /&gt;
InfoZoom offers three modes for data analysis: wide table, compressed table and overview&lt;br /&gt;
&lt;br /&gt;
==== Wide Table ====&lt;br /&gt;
&lt;br /&gt;
The wide table looks like a table we know from spreadsheets or database tables. Every attribute is shown as a row and the objects as columns. If the windows is not big enough to show all records or attributes you can scroll vertically or horizontally&lt;br /&gt;
&lt;br /&gt;
[[Image:Wide_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Compressed Table ====&lt;br /&gt;
&lt;br /&gt;
The compressed table shows all objects pushed together to fit on the screen. Numerical values are represented by the vertical position of dots. The data can be sorted by individual attributes in ascending or descendig order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Compressed_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Overview Mode ====&lt;br /&gt;
&lt;br /&gt;
The overview mode allows that the content of each attributes row are sorted independently. The identical values are placed together in a cell. The width of the cell represents the frequency of this value.&lt;br /&gt;
&lt;br /&gt;
[[Image:Overview_mode.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
With filter the user can search data or find patterns in a dataset. You can search after a specific value or value range on an attribute.&lt;br /&gt;
&lt;br /&gt;
=== Derived Attribute ===&lt;br /&gt;
&lt;br /&gt;
The user can combine attributes with derived attributes. The new value is calculated from the values of one or two already existing attributes.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Report ===&lt;br /&gt;
&lt;br /&gt;
Graphic Reports can be created with different styles, e.g. Pie, Donut, Bar, Horiz Bar, Line, Area, Point, Bubble, Volume, ...&lt;br /&gt;
&lt;br /&gt;
[[Image:Chart.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom is often used for Visual Data Mining (VDM), a process which aims at the recognition of patterns in data by an human expert. VDM makes use of an technique called focus+context. Here, it&#039;s possible for the expert to show focused and contextual information at the same time. [Kort, 2004]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2009] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 04 Nov 2009. http://infozoom.com/244/-/product.html&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2006] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 30 Oct 2006. &lt;br /&gt;
&lt;br /&gt;
[Kort, 2004] Alexander Kort. Visual Data Mining and Zoomable Interfaces. In &#039;&#039;Proceedings of the 9th international conference on Intelligent user interface&#039;&#039;. pages 274-276, New York, NY, 2004. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Mark et al, 2003] Gloria Mark, Keri Carpenter, Alfred Kobsa. Are There Benefits in Seeing Double? A Study of Collaborative Information Visualization. In &#039;&#039;CHI &#039;03 extended abstracts on Human factors in computing systems&#039;&#039;, pages 840-841, Irvine, CA, April 2003. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Spenke, 2000] Michael Spenke and Christian Beilken. InfoZoom - Analysing Formula One Racing Results With an Interactive Data Mining and Visualisation Tool. In &#039;&#039;Second Conference on Data Mining 2000&#039;&#039;, pages 1-11, Cambridge, UK, July 2000. http://www.ifs.tuwien.ac.at/~silvia/wien/vu-infovis/articles/spenke00infozoom.pdf&lt;br /&gt;
&lt;br /&gt;
[Wittenburg et al, 2001] Kent Wittenburg, Tom Lanning, Michael Heinrichs, Michael Stanton. Parallel bargrams for consumer-based information exploration and choice. In &#039;&#039;Proceedings of the 14th annual ACM symposium on User interface software and technology&#039;&#039;, pages 51-60, Waltham, MA, November 2001. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Xie, 2006] Zaixian Xie, Review on InfoZoom. Worcester Polytechnic Insitute: Course Data Visualization. Created at: 1. Feb 2006. Retrieved at: 30. Oct 2006. http://users.wpi.edu/~xiezx/courses/cs525d/infozoom/infozoom.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Software_architecture.gif&amp;diff=22541</id>
		<title>File:Software architecture.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Software_architecture.gif&amp;diff=22541"/>
		<updated>2009-11-04T10:31:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Software architecture of InfoZoom V6.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Software architecture of InfoZoom V6.0&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
[humanIT,2009]humanIT, Retrieved: Nov 04, 2009, http://infozoom.com/253/-/files/PDF/EN/IZ_Technichal_Datasheet_E_screen_02032009.pdf&lt;br /&gt;
== Source ==&lt;br /&gt;
http://infozoom.com/253/-/files/PDF/EN/IZ_Technichal_Datasheet_E_screen_02032009.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22539</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 1 - InfoZoom</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_1_-_InfoZoom&amp;diff=22539"/>
		<updated>2009-11-04T10:07:55Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;InfoZoom is a computer application, developed by the company humanIT, a spin-off of Fraunhofer Society and subsidiary company of proALPHA Software AG, for analyzing and displaying large amounts of data in an easy-to-understand format.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom evolved from another system called FOCUS, a focus+context table layout [Kort, 2004].&amp;lt;br&amp;gt;&lt;br /&gt;
The current and newest version is InfoZoom V6.0.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
Primarily, InfoZoom was developed for manipulating tables. By default it uses parallel bargrams for larger sizes of data sets and special focus+context tables for smaller ones [Wittenburg et al, 2001]. So it is possible to present information in table or distribution oriented formats. &lt;br /&gt;
&lt;br /&gt;
When displaying relational data tables, InfoZoom uses one row for each record. This data can be sorted sequential, hierarchical or in any other way the user wants it to be sorted. If necessary, the user can &amp;quot;zoom&amp;quot; into the information. This happens for example by doubleclicking on attribute values or sets/ranges of values [Mark et al, 2003]. This &amp;quot;zooming&amp;quot; can also be done by selecting columns of a row interactively and then promoting them into qualified records. All other records except those marked as qualified records are hidden instantly, enabling a &amp;quot;zoomed&amp;quot; view on the information.&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The primary interactions supported in InfoZoom are simple selection and filtering, accomplished with a single mouse click on a value bin. Interesting graphical renderings of values are included. Animation is used to transition between set sizes.| [Wittenburg et al, 2001]}}&lt;br /&gt;
[[Image:Softwarearchitektur_Grafik.gif|200px|thumb|software architecture of InfoZoom]]&lt;br /&gt;
=== Data Source &amp;amp;  Compatibility === &lt;br /&gt;
&lt;br /&gt;
With its versatility and open architecture for quick and easy OEM installation based on commonly used industry standards (ODBC, OLE DB, OLE DB for OLAP, COM, ActiveX) and native interfaces (proALPHA, SAP, Lotus Notes, etc.), InfoZoom offers a major advantage for integration partners. It can also be used as a stand-alone application under Windows.[humanIT, 2009]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== View Modes ===&lt;br /&gt;
&lt;br /&gt;
InfoZoom offers three modes for data analysis: wide table, compressed table and overview&lt;br /&gt;
&lt;br /&gt;
==== Wide Table ====&lt;br /&gt;
&lt;br /&gt;
The wide table looks like a table we know from spreadsheets or database tables. Every attribute is shown as a row and the objects as columns. If the windows is not big enough to show all records or attributes you can scroll vertically or horizontally&lt;br /&gt;
&lt;br /&gt;
[[Image:Wide_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Compressed Table ====&lt;br /&gt;
&lt;br /&gt;
The compressed table shows all objects pushed together to fit on the screen. Numerical values are represented by the vertical position of dots. The data can be sorted by individual attributes in ascending or descendig order.&lt;br /&gt;
&lt;br /&gt;
[[Image:Compressed_table.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Overview Mode ====&lt;br /&gt;
&lt;br /&gt;
The overview mode allows that the content of each attributes row are sorted independently. The identical values are placed together in a cell. The width of the cell represents the frequency of this value.&lt;br /&gt;
&lt;br /&gt;
[[Image:Overview_mode.gif|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Filter ===&lt;br /&gt;
&lt;br /&gt;
With filter the user can search data or find patterns in a dataset. You can search after a specific value or value range on an attribute.&lt;br /&gt;
&lt;br /&gt;
=== Derived Attribute ===&lt;br /&gt;
&lt;br /&gt;
The user can combine attributes with derived attributes. The new value is calculated from the values of one or two already existing attributes.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Report ===&lt;br /&gt;
&lt;br /&gt;
Graphic Reports can be created with different styles, e.g. Pie, Donut, Bar, Horiz Bar, Line, Area, Point, Bubble, Volume, ...&lt;br /&gt;
&lt;br /&gt;
[[Image:Chart.png|200px]]&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
InfoZoom is often used for Visual Data Mining (VDM), a process which aims at the recognition of patterns in data by an human expert. VDM makes use of an technique called focus+context. Here, it&#039;s possible for the expert to show focused and contextual information at the same time. [Kort, 2004]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2009] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 04 Nov 2009. http://infozoom.com/244/-/product.html&lt;br /&gt;
&lt;br /&gt;
[humanIT, 2006] Author unknown, InfoZoom. humanIT Software GmbH. Retrieved at: 30 Oct 2006. &lt;br /&gt;
&lt;br /&gt;
[Kort, 2004] Alexander Kort. Visual Data Mining and Zoomable Interfaces. In &#039;&#039;Proceedings of the 9th international conference on Intelligent user interface&#039;&#039;. pages 274-276, New York, NY, 2004. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Mark et al, 2003] Gloria Mark, Keri Carpenter, Alfred Kobsa. Are There Benefits in Seeing Double? A Study of Collaborative Information Visualization. In &#039;&#039;CHI &#039;03 extended abstracts on Human factors in computing systems&#039;&#039;, pages 840-841, Irvine, CA, April 2003. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Spenke, 2000] Michael Spenke and Christian Beilken. InfoZoom - Analysing Formula One Racing Results With an Interactive Data Mining and Visualisation Tool. In &#039;&#039;Second Conference on Data Mining 2000&#039;&#039;, pages 1-11, Cambridge, UK, July 2000. http://www.ifs.tuwien.ac.at/~silvia/wien/vu-infovis/articles/spenke00infozoom.pdf&lt;br /&gt;
&lt;br /&gt;
[Wittenburg et al, 2001] Kent Wittenburg, Tom Lanning, Michael Heinrichs, Michael Stanton. Parallel bargrams for consumer-based information exploration and choice. In &#039;&#039;Proceedings of the 14th annual ACM symposium on User interface software and technology&#039;&#039;, pages 51-60, Waltham, MA, November 2001. ACM Press&lt;br /&gt;
&lt;br /&gt;
[Xie, 2006] Zaixian Xie, Review on InfoZoom. Worcester Polytechnic Insitute: Course Data Visualization. Created at: 1. Feb 2006. Retrieved at: 30. Oct 2006. http://users.wpi.edu/~xiezx/courses/cs525d/infozoom/infozoom.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Softwarearchitektur_Grafik.gif&amp;diff=22538</id>
		<title>File:Softwarearchitektur Grafik.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Softwarearchitektur_Grafik.gif&amp;diff=22538"/>
		<updated>2009-11-04T10:01:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: Software Architecture of InfoZoom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Software Architecture of InfoZoom&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
[Bicoss, 2009] Bicoss, Retrieved at Nov 04 , 2009  http://www.bicoss.cm/infozoom/software_architecture.htmlo&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.bicoss.cm/infozoom/software_architecture.htmlo&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06&amp;diff=21992</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10_-_Gruppe_06&amp;diff=21992"/>
		<updated>2009-10-14T11:03:33Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: New page: == Gruppenmitglieder == Fried, Alexander  Fritz, Daniel  Hiller, Elias == Aufgaben == [[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 0|Aufgabe...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Gruppenmitglieder ==&lt;br /&gt;
Fried, Alexander&lt;br /&gt;
&lt;br /&gt;
Fritz, Daniel&lt;br /&gt;
&lt;br /&gt;
[[User:UE-InfoVis0910_0525787|Hiller, Elias]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 0|Aufgabe 0]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 2|Aufgabe 2]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 3|Aufgabe 3]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06 - Aufgabe 4|Aufgabe 4]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10&amp;diff=21991</id>
		<title>Teaching:TUW - UE InfoVis WS 2009/10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2009/10&amp;diff=21991"/>
		<updated>2009-10-14T10:54:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Aigner03infovis ue.gif]] &amp;lt;big&amp;gt;WS 2009/10&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LVA Nr:&#039;&#039;&#039; 188.308 ([http://tuwis.tuwien.ac.at/lva/tuwien/188308 TUWIS++ Seite])&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LVA Homepage:&#039;&#039;&#039; http://ieg.ifs.tuwien.ac.at/~gschwand/teaching/infovis_ue_ws09/index.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Leitung:&#039;&#039;&#039; [[Gschwandtner, Theresia|Theresia Gschwandtner]] [gschwandtner (at) ifs.tuwien.ac.at]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gruppen ==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Gruppenlinks hier einfügen!&lt;br /&gt;
Beispiel:&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe XX|Gruppe XX]]&lt;br /&gt;
&amp;quot;XX&amp;quot; durch Gruppennummer ersetzen!&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 03|Gruppe 03 (Lang, Burger, Hackl)]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 05|Gruppe 05 (Paizoni, Wuttej, Hudl)]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 06|Gruppe 06 (Fried, Fritz, Hiller)]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 09|Gruppe 09 (Hubmann-Haidvogel, XXX, XXX)]]&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2009/10 - Gruppe 15|Gruppe 15 (Martin, Stix, Lenzhofer)]]&lt;br /&gt;
&lt;br /&gt;
== News / Bemerkungen ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Liebe TeilnehmerInnen!&amp;lt;br&amp;gt;&lt;br /&gt;
  Um diese Seite einheitlich zu gestalten (auch bezüglich der Vorjahre), schlage ich vor die Nachnahmen &lt;br /&gt;
  der Gruppenmitglieder in Klammer neben der Gruppe anzugeben,&amp;lt;br&amp;gt; &lt;br /&gt;
  z.B.: Gruppe XX (Maier, Müller, Mustermann).&amp;lt;br&amp;gt;&lt;br /&gt;
  -- [[Gschwandtner, Theresia|Theresia Gschwandtner]] 10:05, 01 October 2009 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21990</id>
		<title>User:UE-InfoVis0910 0525787</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21990"/>
		<updated>2009-10-14T10:51:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Hiller, Elias&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
0525787&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:Thatsme.jpg|i&#039;m here|300px]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21989</id>
		<title>User:UE-InfoVis0910 0525787</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21989"/>
		<updated>2009-10-14T10:50:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Hiller, Elias&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
0525787&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:Thatsme.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Thatsme.jpg&amp;diff=21988</id>
		<title>File:Thatsme.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Thatsme.jpg&amp;diff=21988"/>
		<updated>2009-10-14T10:43:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: that&amp;#039;s me in front of the karlskirche&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
that&#039;s me in front of the karlskirche&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21987</id>
		<title>User:UE-InfoVis0910 0525787</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0910_0525787&amp;diff=21987"/>
		<updated>2009-10-14T10:29:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0910 0525787: New page: Hiller, Elias&amp;lt;br/&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hiller, Elias&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0910 0525787</name></author>
	</entry>
</feed>