<?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-InfoVis0506+9426777</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-InfoVis0506+9426777"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis0506_9426777"/>
	<updated>2026-04-22T15:38:17Z</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_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8204</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8204"/>
		<updated>2005-11-22T18:35:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This is the Remote hostname or IP number if DNS hostname is not available, or if DNSLookup is Off. &amp;lt;br&amp;gt; &lt;br /&gt;
remotehost is a one-dimensional discreet datatype.[6] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
date has seven dimensions in the following format: [day/month/year:hour:minute:second zone]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Day: ordinal, 2 digits&amp;lt;br&amp;gt;&lt;br /&gt;
Month: nominal, 3 letters&amp;lt;br&amp;gt;&lt;br /&gt;
year = ordinal, 4 digits&amp;lt;br&amp;gt;&lt;br /&gt;
hour = ordinal, 2 digits&amp;lt;br&amp;gt;&lt;br /&gt;
minute = ordinal, 2 digits&amp;lt;br&amp;gt;&lt;br /&gt;
second = ordinal, 2 digits&amp;lt;br&amp;gt;&lt;br /&gt;
zone = nominal, + or - and 4 digits[6]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
request has three dimensions in the following format: &amp;quot;request method /filename HTTP/version]&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
The request method is nominal.&amp;lt;br&amp;gt;&lt;br /&gt;
The filename is discrete.[6]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The HTTP version is theoretically ordinal. However, so far there exists only version 0.9, 1.0 and the current version 1.0[6]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
status is a one-dimensional nominal datatype.[6]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field.&lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Bytes are a one-dimensional ordinal datatype.[6]&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...[5]&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following techniques will be used:&lt;br /&gt;
&lt;br /&gt;
* Filtering&lt;br /&gt;
* Linking &lt;br /&gt;
* Detail on Demand&lt;br /&gt;
* Range Slider [Ahlberg and Shneiderman, 1994] with Time Lense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{quotation |&amp;quot;Overview first, zoom and filter, then details on demand. View relationships and history...&amp;quot; | Visual Information-Seeking Mantra [Shneiderman, 1996] }}&lt;br /&gt;
&lt;br /&gt;
First, the user is presented with a net of accessed web pages and resources. She is able to filter the information using the checkboxes of OS, browser,.. and the Time Lens Range Slider.&lt;br /&gt;
When clicking on a resource, the view zooms if necessary and marks all nodes linking to and from this page, image,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. This connection width is determined by access count and direction (ie more wide at the referer than the target page). If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
The number of hits is mapped to the size of the dots in the net view and external referer list.&lt;br /&gt;
&lt;br /&gt;
When following the interaction of users it is possible to estimate a page reading time. This is displayed as arc in each page dot.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
Klicking on a browser, operating system or weekday check box reduces or increases the displayed data set. Numbers next to the settings change accordingly.&lt;br /&gt;
&lt;br /&gt;
Klicking on a web page in net view also updates these numbers: The time lens and filters show the number of accesses to this resource. Marked are other pages which have been visited by users, who have been watching this page. Klicking on a blank spot resets that view.&lt;br /&gt;
&lt;br /&gt;
If the button &amp;quot;filtered list&amp;quot; is pressed, the program produces a list of the webserver log file according to the settings (browser, page, time, os,...)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;hide media&amp;quot; check box removes, if checked, all images, css and media files from the list, keeping only html, php, ...&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog_fake.png|Screenshot|800px]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;br /&gt;
&lt;br /&gt;
:[3] [Shneiderman, 1996] Ben Shneiderman (1996), The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations, In Proceedings of the IEEE Symposium on Visual Languages, pages 336-343, Washington. IEEE Computer Society Press.&lt;br /&gt;
 &lt;br /&gt;
:[4] [Ahlberg and Shneiderman, 1994] Christopher Ahlberg and Ben Shneiderman (1994), Visual Information Seeking: Tight Coupling of Dynamic Query Filters with Starfield Displays, In Proceedings of the Conference on Human Factors in Computing Systems (CHI&#039;94), pages 313-317. ACM Press.&lt;br /&gt;
&lt;br /&gt;
:[5] [Visual Complexity] World Wide Web, Access Date: 15 November 2005, http://www.visualcomplexity.com/vc/index.cfm?domain=World%20Wide%20Web&lt;br /&gt;
&lt;br /&gt;
:[6] [2] [Rainer, Karim, Kargl, Akcaglayan, 2005] Rainer Andreas, Karim Muhammad Shuaib, Kargl Horst, Akcaglayan Ali, TUW - UE InfoVis WS 2005/06 - Gruppe G3 - Aufgabe 3, Access Date: 22 November 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G3_-_Aufgabe_3&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8128</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8128"/>
		<updated>2005-11-22T10:44:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Zoomfrage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039; Diskussionsbeitrag &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog.png|Fake Screenshot|600px]]&lt;br /&gt;
&lt;br /&gt;
Geht das so irgendwie in die vorgestellte Richtung?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Zoom &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
web site: Die Webseiten als Netz dargestellt. Je größer ein Punkt ist, um so öfter wurde die Seite besucht. Der Bogen innerhalb eines Punktes zeigt die geschätzte Verweildauer an, aber nur relativ (zu den anderen Seiten). Nicht-Text-Ressourcen werden grau dargestellt, um nicht mit normalen Seiten verwechselt zu werden.&lt;br /&gt;
Klickt man auf eine Seite, wird (wenn nötig) gezoomt.&lt;br /&gt;
&lt;br /&gt;
Auf welche Weise wird das Zoomen im Netz gelöst? werden dann alle anderen kleiner oder verzerrt?&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8122</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8122"/>
		<updated>2005-11-22T10:37:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Techniques&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field. &lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following techniques will be used:&lt;br /&gt;
&lt;br /&gt;
* Filtering&lt;br /&gt;
* Linking &lt;br /&gt;
* Detail on Demand&lt;br /&gt;
* Range Slider [Ahlberg and Shneiderman, 1994] with Time Lense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{quotation |&amp;quot;Overview first, zoom and filter, then details on demand. View relationships and history...&amp;quot; | Visual Information-Seeking Mantra [Shneiderman, 1996] }}&lt;br /&gt;
&lt;br /&gt;
First, the user is presented with a net of accessed web pages and resources. She is able to filter the information using the checkboxes of OS, browser,.. and the Time Lens Range Slider.&lt;br /&gt;
When clicking on a resource, the view zooms if necessary and marks all nodes linking to and from this page, image,...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
The number of hits is mapped to the size of the dots in the net view and external referer list.&lt;br /&gt;
&lt;br /&gt;
When following the interaction of users it is possible to estimate a page reading time. This is displayed as arc in each page dot.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
Klicking on a browser, operating system or weekday check box reduces or increases the displayed data set. Numbers next to the settings change accordingly.&lt;br /&gt;
&lt;br /&gt;
Klicking on a web page in net view also updates these numbers: The time lens and filters show the number of accesses to this resource. Marked are other pages which have been visited by users, who have been watching this page. Klicking on a blank spot resets that view.&lt;br /&gt;
&lt;br /&gt;
If the button &amp;quot;filtered list&amp;quot; is pressed, the program produces a list of the webserver log file according to the settings (browser, page, time, os,...)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;hide media&amp;quot; check box removes, if checked, all images, css and media files from the list, keeping only html, php, ...&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog_fake.png|Screenshot|800px]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;br /&gt;
&lt;br /&gt;
:[3] [Shneiderman, 1996] Ben Shneiderman (1996), The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations, In Proceedings of the IEEE Symposium on Visual Languages, pages 336-343, Washington. IEEE Computer Society Press.&lt;br /&gt;
 &lt;br /&gt;
