<?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+0307389</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+0307389"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis0607_0307389"/>
	<updated>2026-05-13T17:01:12Z</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_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12310</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12310"/>
		<updated>2007-01-05T00:00:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Project TileMap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project TileMap=&lt;br /&gt;
&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==Task Description==&lt;br /&gt;
Our task was to implement an application for visualizing time-dependent data, using the so called tilemap technique. For detailed information on this fascinating technique, you should visit our [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Tilemap]] description. We were allowed to make use of the powerful java toolkit prefuse, which provides many of the needed functionalities.&lt;br /&gt;
&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
Our final prototype parses given input data (provided in .csv files), writes it into table structures and calculates useful information like the adequate week for each entry. Therefor additional columns get appended and are use for our labeling. The visual mapping was realized by dependence of the color of each tile on the given values. Finally we defined basic interaction like zooming and created a simple user interface to control scaling and bucket size of our visualization. Now the result is ready to be printed on screen.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
[[Image:screen.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
* Prefuse Information Visualization Toolkit&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12309</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12309"/>
		<updated>2007-01-04T23:47:29Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Project TileMap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project TileMap=&lt;br /&gt;
&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==Task Description==&lt;br /&gt;
The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Tilemap]] description.&lt;br /&gt;
&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
Our prototype parses the input data ( .csv format ), writes the data into a table structure, creates the visualisation and maps the data. The color of each tile depends on the given values. Finally we define interaction and the result is ready to be printed on the screen.&lt;br /&gt;
Our example data consists of 3 columns: &lt;br /&gt;
1 date&lt;br /&gt;
2 time&lt;br /&gt;
3 value&lt;br /&gt;
Internally we are appending several columns like year, week and many more.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
[[Image:screen.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
* Prefuse Information Visualization Toolkit&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12308</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12308"/>
		<updated>2007-01-04T23:42:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Project TileMap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project TileMap=&lt;br /&gt;
&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==Task Description==&lt;br /&gt;
The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Tilemap]] description.&lt;br /&gt;
&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
This class parses the input data ( csv ), writes the data into a table, creates the visualisation and maps the data. It includes all the interaction and finally prints the result on the screen.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
[[Image:screen.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
Prefuse Information Visualization Toolkit&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Screen.jpg&amp;diff=12307</id>
		<title>File:Screen.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Screen.jpg&amp;diff=12307"/>
		<updated>2007-01-04T23:42:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: A screenshot of our TreeMap prototype.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A screenshot of our TreeMap prototype.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12306</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12306"/>
		<updated>2007-01-04T23:39:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Project TileMap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project TileMap=&lt;br /&gt;
&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==Task Description==&lt;br /&gt;
The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Tilemap]] description.&lt;br /&gt;
&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
This class parses the input data ( csv ), writes the data into a table, creates the visualisation and maps the data. It includes all the interaction and finally prints the result on the screen.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
Prefuse Information Visualization Toolkit&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12305</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12305"/>
		<updated>2007-01-04T23:39:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* TileMap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project TileMap=&lt;br /&gt;
&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==Task Description==&lt;br /&gt;
The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed description [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_01_-_Aufgabe_3_-_Technique|SpiraClock-Technique]]&lt;br /&gt;
&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
This class parses the input data ( csv ), writes the data into a table, creates the visualisation and maps the data. It includes all the interaction and finally prints the result on the screen.&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
Prefuse Information Visualization Toolkit&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12304</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12304"/>
		<updated>2007-01-04T23:34:22Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Tile Map Prototype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=TileMap=&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
==Task Description==&lt;br /&gt;
==Implementation Details==&lt;br /&gt;
==Screenshot==&lt;br /&gt;
==Used Toolkits==&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12303</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12303"/>
		<updated>2007-01-04T23:31:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Authors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Tile Map Prototype=&lt;br /&gt;
==Authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==architecture==&lt;br /&gt;
===description===&lt;br /&gt;
===images===&lt;br /&gt;
&lt;br /&gt;
==code==&lt;br /&gt;
=== TileMap class===&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12302</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Prototype&amp;diff=12302"/>
		<updated>2007-01-04T23:29:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* TileMap class */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Tile Map Prototype=&lt;br /&gt;
