<?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-InfoVis0607+0727197</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-InfoVis0607+0727197"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis0607_0727197"/>
	<updated>2026-05-29T20:56:34Z</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_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18584</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</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_4&amp;diff=18584"/>
		<updated>2008-01-03T17:51:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
&lt;br /&gt;
Aufgabe ist das Design einer interaktiven Visualisierungsapplikation zur Darstellung und Exploration &amp;lt;br&amp;gt;(des zeitlichen Verlaufs) von Laborwerten einer Blutuntersuchung. BenutzerInnen, Einsatzzweck, Tasks, etc. &amp;lt;br&amp;gt;sollen von Euch selbst festgelegt und beschrieben werden.&lt;br /&gt;
&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
&lt;br /&gt;
=== Beispiele für derartige Datensätze ===&lt;br /&gt;
&lt;br /&gt;
[[Image:20061115_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:20070920_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Application Area ==&lt;br /&gt;
The temporal change of laboratory values obtained by blood examinations needs to be analyzed.&lt;br /&gt;
&lt;br /&gt;
=== Data ===&lt;br /&gt;
A patients blood can be examined several times. Each time, a certain set of attributes - like cholesterol or glucose - can be evaluated. Every attribute takes a discrete value and has its own unit, for example the unit for cholesterol is mg/dl. So we have 2-dimensional data, with a temporal dimension, that is hierarchically grouped by patient.&lt;br /&gt;
&lt;br /&gt;
The non-critical range of values an attribute can take is known. Therefore each value can be either critical or normal. Each attribute has a lower (which can be 0) and upper boundary defining the range of normal values. Sometimes, no boundaries are specified.&lt;br /&gt;
&lt;br /&gt;
=== Target Group ===&lt;br /&gt;
The data needs to be evaluated by physicians or nurses. They basically need to be able to see if the laboratory values are normal or critical. They also need to track changes over time, for instance to see if a certain therapy yields the desired effect. Furthermore it may be interesting to compare specific values and their change over time between a number of patients. It doesn&#039;t make sense to compare the different attribute&#039;s values to each other, but since physicians and nurses are very busy it is necessary to see them all at once to quickly scan the whole data set for interesting or possibly critical values.&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
To guide our design, we first define use cases we want to support and order them descending by priority (most important first).&lt;br /&gt;
&lt;br /&gt;
==== Evaluate New Blood Examination Values ====&lt;br /&gt;
A blood examination has taken place and the user wants to quickly check the results. This can yield to the following:&lt;br /&gt;
* Everything is fine. The neither the system nor the user detects something critical. The user can go and make a coffee break or be very cautious and analyze the values in detail.&lt;br /&gt;
* The system detects a critical value and presents it accordingly to the user. The user can either draw conclusions immediately or analyze the values in detail.&lt;br /&gt;
* The user detects a possibly critical or interesting value, which needs to be analyzed in detail. The possibilities here are manifold: The user may needs to compare different attributes as well as patients or historical values as well as any combination of these. In other words, exploration must be easy and should be encouraged.&lt;br /&gt;
&lt;br /&gt;
==== View Blood Examination History ====&lt;br /&gt;
The user can gain more insights from laboratory values when examining them in comparison to historical values. This is part of a detailed analyzation and therefore the system does not need to give an overview of the history of all attributes at once, but rather lets the user choose single or multiple attributes to examine in detail and possibly compare over time.&lt;br /&gt;
&lt;br /&gt;
==== Compare Patients ====&lt;br /&gt;
It may be interesting to compare the laboratory values of two or more patients. This can be done for specific laboratory values at a given moment or for a given interval.&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
[[Image:blood_examination.png]]&lt;br /&gt;
&lt;br /&gt;
The user interface is divided into 4 parts:&lt;br /&gt;
=== Patients ===&lt;br /&gt;
The user chooses at least one patient to look at. If more than one is chosen, one of them is the &#039;&#039;primary&#039;&#039; patient, which is to be compared with the other patients. By clicking on a patient, it can be made the primary one.&lt;br /&gt;
&lt;br /&gt;
=== Timeline ===&lt;br /&gt;
The timeline represents the interval between the first and the last blood examination of the primary patient. Each blood examination is depicted by a vertical line. One of the blood examinations can be selected by dragging the white triangle near its position in the timeline. The selected blood examination is also highlighted by a longer vertical line that also establishes a connection to the &#039;&#039;History View&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The timeline can also act as a range slider with two handles to reduce the displayed interval in the &#039;&#039;History View&#039;&#039;, although this is only necessary if the number of blood examinations exceeds a certain limit.&lt;br /&gt;
&lt;br /&gt;
=== Single Blood Examination View ===&lt;br /&gt;
This view displays the examination selected in the timeline. To present the results of a blood examination at a given point in time and make a quick evaluation of all attributes at once easy, we use a &#039;Parallel Coordinates&#039; visualization. Here, the values of the different attributes are normalized between the specific lower and upper boundaries of each attribute. This helps the user to quickly spot the normalcy of a whole set of laboratory values - the straighter and more centered the line is, the better the blood values are. To make the distinction between critical and normal values clear, the background of the normal range is different from the background of the critical range. This support can be enhanced by adding points to each connection, where its size reflects the criticality of the given value. The point can also turn red, when the value lies outside the non-critical range. When no critical range is specified, the visual distinction should be omitted, the line should be drawn to the center but the value must be highlighted to draw attention and encourage further examination.&lt;br /&gt;
&lt;br /&gt;
The view can be configured to also display a certain number of blood examinations in history, e.g. the last 3 blood examinations before the selected one. The older the examination is, the thinner and more transparent its representing line gets. This gives the visualization a spatial look and supports tracking changes over time.&lt;br /&gt;
&lt;br /&gt;
The view can display more than one patients, where each patient is identified by a unique color. The primary patient is highlighted and displayed above the other patients. As the dates where blood examinations have been conducted can vary between patients, the test results must be selected for each patient. The default values to display may be the values of the latest blood examination. The displayed test can be selected by clicking on a patient thus making her the primary patient and moving the triangle in the timeline to the desired date. Another possibility is to simply click one of the lines representing a blood examination before the selected test. When the selected test of the primary patient is changed, the selected tests of all other patients stay the same, of course. &lt;br /&gt;
&lt;br /&gt;
Attributes can be reordered by drag and drop, to enable the user to place desired attributes side-by-side for easier comparison.&lt;br /&gt;
&lt;br /&gt;
Attributes can also be highlighted to display detailed information about its value, upper and lower boundary for normal values and its midpoint.&lt;br /&gt;
&lt;br /&gt;
Attributes with missing values are highlighted using red color to draw attention.&lt;br /&gt;
&lt;br /&gt;
=== History View ===&lt;br /&gt;
When the history of conducted blood examinations needs to be examined, the &#039;&#039;History View&#039;&#039; can be made visible by clicking the disclosure triangle on the left side of each attribute. After clicking the triangle a little animation starts. The bar (in this case with two values) is copied, turned vertical and all the additional values are added from the left and the right side, to make it easier to recognize the now different dimension of the data.&lt;br /&gt;
&lt;br /&gt;
The History View is basically a line graph where the x-axis represents the time selected in the timeline and the y-axis the laboratory values. As in the Single Blood Examination View the non-critical range of values is optically separated from the critical range. In addition, labelled vertical lines partition the y-axes and help determining unlabeled values. Light vertical lines are drawn for each blood examination of the primary patient.&lt;br /&gt;
&lt;br /&gt;
The selected blood examination displayed in the Single Blood Examination View and selected in the timeline is highlighted by a strong line which can be dragged to change the selected blood examination. The actual value of the selected attribute is also displayed.&lt;br /&gt;
&lt;br /&gt;
Lines depicting the values of non-primary patients can be dragged to compare them with the selected blood examination of the primary patient.&lt;br /&gt;
&lt;br /&gt;
=== Visualization Controls ===&lt;br /&gt;
The visualization can be modified here. The user can set the number of tests to display in the detail view. Furthermore, the attributes can automatically be sorted by name or criticality.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18583</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</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_4&amp;diff=18583"/>
		<updated>2008-01-03T17:49:52Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
&lt;br /&gt;
Aufgabe ist das Design einer interaktiven Visualisierungsapplikation zur Darstellung und Exploration &amp;lt;br&amp;gt;(des zeitlichen Verlaufs) von Laborwerten einer Blutuntersuchung. BenutzerInnen, Einsatzzweck, Tasks, etc. &amp;lt;br&amp;gt;sollen von Euch selbst festgelegt und beschrieben werden.&lt;br /&gt;
&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
&lt;br /&gt;
=== Beispiele für derartige Datensätze ===&lt;br /&gt;
&lt;br /&gt;
[[Image:20061115_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:20070920_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Application Area ==&lt;br /&gt;
The temporal change of laboratory values obtained by blood examinations needs to be analyzed.&lt;br /&gt;
&lt;br /&gt;
=== Data ===&lt;br /&gt;
A patients blood can be examined several times. Each time, a certain set of attributes - like cholesterol or glucose - can be evaluated. Every attribute takes a discrete value and has its own unit, for example the unit for cholesterol is mg/dl. So we have 2-dimensional data, with a temporal dimension, that is hierarchically grouped by patient.&lt;br /&gt;
&lt;br /&gt;
The non-critical range of values an attribute can take is known. Therefore each value can be either critical or normal. Each attribute has a lower (which can be 0) and upper boundary defining the range of normal values. Sometimes, no boundaries are specified.&lt;br /&gt;
&lt;br /&gt;
=== Target Group ===&lt;br /&gt;
The data needs to be evaluated by physicians or nurses. They basically need to be able to see if the laboratory values are normal or critical. They also need to track changes over time, for instance to see if a certain therapy yields the desired effect. Furthermore it may be interesting to compare specific values and their change over time between a number of patients. It doesn&#039;t make sense to compare the different attribute&#039;s values to each other, but since physicians and nurses are very busy it is necessary to see them all at once to quickly scan the whole data set for interesting or possibly critical values.&lt;br /&gt;
&lt;br /&gt;
=== Goals ===&lt;br /&gt;
To guide our design, we first define use cases we want to support and order them descending by priority (most important first).&lt;br /&gt;
&lt;br /&gt;
==== Evaluate New Blood Examination Values ====&lt;br /&gt;
A blood examination has taken place and the user wants to quickly check the results. This can yield to the following:&lt;br /&gt;
* Everything is fine. The neither the system nor the user detects something critical. The user can go and make a coffee break or be very cautious and analyze the values in detail.&lt;br /&gt;
* The system detects a critical value and presents it accordingly to the user. The user can either draw conclusions immediately or analyze the values in detail.&lt;br /&gt;
* The user detects a possibly critical or interesting value, which needs to be analyzed in detail. The possibilities here are manifold: The user may needs to compare different attributes as well as patients or historical values as well as any combination of these. In other words, exploration must be easy and should be encouraged.&lt;br /&gt;
&lt;br /&gt;
==== View Blood Examination History ====&lt;br /&gt;
The user can gain more insights from laboratory values when examining them in comparison to historical values. This is part of a detailed analyzation and therefore the system does not need to give an overview of the history of all attributes at once, but rather lets the user choose single or multiple attributes to examine in detail and possibly compare over time.&lt;br /&gt;
&lt;br /&gt;
==== Compare Patients ====&lt;br /&gt;
It may be interesting to compare the laboratory values of two or more patients. This can be done for specific laboratory values at a given moment or for a given interval.&lt;br /&gt;
&lt;br /&gt;
== Design ==&lt;br /&gt;
[[Image:blood_examination.png]]&lt;br /&gt;
&lt;br /&gt;
The user interface is divided into 4 parts:&lt;br /&gt;
=== Patients ===&lt;br /&gt;
The user chooses at least one patient to look at. If more than one is chosen, one of them is the &#039;&#039;primary&#039;&#039; patient, which is to be compared with the other patients. By clicking on a patient, it can be made the primary one.&lt;br /&gt;
&lt;br /&gt;
=== Timeline ===&lt;br /&gt;
The timeline represents the interval between the first and the last blood examination of the primary patient. Each blood examination is depicted by a vertical line. One of the blood examinations can be selected by dragging the white triangle near its position in the timeline. The selected blood examination is also highlighted by a longer vertical line that also establishes a connection to the &#039;&#039;History View&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The timeline can also act as a range slider with two handles to reduce the displayed interval in the &#039;&#039;History View&#039;&#039;, although this is only necessary if the number of blood examinations exceeds a certain limit.&lt;br /&gt;
&lt;br /&gt;
=== Single Blood Examination View ===&lt;br /&gt;
This view displays the examination selected in the timeline. To present the results of a blood examination at a given point in time and make a quick evaluation of all attributes at once easy, we use a &#039;Parallel Coordinates&#039; visualization. Here, the values of the different attributes are normalized between the specific lower and upper boundaries of each attribute. This helps the user to quickly spot the normalcy of a whole set of laboratory values - the straighter and more centered the line is, the better the blood values are. To make the distinction between critical and normal values clear, the background of the normal range is different from the background of the critical range. This support can be enhanced by adding points to each connection, where its size reflects the criticality of the given value. The point can also turn red, when the value lies outside the non-critical range. When no critical range is specified, the visual distinction should be omitted, the line should be drawn to the center but the value must be highlighted to draw attention and encourage further examination.&lt;br /&gt;
&lt;br /&gt;
The view can be configured to also display a certain number of blood examinations in history, e.g. the last 3 blood examinations before the selected one. The older the examination is, the thinner and more transparent its representing line gets. This gives the visualization a spatial look and supports tracking changes over time.&lt;br /&gt;
&lt;br /&gt;
The view can display more than one patients, where each patient is identified by a unique color. The primary patient is highlighted and displayed above the other patients. As the dates where blood examinations have been conducted can vary between patients, the test results must be selected for each patient. The default values to display may be the values of the latest blood examination. The displayed test can be selected by clicking on a patient thus making her the primary patient and moving the triangle in the timeline to the desired date. Another possibility is to simply click one of the lines representing a blood examination before the selected test. When the selected test of the primary patient is changed, the selected tests of all other patients stay the same, of course. &lt;br /&gt;
&lt;br /&gt;
Attributes can be reordered by drag and drop, to enable the user to place desired attributes side-by-side for easier comparison.&lt;br /&gt;
&lt;br /&gt;
Attributes can also be highlighted to display detailed information about its value, upper and lower boundary for normal values and its midpoint.&lt;br /&gt;
&lt;br /&gt;
Attributes with missing values are highlighted using red color to draw attention.&lt;br /&gt;
&lt;br /&gt;
=== History View ===&lt;br /&gt;
When the history of conducted blood examinations needs to be examined, the &#039;&#039;History View&#039;&#039; can be made visible by clicking the disclosure triangle on the left side of each attribute. After clicking the triangle a little animation starts. The bar (in this case with two values) is copied, turned vertical and all the additional values are added from the left and the right side, to make it easier to understand the now different dimension of the data.&lt;br /&gt;
&lt;br /&gt;
The History View is basically a line graph where the x-axis represents the time selected in the timeline and the y-axis the laboratory values. As in the Single Blood Examination View the non-critical range of values is optically separated from the critical range. In addition, labelled vertical lines partition the y-axes and help determining unlabeled values. Light vertical lines are drawn for each blood examination of the primary patient.&lt;br /&gt;
&lt;br /&gt;
The selected blood examination displayed in the Single Blood Examination View and selected in the timeline is highlighted by a strong line which can be dragged to change the selected blood examination. The actual value of the selected attribute is also displayed.&lt;br /&gt;
&lt;br /&gt;
Lines depicting the values of non-primary patients can be dragged to compare them with the selected blood examination of the primary patient.&lt;br /&gt;
&lt;br /&gt;
=== Visualization Controls ===&lt;br /&gt;
The visualization can be modified here. The user can set the number of tests to display in the detail view. Furthermore, the attributes can automatically be sorted by name or criticality.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18582</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18582"/>
		<updated>2008-01-03T17:40:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte im History View die X-Achse nicht beschriftet sein? Ich mein es ist klar, dass es sich bei dem markierten um den aktuellen Wert handelt aber zumindest Anfang und Ende der Achso sollten ein Datum haben damit man den ungefähren Zeitramen kennt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Diese Daten sind oben in der Timeline angezeigt. Aber wenn du meinst, dass das nicht so optimal ist weil es zu weit weg ist von der Visualisierung, muss ich dir recht geben. Trotzdem bin ich recht zufrieden damit und würde die Daten nur ungern doppelt anzeigen. Ich weiß nicht - hast du vielleicht eine bessere Idee?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ok dann macht es Sinn wenn es sich auf die obere Timeline bezieht (war mir nicht ganz klar)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Vielleicht könnte man noch dazuschreiben, dass es eine kleine Animation gibt wenn man den History View öffnet das sich der Balken mit den (in diesem Fall zwei Punkten) nach unten verschiebt, in die vertikale dreht und dann von links und rechts die Werte der vorigen und späteren Messungen dazukommen? (würde vielleicht ein bisschen helfen die andere Dimension klarer zu machen)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Hmm...das klingt auf jeden Fall sehr gut. Ich bin einverstanden.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18580</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18580"/>
		<updated>2008-01-03T16:23:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte im History View die X-Achse nicht beschriftet sein? Ich mein es ist klar, dass es sich bei dem markierten um den aktuellen Wert handelt aber zumindest Anfang und Ende der Achso sollten ein Datum haben damit man den ungefähren Zeitramen kennt.&lt;br /&gt;
&lt;br /&gt;
Vielleicht könnte man noch dazuschreiben, dass es eine kleine Animation gibt wenn man den History View öffnet das sich der Balken mit den (in diesem Fall zwei Punkten) nach unten verschiebt, in die vertikale dreht und dann von links und rechts die Werte der vorigen und späteren Messungen dazukommen? (würde vielleicht ein bisschen helfen die andere Dimension klarer zu machen)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18579</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18579"/>
		<updated>2008-01-03T16:19:45Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte im History View die X-Achse nicht beschriftet sein? Ich mein es ist klar, dass es sich bei dem markierten um den aktuellen Wert handelt aber zumindest Anfang und Ende der Achso sollten ein Datum haben damit man den ungefähren Zeitramen kennt.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18578</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18578"/>
		<updated>2008-01-03T16:19:22Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: Sollte im History View die X-Achse nicht beschriftet sein? Ich mein es ist klar das es sich bei dem markierten um den aktuellen Wert handelt aber zumindest Anfang und Ende der Achso sollte...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sollte im History View die X-Achse nicht beschriftet sein? Ich mein es ist klar das es sich bei dem markierten um den aktuellen Wert handelt aber zumindest Anfang und Ende der Achso sollten ein Datum haben damit man den ungefähren Zeitramen kennt.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_4&amp;diff=18517</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4</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_4&amp;diff=18517"/>
		<updated>2007-12-22T09:50:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
&lt;br /&gt;
Aufgabe ist das Design einer interaktiven Visualisierungsapplikation zur Darstellung und Exploration &amp;lt;br&amp;gt;(des zeitlichen Verlaufs) von Laborwerten einer Blutuntersuchung. BenutzerInnen, Einsatzzweck, Tasks, etc. &amp;lt;br&amp;gt;sollen von Euch selbst festgelegt und beschrieben werden.&lt;br /&gt;
&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe4.html Beschreibung der Aufgabe 4]&lt;br /&gt;
&lt;br /&gt;
=== Beispiele für derartige Datensätze ===&lt;br /&gt;
&lt;br /&gt;
[[Image:20061115_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:20070920_blutuntersuchung.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Description of application area, data, users, tasks and objectives=&lt;br /&gt;
&lt;br /&gt;
==Description of application area and the given dataset==&lt;br /&gt;
&lt;br /&gt;
* Blood examination&lt;br /&gt;
* Different valuations&lt;br /&gt;
* Wide range of values&lt;br /&gt;
* Different units&lt;br /&gt;
* Inconsistent dataset (not every test holds all values)&lt;br /&gt;
* Same values always present&lt;br /&gt;
* Multidimensional data&lt;br /&gt;
* The bulk of the data has a individual reference range&lt;br /&gt;
&lt;br /&gt;
==Target group analyses==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Scope of the visualization ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Concept=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18516</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3</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_3&amp;diff=18516"/>
		<updated>2007-12-22T09:12:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe3.html Beschreibung der Aufgabe 3]&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel.jpg]] &lt;br /&gt;
Außenhandel Deutschlands mit den Reformländern Mittel- und Osteuropas&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
=== Highlighting ===&lt;br /&gt;
* Data should be highlighted to give them a voice that comes through loudly and clearly, without distraction. Here, the background is massively distracting from the data.&lt;br /&gt;
* I&#039;d say the data-ink ratio is only 0.1, as the data covers about 30% of the graphic and is much lighter than the background. The data must be highlighted (e.g. by increasing the color intensity), therefore the background must be de-emphasized, if not removed at all.  The data must stand out.&lt;br /&gt;
* The supporting component &#039;&#039;in Milliarden DM&#039;&#039; must be emphasized too, because its essential for the understanding of the numbers.&lt;br /&gt;
* The actual countries are summarized with &#039;&#039;Reformländer Mittel- und Osteuropas&#039;&#039; which is good, because it reduces data-ink that isn&#039;t needed at first. Still, the summary is pretty long.&lt;br /&gt;
* The borders and 3D effect of the bars add no value, but boost visual noise.&lt;br /&gt;
* Interfering boxes arround the years &lt;br /&gt;
* Bad hue difference of the bars&lt;br /&gt;
* No additional coding scheme, distracting &amp;quot;Import/Export&amp;quot; text inside the bars of the year 1997&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Nur die 1997er Balken sind beschriftet, die anderen jedoch nicht, was für Verwirrung sorgen kann. Daher wäre ein Zeichenschlüssel (Legende) angebracht.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Organization ===&lt;br /&gt;
* The visualization should be organized to lead readers through the contents in a manner that promotes optimal understanding. The organization in this graph is chaotic. What do the numbers mean? &lt;br /&gt;
* What does the left, what does the right bar mean? Information that answers these questions scattered in an unorganized way.&lt;br /&gt;
* The bars are grouped nicely by year using &#039;&#039;proximity&#039;&#039; and by trading type using &#039;&#039;similarity&#039;&#039; of background colors. However, the colors could be more distinguishing. Furthermore, I believe (but have no scientific material to prove this) that the graph would be easier to interpret, if the &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; bars would be swapped, so that the smaller bars are on the left side. This would better emphasize the rising character of the trade in general in addition to the fact that, in this chart exports are higher than imports.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Sehr gute Beobachtungen, mit einer Ausnahme: ich würde nicht behaupten, dass Exporte immer höher sind als Importe. Das mag auf einige Länder Westeuropas durchaus zutreffen, aber im Allgemeinen würde ich das nicht sagen.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Most of the elements are prioritized and sequenced correctly: The title on the top center, the bars centered, the years beyond the bars, the volume in the bars, and the actual countries on the bottom. In contrast, the &#039;&#039;in Milliarden DM&#039;&#039; is quite important and must be presented in a more prominent way (but not too prominent - possibly as an under-title). The labels &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; must also be easier to comprehend, e.g. by placing a legend on the top left side of the graph. Vertical orientation of text should generally be avoided.&lt;br /&gt;
* The years are properly sequenced from left to right.&lt;br /&gt;
* The accuracy of the numbers seems to high and should be reduced to remove unnecessary details and support clarity.&lt;br /&gt;
* Missing base line of the bars&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ein Element fehlt auch noch in der Grafik: es gibt keine Basis / Grundlinie auf der die Balken stehen, was nach S. Few für vertikale Balken erforderlich ist, denn ansonsten kann der Eindruck entstehen, dass die Balken in der Luft schweben.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Required Text ===&lt;br /&gt;
* Everything is here, though it&#039;s not always properly communicated, as mentioned above.&lt;br /&gt;
&lt;br /&gt;
== Redesign ==&lt;br /&gt;
[[Image:Aussenhandel_redesign.png]] &lt;br /&gt;
&lt;br /&gt;
If it is feasible to change the type of chart, I would recommend to use a line chart, as it is easier to compare the values with this type of representation and the legend can be eliminated by labeling each line.&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel_redesign2.png]] &lt;br /&gt;
&lt;br /&gt;
==Improvements==&lt;br /&gt;
&lt;br /&gt;
* No visual noice&lt;br /&gt;
* Clear, short title&lt;br /&gt;
* High data-ink ratio&lt;br /&gt;
* Reader sees the stable growth&lt;br /&gt;
* No distracting background, all important information on the first view&lt;br /&gt;
* Contrast of import/export bars&lt;br /&gt;
* Grouped, prioritized  data&lt;br /&gt;
* Additional data outside the scope&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Das Redesign ist wirklich sehr gut gelungen; auch die Farbwahl ist gut. Allerdings sollte zur besseren Übersicht eine Y-Achse in die Grafik integriert werden. Dabei können durchaus subtil eingesetzte horizontale Gridlines zum Einsatz kommen.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18347</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18347"/>
		<updated>2007-12-07T16:49:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich hab mir erlaubt ein paar Zeilen hinzuzufügen.&lt;br /&gt;