:[4] [Ahlberg and Shneiderman, 1994] Christopher Ahlberg and Ben Shneiderman (1994), Visual Information Seeking: Tight Coupling of Dynamic Query Filters with Starfield Displays, In Proceedings of the Conference on Human Factors in Computing Systems (CHI&#039;94), pages 313-317. ACM Press.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8095</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8095"/>
		<updated>2005-11-21T20:35:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Possibilities of Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field. &lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
The number of hits is mapped to the size of the dots in the net view and external referer list.&lt;br /&gt;
&lt;br /&gt;
When following the interaction of users it is possible to estimate a page reading time. This is displayed as arc in each page dot.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
Klicking on a browser, operating system or weekday check box reduces or increases the displayed data set. Numbers next to the settings change accordingly.&lt;br /&gt;
&lt;br /&gt;
Klicking on a web page in net view also updates these numbers: The time lens and filters show the number of accesses to this resource. Marked are other pages which have been visited by users, who have been watching this page. Klicking on a blank spot resets that view.&lt;br /&gt;
&lt;br /&gt;
If the button &amp;quot;filtered list&amp;quot; is pressed, the program produces a list of the webserver log file according to the settings (browser, page, time, os,...)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;hide media&amp;quot; check box removes, if checked, all images, css and media files from the list, keeping only html, php, ...&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog_fake.png|Screenshot|800px]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8094</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8094"/>
		<updated>2005-11-21T20:33:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field. &lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
The number of hits is mapped to the size of the dots in the net view and external referer list.&lt;br /&gt;
&lt;br /&gt;
When following the interaction of users it is possible to estimate a page reading time. This is displayed as arc in each page dot.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
Klicking on a browser, operating system or weekday check box reduces or increases the displayed data set. Numbers next to the settings change accordingly.&lt;br /&gt;
&lt;br /&gt;
Klicking on a web page in net view also updates these numbers: The time lens and filters show the number of accesses to this resource. Klicking on a blank spot resets that view.&lt;br /&gt;
&lt;br /&gt;
If the button &amp;quot;filtered list&amp;quot; is pressed, the program produces a list of the webserver log file according to the settings (browser, page, time, os,...)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;hide media&amp;quot; check box removes, if checked, all images, css and media files from the list, keeping only html, php, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog_fake.png|Screenshot|800px]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_weblog_fake.png&amp;diff=8092</id>
		<title>File:Infovis weblog fake.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_weblog_fake.png&amp;diff=8092"/>
		<updated>2005-11-21T20:31:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Fake screenshot for web log browser application&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Fake screenshot for web log browser application&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8091</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8091"/>
		<updated>2005-11-21T20:26:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Possibilities of Interaction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field. &lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
The number of hits is mapped to the size of the dots in the net view and external referer list.&lt;br /&gt;
&lt;br /&gt;
When following the interaction of users it is possible to estimate a page reading time. This is displayed as arc in each page dot.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
Klicking on a browser, operating system or weekday check box reduces or increases the displayed data set. Numbers next to the settings change accordingly.&lt;br /&gt;
&lt;br /&gt;
Klicking on a web page in net view also updates these numbers: The time lens and filters show the number of accesses to this resource. Klicking on a blank spot resets that view.&lt;br /&gt;
&lt;br /&gt;
If the button &amp;quot;filtered list&amp;quot; is pressed, the program produces a list of the webserver log file according to the settings (browser, page, time, os,...)&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;hide media&amp;quot; check box removes, if checked, all images, css and media files from the list, keeping only html, php, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8058</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=8058"/>
		<updated>2005-11-21T10:41:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Topic==&lt;br /&gt;
Webserver Logfile Visualization&lt;br /&gt;
&lt;br /&gt;
==Area of Application==&lt;br /&gt;
&lt;br /&gt;
===Analysis of Application Area===&lt;br /&gt;
&lt;br /&gt;
====General Description====&lt;br /&gt;
Webservers typically generate logfiles containing huge amounts of information on page accesses, used client software, type of access, and many more. Analysis tools like for example AWStats try to make use of this information and present simple statistics mostly in form of tables or simple bar graphs. Unfortunately, they are mostly very limited and &amp;quot;low-level&amp;quot; regarding their information representation. More interesting questions like user behavior in combination with site structure, dead ends, changes in behavior regarding to time (evolution), typical behavioral patterns, finding groups of users that share similar behavioral patterns, site entry points, or intrusion detection cannot be answered by using similar tools. For being able to deal with this kind of topics, more advanced visual tools are needed that unveil this information. [Behlendorf et al., 2005]&lt;br /&gt;
&lt;br /&gt;
====Special Issues====&lt;br /&gt;
&lt;br /&gt;
There are many different known solutions/methods to visualize Webeserver Logfiles. Most of them make use of simple chart or bar diagrams. The question is, if it is possible to present this huge set of informations in just one diagram, that illustrates all the data in a simple and undastandable way.   &lt;br /&gt;
&lt;br /&gt;
===Analysis of the Dataset===&lt;br /&gt;
&lt;br /&gt;
Here is an example of such a logfile entry: [Cooper,2004]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
205.218.110.166 - - [08/Dec/1996:15:02:10 -0800] &amp;quot;GET /info/index.html HTTP/1.0&amp;quot; 200 14912 &amp;quot;http://www.yourcompany.com/index.html &amp;quot; &amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; &amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The content of this entry explained, from left to right: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;205.218.110.166&amp;quot;&#039;&#039;&#039; - - This is the IP address of the machine making a request of your web server - its domain name can be determined in HitList by enabling Reverse DNS lookups, assuming your server hasn&#039;t put this information in already - many so, some don&#039;t. (if the domain name was in there, you&#039;d see its URL instead of the raw IP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this first dash is typically the server&#039;s IP address, which most NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;-&amp;quot;&#039;&#039;&#039; - this second dash is typically authenticated usernames, which again many NCSA format servers don&#039;t insert by default. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;[08/Dec/1996:15:02:10 -0800]&amp;quot;&#039;&#039;&#039; - This is the date and time of the access, including the offset from Greenwich Mean Time - the latter is the &amp;quot;-800&amp;quot;, meaning the web server being accessed is 8 hours ahead of GMT. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;GET /info/index.html HTTP/1.0&amp;quot;&#039;&#039;&#039; - This is the actual request the visitor&#039;s browser made when at your page or server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;HTTP/1.0&amp;quot;&#039;&#039;&#039; refers to the protocol and its version, here being version 1.0 of the http protocol. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;200&amp;quot;&#039;&#039;&#039; - this is the server response code - a &amp;quot;successful&amp;quot; request (meaning the visitor&#039;s browser loaded the entire HTML/GIF/JPEG, etc.) generates a response code of 200. Others include: &lt;br /&gt;
&lt;br /&gt;
206 - Partial request successful (not complete)&lt;br /&gt;
302 - URL has been redirected to another document &lt;br /&gt;
400 - Bad request was made by the client &lt;br /&gt;
401 - Authorization is required for this document &lt;br /&gt;
403 - Access to this document is forbidden &lt;br /&gt;
404 - Document not found &lt;br /&gt;
500 - Server internal error &lt;br /&gt;
501 - Application method (either GET or POST) is not implemented &lt;br /&gt;
503 - Server is out of resources &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;14912&amp;quot;&#039;&#039;&#039; - This is the number of bytes transferred to the client during the visit. Since every request has some response, even erroneous requests will have a non-zero value for this field. &lt;br /&gt;
&amp;quot;http://www.yourcompany.com/index.html&amp;quot; - This is the referrer field, or the site the visitor was on immediately prior to making this entry&#039;s request - in this case, the person was looking at the index.html (probably the home page) page before going to the /info/index.html page in this entry. &lt;br /&gt;
&amp;quot;Mozilla/3.0Gold (Win95; I)&amp;quot; - this is the user-agent field, meaning the actual browser and OS used by the visitor - in this case, Mozilla is Netscape, the next value is the version (here, 3.0Gold), and the final value is the OS it was using (Windows 95).&lt;br /&gt;
 &lt;br /&gt;