==authors== &lt;br /&gt;
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]&lt;br /&gt;
&lt;br /&gt;
==architecture==&lt;br /&gt;
===description===&lt;br /&gt;
===images===&lt;br /&gt;
&lt;br /&gt;
==code==&lt;br /&gt;
=== TileMap class===&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11858</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11858"/>
		<updated>2006-11-28T23:05:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Redesign of the Graphic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Derstandard06rekordbeschaeftigung.jpg|none|thumb|600px|none|Rekordbeschäftigung! Arbeitslosigkeit sinkt!]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why is this a poor Graphic ?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rekordbeschaeftigung_marked_v02.jpg]]&lt;br /&gt;
&lt;br /&gt;
1: The graphic was created for an election campaign, so the creators intent was to beautify the achievements of their party. Perhaps this explains why some (intentional) errors were made.&lt;br /&gt;
&lt;br /&gt;
2: Redundant information: The pairs of bars are color-coded, but still each pair has its own legend (&amp;quot;1998 Regierung Klima (SPÖ)&amp;quot;). The extensive use of this redundancy seems to follow some kind of &amp;quot;hammer your message&amp;quot; method. &lt;br /&gt;
&lt;br /&gt;
3: The color-coding of the bars is opposite to the colors that are usually associated  with those parties.&lt;br /&gt;
&lt;br /&gt;
4: That axis suggests a linear order in time to the pairs of bars. In combination with the graphic&#039;s header (&amp;quot;Rekordbeschäftigung! Arbeitslosigkeit sinkt!) on first sight it seems the whole graphic just shows the number of jobless people over a period of time time. The continuous horizontal line suggests an axis and emphasizes this impression.&lt;br /&gt;
&lt;br /&gt;
5: These explanations are too long, and wrong too. Wrong, because the numbers from 1998 are not up-to-date anymore. Instead of &amp;quot;Aktuelle Anzahl der Arbeitslosen in Österreich&amp;quot; one could simply write &amp;quot;Arbeitslose&amp;quot;, because from the context it&#039;s also clear that these numbers describe the number of unemployed people in Austria, not somewhere else.&lt;br /&gt;
&lt;br /&gt;
6: &amp;quot;Lie Factor&amp;quot;: The actual increase of the number of &amp;quot;Beschäftigte&amp;quot; is about 6.5%, whereas in the graphical representation that increase is about 43%. For the other two pairs that factor is similarily too high.&lt;br /&gt;
&lt;br /&gt;
7: &amp;quot;Prozentpukte&amp;quot; could be articulated shorter (&amp;quot;%&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
8: Different formatting for the same class of nouns (&amp;quot;Klima&amp;quot; non-bold; &amp;quot;Schüssel&amp;quot; bold) to set value on the own party.&lt;br /&gt;
&lt;br /&gt;
== Redesign of the Graphic ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Beschaeftigung_Oesterreich_v03.jpg]]&lt;br /&gt;
&lt;br /&gt;
The intention of the original graphic was to show that the workplace-politics of Schüssel (ÖVP) 2006 was better than that of Klima (SPÖ) 1998. &lt;br /&gt;
This was demonstrated by &lt;br /&gt;
* the (absolut) number of people with a job and the increase of that number, &lt;br /&gt;
* the number of jobless people and the decrease, &lt;br /&gt;
* the rate of unemployment,&lt;br /&gt;
* some big arrows showing increases and decreases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our graphic has all that information in a very compact way. There are the procentual numbers of employed and unemployed under the two chancelors, the rate of unemployment is shown implicitly by the length of the bars.&lt;br /&gt;
&lt;br /&gt;
(!We take no warranty for the correctness of the featured numbers!)&lt;br /&gt;
&lt;br /&gt;
==  Notes  ==&lt;br /&gt;
&lt;br /&gt;
Es fällt schnell ins Auge, daß diese Grafik sehr geeignet für den Wahlkampf zu sein scheint. Unter diesem Gesichtspunkt handelt es sich um eine ausgezeichnete Grafik, die allerdings den Eindruck des Betrachters verfälschen kann. Zwar hat eine Senkung der Arbeitslosigkeit stattgefunden, jedoch wurde es hier stark verstärkt und verzerrt.&lt;br /&gt;
&lt;br /&gt;
Auffällig ist eine Suggerierung eines zeitlichen Ablaufs an der X-Achse der Grafik, wobei hier bloß unterschiedliche Ansichten desselben Problems gezeigt werden. Bei schnellem Betrachten ergibt sich der Eindruck einer zuerst ansteigenden und schliesslich stark fallenden Kurve, wobei dies schnell als Vorher (SPÖ) und Nachher (ÖVP) interpretiert wird. Bei genauerem Hinsehen bemerkt man, daß ganz links bloß die Anzahl der Beschäftigten, mittig die Anzahl der Arbeitslosen und rechts das Verhältnis beider dargestellt ist, jeweils zwischen demselben Zeitraum von 1998 und 2006.&lt;br /&gt;
&lt;br /&gt;
Es handelt sich hier also um drei separate Balkendiagramme, durch deren Anordnung der Eindruck einer stark sinkenden Arbeitslosigkeit entsteht. Unterstützt wird dies durch den durchgehenden Strich, auf dem alle drei Diagramme platziert sind, anstatt sie optisch voneinander zu trennen. Die Platzierung der verhältnismässig riesigen Beschäftigungszahlen zur linken bildet den Ausgangspunkt für die stark fallende Kurve, welche durch die Pfeile zusätzlich verdeutlicht wird (sieht einem Roller Coaster sehr ähnlich).&lt;br /&gt;
&lt;br /&gt;
Weiters sind die Größenverhältnisse der einzelnen Vorher-Nachher Unterschiede stark verfälscht. Im linken Diagramm ergibt sich der Eindruck eines Anstiegs um fast die Hälfte (ca. 43%), wobei es sich tatsächlich nur um wenige Bildpunkte Unterschied handeln sollte (ca. 6.5%). Auch die Verhältnisse der gesamten Diagramme untereinander ist nicht einheitlich, so werden rechts auch die sinkenden Arbeitslosen stark vergrößert.&lt;br /&gt;
&lt;br /&gt;
Die Farbbelegung der Diagrammbalken entspricht nicht ganz der Zuordnung der üblichen Parteifarben, in diesem Fall wurden diese sogar komplett vertauscht. Das macht das Ganze weniger schnell verständlich, da die meisten Betrachter die Farben sofort mit den entsprechenden Parteien assoziieren. Der Grund dafür ist uns ehrlich gesagt recht schleierhaft, es liegt jedoch nahe, daß mit schwarzen Balken wohl selten positive Entwicklungen besetzt werden.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11857</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11857"/>
		<updated>2006-11-28T23:04:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Redesign of the Graphic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Derstandard06rekordbeschaeftigung.jpg|none|thumb|600px|none|Rekordbeschäftigung! Arbeitslosigkeit sinkt!]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why is this a poor Graphic ?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rekordbeschaeftigung_marked_v02.jpg]]&lt;br /&gt;
