<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis0607+0325237</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis0607+0325237"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis0607_0325237"/>
	<updated>2026-06-06T13:50:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12249</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12249"/>
		<updated>2006-12-18T21:43:26Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname: conversation landscape&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Classes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
It is the main entry class for the project.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
We did not use any special libraries or toolkits&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12248</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12248"/>
		<updated>2006-12-18T21:43:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Classes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
It is the main entry class for the project.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
We did not use any special libraries or toolkits&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12247</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12247"/>
		<updated>2006-12-18T21:41:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Classes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
It is the main entry class for the project.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
We did not use any special libraries or toolkits&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12246</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12246"/>
		<updated>2006-12-18T21:41:34Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
It is the main entry class for the project.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
We did not use any special libraries or toolkits&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12245</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12245"/>
		<updated>2006-12-18T21:38:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
It is the main entry class for the project.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12244</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12244"/>
		<updated>2006-12-18T21:36:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039; calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12243</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12243"/>
		<updated>2006-12-18T21:34:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer. After createing the x and y axis and set the RangeQueryBinding to the y-axis (time), we applay the LineFilter and LineLayout. In this class we also create the ToolTipControl (text of each Label is shown on the right upper side), display and listeners.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12242</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12242"/>
		<updated>2006-12-18T21:29:18Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; we Calculate the maximum and minimum time that should be displayed,  create the Visualization and add our table and the Shema for the Lines. &lt;br /&gt;
The Text is rendered in a LabelRenderer, fot the Lines we created our own LineRenderer and the Axis has the AxisRenderer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12241</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12241"/>
		<updated>2006-12-18T21:04:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  It loads the chatprotocoll into a table and adds the ConversationLandscapes.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;calculates the connection between the items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039; calculates the lines between the items (performed at each update).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039; draws the lines.&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12240</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12240"/>
		<updated>2006-12-18T21:00:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main Class&#039;&#039;&#039; initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser Class&#039;&#039;&#039; contains the visual and functional components to choose a file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12239</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12239"/>
		<updated>2006-12-18T20:58:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main&#039;&#039;&#039;&lt;br /&gt;
It initialises and updates the JFrame, containing the Source Chooser, the Visualisation, ... .  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SourceChooser&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12238</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12238"/>
		<updated>2006-12-18T20:46:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Klassen&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Main&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;SourceChooser&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;ConversationLandscape&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;LineFilter&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;LineLayout&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;LineRenderer&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12237</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12237"/>
		<updated>2006-12-18T20:37:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors: [[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03|Gruppe 03 (Kopfer, Weber, Brosch, Savio)]]&lt;br /&gt;
&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12236</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12236"/>
		<updated>2006-12-18T20:36:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: example data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors:&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Example Data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Time	Person	Text&lt;br /&gt;