Finally, the &#039;&#039;&#039;&amp;quot;35bebd61b31211cfbdcd00c04fd611cf&amp;quot;&#039;&#039;&#039; is the cookie information, which may or may not be there, depending on whether the webserver used has cookies enabled and whether one was passed from webserver to the visitor&#039;s computer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are several different specific Logfile Formats, for example: Microsoft IIS 3.0 and 2.0, Microsoft IIS4.0 (W3SVC format), Netscape (NCSA format with/without unique format header), Lotus Domino format, O&#039;Reilly WebSite format...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Target Group==&lt;br /&gt;
&lt;br /&gt;
===Identifying the Target===&lt;br /&gt;
We identified the following Target groups:&lt;br /&gt;
#Software Companies: especially those who develop browsers and web based applications&lt;br /&gt;
#Web Dsigners&lt;br /&gt;
#Administrators&lt;br /&gt;
#Advertising Companys&lt;br /&gt;
#Web Users&lt;br /&gt;
&lt;br /&gt;
===Special Issues of the Target Group===&lt;br /&gt;
&lt;br /&gt;
Software Companies: In order to optimize their software, they have to explore the user&#039;s needs. Logfiles can offer them some useful informations.&lt;br /&gt;
&lt;br /&gt;
For Web Designers it can be helpful to know some facts about their visitors. Logfiles tell them, which browsers they use, when they access the site, traffic, and so on. This Informations allow them to organize the webpage in a convenient and reliable way. It&#039;s the same with Web Administrators.&lt;br /&gt;
&lt;br /&gt;
Advertising Companies strive to study user behaviour in order to orientate their adds more effectively. &lt;br /&gt;
&lt;br /&gt;
===Known Solutions / Methods (related to the target group)===&lt;br /&gt;
#Radial Tree Viewer&lt;br /&gt;
#Anemone&lt;br /&gt;
#Internet Cartographer&lt;br /&gt;
#WebTracer&lt;br /&gt;
#WebHopper&lt;br /&gt;
#WebPath&lt;br /&gt;
#The Chicago Tribune Website&lt;br /&gt;
#Visualizing the online debate on the European Constitution&lt;br /&gt;
#Mercator&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==Intended Purpose==&lt;br /&gt;
&lt;br /&gt;
===Goals and Objectives===&lt;br /&gt;
#Which client software is used, which browsers&lt;br /&gt;
#How users behave, in combination with site structure, dead ends, changes in behavior regarding to time.&lt;br /&gt;
#Identify groups of users who act in a similar way.&lt;br /&gt;
#Identify &amp;quot;hot&amp;quot; topics&lt;br /&gt;
&lt;br /&gt;
===Problems and Tasks to Solve===&lt;br /&gt;
- &#039;&#039;&#039;Improve the Servers&#039;&#039;&#039;: Administrators, Web Designers and Software Companies need this information, to improve the Servers. They need to know what people are interested in, if there are special groups, which have similar behavior, navigate to the same themes and in a similar way. What kind of themes are often searched for, and how. With this information, they can help Users to get the things they want faster and easier. They can adapt the Server to the needs of the Users.&amp;lt;br&amp;gt;&lt;br /&gt;
In order to effectively manage a web server, it is necessary to get feedback about the activity and performance of the server as well as any problems that may be occuring&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- &#039;&#039;&#039;Adapt Advertising to Users interests&#039;&#039;&#039;:Advertising Companys can use the information to identify themes and products of interest to a group of users. You get an overview of groups of things people are interessted in. So they can adapt the topics of their advertisement to this information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Proposed Design==&lt;br /&gt;
&lt;br /&gt;
===Types of Visualization Applied===&lt;br /&gt;
&lt;br /&gt;
===Visual Mapping===&lt;br /&gt;
&lt;br /&gt;
(Datadimension =&amp;gt; Attribute)&lt;br /&gt;
&lt;br /&gt;
The log contains the following information:&lt;br /&gt;
&lt;br /&gt;
IP, date, request, protocol, response code, bytes, referer, user agent, cookie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From a given IP it is possible to determin the country of origin, so IPs are mapped to the world map. &amp;lt;Unknown&amp;gt; will also be listed.&lt;br /&gt;
&lt;br /&gt;
The date is listed on the date lens slider. After choosing a date range the corresponding numbers and entries will change.&lt;br /&gt;
Above this date slider the user will find bars of transferred bytes in this date region.&lt;br /&gt;
&lt;br /&gt;
The request is mapped onto the &amp;quot;web site&amp;quot; net in the middle. Further calculation is necessary to match /file/ to /file/index.php and /file/index.php?somesessionid=2139123123.&lt;br /&gt;
Only successful requests are listed here (eg response code 200).&lt;br /&gt;
&lt;br /&gt;
If referer is an URL from within the server, the &amp;quot;web site&amp;quot; net draws a connection between the two pages. If the page is referred from the outside, the referring page is listed on the left hand side panel &amp;quot;external referers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The user agent is parsed for operating system and browser information. Each is listed on the right with checkboxes, so the user can remove or include certain browsers or OS to the data set.&lt;br /&gt;
&lt;br /&gt;
===Description of Used Techniques===&lt;br /&gt;
&lt;br /&gt;
===Possibilities of Interaction===&lt;br /&gt;
&lt;br /&gt;
===Mockups / Fake Screenshots===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[1] [Behlendorf et al., 2005] Brian Behlendorf, Apache HTTP Server Logfiles, Apache HTTP Server Project, Access Date: 17 October 2005, http://httpd.apache.org/docs/1.3/logs.html&lt;br /&gt;
&lt;br /&gt;
:[2] [Cooper, 2004] Colin Cooper, Logfile Definitions and Examples, Intranet Software Solutions (Europe) Limited [ISSEL], Access Date: 17 October 2005, http://www.issel.co.uk/FAQ/logfile_definitions_examples.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=7888</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_3&amp;diff=7888"/>
		<updated>2005-11-17T16:59:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Fake Screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039; Diskussionsbeitrag &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_weblog.png]]&lt;br /&gt;
&lt;br /&gt;
Geht das so irgendwie in die vorgestellte Richtung?&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_weblog.png&amp;diff=7887</id>
		<title>File:Infovis weblog.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_weblog.png&amp;diff=7887"/>
		<updated>2005-11-17T16:58:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Diskussionsbeitrag Fake Screenshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Diskussionsbeitrag Fake Screenshot&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7858</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7858"/>
		<updated>2005-11-15T12:53:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic ==&lt;br /&gt;