&lt;br /&gt;
1: The graphic was created for an election campaign, so the creators intent was to beautify the achievements of their party. Perhaps this explains why some (intentional) errors were made.&lt;br /&gt;
&lt;br /&gt;
2: Redundant information: The pairs of bars are color-coded, but still each pair has its own legend (&amp;quot;1998 Regierung Klima (SPÖ)&amp;quot;). The extensive use of this redundancy seems to follow some kind of &amp;quot;hammer your message&amp;quot; method. &lt;br /&gt;
&lt;br /&gt;
3: The color-coding of the bars is opposite to the colors that are usually associated  with those parties.&lt;br /&gt;
&lt;br /&gt;
4: That axis suggests a linear order in time to the pairs of bars. In combination with the graphic&#039;s header (&amp;quot;Rekordbeschäftigung! Arbeitslosigkeit sinkt!) on first sight it seems the whole graphic just shows the number of jobless people over a period of time time. The continuous horizontal line suggests an axis and emphasizes this impression.&lt;br /&gt;
&lt;br /&gt;
5: These explanations are too long, and wrong too. Wrong, because the numbers from 1998 are not up-to-date anymore. Instead of &amp;quot;Aktuelle Anzahl der Arbeitslosen in Österreich&amp;quot; one could simply write &amp;quot;Arbeitslose&amp;quot;, because from the context it&#039;s also clear that these numbers describe the number of unemployed people in Austria, not somewhere else.&lt;br /&gt;
&lt;br /&gt;
6: &amp;quot;Lie Factor&amp;quot;: The actual increase of the number of &amp;quot;Beschäftigte&amp;quot; is about 6.5%, whereas in the graphical representation that increase is about 43%. For the other two pairs that factor is similarily too high.&lt;br /&gt;
&lt;br /&gt;
7: &amp;quot;Prozentpukte&amp;quot; could be articulated shorter (&amp;quot;%&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
8: Different formatting for the same class of nouns (&amp;quot;Klima&amp;quot; non-bold; &amp;quot;Schüssel&amp;quot; bold) to set value on the own party.&lt;br /&gt;
&lt;br /&gt;
== Redesign of the Graphic ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Beschaeftigung_Oesterreich_v03.jpg]]&lt;br /&gt;
&lt;br /&gt;
The intention of the original graphic was to show that the workplace-politics of Schüssel (ÖVP) 2006 was better than that of Klima (SPÖ) 1998. &lt;br /&gt;
This was demonstrated by &lt;br /&gt;
* the (absolut) number of people with a job and the increase of that number, &lt;br /&gt;
* the number of jobless people and the decrease, &lt;br /&gt;
* the rate of unemployment,&lt;br /&gt;
* some big arrows showing increases and decreases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our graphic has all that information in a very compact way. There is the numbers of employed and unemployed under the two chancelors in explicit numbers, wheras the rate of unemployment is shown implicitly by the length of the bars. By adding the increase of employed (+6.5%) and decrease of unemployed (-3.9%) we pay tribute to the original intention of the graphic (see above). &lt;br /&gt;
&lt;br /&gt;
(!We take no warranty for the correctness of the featured numbers!)&lt;br /&gt;
&lt;br /&gt;
==  Notes  ==&lt;br /&gt;
&lt;br /&gt;
Es fällt schnell ins Auge, daß diese Grafik sehr geeignet für den Wahlkampf zu sein scheint. Unter diesem Gesichtspunkt handelt es sich um eine ausgezeichnete Grafik, die allerdings den Eindruck des Betrachters verfälschen kann. Zwar hat eine Senkung der Arbeitslosigkeit stattgefunden, jedoch wurde es hier stark verstärkt und verzerrt.&lt;br /&gt;
&lt;br /&gt;
Auffällig ist eine Suggerierung eines zeitlichen Ablaufs an der X-Achse der Grafik, wobei hier bloß unterschiedliche Ansichten desselben Problems gezeigt werden. Bei schnellem Betrachten ergibt sich der Eindruck einer zuerst ansteigenden und schliesslich stark fallenden Kurve, wobei dies schnell als Vorher (SPÖ) und Nachher (ÖVP) interpretiert wird. Bei genauerem Hinsehen bemerkt man, daß ganz links bloß die Anzahl der Beschäftigten, mittig die Anzahl der Arbeitslosen und rechts das Verhältnis beider dargestellt ist, jeweils zwischen demselben Zeitraum von 1998 und 2006.&lt;br /&gt;
&lt;br /&gt;
Es handelt sich hier also um drei separate Balkendiagramme, durch deren Anordnung der Eindruck einer stark sinkenden Arbeitslosigkeit entsteht. Unterstützt wird dies durch den durchgehenden Strich, auf dem alle drei Diagramme platziert sind, anstatt sie optisch voneinander zu trennen. Die Platzierung der verhältnismässig riesigen Beschäftigungszahlen zur linken bildet den Ausgangspunkt für die stark fallende Kurve, welche durch die Pfeile zusätzlich verdeutlicht wird (sieht einem Roller Coaster sehr ähnlich).&lt;br /&gt;
&lt;br /&gt;
Weiters sind die Größenverhältnisse der einzelnen Vorher-Nachher Unterschiede stark verfälscht. Im linken Diagramm ergibt sich der Eindruck eines Anstiegs um fast die Hälfte (ca. 43%), wobei es sich tatsächlich nur um wenige Bildpunkte Unterschied handeln sollte (ca. 6.5%). Auch die Verhältnisse der gesamten Diagramme untereinander ist nicht einheitlich, so werden rechts auch die sinkenden Arbeitslosen stark vergrößert.&lt;br /&gt;
&lt;br /&gt;
Die Farbbelegung der Diagrammbalken entspricht nicht ganz der Zuordnung der üblichen Parteifarben, in diesem Fall wurden diese sogar komplett vertauscht. Das macht das Ganze weniger schnell verständlich, da die meisten Betrachter die Farben sofort mit den entsprechenden Parteien assoziieren. Der Grund dafür ist uns ehrlich gesagt recht schleierhaft, es liegt jedoch nahe, daß mit schwarzen Balken wohl selten positive Entwicklungen besetzt werden.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11856</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11856"/>
		<updated>2006-11-28T23:04:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Redesign of the Graphic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Derstandard06rekordbeschaeftigung.jpg|none|thumb|600px|none|Rekordbeschäftigung! Arbeitslosigkeit sinkt!]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why is this a poor Graphic ?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rekordbeschaeftigung_marked_v02.jpg]]&lt;br /&gt;