&lt;br /&gt;
Die beiden Graphen sind dir sehr gut gelungen, dass Einzige was ich eventuell noch ändern würde, wäre den Abstand zu der Aufzählung der Reformländer etwas zu vergrößern.&lt;br /&gt;
&lt;br /&gt;
Ich bin sogar froh, dass du dir das erlaubst.&lt;br /&gt;
&lt;br /&gt;
Ich weiß aber jetzt nicht welchen Abstand du jetzt meinst? Ah, ich weiß glaub ich schon - die Länder ein Stück weiter runter meinst du. Naja, ich finde, das ist so und so okay.&lt;br /&gt;
&lt;br /&gt;
Bei der Gelegenheit: Kannst du die Tabelle von Aufgabe 2 überarbeiten? Ich hab schon länger ein paar Anmerkungen dazu dort gemacht.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wie ich gerade sehe haben wir da volle Punkteanzahl bekommen (wenn du willst kann ichs natürlich noch hinzufügen), leider bemerke ich jetzt erst, dass die Bewertung in den Discussion Teil geschrieben wird, darum hab ich auch die Möglichkeit zur Überarbeitung von Aufgabe 1 völlig übersehen. Das tut mir Leid (ich hab mich nur gewundert wieso es bei Aufgabe 0 geblieben ist sonst und nichts mehr geschehn ist), mein Fehler kommt nicht mehr vor.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18330</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3</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_3&amp;diff=18330"/>
		<updated>2007-12-07T10:19:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe3.html Beschreibung der Aufgabe 3]&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel.jpg]] &lt;br /&gt;