[[Image:Perceptualedge03world-car-production.gif|none|thumb|600px|World Car Production 1977-80 (click on image for larger version)]]&lt;br /&gt;
&lt;br /&gt;
== Drawbacks ==&lt;br /&gt;
&lt;br /&gt;
This image is far away from a good Visualization of the underlying Data. It has drawbacks according to some well known Design Principles, which we will explain in the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;data ink&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Everything that communicates actual data is data ink and is needed.[Few,2004] But our image contains some unnecessary data ink. The white Border around all the charts and the white lines around each single chart and between the pies of the charts are unnecessary data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;color&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
Lines, bars and charts should be colored in a way, that not one color stands out more prominently than the others, thus supporting the equal importance of the three data sets.[Few,2004] In our image the red and blue pies of the charts violate this principle because they stand out more prominently than the others.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;lie factor&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
The lie lactor is a value to describe the relation between the size of effect shown in a graphic and the size of effect shown in the data.[Muster et al.,2005] The first problem is, it seems that we look at the image not from the front but a little from the side. That distorts the message since neither the angles nor the areas are in proportion to the data.[Seyfang et al., 2005] The second one is that the charts have different distances to each other. The distance of the chart 1977 to the chart 1978 is shorter than that from 1979 to 1980. It schould be the same.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;past experience&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
That means that past experience have an effect on how we see and interpret things.[Starl and Froschauer, 2005] You can say that our image somehow violates this principle. We are used to read from left to right, but the charts on the image are organized from right to left. This can be confusing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;simplicity&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
You should keep your image as simple as possible, which also means that you have to reduce redundant information.[Few,2004] Our image violates this principle. The percentage of a lands contribution to the world production is shown on one hand via the angle and size of the pies and on the other hand it is written numerical above the pies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Updated Picture ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_worldwide_car_production.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&lt;br /&gt;
Our objective was to present the information as simple and transparent as possible. In order to achieve this, we use a ThemeRiver [Havre et al., 1999] influenced diagram. The ThemeRiver visualization helps users identify time-related patterns, trends, and relationships. The themes are represented by a &amp;quot;river&amp;quot; that flows left to right through time. The river widens or narrows to depict changes in the underlying data. Individual themes are represented as colored &amp;quot;currents&amp;quot; flowing within the river. The theme currents narrow or widen to indicate changes in individual theme strength at any point in time.&lt;br /&gt;
&lt;br /&gt;
Because of the flowing structure it is now much simpler to follow trends and changes in market share, as well as overall changes in the world wide car production.&lt;br /&gt;
&lt;br /&gt;
It is much easier to compare the different values with one another than it was before. The different colours are clearly distinguishable on white background, the values are readable and the temporal sequence goes from left to right. We intentionally abstained from a three-dimensional look because it is not necessary and moreover confuses the viewer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Major advantages:&lt;br /&gt;
&lt;br /&gt;
* makes it easy to follow trends and market share&lt;br /&gt;
* shows development of the world wide car production&lt;br /&gt;
* simplifies comparison of different values over time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
:[1] [Few, 2004] Stephen Few, Elegance Through Simplicity, Intelligent Enterprise, Access Date: 26 October 2005, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
:[2] [Seyfang et al., 2005] Leonhard Seyfang, Heinrich Fritz, Stefan Schnabl, Gioia Baldass , Gruppe G8 - Aufgabe 1 - Chart Junk, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G8_-_Aufgabe_1_-_Chart_Junk&lt;br /&gt;
&lt;br /&gt;
:[3] [Muster et al.,2005] Anna Muster, Jürgen Puchta, Christian Rainer, Christoph Sölder, Gruppe G4 - Aufgabe 1 - Lie Factor, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G4_-_Aufgabe_1_-_Lie_Factor&lt;br /&gt;
&lt;br /&gt;
:[4] [Starl and Froschauer, 2005] Erwin Starl, Joseph Froschauer, Gruppe G7 - Aufgabe 1, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Gestalt_Laws&lt;br /&gt;
&lt;br /&gt;
:[5] [Havre et al., 1999] Susan Havre, Beth Hetzler, Lucy Nowell, ThemeRiver(TM): In Search of Trends, Patterns, and Relationships, Battelle Pacific Northwest Division, 1999. http://citeseer.ist.psu.edu/havre99themerivertm.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7844</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7844"/>
		<updated>2005-11-14T09:56:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: without lines?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bewertung ==&lt;br /&gt;