&lt;br /&gt;
1: The graphic was created for an election campaign, so the creators intent was to beautify the achievements of their party. Perhaps this explains why some (intentional) errors were made.&lt;br /&gt;
&lt;br /&gt;
2: Redundant information: The pairs of bars are color-coded, but still each pair has its own legend (&amp;quot;1998 Regierung Klima (SPÖ)&amp;quot;). The extensive use of this redundancy seems to follow some kind of &amp;quot;hammer your message&amp;quot; method. &lt;br /&gt;
&lt;br /&gt;
3: The color-coding of the bars is opposite to the colors that are usually associated  with those parties.&lt;br /&gt;
&lt;br /&gt;
4: That axis suggests a linear order in time to the pairs of bars. In combination with the graphic&#039;s header (&amp;quot;Rekordbeschäftigung! Arbeitslosigkeit sinkt!) on first sight it seems the whole graphic just shows the number of jobless people over a period of time time. The continuous horizontal line suggests an axis and emphasizes this impression.&lt;br /&gt;
&lt;br /&gt;
5: These explanations are too long, and wrong too. Wrong, because the numbers from 1998 are not up-to-date anymore. Instead of &amp;quot;Aktuelle Anzahl der Arbeitslosen in Österreich&amp;quot; one could simply write &amp;quot;Arbeitslose&amp;quot;, because from the context it&#039;s also clear that these numbers describe the number of unemployed people in Austria, not somewhere else.&lt;br /&gt;
&lt;br /&gt;
6: &amp;quot;Lie Factor&amp;quot;: The actual increase of the number of &amp;quot;Beschäftigte&amp;quot; is about 6.5%, whereas in the graphical representation that increase is about 43%. For the other two pairs that factor is similarily too high.&lt;br /&gt;
&lt;br /&gt;
7: &amp;quot;Prozentpukte&amp;quot; could be articulated shorter (&amp;quot;%&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
8: Different formatting for the same class of nouns (&amp;quot;Klima&amp;quot; non-bold; &amp;quot;Schüssel&amp;quot; bold) to set value on the own party.&lt;br /&gt;
&lt;br /&gt;
== Redesign of the Graphic ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Beschaeftigung_oesterreich_simon_v03.JPG]]&lt;br /&gt;
[[Image:Beschaeftigung_Oesterreich_v03.jpg]]&lt;br /&gt;
&lt;br /&gt;
The intention of the original graphic was to show that the workplace-politics of Schüssel (ÖVP) 2006 was better than that of Klima (SPÖ) 1998. &lt;br /&gt;
This was demonstrated by &lt;br /&gt;
* the (absolut) number of people with a job and the increase of that number, &lt;br /&gt;
* the number of jobless people and the decrease, &lt;br /&gt;
* the rate of unemployment,&lt;br /&gt;
* some big arrows showing increases and decreases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our graphic has all that information in a very compact way. There is the numbers of employed and unemployed under the two chancelors in explicit numbers, wheras the rate of unemployment is shown implicitly by the length of the bars. By adding the increase of employed (+6.5%) and decrease of unemployed (-3.9%) we pay tribute to the original intention of the graphic (see above). &lt;br /&gt;
&lt;br /&gt;
(!We take no warranty for the correctness of the featured numbers!)&lt;br /&gt;
&lt;br /&gt;
==  Notes  ==&lt;br /&gt;
&lt;br /&gt;
Es fällt schnell ins Auge, daß diese Grafik sehr geeignet für den Wahlkampf zu sein scheint. Unter diesem Gesichtspunkt handelt es sich um eine ausgezeichnete Grafik, die allerdings den Eindruck des Betrachters verfälschen kann. Zwar hat eine Senkung der Arbeitslosigkeit stattgefunden, jedoch wurde es hier stark verstärkt und verzerrt.&lt;br /&gt;
&lt;br /&gt;
Auffällig ist eine Suggerierung eines zeitlichen Ablaufs an der X-Achse der Grafik, wobei hier bloß unterschiedliche Ansichten desselben Problems gezeigt werden. Bei schnellem Betrachten ergibt sich der Eindruck einer zuerst ansteigenden und schliesslich stark fallenden Kurve, wobei dies schnell als Vorher (SPÖ) und Nachher (ÖVP) interpretiert wird. Bei genauerem Hinsehen bemerkt man, daß ganz links bloß die Anzahl der Beschäftigten, mittig die Anzahl der Arbeitslosen und rechts das Verhältnis beider dargestellt ist, jeweils zwischen demselben Zeitraum von 1998 und 2006.&lt;br /&gt;
&lt;br /&gt;
Es handelt sich hier also um drei separate Balkendiagramme, durch deren Anordnung der Eindruck einer stark sinkenden Arbeitslosigkeit entsteht. Unterstützt wird dies durch den durchgehenden Strich, auf dem alle drei Diagramme platziert sind, anstatt sie optisch voneinander zu trennen. Die Platzierung der verhältnismässig riesigen Beschäftigungszahlen zur linken bildet den Ausgangspunkt für die stark fallende Kurve, welche durch die Pfeile zusätzlich verdeutlicht wird (sieht einem Roller Coaster sehr ähnlich).&lt;br /&gt;
&lt;br /&gt;
Weiters sind die Größenverhältnisse der einzelnen Vorher-Nachher Unterschiede stark verfälscht. Im linken Diagramm ergibt sich der Eindruck eines Anstiegs um fast die Hälfte (ca. 43%), wobei es sich tatsächlich nur um wenige Bildpunkte Unterschied handeln sollte (ca. 6.5%). Auch die Verhältnisse der gesamten Diagramme untereinander ist nicht einheitlich, so werden rechts auch die sinkenden Arbeitslosen stark vergrößert.&lt;br /&gt;
&lt;br /&gt;
Die Farbbelegung der Diagrammbalken entspricht nicht ganz der Zuordnung der üblichen Parteifarben, in diesem Fall wurden diese sogar komplett vertauscht. Das macht das Ganze weniger schnell verständlich, da die meisten Betrachter die Farben sofort mit den entsprechenden Parteien assoziieren. Der Grund dafür ist uns ehrlich gesagt recht schleierhaft, es liegt jedoch nahe, daß mit schwarzen Balken wohl selten positive Entwicklungen besetzt werden.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Beschaeftigung_Oesterreich_v03.jpg&amp;diff=11855</id>
		<title>File:Beschaeftigung Oesterreich v03.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Beschaeftigung_Oesterreich_v03.jpg&amp;diff=11855"/>
		<updated>2006-11-28T23:03:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: Die verbesserte Version 3 unserer Grafik.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Die verbesserte Version 3 unserer Grafik.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11500</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_2&amp;diff=11500"/>
		<updated>2006-11-13T12:30:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Why is this a poor Graphic ? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Derstandard06rekordbeschaeftigung.jpg|none|thumb|600px|none|Rekordbeschäftigung! Arbeitslosigkeit sinkt!]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why is this a poor Graphic ?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Rekordbeschaeftigung_marked_v02.jpg]]&lt;br /&gt;