&lt;br /&gt;
20	Mikie	Weiter so weiter so die nächste Tür kommt&lt;br /&gt;
21	Monster	Hol mir schnell die nächste Tür&lt;br /&gt;
22	Chef	Na, was gibt es heute für eine Schrekensbilanz?	&lt;br /&gt;
24	Monster	Das Kind wollte mich anfassen, es war so nah drann!&lt;br /&gt;
25	Chef	Du könntest fast tot sein! Und schon wieder ist eine Tür weg.&lt;br /&gt;
26	Mikie	huch&lt;br /&gt;
27	Monster	Wenn in 5 Sekunden keine neue Tür da ist, zeig ich dir wie ein Türvernichter von innen aussieht.&lt;br /&gt;
28	Mikie	Kontaminationsalarm!!&lt;br /&gt;
29	Chef	Kontaminationsalarm, AHHHHHHH!!!&lt;br /&gt;
30	Monster	AHHH, ein Kind, ein Kind AHHH!&lt;br /&gt;
31	Mikie	Gefahr beseitigt, das war ganz schön knapp&lt;br /&gt;
32	Chef	Okay, halbe Stunde Pause&lt;br /&gt;
33	Mikie	Juchu&lt;br /&gt;
34	Monster	Essen fasssen!&lt;br /&gt;
35	Mikie	Ich hasse Kontaminierung&lt;br /&gt;
36	Monster	Ich auch&lt;br /&gt;
37	Chef	Noch mehr Kontaminierung und ich gehe in Konkurs&lt;br /&gt;
38	Monster	Die Kinder heutzutage haben keine Angst mehr&lt;br /&gt;
39	Mikie	mhm&lt;br /&gt;
40	Chef	Früher war alles besser&lt;br /&gt;
41	Mikie	jajaja, die guten alten Zeiten&lt;br /&gt;
50	Chef	AN DIE ARBEIT DIE PAUSE IST VORBEI!&lt;br /&gt;
51	Mikie	nageh, ich mag pause.&lt;br /&gt;
52	Monster	Ich tirnk noch schnell aus&lt;br /&gt;
53	Chef	Nö!&lt;br /&gt;
54	Monster	doch&lt;br /&gt;
55	Mikie	Ich trink auf dem weg zurück&lt;br /&gt;
56	Monster	ok&lt;br /&gt;
57	Chef	nagut&lt;br /&gt;
58	Mikie	Manchmal bin ich so romantisch dass ich mich selbst heiraten will&lt;br /&gt;
59	Monster	Laberlaberblah&lt;br /&gt;
60	Mikie	Ich hab vergessen meine berichte abzugeben&lt;br /&gt;
61	Glubsch	ja, die pinken sind für die sekretärin, die blauen sind für die susi und die anderen sind für den mist&lt;br /&gt;
62	Mikie	ok&lt;br /&gt;
63	Chef	ahhhhhhhhh, ein kind!&lt;br /&gt;
63	Kind	Laberlaberblah&lt;br /&gt;
64	Monster	AHHHHHH&lt;br /&gt;
64	Glubsch	AHHHHHHHHHHHH!!! KINND!&lt;br /&gt;
64	Mikie	AHH! HILFE! Kontamination!&lt;br /&gt;
65	Kind	Sabbersabberblah&lt;br /&gt;
66	Kind	Laberkinderpsracheblubpingpongdingsi&lt;br /&gt;
67	Mikie	quieetsch!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12235</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12235"/>
		<updated>2006-12-18T20:33:31Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors:&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. You can choose a file with a  chat protokoll (&amp;quot;choose file ...&amp;quot;) and add it, to get the visualisation of another gorup.&lt;br /&gt;
&lt;br /&gt;
In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12234</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12234"/>
		<updated>2006-12-18T20:30:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors:&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting. If you mouseover a horizontal line the color changes and the text of the posting is shown above the Charts.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12233</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12233"/>
		<updated>2006-12-18T20:01:56Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors:&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12232</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype -Documentation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Prototype_-Documentation&amp;diff=12232"/>
		<updated>2006-12-18T20:01:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Documentation===&lt;br /&gt;
Projectname:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
authors:&lt;br /&gt;
*Taskdescription&lt;br /&gt;
Our task was to implement a prototype of a conversation landscape visualisation.&lt;br /&gt;
&lt;br /&gt;
Conversation Landscapes are a method to visualize archives of Chats. In this 2D modell, chat user are arranged along the x axis and the y axis represent time. The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
The viewer can easily read out the time between postings as periods of silence. Convesation Landscapes show the interaction patterns of the conversation at a glance, flurries of animated discussion are as easily readable as logins and logouts. &lt;br /&gt;
&lt;br /&gt;
*Implementation&lt;br /&gt;
*Screenshot&lt;br /&gt;
[[Image:Image:Screenshot1.png]]&lt;br /&gt;
*Used Toolkits bzw. Libraries&lt;br /&gt;
*Links to further documentations&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Screenshot1.png&amp;diff=12231</id>
		<title>File:Screenshot1.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Screenshot1.png&amp;diff=12231"/>
		<updated>2006-12-18T20:01:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: prototype of a conversation landscape visualisation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