Außenhandel Deutschlands mit den Reformländern Mittel- und Osteuropas&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
=== Highlighting ===&lt;br /&gt;
* Data should be highlighted to give them a voice that comes through loudly and clearly, without distraction. Here, the background is massively distracting from the data.&lt;br /&gt;
* I&#039;d say the data-ink ratio is only 0.1, as the data covers about 30% of the graphic and is much lighter than the background. The data must be highlighted (e.g. by increasing the color intensity), therefore the background must be de-emphasized, if not removed at all.  The data must stand out.&lt;br /&gt;
* The supporting component &#039;&#039;in Milliarden DM&#039;&#039; must be emphasized too, because its essential for the understanding of the numbers.&lt;br /&gt;
* The actual countries are summarized with &#039;&#039;Reformländer Mittel- und Osteuropas&#039;&#039; which is good, because it reduces data-ink that isn&#039;t needed at first. Still, the summary is pretty long.&lt;br /&gt;
* The borders and 3D effect of the bars add no value, but boost visual noise.&lt;br /&gt;
* Interfering boxes arround the years &lt;br /&gt;
* Bad hue difference of the bars&lt;br /&gt;
&lt;br /&gt;
=== Organization ===&lt;br /&gt;
* The visualization should be organized to lead readers through the contents in a manner that promotes optimal understanding. The organization in this graph is chaotic. What do the numbers mean? &lt;br /&gt;
* What does the left, what does the right bar mean? Information that answers these questions scattered in an unorganized way.&lt;br /&gt;
* The bars are grouped nicely by year using &#039;&#039;proximity&#039;&#039; and by trading type using &#039;&#039;similarity&#039;&#039; of background colors. However, the colors could be more distinguishing. Furthermore, I believe (but have no scientific material to prove this) that the graph would be easier to interpret, if the &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; bars would be swapped, so that the smaller bars are on the left side. This would better emphasize the rising character of the trade in general in addition to the fact that exports are always higher than imports.&lt;br /&gt;
* Most of the elements are prioritized and sequenced correctly: The title on the top center, the bars centered, the years beyond the bars, the volume in the bars, and the actual countries on the bottom. In contrast, the &#039;&#039;in Milliarden DM&#039;&#039; is quite important and must be presented in a more prominent way (but not too prominent - possibly as an under-title). The labels &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; must also be easier to comprehend, e.g. by placing a legend on the top left side of the graph. Vertical orientation of text should generally be avoided.&lt;br /&gt;
* The years are properly sequenced from left to right.&lt;br /&gt;
* The accuracy of the numbers seems to high and should be reduced to remove unnecessary details and support clarity.&lt;br /&gt;
&lt;br /&gt;
=== Required Text ===&lt;br /&gt;
* Everything is here, though it&#039;s not always properly communicated, as mentioned above.&lt;br /&gt;
&lt;br /&gt;
== Redesign ==&lt;br /&gt;
[[Image:Aussenhandel_redesign.png]] &lt;br /&gt;
&lt;br /&gt;
If it is feasible to change the type of chart, I would recommend to use a line chart, as it is easier to compare the values with this type of representation and the legend can be eliminated by labeling each line.&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel_redesign2.png]] &lt;br /&gt;
&lt;br /&gt;
==Improvements==&lt;br /&gt;
&lt;br /&gt;
* No visual noice&lt;br /&gt;
* Clear, short title&lt;br /&gt;
* High data-ink ratio&lt;br /&gt;
* Reader sees the stable growth&lt;br /&gt;
* No distracting background, all important information on the first view&lt;br /&gt;
* Contrast of import/export bars&lt;br /&gt;
* Grouped, prioritized  data&lt;br /&gt;
* Additional data outside the scope&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18329</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18329"/>
		<updated>2007-12-07T10:17:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: Ich hab mir erlaubt ein paar Zeilen hinzuzufügen.  Die beiden Graphen sind dir sehr gut gelungen, dass Einzige was ich eventuell noch ändern würde, wäre den Abstand zu der Aufzählung ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich hab mir erlaubt ein paar Zeilen hinzuzufügen.&lt;br /&gt;
&lt;br /&gt;
Die beiden Graphen sind dir sehr gut gelungen, dass Einzige was ich eventuell noch ändern würde, wäre den Abstand zu der Aufzählung der Reformländer etwas zu vergrößern.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_3&amp;diff=18328</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3</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_3&amp;diff=18328"/>
		<updated>2007-12-07T10:15:46Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe3.html Beschreibung der Aufgabe 3]&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel.jpg]] &lt;br /&gt;
Außenhandel Deutschlands mit den Reformländern Mittel- und Osteuropas&lt;br /&gt;
&lt;br /&gt;
== Review ==&lt;br /&gt;
=== Highlighting ===&lt;br /&gt;
* Data should be highlighted to give them a voice that comes through loudly and clearly, without distraction. Here, the background is massively distracting from the data.&lt;br /&gt;
* I&#039;d say the data-ink ratio is only 0.1, as the data covers about 30% of the graphic and is much lighter than the background. The data must be highlighted (e.g. by increasing the color intensity), therefore the background must be de-emphasized, if not removed at all.  The data must stand out.&lt;br /&gt;
* The supporting component &#039;&#039;in Milliarden DM&#039;&#039; must be emphasized too, because its essential for the understanding of the numbers.&lt;br /&gt;
* The actual countries are summarized with &#039;&#039;Reformländer Mittel- und Osteuropas&#039;&#039; which is good, because it reduces data-ink that isn&#039;t needed at first. Still, the summary is pretty long.&lt;br /&gt;
* The borders and 3D effect of the bars add no value, but boost visual noise.&lt;br /&gt;
* Interfering boxes arround the years &lt;br /&gt;
* Bad hue difference of the bars&lt;br /&gt;
&lt;br /&gt;
=== Organization ===&lt;br /&gt;
* The visualization should be organized to lead readers through the contents in a manner that promotes optimal understanding. The organization in this graph is chaotic. What do the numbers mean? &lt;br /&gt;
* What does the left, what does the right bar mean? Information that answers these questions scattered in an unorganized way.&lt;br /&gt;
* The bars are grouped nicely by year using &#039;&#039;proximity&#039;&#039; and by trading type using &#039;&#039;similarity&#039;&#039; of background colors. However, the colors could be more distinguishing. Furthermore, I believe (but have no scientific material to prove this) that the graph would be easier to interpret, if the &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; bars would be swapped, so that the smaller bars are on the left side. This would better emphasize the rising character of the trade in general in addition to the fact that exports are always higher than imports.&lt;br /&gt;
* Most of the elements are prioritized and sequenced correctly: The title on the top center, the bars centered, the years beyond the bars, the volume in the bars, and the actual countries on the bottom. In contrast, the &#039;&#039;in Milliarden DM&#039;&#039; is quite important and must be presented in a more prominent way (but not too prominent - possibly as an under-title). The labels &#039;&#039;Import&#039;&#039; and &#039;&#039;Export&#039;&#039; must also be easier to comprehend, e.g. by placing a legend on the top left side of the graph. Vertical orientation of text should generally be avoided.&lt;br /&gt;
* The years are properly sequenced from left to right.&lt;br /&gt;
* The accuracy of the numbers seems to high and should be reduced to remove unnecessary details and support clarity.&lt;br /&gt;
&lt;br /&gt;
=== Required Text ===&lt;br /&gt;
* Everything is here, though it&#039;s not always properly communicated, as mentioned above.&lt;br /&gt;
&lt;br /&gt;
== Redesign ==&lt;br /&gt;
[[Image:Aussenhandel_redesign.png]] &lt;br /&gt;
&lt;br /&gt;
If it is feasible to change the type of chart, I would recommend to use a line chart, as it is easier to compare the values with this type of representation and the legend can be eliminated by labeling each line.&lt;br /&gt;
&lt;br /&gt;
[[Image:Aussenhandel_redesign2.png]] &lt;br /&gt;
&lt;br /&gt;
==Improvments==&lt;br /&gt;
&lt;br /&gt;
* No visual noice&lt;br /&gt;
* Clear, short title&lt;br /&gt;
* High data-ink ratio&lt;br /&gt;
* Reader sees the stable growth&lt;br /&gt;
* No distracting background, all important information on the first view&lt;br /&gt;
* Contrast of import/export bars&lt;br /&gt;
* Grouped, prioritized  data&lt;br /&gt;
* Additional data outside the scope&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18083</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</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_2&amp;diff=18083"/>
		<updated>2007-11-23T14:52:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