&lt;br /&gt;
1: The graphic was created for an election campaign, so the creators intent was to beautify the achievements of their party. Perhaps this explains why some (intentional) errors were made.&lt;br /&gt;
&lt;br /&gt;
2: Redundant information: The pairs of bars are color-coded, but still each pair has its own legend (&amp;quot;1998 Regierung Klima (SPÖ)&amp;quot;). The extensive use of this redundancy seems to follow some kind of &amp;quot;hammer your message&amp;quot; method. &lt;br /&gt;
&lt;br /&gt;
3: The color-coding of the bars is opposite to the colors that are usually associated  with those parties.&lt;br /&gt;
&lt;br /&gt;
4: That axis suggests a linear order in time to the pairs of bars. In combination with the graphic&#039;s header (&amp;quot;Rekordbeschäftigung! Arbeitslosigkeit sinkt!) on first sight it seems the whole graphic just shows the number of jobless people over a period of time time. The continuous horizontal line suggests an axis and emphasizes this impression.&lt;br /&gt;
&lt;br /&gt;
5: These explanations are too long, and wrong too. Wrong, because the numbers from 1998 are not up-to-date anymore. Instead of &amp;quot;Aktuelle Anzahl der Arbeitslosen in Österreich&amp;quot; one could simply write &amp;quot;Arbeitslose&amp;quot;, because from the context it&#039;s also clear that these numbers describe the number of unemployed people in Austria, not somewhere else.&lt;br /&gt;
&lt;br /&gt;
6: &amp;quot;Lie Factor&amp;quot;: The actual increase of the number of &amp;quot;Beschäftigte&amp;quot; is about 6.5%, whereas in the graphical representation that increase is about 43%. For the other two pairs that factor is similarily too high.&lt;br /&gt;
&lt;br /&gt;
7: &amp;quot;Prozentpukte&amp;quot; could be articulated shorter (&amp;quot;%&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
8: Different formatting for the same class of nouns (&amp;quot;Klima&amp;quot; non-bold; &amp;quot;Schüssel&amp;quot; bold) to set value on the own party.&lt;br /&gt;
&lt;br /&gt;
== Redesign of the Graphic ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Beschaeftigung_oesterreich_simon_v03.JPG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The intention of the original graphic was to show that the workplace-politics of Schüssel (ÖVP) 2006 was better than that of Klima (SPÖ) 1998. &lt;br /&gt;
This was demonstrated by &lt;br /&gt;
* the (absolut) number of people with a job and the increase of that number, &lt;br /&gt;
* the number of jobless people and the decrease, &lt;br /&gt;
* the rate of unemployment,&lt;br /&gt;
* some big arrows showing increases and decreases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Our graphic has all that information in a very compact way. There is the numbers of employed and unemployed under the two chancelors in explicit numbers, wheras the rate of unemployment is shown implicitly by the length of the bars. By adding the increase of employed (+6.5%) and decrease of unemployed (-3.9%) we pay tribute to the original intention of the graphic (see above). &lt;br /&gt;
&lt;br /&gt;
(!We take no warranty for the correctness of the featured numbers!)&lt;br /&gt;
&lt;br /&gt;
==  Notes  ==&lt;br /&gt;
&lt;br /&gt;
Es fällt schnell ins Auge, daß diese Grafik sehr geeignet für den Wahlkampf zu sein scheint. Unter diesem Gesichtspunkt handelt es sich um eine ausgezeichnete Grafik, die allerdings den Eindruck des Betrachters verfälschen kann. Zwar hat eine Senkung der Arbeitslosigkeit stattgefunden, jedoch wurde es hier stark verstärkt und verzerrt.&lt;br /&gt;
&lt;br /&gt;
Auffällig ist eine Suggerierung eines zeitlichen Ablaufs an der X-Achse der Grafik, wobei hier bloß unterschiedliche Ansichten desselben Problems gezeigt werden. Bei schnellem Betrachten ergibt sich der Eindruck einer zuerst ansteigenden und schliesslich stark fallenden Kurve, wobei dies schnell als Vorher (SPÖ) und Nachher (ÖVP) interpretiert wird. Bei genauerem Hinsehen bemerkt man, daß ganz links bloß die Anzahl der Beschäftigten, mittig die Anzahl der Arbeitslosen und rechts das Verhältnis beider dargestellt ist, jeweils zwischen demselben Zeitraum von 1998 und 2006.&lt;br /&gt;
&lt;br /&gt;
Es handelt sich hier also um drei separate Balkendiagramme, durch deren Anordnung der Eindruck einer stark sinkenden Arbeitslosigkeit entsteht. Unterstützt wird dies durch den durchgehenden Strich, auf dem alle drei Diagramme platziert sind, anstatt sie optisch voneinander zu trennen. Die Platzierung der verhältnismässig riesigen Beschäftigungszahlen zur linken bildet den Ausgangspunkt für die stark fallende Kurve, welche durch die Pfeile zusätzlich verdeutlicht wird (sieht einem Roller Coaster sehr ähnlich).&lt;br /&gt;
&lt;br /&gt;
Weiters sind die Größenverhältnisse der einzelnen Vorher-Nachher Unterschiede stark verfälscht. Im linken Diagramm ergibt sich der Eindruck eines Anstiegs um fast die Hälfte (ca. 43%), wobei es sich tatsächlich nur um wenige Bildpunkte Unterschied handeln sollte (ca. 6.5%). Auch die Verhältnisse der gesamten Diagramme untereinander ist nicht einheitlich, so werden rechts auch die sinkenden Arbeitslosen stark vergrößert.&lt;br /&gt;
&lt;br /&gt;
Die Farbbelegung der Diagrammbalken entspricht nicht ganz der Zuordnung der üblichen Parteifarben, in diesem Fall wurden diese sogar komplett vertauscht. Das macht das Ganze weniger schnell verständlich, da die meisten Betrachter die Farben sofort mit den entsprechenden Parteien assoziieren. Der Grund dafür ist uns ehrlich gesagt recht schleierhaft, es liegt jedoch nahe, daß mit schwarzen Balken wohl selten positive Entwicklungen besetzt werden.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10782</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10782"/>
		<updated>2006-10-20T17:01:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenseite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Deathmachine.gif]]&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit in Bearbeitung)&lt;br /&gt;