prototype of a conversation landscape visualisation&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3&amp;diff=12212</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3&amp;diff=12212"/>
		<updated>2006-12-18T09:26:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Aufgabe 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Aufgabe 3 ===&lt;br /&gt;
*&#039;&#039;&#039;[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique|Technique]]&#039;&#039;&#039;&lt;br /&gt;
*&#039;&#039;&#039;[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Prototype|Prototype]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11962</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11962"/>
		<updated>2006-12-01T15:44:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* User-Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Circles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|Conversation Landscape]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are an interface to visualize the archive of Chat Cirles. In this 2D modell, chat user are arranged along the x axis and the y axis represent time.&lt;br /&gt;
The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
In Conversation Landscape users can interact with the visualisation to see individual conversations (users line) and read the postings (select horizontal bar). Single postings can be accessed on the history threads through a mouse-over effect.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Highlighting of a thread. After focusing of an individual interaction history the thread along with the portions of othere threads that were within hearing range is highlighted.&lt;br /&gt;
* Zooming of the whole conversation landscape&lt;br /&gt;
* Navigation within the landscape&lt;br /&gt;
* Textual Search within the messages.&lt;br /&gt;
* Selection&lt;br /&gt;
* Dynamic querying&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
Loom is a visualization tool for conversations and interqactions in usenet groups.&lt;br /&gt;
In the most basic setting of Loom dots represent individual postings. The more advanced settig traces the connection between sequential posts in a thread.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11959</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11959"/>
		<updated>2006-12-01T15:38:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Circles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are an interface to visualize the archive of Chat Cirles. In this 2D modell, chat user are arranged along the x axis and the y axis represent time.&lt;br /&gt;
The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
In Conversation Landscape users can interact with the visualisation to see individual conversatons (users line) and read the postings (select horizontal bar).&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Highlighting of a thread. After focusing of an individual interaction history the thread along with the portions of othere threads that were within hearing range is highlighted.&lt;br /&gt;
* Zooming of the whole Conversation Landscape&lt;br /&gt;
* Navigation within the Landscape&lt;br /&gt;
* Textual Search within the messages.&lt;br /&gt;
* Selection&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
Loom is a visualization tool for Usenet groups.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11956</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11956"/>
		<updated>2006-12-01T15:32:19Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* User-Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Circles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are an interface to visualize the archive of Chat Cirles. In this 2D modell, chat user are arranged along the x axis and the y axis represent time.&lt;br /&gt;
The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
In Conversation Landscape users can interact with the visualisation to see individual conversatons (users line) and read the postings (select horizontal bar).&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11955</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11955"/>
		<updated>2006-12-01T15:31:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* User-Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Circles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are an interface to visualize the archive of Chat Cirles. In this 2D modell, chat user are arranged along the x axis and the y axis represent time.&lt;br /&gt;
The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
In the Conversation Landscape users can interact with the visualisation to see individual conversatons (users line) and read the postings (select horizontal bar).&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11952</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11952"/>
		<updated>2006-12-01T14:59:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Conversation Landscape */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are an interface to visualize the archive of Chat Cirles. In this 2D modell, chat user are arranged along the x axis and the y axis represent time.&lt;br /&gt;
The horizontal lines are postings, a longer line represents a longer posting.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11951</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11951"/>
		<updated>2006-12-01T14:56:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Conversation Landscape ===&lt;br /&gt;
Conversation Landscapes are a an interface to visualize the archive of Chat Cirles.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11950</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11950"/>
		<updated>2006-12-01T14:55:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|groups of circles]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb|archive]]&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11949</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11949"/>
		<updated>2006-12-01T14:54:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png|thumb]]&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11948</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11948"/>
		<updated>2006-12-01T14:54:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
[[Image:Chatcircles.png]]&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Chatcircles.png&amp;diff=11947</id>
		<title>File:Chatcircles.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Chatcircles.png&amp;diff=11947"/>
		<updated>2006-12-01T14:53:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: The graphical interface to the Chat Circles archives. 