&#039;&#039;&#039;Punkte: 12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Begründung:&#039;&#039;&#039;&lt;br /&gt;
*Analyse OK&lt;br /&gt;
*Die Erklärung der Verbesserungen ist relativ kurz ausgefallen&lt;br /&gt;
*Die verbesserte Grafik ist selber noch verbesserungswürdig:&lt;br /&gt;
**Grundsätzlich ist die Wahl eines Balkendiagramm zur Darstellung dieser Daten NICHT ideal. Wichtig ist hier vor allem, wie die Werte sich über die Zeit entwickelt haben. Für diesen Zweck wäre ein Liniendiagramm wesentlich besser geeignet.&lt;br /&gt;
**Meiner Meinung nach würde die [http://citeseer.ist.psu.edu/havre99themerivertm.html ThemeRiver] Technik für diesen Zweck sehr gut geeignet sein, da man hier neben der Entwicklung über die Zeit auch die Verhältnismäßigkeiten zwischen den Kategorien gut verfolgen kann.&lt;br /&gt;
**Vertikaler Text ist schwer lesbar. Desweiteren erfolgt die die y-Achsenbeschriftung von unten nach oben und die Beschriftung der Balken von oben nach unten. Besser wäre eine horizontale Anzeige der Prozentwerte oder noch besser die Wahl einer Darstellung aus der man auch die Verhältnisse innerhalb eines Jahres ablesen kann (ohne textuell Prozentwerte angeben zu müssen).&lt;br /&gt;
**Die Umrandung der Balken erniedrigt den &amp;quot;Data-Ink Ratio&amp;quot; und sollte entfallen.&lt;br /&gt;
**Was man weiters aus eurer Grafik nicht ablesen kann, ist die Entwicklung der Autoproduktion weltweit (also die Summe aller Länder) - Ist sie gestiegen, gesunken, gleich geblieben?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ihr habt die Möglichkeit, eure Ausarbeitung bis 16.11.2005 zu überarbeiten, um die derzeitigen Unzulänglichkeiten auszubessern. Wird das gemacht, so werden die Punkte danach klarerweise aufgewertet.&lt;br /&gt;
&lt;br /&gt;
-- [[User:Iwolf|Wolfgang Aigner]] 18:56, 5 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; Diskussionsbeitrag Themeriver &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:world_car_production_themeriver.jpg]]&lt;br /&gt;
&lt;br /&gt;
oder: Thanx to [http://www.inkscape.org inkscape]....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hallo Leute! Ist das eine Richtung, in die man weiter gehen kann?&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 11:41, 8 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
Neue Version geuploadet.&lt;br /&gt;
&lt;br /&gt;
Comments?&lt;br /&gt;
&lt;br /&gt;
Wie sieht das aus mit den Werten, die in der Grafik stehen? Weglassen? Durch Prozentzahlen ersetzen/erweitern?&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 11:51, 9 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Und noch etwas:&lt;br /&gt;
 &lt;br /&gt;
[[Image:Infovis_worldwide_car_production2.png]]&lt;br /&gt;
&lt;br /&gt;
kommt ohne vertikalen Linien aus. Besser oder schlechter?&lt;br /&gt;
&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 10:56, 14 November 2005 (CET)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7843</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7843"/>
		<updated>2005-11-14T09:55:35Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: change to ThemeRiver&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic ==&lt;br /&gt;
[[Image:Perceptualedge03world-car-production.gif|none|thumb|600px|World Car Production 1977-80 (click on image for larger version)]]&lt;br /&gt;
&lt;br /&gt;
== Drawbacks ==&lt;br /&gt;
&lt;br /&gt;
This image is far away from a good Visualization of the underlying Data. It has drawbacks according to some well known Design Principles, which we will explain in the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;data ink&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Everything that communicates actual data is data ink and is needed.[Few,2004] But our image contains some unnecessary data ink. The white Border around all the charts and the white lines around each single chart and between the pies of the charts are unnecessary data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;color&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
Lines, bars and charts should be colored in a way, that not one color stands out more prominently than the others, thus supporting the equal importance of the three data sets.[Few,2004] In our image the red and blue pies of the charts violate this principle because they stand out more prominently than the others.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;lie factor&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
The lie lactor is a value to describe the relation between the size of effect shown in a graphic and the size of effect shown in the data.[Muster et al.,2005] The first problem is, it seems that we look at the image not from the front but a little from the side. That distorts the message since neither the angles nor the areas are in proportion to the data.[Seyfang et al., 2005] The second one is that the charts have different distances to each other. The distance of the chart 1977 to the chart 1978 is shorter than that from 1979 to 1980. It schould be the same.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;past experience&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
That means that past experience have an effect on how we see and interpret things.[Starl and Froschauer, 2005] You can say that our image somehow violates this principle. We are used to read from left to right, but the charts on the image are organized from right to left. This can be confusing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;simplicity&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
You should keep your image as simple as possible, which also means that you have to reduce redundant information.[Few,2004] Our image violates this principle. The percentage of a lands contribution to the world production is shown on one hand via the angle and size of the pies and on the other hand it is written numerical above the pies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Updated Picture ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_worldwide_car_production.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&lt;br /&gt;
Our objective was to present the information as simple and transparent as possible. In order to achieve this, we use a ThemeRiver [Havre et al., 1999] influenced diagram.&lt;br /&gt;
Because of the flowing structure it is now much simpler to follow trends and changes in market share, as well as overall changes in the world wide car production.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is much easier to compare the different values with one another than it was before. The different colours are clearly distinguishable on white background, the values are good readable and the temporal sequence goes from left to right. We intentionally abstained from a three-dimensional look because it is not necessary and moreover confuses the viewer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
:[1] [Few, 2004] Stephen Few, Elegance Through Simplicity, Intelligent Enterprise, Access Date: 26 October 2005, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
:[2] [Seyfang et al., 2005] Leonhard Seyfang, Heinrich Fritz, Stefan Schnabl, Gioia Baldass , Gruppe G8 - Aufgabe 1 - Chart Junk, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G8_-_Aufgabe_1_-_Chart_Junk&lt;br /&gt;
&lt;br /&gt;
:[3] [Muster et al.,2005] Anna Muster, Jürgen Puchta, Christian Rainer, Christoph Sölder, Gruppe G4 - Aufgabe 1 - Lie Factor, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G4_-_Aufgabe_1_-_Lie_Factor&lt;br /&gt;
&lt;br /&gt;
:[4] [Starl and Froschauer, 2005] Erwin Starl, Joseph Froschauer, Gruppe G7 - Aufgabe 1, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Gestalt_Laws&lt;br /&gt;
&lt;br /&gt;
:[5] [Havre et al., 1999] Susan Havre, Beth Hetzler, Lucy Nowell, ThemeRiver(TM): In Search of Trends, Patterns, and Relationships, Battelle Pacific Northwest Division, 1999. http://citeseer.ist.psu.edu/havre99themerivertm.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_worldwide_car_production2.png&amp;diff=7842</id>
		<title>File:Infovis worldwide car production2.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_worldwide_car_production2.png&amp;diff=7842"/>
		<updated>2005-11-14T09:46:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Worldwide Car Production 1977-80.
ThemeRiver without vertical dotted lines.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Worldwide Car Production 1977-80.&lt;br /&gt;
ThemeRiver without vertical dotted lines.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_worldwide_car_production.png&amp;diff=7841</id>
		<title>File:Infovis worldwide car production.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_worldwide_car_production.png&amp;diff=7841"/>
		<updated>2005-11-14T09:45:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Worldwide Car Production 1977-80.
ThemeRiver with vertical dotted lines.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Worldwide Car Production 1977-80.&lt;br /&gt;
ThemeRiver with vertical dotted lines.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7809</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7809"/>
		<updated>2005-11-09T10:51:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Inkscape-Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bewertung ==&lt;br /&gt;
&#039;&#039;&#039;Punkte: 12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Begründung:&#039;&#039;&#039;&lt;br /&gt;
*Analyse OK&lt;br /&gt;
*Die Erklärung der Verbesserungen ist relativ kurz ausgefallen&lt;br /&gt;
*Die verbesserte Grafik ist selber noch verbesserungswürdig:&lt;br /&gt;
**Grundsätzlich ist die Wahl eines Balkendiagramm zur Darstellung dieser Daten NICHT ideal. Wichtig ist hier vor allem, wie die Werte sich über die Zeit entwickelt haben. Für diesen Zweck wäre ein Liniendiagramm wesentlich besser geeignet.&lt;br /&gt;
**Meiner Meinung nach würde die [http://citeseer.ist.psu.edu/havre99themerivertm.html ThemeRiver] Technik für diesen Zweck sehr gut geeignet sein, da man hier neben der Entwicklung über die Zeit auch die Verhältnismäßigkeiten zwischen den Kategorien gut verfolgen kann.&lt;br /&gt;
**Vertikaler Text ist schwer lesbar. Desweiteren erfolgt die die y-Achsenbeschriftung von unten nach oben und die Beschriftung der Balken von oben nach unten. Besser wäre eine horizontale Anzeige der Prozentwerte oder noch besser die Wahl einer Darstellung aus der man auch die Verhältnisse innerhalb eines Jahres ablesen kann (ohne textuell Prozentwerte angeben zu müssen).&lt;br /&gt;
**Die Umrandung der Balken erniedrigt den &amp;quot;Data-Ink Ratio&amp;quot; und sollte entfallen.&lt;br /&gt;
**Was man weiters aus eurer Grafik nicht ablesen kann, ist die Entwicklung der Autoproduktion weltweit (also die Summe aller Länder) - Ist sie gestiegen, gesunken, gleich geblieben?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ihr habt die Möglichkeit, eure Ausarbeitung bis 16.11.2005 zu überarbeiten, um die derzeitigen Unzulänglichkeiten auszubessern. Wird das gemacht, so werden die Punkte danach klarerweise aufgewertet.&lt;br /&gt;
&lt;br /&gt;
-- [[User:Iwolf|Wolfgang Aigner]] 18:56, 5 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; Diskussionsbeitrag Themeriver &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:world_car_production_themeriver.jpg]]&lt;br /&gt;
&lt;br /&gt;
oder: Thanx to [http://www.inkscape.org inkscape]....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hallo Leute! Ist das eine Richtung, in die man weiter gehen kann?&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 11:41, 8 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
Neue Version geuploadet.&lt;br /&gt;
&lt;br /&gt;
Comments?&lt;br /&gt;
&lt;br /&gt;
Wie sieht das aus mit den Werten, die in der Grafik stehen? Weglassen? Durch Prozentzahlen ersetzen/erweitern?&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 11:51, 9 November 2005 (CET)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7801</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7801"/>
		<updated>2005-11-08T10:41:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bewertung ==&lt;br /&gt;
&#039;&#039;&#039;Punkte: 12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Begründung:&#039;&#039;&#039;&lt;br /&gt;
*Analyse OK&lt;br /&gt;
*Die Erklärung der Verbesserungen ist relativ kurz ausgefallen&lt;br /&gt;
*Die verbesserte Grafik ist selber noch verbesserungswürdig:&lt;br /&gt;
**Grundsätzlich ist die Wahl eines Balkendiagramm zur Darstellung dieser Daten NICHT ideal. Wichtig ist hier vor allem, wie die Werte sich über die Zeit entwickelt haben. Für diesen Zweck wäre ein Liniendiagramm wesentlich besser geeignet.&lt;br /&gt;
**Meiner Meinung nach würde die [http://citeseer.ist.psu.edu/havre99themerivertm.html ThemeRiver] Technik für diesen Zweck sehr gut geeignet sein, da man hier neben der Entwicklung über die Zeit auch die Verhältnismäßigkeiten zwischen den Kategorien gut verfolgen kann.&lt;br /&gt;
**Vertikaler Text ist schwer lesbar. Desweiteren erfolgt die die y-Achsenbeschriftung von unten nach oben und die Beschriftung der Balken von oben nach unten. Besser wäre eine horizontale Anzeige der Prozentwerte oder noch besser die Wahl einer Darstellung aus der man auch die Verhältnisse innerhalb eines Jahres ablesen kann (ohne textuell Prozentwerte angeben zu müssen).&lt;br /&gt;
**Die Umrandung der Balken erniedrigt den &amp;quot;Data-Ink Ratio&amp;quot; und sollte entfallen.&lt;br /&gt;
**Was man weiters aus eurer Grafik nicht ablesen kann, ist die Entwicklung der Autoproduktion weltweit (also die Summe aller Länder) - Ist sie gestiegen, gesunken, gleich geblieben?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ihr habt die Möglichkeit, eure Ausarbeitung bis 16.11.2005 zu überarbeiten, um die derzeitigen Unzulänglichkeiten auszubessern. Wird das gemacht, so werden die Punkte danach klarerweise aufgewertet.&lt;br /&gt;
&lt;br /&gt;
-- [[User:Iwolf|Wolfgang Aigner]] 18:56, 5 November 2005 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; Diskussionsbeitrag Themeriver &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:world_car_production_themeriver.jpg]]&lt;br /&gt;
&lt;br /&gt;
oder: Wie zwinge ich Excel dazu, den River fließen zu lassen....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hallo Leute! Ist das eine Richtung, in die man weiter gehen kann?&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 11:41, 8 November 2005 (CET)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:World_car_production_themeriver.jpg&amp;diff=7800</id>
		<title>File:World car production themeriver.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:World_car_production_themeriver.jpg&amp;diff=7800"/>
		<updated>2005-11-08T10:37:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Diskussionsbeitrag Themeriver