* Email: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Zugehörigkeit ==&lt;br /&gt;
&lt;br /&gt;
Meine Gruppe: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Lehrveranstaltung: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infovis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10781</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10781"/>
		<updated>2006-10-20T17:00:36Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Personendaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Deathmachine.gif]]&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit in Bearbeitung)&lt;br /&gt;
* Email: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10780</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10780"/>
		<updated>2006-10-20T17:00:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Personendaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Deathmachine.gif]]&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Deathmachine.gif&amp;diff=10779</id>
		<title>File:Deathmachine.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Deathmachine.gif&amp;diff=10779"/>
		<updated>2006-10-20T16:59:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
Simply a quick form of visiting card using my most precious artwork, called &#039;the deathmachine&#039;.&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
Copyright 2006 by Wolfgang Felkel&lt;br /&gt;
== Source ==&lt;br /&gt;
www.deathmachine.at.tt&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Deathmachine.gif&amp;diff=10778</id>
		<title>File:Deathmachine.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Deathmachine.gif&amp;diff=10778"/>
		<updated>2006-10-20T16:58:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
Copyright 2006 by Wolfgang Felkel&lt;br /&gt;
== Source ==&lt;br /&gt;
www.deathmachine.at.tt&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10777</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10777"/>
		<updated>2006-10-20T16:45:09Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Personendaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10776</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10776"/>
		<updated>2006-10-20T16:43:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Personendaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