&lt;br /&gt;
[[Image:cancer-survival.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
* &#039;&#039;White space&#039;&#039; is well used here to direct the readers&#039; eye to scan down the rows.&lt;br /&gt;
* White space between the 10 and 15 years is slightly wider than between 5 and 10, and 15 and 20 years, which is good if it conveys some meaning.&lt;br /&gt;
* Sometimes white space occurs because of long text in the row header, thus suggesting that the table is grouped, which is not the case. This also disturbs scanning across rows. Therefore, the row header should be made wider.&lt;br /&gt;
* When using &#039;&#039;rules&#039;&#039;, lines should be kept as thin and light as possible. The rules in the table are too thick and heavy.&lt;br /&gt;
* Rules work best with light shades of gray to keep them subtle in comparison to data.&lt;br /&gt;
* The ruler on the top of the table seems useless and should be removed (although this depends on the context of use: when objects must be placed close to the table, it is okay to to form a boundary using rules)&lt;br /&gt;
* Because of the effective use of white space it is easy to scan down the rows. However, scanning across the rows could be made easier by filling alternating rows with e.g. a light shade of gray.&lt;br /&gt;
* The table does contain only 4 subdivisions of survival rates and a far larger number of cancer sites, therefore the rows and columns are wisely arranged. The fact, that we naturally think of time as moving from left to right, rather than top to bottom supports this arrangement.&lt;br /&gt;
* The row sequence seems random (to me, at least) and should be arranged in a natural order that conveys meaning to the reader (at least sort alphabetically ascending by cancer site).&lt;br /&gt;
* Cancer sites could be grouped in a meaningful way, by simply adding white space between groups.&lt;br /&gt;
* Numbers are properly aligned right and text is aligned left, which is good. The decimal point, however, looks odd.&lt;br /&gt;
* Column headers should be right aligned, when the column&#039;s data is right aligned, thereby informing readers how to scan the data. However, it may also be seen as a &#039;spanning header&#039; because the columns really consists of 2 sub-columns with omitted header and should therefore be centered. The (quite unusual) descriptive, spanning header &#039;Relative survival rate, % (SE)&#039; should, according to this rule, also be centered.&lt;br /&gt;
* As the rulers form a boundary between the data- and support components the row header &#039;Cancer&#039; should be pulled outside the table body, above the ruler.&lt;br /&gt;
* Percentage signs should appear immediately to the right of every percentage value because it&#039;s easy to forget that you&#039;re looking at percentages when reading down long columns of numbers. However, I don&#039;t think that this rule applies here and the advantage of reducing visual clutter far outweighs the (minimal) risk of forgetting that the numbers are actually percentage.&lt;br /&gt;
* The precision of the numbers seems reasonable and are correctly presented with a consistent number of decimals.&lt;br /&gt;
* Summary values are completely missing. Row and column summaries could be added, possibly containing average values. &lt;br /&gt;
* I don&#039;t know what &#039;&#039;SE&#039;&#039; is, but let&#039;s assume that it is intended to be compared with the corresponding relative survival rate, and therefore the arrangement is alright. However, comparing with the SEs from other columns could be made easier by:&lt;br /&gt;
** Removing the parenthesis, thus reducing visual noise which adds no information but complicates cognition.&lt;br /&gt;
** Group the SE values by applying the &#039;&#039;Gestalt&#039;&#039; principle of &#039;&#039;similarity&#039;&#039; and e.g. make the SE values gray (in contrast to the black survival rate value) as it seems less important.&lt;br /&gt;
&lt;br /&gt;
== New table==&lt;br /&gt;
&lt;br /&gt;
[[Image:Table1.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
* White spaces used to scan horizontaly&lt;br /&gt;
* More space between the lines&lt;br /&gt;
* Less space between SE and &#039;%&#039; values&lt;br /&gt;
* Identical space between every year&lt;br /&gt;
* Thin rules&lt;br /&gt;
* Spanning header centered&lt;br /&gt;
* Row sequence sorted alphabetically&lt;br /&gt;
* Average value added&lt;br /&gt;
* Removed parenthesis form SE&lt;br /&gt;
* SE values in light gray, let it look less important&lt;br /&gt;
* References at the bottom of the table&lt;br /&gt;
&lt;br /&gt;
== Improvements ==&lt;br /&gt;
&lt;br /&gt;
* The readers are directed to the rows, to see the changing values over the years&lt;br /&gt;
* There are no special links between the cancer sites&lt;br /&gt;
* The SE values consume less space and don´t distract any more&lt;br /&gt;
* Cancer sites seem to be more regulated&lt;br /&gt;
* It is easier to read and the relevant information is obtained much faster&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18082</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</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_2&amp;diff=18082"/>
		<updated>2007-11-23T14:51:53Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
&lt;br /&gt;
[[Image:cancer-survival.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
* &#039;&#039;White space&#039;&#039; is well used here to direct the readers&#039; eye to scan down the rows.&lt;br /&gt;
* White space between the 10 and 15 years is slightly wider than between 5 and 10, and 15 and 20 years, which is good if it conveys some meaning.&lt;br /&gt;
* Sometimes white space occurs because of long text in the row header, thus suggesting that the table is grouped, which is not the case. This also disturbs scanning across rows. Therefore, the row header should be made wider.&lt;br /&gt;
* When using &#039;&#039;rules&#039;&#039;, lines should be kept as thin and light as possible. The rules in the table are too thick and heavy.&lt;br /&gt;
* Rules work best with light shades of gray to keep them subtle in comparison to data.&lt;br /&gt;
* The ruler on the top of the table seems useless and should be removed (although this depends on the context of use: when objects must be placed close to the table, it is okay to to form a boundary using rules)&lt;br /&gt;
* Because of the effective use of white space it is easy to scan down the rows. However, scanning across the rows could be made easier by filling alternating rows with e.g. a light shade of gray.&lt;br /&gt;
* The table does contain only 4 subdivisions of survival rates and a far larger number of cancer sites, therefore the rows and columns are wisely arranged. The fact, that we naturally think of time as moving from left to right, rather than top to bottom supports this arrangement.&lt;br /&gt;
* The row sequence seems random (to me, at least) and should be arranged in a natural order that conveys meaning to the reader (at least sort alphabetically ascending by cancer site).&lt;br /&gt;
* Cancer sites could be grouped in a meaningful way, by simply adding white space between groups.&lt;br /&gt;
* Numbers are properly aligned right and text is aligned left, which is good. The decimal point, however, looks odd.&lt;br /&gt;
* Column headers should be right aligned, when the column&#039;s data is right aligned, thereby informing readers how to scan the data. However, it may also be seen as a &#039;spanning header&#039; because the columns really consists of 2 sub-columns with omitted header and should therefore be centered. The (quite unusual) descriptive, spanning header &#039;Relative survival rate, % (SE)&#039; should, according to this rule, also be centered.&lt;br /&gt;
* As the rulers form a boundary between the data- and support components the row header &#039;Cancer&#039; should be pulled outside the table body, above the ruler.&lt;br /&gt;
* Percentage signs should appear immediately to the right of every percentage value because it&#039;s easy to forget that you&#039;re looking at percentages when reading down long columns of numbers. However, I don&#039;t think that this rule applies here and the advantage of reducing visual clutter far outweighs the (minimal) risk of forgetting that the numbers are actually percentage.&lt;br /&gt;
* The precision of the numbers seems reasonable and are correctly presented with a consistent number of decimals.&lt;br /&gt;
* Summary values are completely missing. Row and column summaries could be added, possibly containing average values. &lt;br /&gt;
* I don&#039;t know what &#039;&#039;SE&#039;&#039; is, but let&#039;s assume that it is intended to be compared with the corresponding relative survival rate, and therefore the arrangement is alright. However, comparing with the SEs from other columns could be made easier by:&lt;br /&gt;
** Removing the parenthesis, thus reducing visual noise which adds no information but complicates cognition.&lt;br /&gt;
** Group the SE values by applying the &#039;&#039;Gestalt&#039;&#039; principle of &#039;&#039;similarity&#039;&#039; and e.g. make the SE values gray (in contrast to the black survival rate value) as it seems less important.&lt;br /&gt;
&lt;br /&gt;
== New table==&lt;br /&gt;
&lt;br /&gt;
[[Image:Table1.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Modifications ==&lt;br /&gt;
&lt;br /&gt;
* White spaces used to scan horizontaly&lt;br /&gt;
* More space between the lines&lt;br /&gt;
* Less space between SE and &#039;%&#039; values&lt;br /&gt;
* Identical space between every year&lt;br /&gt;
* Thin rules&lt;br /&gt;
* Spanning header centered&lt;br /&gt;
* Row sequence sorted alphabetically&lt;br /&gt;
* Average value added&lt;br /&gt;
* Removed parenthesis form SE&lt;br /&gt;
* SE values in light gray, let it look less important&lt;br /&gt;
* References at the bottom of the table&lt;br /&gt;
&lt;br /&gt;
== Improvments ==&lt;br /&gt;
&lt;br /&gt;
* The readers are directed to the rows, to see the changing values over the years&lt;br /&gt;
* There are no special links between the cancer sites&lt;br /&gt;
* The SE values consume less space and don´t distract any more&lt;br /&gt;
* Cancer sites seem to be more regulated&lt;br /&gt;
* It is easier to read and the relevant information is obtained much faster&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18081</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</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_2&amp;diff=18081"/>
		<updated>2007-11-23T13:25:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
&lt;br /&gt;
[[Image:cancer-survival.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
* &#039;&#039;White space&#039;&#039; is well used here to direct the readers&#039; eye to scan down the rows.&lt;br /&gt;
* White space between the 10 and 15 years is slightly wider than between 5 and 10, and 15 and 20 years, which is good if it conveys some meaning.&lt;br /&gt;
* Sometimes white space occurs because of long text in the row header, thus suggesting that the table is grouped, which is not the case. This also disturbs scanning across rows. Therefore, the row header should be made wider.&lt;br /&gt;
* When using &#039;&#039;rules&#039;&#039;, lines should be kept as thin and light as possible. The rules in the table are too thick and heavy.&lt;br /&gt;
* Rules work best with light shades of gray to keep them subtle in comparison to data.&lt;br /&gt;
* The ruler on the top of the table seems useless and should be removed (although this depends on the context of use: when objects must be placed close to the table, it is okay to to form a boundary using rules)&lt;br /&gt;
* Because of the effective use of white space it is easy to scan down the rows. However, scanning across the rows could be made easier by filling alternating rows with e.g. a light shade of gray.&lt;br /&gt;
* The table does contain only 4 subdivisions of survival rates and a far larger number of cancer sites, therefore the rows and columns are wisely arranged. The fact, that we naturally think of time as moving from left to right, rather than top to bottom supports this arrangement.&lt;br /&gt;
* The row sequence seems random (to me, at least) and should be arranged in a natural order that conveys meaning to the reader (at least sort alphabetically ascending by cancer site).&lt;br /&gt;
* Cancer sites could be grouped in a meaningful way, by simply adding white space between groups.&lt;br /&gt;
* Numbers are properly aligned right and text is aligned left, which is good. The decimal point, however, looks odd.&lt;br /&gt;
* Column headers should be right aligned, when the column&#039;s data is right aligned, thereby informing readers how to scan the data. However, it may also be seen as a &#039;spanning header&#039; because the columns really consists of 2 sub-columns with omitted header and should therefore be centered. The (quite unusual) descriptive, spanning header &#039;Relative survival rate, % (SE)&#039; should, according to this rule, also be centered.&lt;br /&gt;
* As the rulers form a boundary between the data- and support components the row header &#039;Cancer&#039; should be pulled outside the table body, above the ruler.&lt;br /&gt;
* Percentage signs should appear immediately to the right of every percentage value because it&#039;s easy to forget that you&#039;re looking at percentages when reading down long columns of numbers. However, I don&#039;t think that this rule applies here and the advantage of reducing visual clutter far outweighs the (minimal) risk of forgetting that the numbers are actually percentage.&lt;br /&gt;
* The precision of the numbers seems reasonable and are correctly presented with a consistent number of decimals.&lt;br /&gt;
* Summary values are completely missing. Row and column summaries could be added, possibly containing average values. &lt;br /&gt;
* I don&#039;t know what &#039;&#039;SE&#039;&#039; is, but let&#039;s assume that it is intended to be compared with the corresponding relative survival rate, and therefore the arrangement is alright. However, comparing with the SEs from other columns could be made easier by:&lt;br /&gt;
** Removing the parenthesis, thus reducing visual noise which adds no information but complicates cognition.&lt;br /&gt;
** Group the SE values by applying the &#039;&#039;Gestalt&#039;&#039; principle of &#039;&#039;similarity&#039;&#039; and e.g. make the SE values gray (in contrast to the black survival rate value) as it seems less important.&lt;br /&gt;
&lt;br /&gt;
==New table==&lt;br /&gt;
&lt;br /&gt;
[[Image:Table1.JPG]]&lt;br /&gt;
&lt;br /&gt;
==Modifications ==&lt;br /&gt;
&lt;br /&gt;
* White spaces used to scan horizontaly&lt;br /&gt;
* More space between the lines&lt;br /&gt;
* Less space between SE and &#039;%&#039; values&lt;br /&gt;
* Identical space between every year&lt;br /&gt;
* Thin rules&lt;br /&gt;
* Spanning header centered&lt;br /&gt;
* Row sequence sorted alphabetically&lt;br /&gt;
* Average value added&lt;br /&gt;
* Removed parenthesis form SE&lt;br /&gt;
* SE values in light gray, let it look less important&lt;br /&gt;
* References at the bottom of the table&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18080</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</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_2&amp;diff=18080"/>
		<updated>2007-11-23T13:22:50Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
&lt;br /&gt;
[[Image:cancer-survival.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
* &#039;&#039;White space&#039;&#039; is well used here to direct the readers&#039; eye to scan down the rows.&lt;br /&gt;
* White space between the 10 and 15 years is slightly wider than between 5 and 10, and 15 and 20 years, which is good if it conveys some meaning.&lt;br /&gt;
* Sometimes white space occurs because of long text in the row header, thus suggesting that the table is grouped, which is not the case. This also disturbs scanning across rows. Therefore, the row header should be made wider.&lt;br /&gt;
* When using &#039;&#039;rules&#039;&#039;, lines should be kept as thin and light as possible. The rules in the table are too thick and heavy.&lt;br /&gt;
* Rules work best with light shades of gray to keep them subtle in comparison to data.&lt;br /&gt;
* The ruler on the top of the table seems useless and should be removed (although this depends on the context of use: when objects must be placed close to the table, it is okay to to form a boundary using rules)&lt;br /&gt;
* Because of the effective use of white space it is easy to scan down the rows. However, scanning across the rows could be made easier by filling alternating rows with e.g. a light shade of gray.&lt;br /&gt;
* The table does contain only 4 subdivisions of survival rates and a far larger number of cancer sites, therefore the rows and columns are wisely arranged. The fact, that we naturally think of time as moving from left to right, rather than top to bottom supports this arrangement.&lt;br /&gt;
* The row sequence seems random (to me, at least) and should be arranged in a natural order that conveys meaning to the reader (at least sort alphabetically ascending by cancer site).&lt;br /&gt;
* Cancer sites could be grouped in a meaningful way, by simply adding white space between groups.&lt;br /&gt;
* Numbers are properly aligned right and text is aligned left, which is good. The decimal point, however, looks odd.&lt;br /&gt;
* Column headers should be right aligned, when the column&#039;s data is right aligned, thereby informing readers how to scan the data. However, it may also be seen as a &#039;spanning header&#039; because the columns really consists of 2 sub-columns with omitted header and should therefore be centered. The (quite unusual) descriptive, spanning header &#039;Relative survival rate, % (SE)&#039; should, according to this rule, also be centered.&lt;br /&gt;
* As the rulers form a boundary between the data- and support components the row header &#039;Cancer&#039; should be pulled outside the table body, above the ruler.&lt;br /&gt;
* Percentage signs should appear immediately to the right of every percentage value because it&#039;s easy to forget that you&#039;re looking at percentages when reading down long columns of numbers. However, I don&#039;t think that this rule applies here and the advantage of reducing visual clutter far outweighs the (minimal) risk of forgetting that the numbers are actually percentage.&lt;br /&gt;
* The precision of the numbers seems reasonable and are correctly presented with a consistent number of decimals.&lt;br /&gt;
* Summary values are completely missing. Row and column summaries could be added, possibly containing average values. &lt;br /&gt;
* I don&#039;t know what &#039;&#039;SE&#039;&#039; is, but let&#039;s assume that it is intended to be compared with the corresponding relative survival rate, and therefore the arrangement is alright. However, comparing with the SEs from other columns could be made easier by:&lt;br /&gt;
** Removing the parenthesis, thus reducing visual noise which adds no information but complicates cognition.&lt;br /&gt;
** Group the SE values by applying the &#039;&#039;Gestalt&#039;&#039; principle of &#039;&#039;similarity&#039;&#039; and e.g. make the SE values gray (in contrast to the black survival rate value) as it seems less important.&lt;br /&gt;
&lt;br /&gt;
==New table==&lt;br /&gt;
&lt;br /&gt;
[[Image:Table1.JPG]]&lt;br /&gt;
&lt;br /&gt;
==Modifications ==&lt;br /&gt;
&lt;br /&gt;
* White spaces used to scan horizontaly&lt;br /&gt;
* More space between the lines&lt;br /&gt;
* Same space between every year&lt;br /&gt;
* Thin rules&lt;br /&gt;
* Spanning header centered&lt;br /&gt;
* Row sequence sorted alphabetically&lt;br /&gt;
* Average value added&lt;br /&gt;
* Removed parenthesis form SE&lt;br /&gt;
* Se in light gray, let it look less important&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18079</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</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_2&amp;diff=18079"/>
		<updated>2007-11-23T10:46:18Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Aufgabenstellung ==&lt;br /&gt;
[http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/infovis_ue_aufgabe2.html Beschreibung der Aufgabe 2]&lt;br /&gt;
&lt;br /&gt;
=== Zu beurteilende Tabelle ===&lt;br /&gt;
&lt;br /&gt;
[[Image:cancer-survival.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
* &#039;&#039;White space&#039;&#039; is well used here to direct the readers&#039; eye to scan down the rows.&lt;br /&gt;
* White space between the 10 and 15 years is slightly wider than between 5 and 10, and 15 and 20 years, which is good if it conveys some meaning.&lt;br /&gt;
* Sometimes white space occurs because of long text in the row header, thus suggesting that the table is grouped, which is not the case. This also disturbs scanning across rows. Therefore, the row header should be made wider.&lt;br /&gt;
* When using &#039;&#039;rules&#039;&#039;, lines should be kept as thin and light as possible. The rules in the table are too thick and heavy.&lt;br /&gt;
* Rules work best with light shades of gray to keep them subtle in comparison to data.&lt;br /&gt;
* The ruler on the top of the table seems useless and should be removed (although this depends on the context of use: when objects must be placed close to the table, it is okay to to form a boundary using rules)&lt;br /&gt;
* Because of the effective use of white space it is easy to scan down the rows. However, scanning across the rows could be made easier by filling alternating rows with e.g. a light shade of gray.&lt;br /&gt;
* The table does contain only 4 subdivisions of survival rates and a far larger number of cancer sites, therefore the rows and columns are wisely arranged. The fact, that we naturally think of time as moving from left to right, rather than top to bottom supports this arrangement.&lt;br /&gt;
* The row sequence seems random (to me, at least) and should be arranged in a natural order that conveys meaning to the reader (at least sort alphabetically ascending by cancer site).&lt;br /&gt;
* Cancer sites could be grouped in a meaningful way, by simply adding white space between groups.&lt;br /&gt;
* Numbers are properly aligned right and text is aligned left, which is good. The decimal point, however, looks odd.&lt;br /&gt;
* Column headers should be right aligned, when the column&#039;s data is right aligned, thereby informing readers how to scan the data. However, it may also be seen as a &#039;spanning header&#039; because the columns really consists of 2 sub-columns with omitted header and should therefore be centered. The (quite unusual) descriptive, spanning header &#039;Relative survival rate, % (SE)&#039; should, according to this rule, also be centered.&lt;br /&gt;
* As the rulers form a boundary between the data- and support components the row header &#039;Cancer&#039; should be pulled outside the table body, above the ruler.&lt;br /&gt;
* Percentage signs should appear immediately to the right of every percentage value because it&#039;s easy to forget that you&#039;re looking at percentages when reading down long columns of numbers. However, I don&#039;t think that this rule applies here and the advantage of reducing visual clutter far outweighs the (minimal) risk of forgetting that the numbers are actually percentage.&lt;br /&gt;
* The precision of the numbers seems reasonable and are correctly presented with a consistent number of decimals.&lt;br /&gt;
* Summary values are completely missing. Row and column summaries could be added, possibly containing average values. &lt;br /&gt;
* I don&#039;t know what &#039;&#039;SE&#039;&#039; is, but let&#039;s assume that it is intended to be compared with the corresponding relative survival rate, and therefore the arrangement is alright. However, comparing with the SEs from other columns could be made easier by:&lt;br /&gt;
** Removing the parenthesis, thus reducing visual noise which adds no information but complicates cognition.&lt;br /&gt;
** Group the SE values by applying the &#039;&#039;Gestalt&#039;&#039; principle of &#039;&#039;similarity&#039;&#039; and e.g. make the SE values gray (in contrast to the black survival rate value) as it seems less important.&lt;br /&gt;
&lt;br /&gt;
==New table==&lt;br /&gt;
&lt;br /&gt;
[[Image:Table1.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2007/08|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/index.html UE InfoVis]&lt;br /&gt;
&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Table1.JPG&amp;diff=18078</id>
		<title>File:Table1.JPG</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Table1.JPG&amp;diff=18078"/>
		<updated>2007-11-23T10:40:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Version 1 of the cancer table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Version 1 of the cancer table&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18061</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_2&amp;diff=18061"/>
		<updated>2007-11-22T08:39:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: hat jemand eine Ahnung was das SE hinter dem % heißen soll?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hat jemand eine Ahnung was das SE hinter dem % heißen soll?&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</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=17833</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=17833"/>
		<updated>2007-11-09T14:57:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
===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;
==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.&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
&lt;br /&gt;
[Motif Programmer&#039;s Guide] Motif Programmer&#039;s Guide, 1994-1996, The Santa Cruz Operation, http://www.s-and-b.ru/syshlp/motif_guide/MotifProgGuide/TOC.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Drag &amp;amp; Drop in Information Visualization==&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;
====References====&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;
===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.&lt;br /&gt;
&lt;br /&gt;
====References====&lt;br /&gt;
[A Drag-and-Drop Strategy for Labeling Photos] A Drag-and-Drop Strategy for Labeling Photos, 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, 2000, https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;br /&gt;
&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&lt;br /&gt;
arranged within a 2.5-dimensional space, just like documents can be arranged&lt;br /&gt;
on a normal desk. The Lookmark system offers the user the opportunity of&lt;br /&gt;
taking individual web pages and structuring and managing them within a 2.5-&lt;br /&gt;
dimensional space.&lt;br /&gt;
In Lookmark both standard devices, mouse and&lt;br /&gt;
keyboard, can be used. Mouse handling is limited to single click, double click and&lt;br /&gt;
drag-and-drop. The meaning of mouse events depends on the context of the object that&lt;br /&gt;
receives the event:&lt;br /&gt;
* Thumbnails. With a single mouse click one can add resp. delete the clicked&lt;br /&gt;
thumbnail to resp. from the current selection. At the same time the name of the&lt;br /&gt;
corresponding web page is displayed in the status bar of the user interface. By&lt;br /&gt;
double clicking on a specific thumbnail, one can open the corresponding web page&lt;br /&gt;
in the associated Web-browser. By using drag-and-drop one can move a thumbnail&lt;br /&gt;
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.&lt;br /&gt;
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&lt;br /&gt;
selection can be dissolved by clicking somewhere in the manipulation panel.&lt;br /&gt;
&lt;br /&gt;
====References====&lt;br /&gt;
[A 2.5D Web Information Visualization System] Christian Breiteneder, Horst Eidenberger, Geert Fiedler and Markus Raab&lt;br /&gt;
Vienna University of Technology, Institute of Software Technology and Interactive Systems, 24.7.2002, http://www.ims.tuwien.ac.at/media/documents/publications/eurasia2002.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Clipboard04.jpg&amp;diff=17832</id>
		<title>File:Clipboard04.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Clipboard04.jpg&amp;diff=17832"/>
		<updated>2007-11-09T14:43:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Lookmark user interface screenshot. The user interface consists of a 2D
control panel that contains a menu and a media loading progress bar and a 2.5D
visualization and interaction panel.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Lookmark user interface screenshot. The user interface consists of a 2D&lt;br /&gt;
control panel that contains a menu and a media loading progress bar and a 2.5D&lt;br /&gt;
visualization and interaction panel.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.ims.tuwien.ac.at/media/documents/publications/eurasia2002.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Clipboard01.jpg&amp;diff=17831</id>
		<title>File:Clipboard01.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Clipboard01.jpg&amp;diff=17831"/>
		<updated>2007-11-09T14:37:49Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Figure 1. US Map with City Names&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Clipboard02.jpg&amp;diff=17830</id>
		<title>File:Clipboard02.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Clipboard02.jpg&amp;diff=17830"/>
		<updated>2007-11-09T14:36:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Figure 3. LifeLines Medical Patient History&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Figure 3. LifeLines Medical Patient History&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Clipboard03.jpg&amp;diff=17829</id>
		<title>File:Clipboard03.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Clipboard03.jpg&amp;diff=17829"/>
		<updated>2007-11-09T14:35:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Figure 2. Hyperbolic Tree&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Figure 2. Hyperbolic Tree&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Clipboard01.jpg&amp;diff=17828</id>
		<title>File:Clipboard01.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Clipboard01.jpg&amp;diff=17828"/>
		<updated>2007-11-09T14:35:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Figure 1. US Map with City Names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Figure 1. US Map with City Names&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
https://drum.umd.edu/dspace/bitstream/1903/1068/2/CS-TR-4129.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Cpof_rev2.jpg&amp;diff=17826</id>
		<title>File:Cpof rev2.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Cpof_rev2.jpg&amp;diff=17826"/>
		<updated>2007-11-09T13:51:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: == Summary ==  == Copyright status == na == Source == http://www.gdc4s.com/content/detail.cfm?item=2a58f8e2-ef2b-4bb1-9251-42ee4961dd7f&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.gdc4s.com/content/detail.cfm?item=2a58f8e2-ef2b-4bb1-9251-42ee4961dd7f&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17699</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - View Relationships</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17699"/>
		<updated>2007-11-07T18:01:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: -&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hä?&lt;br /&gt;
Ich hab mir zwar nur den Anfang durchgelesen, aber ich denke das verfehlt das Thema.&lt;br /&gt;
Da es ja um das Visual Information-Seeking Mantra geht, würde ich sagen es geht - grob gesagt - um die Relationship zwischen Overview und Detail und eher weniger um 3D Scatterplots. Oder?&lt;br /&gt;
&lt;br /&gt;
Beispiele:&lt;br /&gt;
&lt;br /&gt;
[[Image:google_finance.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:google_maps.png]]&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
&lt;br /&gt;
Leider habe ich nichts oder zumindest nichts brauchbares in die Richtung gefunden das hier war der einzige Artikel der das Thema zumindest streift.&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
ja, auch ich finde nichts. hab sogar das &amp;quot;Readings in InfoVis&amp;quot; Buch vor mir liegen - nichts.&lt;br /&gt;
&lt;br /&gt;
wir könnten uns selbst was ausdenken, aber das ist wohl auch nicht sinn der sache.&lt;br /&gt;
&lt;br /&gt;
ausserdem muss es ja nicht um die relationships between views sondern es könnte auch um das viewen von relationships gehen. ich glaube es geht um ersteres.&lt;br /&gt;
&lt;br /&gt;
mal sehen was unser tutor dazu zu sagen hat. ob der wohl die diskussionen hier verfolgt?&lt;br /&gt;
&lt;br /&gt;
== -3  ==&lt;br /&gt;
&lt;br /&gt;
es steht part of „Visual Information Seeking Mantra“ - Overview first then Zoom&lt;br /&gt;
and Filter on demand (Shneiderman, 1996)&lt;br /&gt;
&lt;br /&gt;
darum würde ich es auch eher Ersterm zuordnen!&lt;br /&gt;
&lt;br /&gt;
Und ich glaube nicht, dass die Diskusion hier von jemand anderem außer uns mitverfolgt wird.&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
&lt;br /&gt;
ok hab da was gefunden&lt;br /&gt;
&lt;br /&gt;
http://www.ifs.tuwien.ac.at/~mlanzenberger/teaching/ps/ws07/stuff/2007.10.17.gma.VO01.pdf&lt;br /&gt;
&lt;br /&gt;
Seite 38 &lt;br /&gt;
Grundlagen methodischen Arbeitens&lt;br /&gt;
Informationsvisualisierung&lt;br /&gt;
von&lt;br /&gt;
Monika Lanzenberger&lt;br /&gt;
17. 10. 2007&lt;br /&gt;
&lt;br /&gt;
;)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17698</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - View Relationships</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17698"/>
		<updated>2007-11-07T17:49:46Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: -3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hä?&lt;br /&gt;
Ich hab mir zwar nur den Anfang durchgelesen, aber ich denke das verfehlt das Thema.&lt;br /&gt;
Da es ja um das Visual Information-Seeking Mantra geht, würde ich sagen es geht - grob gesagt - um die Relationship zwischen Overview und Detail und eher weniger um 3D Scatterplots. Oder?&lt;br /&gt;
&lt;br /&gt;
Beispiele:&lt;br /&gt;
&lt;br /&gt;
[[Image:google_finance.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:google_maps.png]]&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
&lt;br /&gt;
Leider habe ich nichts oder zumindest nichts brauchbares in die Richtung gefunden das hier war der einzige Artikel der das Thema zumindest streift.&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
ja, auch ich finde nichts. hab sogar das &amp;quot;Readings in InfoVis&amp;quot; Buch vor mir liegen - nichts.&lt;br /&gt;
&lt;br /&gt;
wir könnten uns selbst was ausdenken, aber das ist wohl auch nicht sinn der sache.&lt;br /&gt;
&lt;br /&gt;
ausserdem muss es ja nicht um die relationships between views sondern es könnte auch um das viewen von relationships gehen. ich glaube es geht um ersteres.&lt;br /&gt;
&lt;br /&gt;
mal sehen was unser tutor dazu zu sagen hat. ob der wohl die diskussionen hier verfolgt?&lt;br /&gt;
&lt;br /&gt;
== -3  ==&lt;br /&gt;
&lt;br /&gt;
es steht part of „Visual Information Seeking Mantra“ - Overview first then Zoom&lt;br /&gt;
and Filter on demand (Shneiderman, 1996)&lt;br /&gt;
&lt;br /&gt;
darum würde ich es auch eher Ersterm zuordnen!&lt;br /&gt;
&lt;br /&gt;
Und ich glaube nicht, dass die Diskusion hier von jemand anderem außer uns mitverfolgt wird.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17687</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - View Relationships</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17687"/>
		<updated>2007-11-07T13:34:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: -&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hä?&lt;br /&gt;
Ich hab mir zwar nur den Anfang durchgelesen, aber ich denke das verfehlt das Thema.&lt;br /&gt;
Da es ja um das Visual Information-Seeking Mantra geht, würde ich sagen es geht - grob gesagt - um die Relationship zwischen Overview und Detail und eher weniger um 3D Scatterplots. Oder?&lt;br /&gt;
&lt;br /&gt;
== - ==&lt;br /&gt;
&lt;br /&gt;
Leider habe ich nichts oder zumindest nichts brauchbares in die Richtung gefunden das hier war der einzige Artikel der das Thema zumindest streift.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_Drag_and_Drop&amp;diff=17686</id>
		<title>Teaching talk: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_talk:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_Drag_and_Drop&amp;diff=17686"/>
		<updated>2007-11-07T13:31:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ich denke hier sollte Drag and Drop auch im Kontext der Informationsvisualisierung beschrieben werden.&lt;br /&gt;
&lt;br /&gt;
Zum Beispiel:&lt;br /&gt;
*Panning mittels DnD wie zB in Google Maps&lt;br /&gt;
*Direct Manipulation: Ändern der Visualisierung zugrundeliegenden Daten mittels DnD, zB: verschieben von Aktivitäten in einem Projektplanungstool&lt;br /&gt;
*Position eines visuellen Elements ändern (ohne die Daten selbst zu ändern) um die Visualisierung zu manuell zu verändern...hier fällt mir im Moment leider kein konkretes Beispiel ein.&lt;br /&gt;
&lt;br /&gt;
Was meint ihr?&lt;br /&gt;
&lt;br /&gt;
ja sicher, nur was hat Drag &amp;amp; Drop schon viel mit Visualisierung zu tun? Maximal dann wenn ich Informationen interaktiv einblenden/ausblenden/ändern will. Der Ansatz den ich hier gefunden habe ist aber &amp;quot;nur&amp;quot; technischer Natur und sollte auf das Wesentliche gekürzt werden falls wir brauchbare Informationen in die andere Richtung haben.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</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=17616</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=17616"/>
		<updated>2007-11-03T15:23:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Motif Programmer&#039;s Guide] Motif Programmer&#039;s Guide, 1994-1996, The Santa Cruz Operation, http://www.s-and-b.ru/syshlp/motif_guide/MotifProgGuide/TOC.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview of User Interaction==&lt;br /&gt;
&lt;br /&gt;
A drag and drop transaction consists of the following actions:&lt;br /&gt;
&lt;br /&gt;
   1. 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;
   2. The user moves the pointer. From now until a drop occurs, the drag icon replaces the mouse pointer.&lt;br /&gt;
   3. 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.&lt;br /&gt;
===Overview of Drag-Over Effects===&lt;br /&gt;
&lt;br /&gt;
The drag icon consists of three parts:&lt;br /&gt;
&lt;br /&gt;
    * The source icon is a picture representing the type of the source object, such as text.&lt;br /&gt;
    * The state icon can be used to show whether or not the object being dragged can be dropped at its current location on the screen.&lt;br /&gt;
    * The operation icon can be used to show what action should happen when the drop takes place. &lt;br /&gt;
&lt;br /&gt;
In the following illustration, the running figure is the source icon, the arrow in the upper left is the state icon, and the rectangles with the corner folded over indicate a Copy is desired.&lt;br /&gt;
[[Image:Runner3.gif|left|Icon]]&lt;br /&gt;
These parts can be combined (blended) and attached to each other in different ways. The default blending and attachment are shown in the previous illustration.&lt;br /&gt;
&lt;br /&gt;
Parts of the drag icon may change shape or color as it is being dragged through potential drop sites, providing visual feedback about possible drop sites to the user. These changes are drag-over effects.&lt;br /&gt;
&lt;br /&gt;
Applications can use the default drag icon effects, or provide more sophisticated or custom drag icons. The application or user can customize these drag-over effects in resource files.&lt;br /&gt;
====Drag States====&lt;br /&gt;
&lt;br /&gt;
During a drag, there are three states that describe the relationship of a drag icon to what is under it at the time:&lt;br /&gt;
&lt;br /&gt;
Valid drop site&lt;br /&gt;
    The drag icon is over a drop site on which it can potentially be dropped (this is only a hint; when the drop is actually attempted, further processing may show that the drop cannot actually be done). &lt;br /&gt;
Invalid drop site&lt;br /&gt;
    The drag icon is over a drop site, but it cannot be dropped there. &lt;br /&gt;
No drop site&lt;br /&gt;
    The drag icon is not over a registered drop site. &lt;br /&gt;
&lt;br /&gt;
The default state icon for all three states is the same: an arrow in the upper left corner of the drag icon. Because the icon is the same for all three states, it appears not to change during the drag. The application or the user can provide custom state icons or colors in a resource file.&lt;br /&gt;
===Drag Operations===&lt;br /&gt;
&lt;br /&gt;
The user specifies what action is to take place when the drop occurs by pressing certain keys when the drag starts or while the drag is in process:&lt;br /&gt;
&lt;br /&gt;
Shift only&lt;br /&gt;
    Force a move from the initiator to the receiver client (Move) &lt;br /&gt;
Ctrl only&lt;br /&gt;
    Force a copy from the initiator to the receiver client (Copy) &lt;br /&gt;
Shift and Ctrl&lt;br /&gt;
    Force a link between the initiator and receiver clients (Link) &lt;br /&gt;
&lt;br /&gt;
The operation chosen by the user must be valid for both the drag source and the drop site, or the drop site will be considered invalid.&lt;br /&gt;
&lt;br /&gt;
If the user does not specify an operation, one is chosen by the toolkit. It choses an operation that is valid for both the drag source and drop site. Move is the first choice, Copy is the second, and Link is the third. If the system cannot find a valid operation, the drop site is considered invalid.&lt;br /&gt;
&lt;br /&gt;
The operation icon reflects the operation chosen by the user or by the system. If the operation is changed by the user during the drag, the operation icon changes also.&lt;br /&gt;
&lt;br /&gt;
The operation icon may change as the drag icon moves to different drop sites if the drop sites accept different operations.&lt;br /&gt;
==Overview of Drag-Under Effects==&lt;br /&gt;
&lt;br /&gt;
A widget registered as a drop site may change visually as a drag icon passes over it. These visual cues are drag-under effects. The sensitive area of the widget is the part that responds to drag and drop. By default it is the whole widget, but applications can specify that only parts of the widget respond to drag and drop.&lt;br /&gt;
&lt;br /&gt;
Various highlighting styles are possible:&lt;br /&gt;
&lt;br /&gt;
    * A border around the sensitive area of the drop site widget. This is the default value.&lt;br /&gt;
    * The sensitive area of the drop site widget looks pushed out.&lt;br /&gt;
    * The sensitive area of the drop site widget looks pushed in.&lt;br /&gt;
    * A special pixmap is displayed within the sensitive area of the drop site widget, overwriting what is normally there.&lt;br /&gt;
    * No drag-under effects are used for the drop site widget. &lt;br /&gt;
&lt;br /&gt;
Applications can use the default drag-under visual effects, or create more sophisticated or custom effects, such as special animation or sound effects.&lt;br /&gt;
==Overview of Drop Effects==&lt;br /&gt;
&lt;br /&gt;
Visual effects also take place during the drop:&lt;br /&gt;
&lt;br /&gt;
    * The drag icon appears to sit over the drop site while the processing for the drop is finishing, but the standard cursor is restored and can be used normally.&lt;br /&gt;
    * The source icon appears to melt into the drop site if the drop is successful.&lt;br /&gt;
    * The source icon appears to snap back to the source if the drop is unsuccessful.&lt;br /&gt;
    * A dialog window containing information about a drop site should appear if the user has requested help and the receiver client provides help, otherwise nothing happens.&lt;br /&gt;
    * The source icon appears to snap back to the source and the previous X cursor returns if Cancel is requested. All drag-under and drag-over effects are removed. &lt;br /&gt;
&lt;br /&gt;
These drop effects cannot be changed by the application or the user.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</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=17613</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=17613"/>
		<updated>2007-11-03T15:18:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: ==Overview of User Interaction==  A drag and drop transaction consists of the following actions:     1. A user presses and holds BTransfer, usually mouse button 2, over a source object sta...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview of User Interaction==&lt;br /&gt;
&lt;br /&gt;
A drag and drop transaction consists of the following actions:&lt;br /&gt;
&lt;br /&gt;
   1. 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;
   2. The user moves the pointer. From now until a drop occurs, the drag icon replaces the mouse pointer.&lt;br /&gt;
   3. 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.&lt;br /&gt;
===Overview of Drag-Over Effects===&lt;br /&gt;
&lt;br /&gt;
The drag icon consists of three parts:&lt;br /&gt;
&lt;br /&gt;
    * The source icon is a picture representing the type of the source object, such as text.&lt;br /&gt;
    * The state icon can be used to show whether or not the object being dragged can be dropped at its current location on the screen.&lt;br /&gt;
    * The operation icon can be used to show what action should happen when the drop takes place. &lt;br /&gt;
&lt;br /&gt;
In the following illustration, the running figure is the source icon, the arrow in the upper left is the state icon, and the rectangles with the corner folded over indicate a Copy is desired.&lt;br /&gt;
[[Image:Runner3.gif|left|Icon]]&lt;br /&gt;
These parts can be combined (blended) and attached to each other in different ways. The default blending and attachment are shown in the previous illustration.&lt;br /&gt;
&lt;br /&gt;
Parts of the drag icon may change shape or color as it is being dragged through potential drop sites, providing visual feedback about possible drop sites to the user. These changes are drag-over effects.&lt;br /&gt;
&lt;br /&gt;
Applications can use the default drag icon effects, or provide more sophisticated or custom drag icons. The application or user can customize these drag-over effects in resource files.&lt;br /&gt;
====Drag States====&lt;br /&gt;
&lt;br /&gt;
During a drag, there are three states that describe the relationship of a drag icon to what is under it at the time:&lt;br /&gt;
&lt;br /&gt;
Valid drop site&lt;br /&gt;
    The drag icon is over a drop site on which it can potentially be dropped (this is only a hint; when the drop is actually attempted, further processing may show that the drop cannot actually be done). &lt;br /&gt;
Invalid drop site&lt;br /&gt;
    The drag icon is over a drop site, but it cannot be dropped there. &lt;br /&gt;
No drop site&lt;br /&gt;
    The drag icon is not over a registered drop site. &lt;br /&gt;
&lt;br /&gt;
The default state icon for all three states is the same: an arrow in the upper left corner of the drag icon. Because the icon is the same for all three states, it appears not to change during the drag. The application or the user can provide custom state icons or colors in a resource file.&lt;br /&gt;
===Drag Operations===&lt;br /&gt;
&lt;br /&gt;
The user specifies what action is to take place when the drop occurs by pressing certain keys when the drag starts or while the drag is in process:&lt;br /&gt;
&lt;br /&gt;
Shift only&lt;br /&gt;
    Force a move from the initiator to the receiver client (Move) &lt;br /&gt;
Ctrl only&lt;br /&gt;
    Force a copy from the initiator to the receiver client (Copy) &lt;br /&gt;
Shift and Ctrl&lt;br /&gt;
    Force a link between the initiator and receiver clients (Link) &lt;br /&gt;
&lt;br /&gt;
The operation chosen by the user must be valid for both the drag source and the drop site, or the drop site will be considered invalid.&lt;br /&gt;
&lt;br /&gt;
If the user does not specify an operation, one is chosen by the toolkit. It choses an operation that is valid for both the drag source and drop site. Move is the first choice, Copy is the second, and Link is the third. If the system cannot find a valid operation, the drop site is considered invalid.&lt;br /&gt;
&lt;br /&gt;
The operation icon reflects the operation chosen by the user or by the system. If the operation is changed by the user during the drag, the operation icon changes also.&lt;br /&gt;
&lt;br /&gt;
The operation icon may change as the drag icon moves to different drop sites if the drop sites accept different operations.&lt;br /&gt;
==Overview of Drag-Under Effects==&lt;br /&gt;
&lt;br /&gt;
A widget registered as a drop site may change visually as a drag icon passes over it. These visual cues are drag-under effects. The sensitive area of the widget is the part that responds to drag and drop. By default it is the whole widget, but applications can specify that only parts of the widget respond to drag and drop.&lt;br /&gt;
&lt;br /&gt;
Various highlighting styles are possible:&lt;br /&gt;
&lt;br /&gt;
    * A border around the sensitive area of the drop site widget. This is the default value.&lt;br /&gt;
    * The sensitive area of the drop site widget looks pushed out.&lt;br /&gt;
    * The sensitive area of the drop site widget looks pushed in.&lt;br /&gt;
    * A special pixmap is displayed within the sensitive area of the drop site widget, overwriting what is normally there.&lt;br /&gt;
    * No drag-under effects are used for the drop site widget. &lt;br /&gt;
&lt;br /&gt;
Applications can use the default drag-under visual effects, or create more sophisticated or custom effects, such as special animation or sound effects.&lt;br /&gt;
==Overview of Drop Effects==&lt;br /&gt;
&lt;br /&gt;
Visual effects also take place during the drop:&lt;br /&gt;
&lt;br /&gt;
    * The drag icon appears to sit over the drop site while the processing for the drop is finishing, but the standard cursor is restored and can be used normally.&lt;br /&gt;
    * The source icon appears to melt into the drop site if the drop is successful.&lt;br /&gt;
    * The source icon appears to snap back to the source if the drop is unsuccessful.&lt;br /&gt;
    * A dialog window containing information about a drop site should appear if the user has requested help and the receiver client provides help, otherwise nothing happens.&lt;br /&gt;
    * The source icon appears to snap back to the source and the previous X cursor returns if Cancel is requested. All drag-under and drag-over effects are removed. &lt;br /&gt;
&lt;br /&gt;
These drop effects cannot be changed by the application or the user.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Runner3.gif&amp;diff=17612</id>
		<title>File:Runner3.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Runner3.gif&amp;diff=17612"/>
		<updated>2007-11-03T15:09:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: The running figure is the source icon, the arrow in the upper left is the state icon, and the rectangles with the corner folded over indicate a Copy is desired.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The running figure is the source icon, the arrow in the upper left is the state icon, and the rectangles with the corner folded over indicate a Copy is desired.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.s-and-b.ru/syshlp/motif_guide/MotifProgGuide/graphics/runner3.gif&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17611</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - View Relationships</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_-_View_Relationships&amp;diff=17611"/>
		<updated>2007-11-03T15:05:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==View Relationships== &lt;br /&gt;
[Drakos and Moore] Nikos Drakos and Ross Moore 1993-1999, translated by Niki Sahling 2002.12.03, Interactive 3D Scatterplots - From High-Dimensional Data to Insight, http://www.vrvis.at/via/resources/DA-NSahling/node2.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Up to three relationships are shown in the 3D scatterplot per se, this is extended across multiple views by visual cues, i.e. color and motion, and linking and brushing. Relations in the data space can be characterized by their dimensionality. A two-dimensional constraint means that an attribute &#039;&#039;a_2&#039;&#039; is dependent of one other attribute &#039;&#039;a_1&#039;&#039;: &#039;&#039;f{(a_1,a_2)}=0&#039;&#039;. This is a simple constraint which can be shown in every 2D diagram. A 1D constraint in 3D space &#039;&#039;f{(a_1,a_2,a_3)}=0&#039;&#039; forms a surface in 3D space. The mapping to a 2D visualization may result in a view where the characteristics of the higher-dimensional relation are not visible anymore - the viewer may not find them. Obviously &#039;&#039;n&#039;&#039;D relations can be directly shown in &#039;&#039;n&#039;&#039;D space, and only with strong limitation in (n-1)-dimensional visualization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;With common 2D techniques, the ability to show relations is restricted to 2D, but multiple views and linking can provide a substitution. With 2D scatterplot-matrices linking supports exploration of &#039;&#039;n&#039;&#039;D relations, but it can not establish a 3D impression of relations. With 3D scatterplots relations up to the third dimension can be shown, and with linking, the possibilities are even extended. Of course, the extension from 2D to 3D looks small under the circumstances of &#039;&#039;n&#039;&#039;D data and &#039;&#039;n&#039;&#039; grows up to 20 or 25. But the higher the dimensionality of the relation is, the less is its commonness and the benefit from its interpretation. It is harder to interpret such relations and does not support insight as high-dimensional objects are hard to grasp.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;An attribute which shows dependencies to a combination of two others (a 3D surface or similar structure) will appear as a 3D structure in the 3D scatterplot. &#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows an example of such a structure, the relation is shown from different viewpoints of a three-dimensional representation. The interpretation is also rather straightforward as the user can see the 3D structure and analyze it. This is an obvious advantage to a 2D visualization, because a 3D surface is difficult to find in 2D space.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Img75.png|center|&#039;&#039;&#039;Figure 1&#039;&#039;&#039; pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).]]&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Figure 1:&#039;&#039;&#039;&lt;br /&gt;
pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This can be further extended, if the 3D structure is not clear and outliers are more common, brushing and linking can show that there is another parameter that influences the relation. Brushing the outliers and isolating them from the assumed relation can show another dependency in a linked view. This can be continued, but the relation is getting harder to understand with every additional dimension which is not shown in the same view.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Linking and brushing in multiple views is a useful tool to analyze relations, because the human perception system recognizes color highlighting very efficiently. Color can be used as a visual cue, not only with highlighting, if the same attribute is mapped to the color value in different views, the affiliations can be perceived across multiple views. Another visual cue which works in the described environment is motion. The 3D rotation of the scatterplot moves the data point with different speed according to the position (front or rear), so neighbors are moving with similar speed which can be easily detected. This cue also works beyond different views, if the rotation is coupled, and the movements are smooth.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01_-_Aufgabe_1_-_View_Relationships&amp;diff=17610</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1 - View Relationships</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_-_View_Relationships&amp;diff=17610"/>
		<updated>2007-11-03T14:58:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: ==View Relationships==  &amp;lt;p&amp;gt;Up to three relationships are shown in the 3D scatterplot per se, this is extended across multiple views by visual cues, i.e. color and motion, and linking and b...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==View Relationships==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Up to three relationships are shown in the 3D scatterplot per se, this is extended across multiple views by visual cues, i.e. color and motion, and linking and brushing. Relations in the data space can be characterized by their dimensionality. A two-dimensional constraint means that an attribute &#039;&#039;a_2&#039;&#039; is dependent of one other attribute &#039;&#039;a_1&#039;&#039;: &#039;&#039;f{(a_1,a_2)}=0&#039;&#039;. This is a simple constraint which can be shown in every 2D diagram. A 1D constraint in 3D space &#039;&#039;f{(a_1,a_2,a_3)}=0&#039;&#039; forms a surface in 3D space. The mapping to a 2D visualization may result in a view where the characteristics of the higher-dimensional relation are not visible anymore - the viewer may not find them. Obviously &#039;&#039;n&#039;&#039;D relations can be directly shown in &#039;&#039;n&#039;&#039;D space, and only with strong limitation in (n-1)-dimensional visualization.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;With common 2D techniques, the ability to show relations is restricted to 2D, but multiple views and linking can provide a substitution. With 2D scatterplot-matrices linking supports exploration of &#039;&#039;n&#039;&#039;D relations, but it can not establish a 3D impression of relations. With 3D scatterplots relations up to the third dimension can be shown, and with linking, the possibilities are even extended. Of course, the extension from 2D to 3D looks small under the circumstances of &#039;&#039;n&#039;&#039;D data and &#039;&#039;n&#039;&#039; grows up to 20 or 25. But the higher the dimensionality of the relation is, the less is its commonness and the benefit from its interpretation. It is harder to interpret such relations and does not support insight as high-dimensional objects are hard to grasp.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;An attribute which shows dependencies to a combination of two others (a 3D surface or similar structure) will appear as a 3D structure in the 3D scatterplot. &#039;&#039;&#039;Figure 1&#039;&#039;&#039; shows an example of such a structure, the relation is shown from different viewpoints of a three-dimensional representation. The interpretation is also rather straightforward as the user can see the 3D structure and analyze it. This is an obvious advantage to a 2D visualization, because a 3D surface is difficult to find in 2D space.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Img75.png|center|&#039;&#039;&#039;Figure 1&#039;&#039;&#039; pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).]]&lt;br /&gt;
&amp;lt;p&amp;gt;&#039;&#039;&#039;Figure 1:&#039;&#039;&#039;&lt;br /&gt;
pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This can be further extended, if the 3D structure is not clear and outliers are more common, brushing and linking can show that there is another parameter that influences the relation. Brushing the outliers and isolating them from the assumed relation can show another dependency in a linked view. This can be continued, but the relation is getting harder to understand with every additional dimension which is not shown in the same view.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Linking and brushing in multiple views is a useful tool to analyze relations, because the human perception system recognizes color highlighting very efficiently. Color can be used as a visual cue, not only with highlighting, if the same attribute is mapped to the color value in different views, the affiliations can be perceived across multiple views. Another visual cue which works in the described environment is motion. The 3D rotation of the scatterplot moves the data point with different speed according to the position (front or rear), so neighbors are moving with similar speed which can be easily detected. This cue also works beyond different views, if the rotation is coupled, and the movements are smooth.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Img75.png&amp;diff=17609</id>
		<title>File:Img75.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Img75.png&amp;diff=17609"/>
		<updated>2007-11-03T14:48:10Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Pressure (green), absolute-pressure (red), and velocity (blue) result in a surface in 3D (shown from different viewpoints). Obviously the relation between pressure and absolute-pressure is not linear (shown in the right plot).&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
na&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.vrvis.at/via/resources/DA-NSahling/img74.png&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_01&amp;diff=17424</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01</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&amp;diff=17424"/>
		<updated>2007-10-30T14:56:59Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dies ist die Gruppenseite der &#039;&#039;&#039;Gruppe 1&#039;&#039;&#039; der Lehrveranstaltung &#039;&#039;UE Informationsvisualisierung WS 07/08&#039;&#039;.&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
*[[User:UE-InfoVis0708_0025719|Kaburek, Christian]]&lt;br /&gt;
*[[User:UE-InfoVis0607_0304333|Weishapl, Peter]]&lt;br /&gt;
*[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 2|Aufgabe 2]]&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 3|Aufgabe 3]]&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 4|Aufgabe 4]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17423</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17423"/>
		<updated>2007-10-30T14:56:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[Teaching:TUW - UE InfoVis WS 2007/08|InfoVis:Wiki UE Homepage WS 07/08]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08&amp;diff=17422</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08&amp;diff=17422"/>
		<updated>2007-10-30T14:55:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Aigner03infovis ue.gif]] &amp;lt;big&amp;gt;WS 2007/08&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/~aigner/teaching/infovis_ue/index.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Leitung:&#039;&#039;&#039; [[Aigner, Wolfgang|Wolfgang Aigner]] [aigner (at) ifs.tuwien.ac.at]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Tutor:&#039;&#039;&#039; [[User:ASchratt|Alexander Schratt]] [alexander.schratt (at) donau-uni.ac.at]&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;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01 (Kaburek, Weishapl, Eder)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 02|Gruppe 02 (KOGLER, DUNGEL)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 03|Gruppe 03 (DELPORTE, KLAUSNER)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 04|Gruppe 04 (Autengruber, Frauwallner, Niederreiter)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 05|Gruppe 05 (Petrak, Planinc, Sackl)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 06|Gruppe 06 (Kraicsich, Naber, Sagmeister)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 07|Gruppe 07 (Mihalik, Karaszek, Kaltenecker)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 08|Gruppe 08 (Kamtner, Wolowicz)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 09|Gruppe 09 (Drienovsky, Kremmel, Prohaska)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10|Gruppe 10 ()]]&amp;lt;br /&amp;gt;&lt;br /&gt;
== News / Bemerkungen ==&lt;br /&gt;
  Der An-/Abmeldezeitraum ([http://tuwis.tuwien.ac.at/lva/tuwien/188308 TUWIS++]) für die Übung neigt sich dem Ende zu.&lt;br /&gt;
  Bitte um die Bildung von Gruppen zu 3 Personen soweit es möglich ist. &lt;br /&gt;
  Im Moment gibt es einige Gruppen mit nur einem/r TeilnehmerIn.&amp;lt;br&amp;gt;&lt;br /&gt;
  -- [[User:Iwolf|Wolfgang Aigner]] 12:08, 26 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Kostenlose Tableau EDU Lizenz verfügbar&#039;&#039;&#039;&lt;br /&gt;
  Tableau ist ein kommerzielles Produkt zur visuellen Datenanalyse.&lt;br /&gt;
  Für TeilnehmerInnen an der Übung besteht jedoch die Möglichkeit des Downloads einer kostenlosen EDU Lizenz. &lt;br /&gt;
  Der notwendige Link wird bei Interesse per E-mail zugesandt.&lt;br /&gt;
  &#039;&#039;&#039;Hinweis:&#039;&#039;&#039; &#039;&#039;Die Verwendung von Tableau ist für Übungsaufgaben &#039;&#039;&#039;NICHT&#039;&#039;&#039; erforderlich.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
  -- [[User:Iwolf|Wolfgang Aigner]] 17:35, 24 October 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17392</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17392"/>
		<updated>2007-10-29T09:20:59Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[Teaching:TUW - UE InfoVis WS 2007/08|InfoVis:Wiki UE Homepage WS 07/08]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08&amp;diff=17391</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08&amp;diff=17391"/>
		<updated>2007-10-29T09:19:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Gruppe 10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Aigner03infovis ue.gif]] &amp;lt;big&amp;gt;WS 2007/08&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/~aigner/teaching/infovis_ue/index.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Leitung:&#039;&#039;&#039; [[Aigner, Wolfgang|Wolfgang Aigner]] [aigner (at) ifs.tuwien.ac.at]&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Tutor:&#039;&#039;&#039; [[User:ASchratt|Alexander Schratt]] [alexander.schratt (at) donau-uni.ac.at]&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;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01|Gruppe 01 (Kaburek, Weishapl)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 02|Gruppe 02 (KOGLER, DUNGEL)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 03|Gruppe 03 (DELPORTE, KLAUSNER)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 04|Gruppe 04 (Autengruber, Frauwallner, Kamtner, Niederreiter)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 05|Gruppe 05 (Petrak, Planinc, Sackl)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 06|Gruppe 06 (Kraicsich, Naber, Sagmeister)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 07|Gruppe 07 (Mihalik, Karaszek, Kaltenecker)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 09|Gruppe 09 (Drienovsky, Kremmel, Prohaska)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10|Gruppe 10 (Eder)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
== News / Bemerkungen ==&lt;br /&gt;
  Der An-/Abmeldezeitraum ([http://tuwis.tuwien.ac.at/lva/tuwien/188308 TUWIS++]) für die Übung neigt sich dem Ende zu.&lt;br /&gt;
  Bitte um die Bildung von Gruppen zu 3 Personen soweit es möglich ist. &lt;br /&gt;
  Im Moment gibt es einige Gruppen mit nur einem/r TeilnehmerIn.&amp;lt;br&amp;gt;&lt;br /&gt;
  -- [[User:Iwolf|Wolfgang Aigner]] 12:08, 26 October 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Kostenlose Tableau EDU Lizenz verfügbar&#039;&#039;&#039;&lt;br /&gt;
  Tableau ist ein kommerzielles Produkt zur visuellen Datenanalyse.&lt;br /&gt;
  Für TeilnehmerInnen an der Übung besteht jedoch die Möglichkeit des Downloads einer kostenlosen EDU Lizenz. &lt;br /&gt;
  Der notwendige Link wird bei Interesse per E-mail zugesandt.&lt;br /&gt;
  &#039;&#039;&#039;Hinweis:&#039;&#039;&#039; &#039;&#039;Die Verwendung von Tableau ist für Übungsaufgaben &#039;&#039;&#039;NICHT&#039;&#039;&#039; erforderlich.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
  -- [[User:Iwolf|Wolfgang Aigner]] 17:35, 24 October 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17390</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17390"/>
		<updated>2007-10-29T09:18:20Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[Teaching:TUW - UE InfoVis WS 2007/08|InfoVis:Wiki UE Homepage WS 07/08]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17389</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17389"/>
		<updated>2007-10-29T09:15:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;.&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[Teaching:TUW - UE InfoVis WS 2007/08|InfoVis:Wiki UE Homepage WS 07/08]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17388</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17388"/>
		<updated>2007-10-29T09:14:30Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;.&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17387</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17387"/>
		<updated>2007-10-29T09:13:20Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dies ist die Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;.&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0607_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17386</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17386"/>
		<updated>2007-10-29T09:12:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dies ist die Gruppenseite der &#039;&#039;&#039;Gruppe 10&#039;&#039;&#039; der Lehrveranstaltung &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2007/08|UE Informationsvisualisierung WS 07/08]]&amp;lt;br&amp;gt;.&lt;br /&gt;
== Gruppenmitglieder ==&lt;br /&gt;
[[User:UE-InfoVis0708_0727197|Eder, Thomas]]&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
*[[Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 01 - Aufgabe 1|Aufgabe 1]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17385</id>
		<title>Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2007/08_-_Gruppe_10&amp;diff=17385"/>
		<updated>2007-10-29T09:09:09Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Teaching:TUW - UE InfoVis WS 2007/08 - Gruppe 10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;x&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0727197&amp;diff=17384</id>
		<title>User:UE-InfoVis0607 0727197</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0727197&amp;diff=17384"/>
		<updated>2007-10-29T09:07:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Name: &#039;&#039;&#039;Eder Thomas&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Matrikelnummer: &#039;&#039;&#039;0727197&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Studienkennzahl: &#039;&#039;&#039;532&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
E-mail Adresse: &#039;&#039;&#039;e0727197(at)tuwien.ac.at&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Smal_scrat.jpg|thumb|left|Foto]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Smal_scrat.jpg&amp;diff=17383</id>
		<title>File:Smal scrat.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Smal_scrat.jpg&amp;diff=17383"/>
		<updated>2007-10-29T09:06:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: Scrat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Scrat&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0727197&amp;diff=17380</id>
		<title>User:UE-InfoVis0607 0727197</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0727197&amp;diff=17380"/>
		<updated>2007-10-29T08:50:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0727197: New page: Eder Thomas # Foto Matrikelnummer: 0727197  Studienkennzahl: 532  E-mail Adresse: e0727197(at)tuwien.ac.at&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Eder Thomas&lt;br /&gt;
# Foto&lt;br /&gt;
Matrikelnummer: 0727197&lt;br /&gt;
&lt;br /&gt;
Studienkennzahl: 532&lt;br /&gt;
&lt;br /&gt;
E-mail Adresse: e0727197(at)tuwien.ac.at&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0727197</name></author>
	</entry>
</feed>