Worldwide car production 1977-1980&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Diskussionsbeitrag Themeriver&lt;br /&gt;
Worldwide car production 1977-1980&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Worldcarprod.jpg&amp;diff=7528</id>
		<title>File:Worldcarprod.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Worldcarprod.jpg&amp;diff=7528"/>
		<updated>2005-11-03T15:40:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
World Car Production 1977-80&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1&amp;diff=7510</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1&amp;diff=7510"/>
		<updated>2005-11-03T13:38:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Bewertung ==&lt;br /&gt;
&#039;&#039;&#039;Punkte: 18&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Begründung:&#039;&#039;&#039;&lt;br /&gt;
*Formatierung für Literaturverweise nicht eingehalten&lt;br /&gt;
*Formatierung für Literaturangaben fehlerhaft&lt;br /&gt;
*Zitate nicht richtig formatiert / Formatierungstemplates nicht verwendet&lt;br /&gt;
*Formatierung der Quellenangaben bei Bildern fehlerhaft&lt;br /&gt;
*Ausarbeitung der Gestalt Laws sehr gut&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ihr habt die Möglichkeit, eure Ausarbeitung bis 3.11.2005 zu überarbeiten, um die derzeitigen Unzulänglichkeiten auszubessern. Wird das gemacht, so werden die Punkte danach klarerweise aufgewertet.&lt;br /&gt;
&lt;br /&gt;
-- [[User:Iwolf|Wolfgang Aigner]] 18:00, 26 October 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ich hoffe, wir haben jetzt die Fehler gefunden. Ist das Quotation-Template in &amp;quot;Gestalt Laws&amp;quot; richtig verwendet? (Bzw. war das mit &amp;quot;Zitate nicht richtig formatiert / Formatierungstemplates nicht verwendet&amp;quot; gemeint?)&lt;br /&gt;
&lt;br /&gt;
--[[User:UE-InfoVis0506 9426777|UE-InfoVis0506 9426777]] 14:38, 3 November 2005 (CET)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7509</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7509"/>
		<updated>2005-11-03T13:35:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Copied links from discussion page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Relative Size (Smaller components tend to be perceived as objects.) ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background [Dürsteler, 2000]}} &lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;relative size&amp;quot; in other contexts==&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, [http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2 Gestalt and Visual Momentum]. Created at 2000-11-27, Retrieved at Oct 25, 2005. http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
[Ware, 1999] Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, [http://www.aber.ac.uk/media/Modules/MC10220/visper06.html Visual Perception 6], &#039;&#039;University of Texas at Austin&#039;&#039;, Retrieved at Oct 25, 2005. http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Further readings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Chandler, 1997] Daniel Chandler, [http://www.aber.ac.uk/media/Modules/MC10220/visper02.html Visual Perception 2], &#039;&#039;University of Texas at Austin&#039;&#039;, Retrieved at October 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Chi, 2000] Ed H. Chi, [http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf Representing Data using Static and moving patterns], &#039;&#039;Xerox Parc&#039;&#039;, 2000, Retrieved at October 25, 2005. http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Boeree, 2002] George Boeree, [http://www.ship.edu/~cgboeree/genpsyperception.html Perception and interaction], &#039;&#039;Shippensburg University&#039;&#039;, 2002, Retrieved at: October 25, 2005. http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Allen, 2005] Chuck Allen, [http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm Visual Perception - Graphic Design Concepts], &#039;&#039;Technology Resource Center&#039;&#039;, Cal State San Marcos, Last revised at: March 1, 2005, Retrieved at: November 3, 2005. http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf Optical Illusions], &#039;&#039;SAP Design Guild&#039;&#039;. Retrieved at: November 3, 2005. http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Headscape, 2005] Headcape Ltd, [http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54 Usability vs Graphic Design ], &#039;&#039;Headscape Ltd.&#039;&#039;, Salisbury. Retrieved at: November 3, 2005. http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Starphoto, 2005] Ron Johnson (Curator), [http://www.startphoto.com/learn/art/principles_of_design.htm Principles of design ], &#039;&#039;Starphoto - online photographic art community&#039;&#039;. Retrieved at: November 3, 2005. http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Unknown] Unknown Author [http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html Perception], &#039;&#039;University of Arkansas&#039;&#039; Retrieved at: November 3, 2005. http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Pragnanz.gif&amp;diff=7507</id>
		<title>File:Pragnanz.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Pragnanz.gif&amp;diff=7507"/>
		<updated>2005-11-03T13:30:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Wiley, 2001] Jennifer Wiley [http://www.uic.edu/classes/psych/psych352jw/c4.html Cognition and Memory, Course 2001 Web Page], University of Illinois at Chicago, Spring 2001, Retrieved at October 20, 2005. http://www.uic.edu/classes/psych/psych352jw/c4.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Symmetry.gif&amp;diff=7506</id>
		<title>File:Symmetry.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Symmetry.gif&amp;diff=7506"/>
		<updated>2005-11-03T13:28:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, [http://www.aber.ac.uk/media/Modules/MC10220/visper06.html Visual Perception 6], &#039;&#039;University of Texas at Austin&#039;&#039;, Retrieved at October 20, 2005. http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Past2.gif&amp;diff=7503</id>
		<title>File:Past2.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Past2.gif&amp;diff=7503"/>
		<updated>2005-11-03T13:27:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Schmidt, 2005] Charles F. Schmidt, [http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html On Perceptual Grouping].  Retrieved at: October 20, 2005. http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Past3.gif&amp;diff=7501</id>
		<title>File:Past3.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Past3.gif&amp;diff=7501"/>
		<updated>2005-11-03T13:27:29Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Schmidt, 2005] Charles F. Schmidt, [http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html On Perceptual Grouping].  Retrieved at: October 20, 2005. http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Past.gif&amp;diff=7500</id>
		<title>File:Past.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Past.gif&amp;diff=7500"/>
		<updated>2005-11-03T13:27:19Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Schmidt, 2005] Charles F. Schmidt, [http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html On Perceptual Grouping].  Retrieved at: October 20, 2005. http://www.rci.rutgers.edu/~cfs/305_html/Gestalt/wertheimer2.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Figureground.gif&amp;diff=7498</id>
		<title>File:Figureground.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Figureground.gif&amp;diff=7498"/>
		<updated>2005-11-03T13:05:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Boeree, 2000] George Boeree, [http://www.ship.edu/~cgboeree/gestalt.html Gestalt Psychology], &#039;&#039;Shippensburg University&#039;&#039;, 2002, Retrieved at: October 20, 2005. http://www.ship.edu/~cgboeree/gestalt.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Common.gif&amp;diff=7497</id>
		<title>File:Common.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Common.gif&amp;diff=7497"/>
		<updated>2005-11-03T13:04:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Pedroza, 2005] Carlos Pedroza, [http://coe.sdsu.edu/eet/articles/visualperc1/start.htm Visual Perception: Gestalt Laws], College of Education, San Diego State University. Retrieved at: October 20, 2005. http://coe.sdsu.edu/eet/articles/visualperc1/start.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Continuation.gif&amp;diff=7496</id>
		<title>File:Continuation.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Continuation.gif&amp;diff=7496"/>
		<updated>2005-11-03T13:02:22Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html Optical Illusions], SAP Design Guild. Retrieved at: October 20, 2005. http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Closure.gif&amp;diff=7495</id>
		<title>File:Closure.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Closure.gif&amp;diff=7495"/>
		<updated>2005-11-03T13:02:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html Optical Illusions], SAP Design Guild. Retrieved at: October 20, 2005. http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Similarity.gif&amp;diff=7494</id>
		<title>File:Similarity.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Similarity.gif&amp;diff=7494"/>
		<updated>2005-11-03T13:02:04Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html Optical Illusions], SAP Design Guild. Retrieved at: October 20, 2005. http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Proximity.gif&amp;diff=7493</id>
		<title>File:Proximity.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Proximity.gif&amp;diff=7493"/>
		<updated>2005-11-03T13:01:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html Optical Illusions], SAP Design Guild. Retrieved at: October 20, 2005. http://www.sapdesignguild.org/resources/optical_illusions/gestalt_laws.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7489</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_2&amp;diff=7489"/>
		<updated>2005-11-03T12:52:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Typos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic ==&lt;br /&gt;