[[Image:http://www.informatik-forum.at/image.php?u=4642&amp;amp;dateline=1109968008]]&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10775</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10775"/>
		<updated>2006-10-20T16:41:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10774</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10774"/>
		<updated>2006-10-20T16:41:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenseite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Cool Stuff ==&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10773</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10773"/>
		<updated>2006-10-20T16:40:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenseite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Cool Stuff ==&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10772</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10772"/>
		<updated>2006-10-20T16:40:49Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenseite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[User:UE-InfoVis0607 0307389|Deathmachine]] 18:40, 20 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Cool Stuff ==&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10771</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10771"/>
		<updated>2006-10-20T16:40:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenseite */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
In context of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07|Infvis UE]]&lt;br /&gt;
&lt;br /&gt;
== Cool Stuff ==&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10770</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10770"/>
		<updated>2006-10-20T16:38:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Personendaten */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
* Name: Felkel, Wolfgang&lt;br /&gt;
* Martrikel: 0307389&lt;br /&gt;
* Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
* Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
== Gruppenseite ==&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cool Stuff ==&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10769</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10769"/>
		<updated>2006-10-20T16:38:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: Meine Personendaten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
 o Name: Felkel, Wolfgang&lt;br /&gt;
 o Martrikel: 0307389&lt;br /&gt;
 o Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
 o Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