Vertical lines show the activity of one participant
Horizontal lines are postings. 
Highlighting shows who was within hearing range of the selected participant at any given time. 



[Donath et al., 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The graphical interface to the Chat Circles archives. &lt;br /&gt;
Vertical lines show the activity of one participant&lt;br /&gt;
Horizontal lines are postings. &lt;br /&gt;
Highlighting shows who was within hearing range of the selected participant at any given time. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11946</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11946"/>
		<updated>2006-12-01T14:45:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* User-Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around. So identity is marked by color and position.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11945</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11945"/>
		<updated>2006-12-01T14:40:22Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11944</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11944"/>
		<updated>2006-12-01T14:40:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg|thumb|Chat Circles|200px]] &lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11943</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11943"/>
		<updated>2006-12-01T14:38:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
[[Image:Hearing1.jpg]]&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Hearing1.jpg&amp;diff=11942</id>
		<title>File:Hearing1.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Hearing1.jpg&amp;diff=11942"/>
		<updated>2006-12-01T14:37:41Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: Location becomes meaningful as users move their circles around the screen; clusters of activity are immediately apparent. The local user&amp;#039;s own circle appears outlined in white.

[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circl&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Location becomes meaningful as users move their circles around the screen; clusters of activity are immediately apparent. The local user&#039;s own circle appears outlined in white.&lt;br /&gt;
&lt;br /&gt;
[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11941</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11941"/>
		<updated>2006-12-01T14:35:21Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;br /&gt;
	&lt;br /&gt;
:[Fernanda et al., 2002] Fernanda B. Viégas and Judith S. Donath.: Chat Circles Created at: 14, March 2000 . Retrieved at: Dezember 1, 2006. http://smg.media.mit.edu/papers/Viegas/ChatCircles/chat-circles_CHI.html.&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11940</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11940"/>
		<updated>2006-12-01T14:03:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chat Cirles Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. Avatars can be pictures, drawings or icons that users choose to represent themselves. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11939</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11939"/>
		<updated>2006-12-01T13:58:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* User-Interaction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
The user can choose the color of his/her circle.&lt;br /&gt;
The user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11938</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11938"/>
		<updated>2006-12-01T13:58:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Visual Mapping */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
Every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
The messages of this user appears in this circle.&lt;br /&gt;
The frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
The different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
In the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
the user can choose the color of his/her circle.&lt;br /&gt;
the user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11937</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11937"/>
		<updated>2006-12-01T13:57:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chat Cirles Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
the messages of this user appears in this circle.&lt;br /&gt;
the frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
the different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
in the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
the user can choose the color of his/her circle.&lt;br /&gt;
the user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11936</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11936"/>
		<updated>2006-12-01T13:56:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chat Cirles Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
Chat Cirles is a graphical interface for synchronous communication. People, which are connected to the chat, are represented by a circle on the chat-screen. The circles get bigger and grow in  brighten if the person represented by it, writes a message. If the user doesn&#039;t write messages it fades and diminish. &lt;br /&gt;
You can move your circle in the screen, to &amp;quot;hear&amp;quot; what the people close to you say.&lt;br /&gt;
Saving this movements over the time, you&#039;ve got a visual communication history.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
the messages of this user appears in this circle.&lt;br /&gt;
the frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
the different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
in the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
the user can choose the color of his/her circle.&lt;br /&gt;
the user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11935</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 3 - Technique</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_3_-_Technique&amp;diff=11935"/>
		<updated>2006-12-01T13:49:36Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chat Cirles Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Conversation Landscape  ==&lt;br /&gt;
=== Chat Cirles Description ===&lt;br /&gt;
*Technique for vizualising Chats. &lt;br /&gt;
Mainly to get an better overview of the social interactions taking place in the chat.&lt;br /&gt;
In &#039;&#039;text-based chats&#039;&#039; (z.B. IRC) presence is shown only when one is actively messanging thats why silence and absence can&#039;t be distinguished.&lt;br /&gt;
In &#039;&#039;graphical chat systems&#039;&#039; people ar presented by a figure in a pictorial space. It is visible so long as one is connected to the system.&lt;br /&gt;
&lt;br /&gt;
=== Visual Mapping ===&lt;br /&gt;
*chat interface&lt;br /&gt;
every person who is participating in the chat is represented with a coloured circle, the color is unique for each user.&lt;br /&gt;
the messages of this user appears in this circle.&lt;br /&gt;
the frequence of messages, who activ a user is, is shown this way, the circle gets bigger and brighter with every message and smaller and starts to fade within periodes of silence, but it is still visuable.&lt;br /&gt;
the different topics are shown as groups of circles, because the user cann only &amp;quot;hear&amp;quot; others in a range around the own position.&lt;br /&gt;
&lt;br /&gt;
*archive interface&lt;br /&gt;
in the chat archive interface of chat circles, again color is used to identify users.&lt;br /&gt;
&lt;br /&gt;
=== Interaction ===&lt;br /&gt;
&lt;br /&gt;
====User-Interaction====&lt;br /&gt;
the user can choose the color of his/her circle.&lt;br /&gt;
the user can move the own circle around.&lt;br /&gt;
&lt;br /&gt;
====Use of Interactions====&lt;br /&gt;
* Navigation&lt;br /&gt;
* Zooming&lt;br /&gt;
* Highlighting&lt;br /&gt;
* Dynamic Querying&lt;br /&gt;
* Selection&lt;br /&gt;
* Brushing&lt;br /&gt;
&lt;br /&gt;
==Loom==&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
:[Donath et al., 1999] Donath, J., Karahalios, K., and Viegas, F.: Visualizing Conversation. In Proceedings of the 32nd Annual Hawaii International Conference on System Sciences (HICSS) - Volume 2, page 2023. IEEE Computer Society, 1999.http://ieg.ifs.tuwien.ac.at/~aigner/teaching/infovis_ue/papers/ConversationLandscapes_VisualizeConv.pdf&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11570</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11570"/>
		<updated>2006-11-13T19:44:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The text &amp;quot;bigger, faster, stronger, more&amp;quot; is not necessary. The graphic shows (or should show) that there are more Hurricanes than in the last years.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*Although the data is about hurricans it doesn&#039;t suggets to use the shape of a hurrican in the graphic. It&#039;s better to use a horizontal graphic about 50% wider than tall.&lt;br /&gt;
&lt;br /&gt;
*The type is not very clear or modest.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
&lt;br /&gt;
*The data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;br /&gt;
&lt;br /&gt;
[Few, 2004] Stephen Few, Elegance Through Simplicity, intelligent enterprise, Oct. 16, 2004, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
[Tufte, 1999] Edward R. Tufte: The Visual Display of Quantitative Information, Stanford University, Jan. 26, 1999, http://ldt.stanford.edu/ldt1999/Students/mizuno/Portfolio/Work/reports/tufte/ed229c-tufte-outline.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11569</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11569"/>
		<updated>2006-11-13T19:39:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The text &amp;quot;bigger, faster, stronger, more&amp;quot; is not necessary. The graphic shows (or should show) that there are more Hurricanes than in the last years.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*Although the data is about hurricans it doesn&#039;t suggets to use the shape of a hurrican in the graphic. It&#039;s better to use a horizontal graphic about 50% wider than tall.&lt;br /&gt;
&lt;br /&gt;
*The type is without serifs and not very clear or modest.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
&lt;br /&gt;
*The data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;br /&gt;
&lt;br /&gt;
[Few, 2004] Stephen Few, Elegance Through Simplicity, intelligent enterprise, Oct. 16, 2004, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
[Tufte, 1999] Edward R. Tufte: The Visual Display of Quantitative Information, Stanford University, Jan. 26, 1999, http://ldt.stanford.edu/ldt1999/Students/mizuno/Portfolio/Work/reports/tufte/ed229c-tufte-outline.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11568</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11568"/>
		<updated>2006-11-13T19:36:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The text &amp;quot;bigger, faster, stronger, more&amp;quot; is not necessary. The graphic shows (or should show) that there are more Hurricanes than in the last years.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*Although the data is about hurricans it doesn&#039;t suggets to use the shape of a hurrican in the graphic. It&#039;s better to use a horizontal graphic about 50% wider than tall.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;br /&gt;
&lt;br /&gt;
[Few, 2004] Stephen Few, Elegance Through Simplicity, intelligent enterprise, Oct. 16, 2004, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
[Tufte, 1999] Edward R. Tufte: The Visual Display of Quantitative Information, Stanford University, Jan. 26, 1999, http://ldt.stanford.edu/ldt1999/Students/mizuno/Portfolio/Work/reports/tufte/ed229c-tufte-outline.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11567</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11567"/>
		<updated>2006-11-13T19:35:25Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The text &amp;quot;bigger, faster, stronger, more&amp;quot; is not necessary. The graphic shows (or should show) that there are more Hurricanes than in the last years.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*the data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
*Although the data is about hurricans it doesn&#039;t suggets to use the shape of a hurrican in the graphic. It&#039;s better to use a horizontal graphic about 50% wider than tall.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;br /&gt;
&lt;br /&gt;
[Few, 2004] Stephen Few, Elegance Through Simplicity, intelligent enterprise, Oct. 16, 2004, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
[Tufte, 1999] Edward R. Tufte: The Visual Display of Quantitative Information, Stanford University, Jan. 26, 1999, http://ldt.stanford.edu/ldt1999/Students/mizuno/Portfolio/Work/reports/tufte/ed229c-tufte-outline.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11566</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11566"/>
		<updated>2006-11-13T19:31:29Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chartjunk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The text &amp;quot;bigger, faster, stronger, more&amp;quot; is not necessary. The graphic shows (or should show) that there are more Hurricanes than in the last years.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*the data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|left|thumb|400px|none|Bigger, Faster, Stronger, More ... comparision of catergory 4-5 hurricans in different world regions 1975-1989 and 1990-2004]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;br /&gt;
&lt;br /&gt;
[Few, 2004] Stephen Few, Elegance Through Simplicity, intelligent enterprise, Oct. 16, 2004, http://www.intelligententerprise.com/showArticle.jhtml;jsessionid=N2ATDQWY5VYKSQSNDBGCKHSCJUMEKJVN?articleID=49400920&lt;br /&gt;
&lt;br /&gt;
[Tufte, 1999] Edward R. Tufte: The Visual Display of Quantitative Information, Stanford University, Jan. 26, 1999, http://ldt.stanford.edu/ldt1999/Students/mizuno/Portfolio/Work/reports/tufte/ed229c-tufte-outline.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11563</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11563"/>
		<updated>2006-11-13T19:04:20Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Chartjunk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
*The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*the data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Improved V.1]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11562</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11562"/>
		<updated>2006-11-13T19:04:02Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* Design */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*the data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