[[Image:Perceptualedge03world-car-production.gif|none|thumb|600px|World Car Production 1977-80 (click on image for larger version)]]&lt;br /&gt;
&lt;br /&gt;
== Drawbacks ==&lt;br /&gt;
&lt;br /&gt;
This image is far away from a good Visualization of the underlying Data. It has drawbacks according to some well known Design Principles, which we will explain in the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;data ink&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Everything that communicates actual data is data ink and is needed.[Few,2004] But our image contains some unnecessary data ink. The white Border around all the charts and the white lines around each single chart and between the pies of the charts are unnecessary data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;color&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
Lines, bars and charts should be colored in a way, that not one color stands out more prominently than the others, thus supporting the equal importance of the three data sets.[Few,2004] In our image the red and blue pies of the charts violate this principle because they stand out more prominently than the others.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;lie factor&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
The lie lactor is a value to describe the relation between the size of effect shown in a graphic and the size of effect shown in the data.[Muster et al.,2005] The first problem is, it seems that we look at the image not from the front but a little from the side. That distorts the message since neither the angles nor the areas are in proportion to the data.[Seyfang et al., 2005] The second one is that the charts have different distances to each other. The distance of the chart 1977 to the chart 1978 is shorter than that from 1979 to 1980. It schould be the same.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;past experience&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
That means that past experience have an effect on how we see and interpret things.[Starl and Froschauer, 2005] You can say that our image somehow violates this principle. We are used to read from left to right, but the charts on the image are organized from right to left. This can be confusing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- &#039;&#039;&#039;simplicity&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
You should keep your image as simple as possible, which also means that you have to reduce redundant information.[Few,2004] Our image violates this principle. The percentage of a lands contribution to the world production is shown on one hand via the angle and size of the pies and on the other hand it is written numerical above the pies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Updated Picture ==&lt;br /&gt;
&lt;br /&gt;
[[Image:worldcarprod.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Changes ==&lt;br /&gt;
&lt;br /&gt;
Our objective was to present the information as simple and transparent as possible. In order to achieve this, we use a two-dimensional diagram with grouped bars. It is much easier to compare the different values with one another than it was before. The different colours are clearly distinguishable on white background, the values are good readable and the temporal sequence goes from left to right. We intentionally abstained from a three-dimensional look because it is not necessary and moreover confuses the viewer.  &lt;br /&gt;
All in all the graphic looks much more orderly and simplified. &lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
:[1] [Few, 2004] Stephen Few, Elegance Through Simplicity, Intelligent Enterprise, Access Date: 26 October 2005, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
:[2] [Seyfang et al., 2005] Leonhard Seyfang, Heinrich Fritz, Stefan Schnabl, Gioia Baldass , Gruppe G8 - Aufgabe 1 - Chart Junk, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G8_-_Aufgabe_1_-_Chart_Junk&lt;br /&gt;
&lt;br /&gt;
:[3] [Muster et al.,2005] Anna Muster, Jürgen Puchta, Christian Rainer, Christoph Sölder, Gruppe G4 - Aufgabe 1 - Lie Factor, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G4_-_Aufgabe_1_-_Lie_Factor&lt;br /&gt;
&lt;br /&gt;
:[4] [Starl and Froschauer, 2005] Erwin Starl, Joseph Froschauer, Gruppe G7 - Aufgabe 1, InfoVis Wiki, Access Date: 26 October 2005, http://www.infovis-wiki.net/index.php/Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Gestalt_Laws&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7487</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7487"/>
		<updated>2005-11-03T12:45:05Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: References reformated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Relative Size (Smaller components tend to be perceived as objects.) ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background [Dürsteler, 2000]}} &lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;relative size&amp;quot; in other contexts==&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, [http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2 Gestalt and Visual Momentum]. Created at 2000-11-27, Retrieved at Oct 25, 2005. http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