Member of: [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 02]]&amp;lt;br/&amp;gt;&lt;br /&gt;
Signature: [[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10768</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10768"/>
		<updated>2006-10-20T16:31:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Personendaten ==&lt;br /&gt;
&lt;br /&gt;
 o Name: Felkel, Wolfgang&lt;br /&gt;
 o Martrikel: 0307389&lt;br /&gt;
 o Kennzahl: 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
 o Mail: bliblo(ät)gmx.at&lt;br /&gt;
&lt;br /&gt;
--[[User:UE-InfoVis0607 0307389|UE-InfoVis0607 0307389]] 18:31, 20 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02&amp;diff=10767</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02&amp;diff=10767"/>
		<updated>2006-10-20T15:55:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: /* Gruppenmitglieder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Gruppenmitglieder ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[User:UE-InfoVis0607_9926534|Diesenreiter, Simon]]&lt;br /&gt;
&lt;br /&gt;
* [[User:UE-InfoVis0607_9815963|Weixelbaumer, Stefan]]&lt;br /&gt;
&lt;br /&gt;
* [[User:UE-InfoVis0607_0307389|Felkel, Wolfgang]]&lt;br /&gt;
&lt;br /&gt;
== Aufgaben ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 1|Aufgabe 1]]&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 2|Aufgabe 2]]&lt;br /&gt;
&lt;br /&gt;
* [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3|Aufgabe 3]]&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_2006/07|InfoVis:Wiki UE Homepage]]&lt;br /&gt;
&lt;br /&gt;
* [http://www.ifs.tuwien.ac.at/~aigner/teaching/ws06/infovis_ue/index.html UE InfoVis]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10766</id>
		<title>User:UE-InfoVis0607 0307389</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0607_0307389&amp;diff=10766"/>
		<updated>2006-10-20T15:54:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0307389: minimum an personendaten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Personendaten&#039;&#039;&#039;&lt;br /&gt;
 o Felkel, Wolfgang&lt;br /&gt;
 o 0307389&lt;br /&gt;
 o 932 (derzeit noch in Bearbeitung)&lt;br /&gt;
 o bliblo(at)gmx.at&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0307389</name></author>
	</entry>
</feed>