We made two improved graphics, the difference between them is that the first focuses on the comparability of the values in the different world regions and the second on the comparability of the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
=== First improved graphic: Focus on the different world regions ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|left|thumb|400px|none|Improved V.1]]&lt;br /&gt;
&lt;br /&gt;
=== Second improved graphic: Focus on the whole numbers of hurricanes ===&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert2.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
* Dividing the regions into seperate values.&lt;br /&gt;
* Use of different colors in the comparision between the entire number of hurricanes.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11550</id>
		<title>Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 03 - Aufgabe 2</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_03_-_Aufgabe_2&amp;diff=11550"/>
		<updated>2006-11-13T18:40:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis0607 0325237: /* ..... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Poor Graphic  ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Seed06storms.jpg|none|thumb|600px|none|State of the Planet - Bigger, Faster, Stronger, More]]&lt;br /&gt;
&lt;br /&gt;
==Arguments why it is a poor Graphic==&lt;br /&gt;
&lt;br /&gt;
===Principles of Graphical Integrity===&lt;br /&gt;
*&#039;&#039;&#039;Lie Factor&#039;&#039;&#039;: The right graphic seems do be much larger then the left. It should be only 1,5 times larger then the other one based on the data. The size of the effect in data is ca.57% and the effect in the graphic about 55%, which results a high Lie Factor of nearly 1.The Lie Factor should have a value between 0.95 and 1.05. [Friendly, 2005], so my impression of the two graphs seems to be an optical illusion. Conclusion: Don&#039;t use graphform which tend to give the viewers wrong impressions of size differences.&lt;br /&gt;
*the numbers are not readable and the lines between the numbers are very irritating and confusing.&lt;br /&gt;
*As well is the colour gradient. The gradient goes in the smaler &amp;quot;3D Hurricane&amp;quot; from blue to black and in the bigger one reverse.&lt;br /&gt;
*a pseudo 3-dimensional graphic is used to show 1-dimensional data&lt;br /&gt;
&lt;br /&gt;
===Data-Ink Ratio===&lt;br /&gt;
This graph has a low Data-Ink Ratio. To maximise the data-ink ratio we have to reduce the non-data ink and enhance the data ink.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How much of the ink could be removed without loss of information?&#039;&#039;&#039;&lt;br /&gt;
*A large share of ink is used to show the pseudo 3-dimensional graphic and their shadows.&lt;br /&gt;
*The white lines forming squares (left) do not contain additional information.&lt;br /&gt;
*the background color has no additional information.&lt;br /&gt;
*It&#039;s not necessary to write &amp;quot;CAT. 4-5 Hurricanes&amp;quot; twice.&lt;br /&gt;
*in this case you could remove the numbers for the region, because they are unreadable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Missing ink&#039;&#039;&#039;&lt;br /&gt;
*The ink doesn&#039;t change as the data changes.&lt;br /&gt;
&lt;br /&gt;
===Data Density===&lt;br /&gt;
The Data Density of this graphic is very low. We should maximise it and the size of the data matrix, within reason.&lt;br /&gt;
* The graphic is very big and should be shrunk way down.&lt;br /&gt;
* The &amp;quot;3D Hurricanes&amp;quot; take a lot of space. Its better to replace them with smaler representations of the data, e.g. bars.&lt;br /&gt;
* divide the regions in seperate&lt;br /&gt;
&lt;br /&gt;
===Chartjunk===&lt;br /&gt;
The white grid and the shadow in the background is used to imitate a 3d-effect.  The 3d-effect is not needed in this graphic and so the grid should be junked.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Design ===&lt;br /&gt;
*The graphic isn&#039;t very comparative. The smaler &amp;quot;3D Hurricane&amp;quot; appears to be just farther behind in time and position.&lt;br /&gt;
*Graphical elegance is often found in simplicity of design and complexity of data, but in this graphic the graphical design is more complex than the visualised data.&lt;br /&gt;
*In the text a reason for increased hurricans is mentioned, but in the shown data is no evidence for that, because there is no related data.&lt;br /&gt;
*The word &amp;quot;category&amp;quot; is not spelt out.&lt;br /&gt;
*the data is wrong, the sum of the hurricans(171) as shown in the left graphic does not equal the summed up hurricans from the regions(160) shown in the same graphic.&lt;br /&gt;
&lt;br /&gt;
==Improved Graphic==&lt;br /&gt;
&lt;br /&gt;
[[Image:Verbessert3.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==Description of Improvements==&lt;br /&gt;
&lt;br /&gt;
* Use of a 2-dimensional graph instead of a pseudo-3d graph&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[Friendly, 2005] Michael Friendly, The Lie Factor, Department of Mathematics and Statistics, Toronto, Last updated: February 23, 2002, Retrieved at: Nov 17, 2006, http://www.math.yorku.ca/SCS/Gallery/lie-factor.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis0607 0325237</name></author>
	</entry>
</feed>