[Ware, 1999] Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, [http://www.aber.ac.uk/media/Modules/MC10220/visper06.html Visual Perception 6], &#039;&#039;University of Texas at Austin&#039;&#039;, Retrieved at Oct 25, 2005. http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Further readings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Chandler, 1997] Daniel Chandler, [http://www.aber.ac.uk/media/Modules/MC10220/visper02.html Visual Perception 2], &#039;&#039;University of Texas at Austin&#039;&#039;, Retrieved at October 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Chi, 2000] Ed H. Chi, [http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf Representing Data using Static and moving patterns], &#039;&#039;Xerox Parc&#039;&#039;, 2000, Retrieved at October 25, 2005. http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Boeree, 2002] George Boeree, [http://www.ship.edu/~cgboeree/genpsyperception.html Perception and interaction], &#039;&#039;Shippensburg University&#039;&#039;, 2002, Retrieved at: October 25, 2005. http://www.ship.edu/~cgboeree/genpsyperception.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7482</id>
		<title>Teaching talk:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching_talk:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7482"/>
		<updated>2005-11-03T12:39:12Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Referenzen erweitert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;wie könnten wir diese links als Referenzen angeben?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Suche nach Autor, Seitentitel, woher die Seite kommt, ... (Angaben laut: [[Help:Citation_%26_Bibilography_Format#Web_Resources]]).&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;zum Beispiel:&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*[Allen, 2005] Chuck Allen, [http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm Visual Perception - Graphic Design Concepts], &#039;&#039;Technology Resource Center&#039;&#039;, Cal State San Marcos, Last revised at: March 1, 2005, Retrieved at: November 3, 2005. http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Winkler, 2005] Compiled by Ramona Winkler, edited by Gerd Waloszek, [http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf Optical Illusions], &#039;&#039;SAP Design Guild&#039;&#039;. Retrieved at: November 3, 2005. http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Headscape, 2005] Headcape Ltd, [http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54 Usability vs Graphic Design ], &#039;&#039;Headscape Ltd.&#039;&#039;, Salisbury. Retrieved at: November 3, 2005. http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Starphoto, 2005] Ron Johnson (Curator), [http://www.startphoto.com/learn/art/principles_of_design.htm Principles of design ], &#039;&#039;Starphoto - online photographic art community&#039;&#039;. Retrieved at: November 3, 2005. http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[Unknown] Unknown Author [http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html Perception], &#039;&#039;University of Arkansas&#039;&#039; Retrieved at: November 3, 2005. http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7025</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7025"/>
		<updated>2005-10-25T21:39:08Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background [Dürsteler, 2000]}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a few other links:&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7024</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=7024"/>
		<updated>2005-10-25T21:38:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background [Dürsteler, 2000]}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a few other links:&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6829</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6829"/>
		<updated>2005-10-25T17:47:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background [Dürsteler, 2000]}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6828</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6828"/>
		<updated>2005-10-25T17:44:31Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background}} [Dürsteler, 2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_perspective.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_relsize_perspective.png&amp;diff=6827</id>
		<title>File:Infovis relsize perspective.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_relsize_perspective.png&amp;diff=6827"/>
		<updated>2005-10-25T17:44:12Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Smaller objects seem farther away&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Smaller objects seem farther away&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
public domain&lt;br /&gt;
== Source ==&lt;br /&gt;
created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6826</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6826"/>
		<updated>2005-10-25T17:37:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background}} [Dürsteler, 2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
[[Image:Infovis_relsize_next.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Infovis_relsize_next.png&amp;diff=6825</id>
		<title>File:Infovis relsize next.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Infovis_relsize_next.png&amp;diff=6825"/>
		<updated>2005-10-25T17:36:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: Change of relative size -&amp;gt; Change of perceived importance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Change of relative size -&amp;gt; Change of perceived importance&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
public domain&lt;br /&gt;
== Source ==&lt;br /&gt;
Created by uploader&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6822</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6822"/>
		<updated>2005-10-25T17:29:16Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background}} [Dürsteler, 2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
In some publications the same effect is called &amp;quot;smallness&amp;quot; [Chandler, 1997], because the visual focus lies on the smaller object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Chandler, 1997] Daniel Chandler, Visual Perception 6, accessed Oct 25, 2005 http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6813</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6813"/>
		<updated>2005-10-25T17:04:35Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; is used in the context of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Definition|The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background}} [Dürsteler, 2000]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In visual design, the term &amp;quot;relative size&amp;quot; is also used in the following contexts:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[Dürsteler, 2000] Juan C. Dürsteler, Gestalt and Visual Momentum. Created at 2000-11-27&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
this article is based on &lt;br /&gt;
&lt;br /&gt;
Colin Ware. Information Visualization: Perception for Design. Morgan Kaufmann series in interactive technologies, 1999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6579</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6579"/>
		<updated>2005-10-25T08:41:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
the term &amp;quot;relative size&amp;quot; refers to one of the [[Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Gestalt Laws| Gestalt Laws]] of grouping, and describes how we perceive figures of different sizes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; inside &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller figure which is placed inside a larger one is percieved as being the object, while the larger figure is seen as the background on which the smaller one rests.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:relsize.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The star on the left looks like it was placed on a circular background.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; next to &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If two objects placed next to each other do not share the same size, the bigger object is perceived as being the one more important.&lt;br /&gt;
&lt;br /&gt;
When these objects change size relative to each other, this gives the impression of changed importance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other trivial examples for static relative sizes are of course the headlines and titles in contrast to normal text on this page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A smaller object with the same outline is seen as being farther away than the first one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background &lt;br /&gt;
&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
!http://www.uark.edu/misc/lampinen/PSYC2003_PERCEPTION.html&lt;br /&gt;
&lt;br /&gt;
!http://www-users.cs.umn.edu/~echi/tutorial/perception2000/2000-05-EdChi-VisualPatterns-CHI2000-notes.pdf&lt;br /&gt;
-----------------------------------------------------------&lt;br /&gt;
!http://lifesciassoc.home.pipeline.com/instruct/percept/e_theory.htm&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;br /&gt;
&lt;br /&gt;
!http://www.sapdesignguild.org/resources/optical_illusions/optical_illusions.pdf&lt;br /&gt;
&lt;br /&gt;
!http://www.ship.edu/~cgboeree/genpsyperception.html&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6480</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6480"/>
		<updated>2005-10-24T15:00:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background &lt;br /&gt;
&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.csusm.edu/iits/trc/training/lessons/graphicDesign/d2Perception/2_design_perception.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6479</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6479"/>
		<updated>2005-10-24T14:56:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: /* Relative Size */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background &lt;br /&gt;
&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper02.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.aber.ac.uk/media/Modules/MC10220/visper06.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6478</id>
		<title>Teaching:TUW - UE InfoVis WS 2005/06 - Gruppe G7 - Aufgabe 1 - Relative Size</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2005/06_-_Gruppe_G7_-_Aufgabe_1_-_Relative_Size&amp;diff=6478"/>
		<updated>2005-10-24T14:43:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Relative Size ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; Sources &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The smaller components of a figure or pattern tend to be perceived as objects while the biggest are perceived as background &lt;br /&gt;
&lt;br /&gt;
http://www.infovis.net/printMag.php?num=19&amp;amp;lang=2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.headscape.co.uk/view_article.asp?PageId=5&amp;amp;ArticleId=54&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.startphoto.com/learn/art/principles_of_design.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0506_9426777&amp;diff=6035</id>
		<title>User:UE-InfoVis0506 9426777</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0506_9426777&amp;diff=6035"/>
		<updated>2005-10-16T14:54:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Whoami ==&lt;br /&gt;
Lehrer, Thomas&lt;br /&gt;
&lt;br /&gt;
9426777&lt;br /&gt;
&lt;br /&gt;
881&lt;br /&gt;
&lt;br /&gt;
thomas at lehrer.cc&lt;br /&gt;
&lt;br /&gt;
[[Teaching:TUW_-_UE_InfoVis_WS_2005/06_-Gruppe_G7|Gruppe 7]]&lt;br /&gt;
&lt;br /&gt;
== irrelevant data ==&lt;br /&gt;
&lt;br /&gt;
[http://www.lehrer.cc Meine Homepage]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0506_9426777&amp;diff=6034</id>
		<title>User:UE-InfoVis0506 9426777</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=User:UE-InfoVis0506_9426777&amp;diff=6034"/>
		<updated>2005-10-16T14:49:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0506 9426777: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Whoami ==&lt;br /&gt;
Lehrer, Thomas&lt;br /&gt;
&lt;br /&gt;
9426777&lt;br /&gt;
&lt;br /&gt;
881&lt;br /&gt;
&lt;br /&gt;
thomas at lehrer.cc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== irrelevant data ==&lt;br /&gt;
&lt;br /&gt;
[http://www.lehrer.cc Meine Homepage]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0506 9426777</name></author>
	</entry>
</feed>