<?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=Thatbrock</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=Thatbrock"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/Thatbrock"/>
	<updated>2026-04-21T12:52:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17176</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17176"/>
		<updated>2007-10-13T13:16:14Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Related Patterns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated ([[Patterns:Smooth Transitions|Smooth Transitions]]). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
[[Patterns:Teleportation|Teleportation]] is often an option.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox2.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Patterns:Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
* [[Patterns:Teleportation|Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=17175</id>
		<title>Patterns:Filter</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=17175"/>
		<updated>2007-10-13T13:15:19Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Related Patterns */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
A need to reduce the number of visual objects displayed on the screen or to assist the user in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The current view displays items that may be irrelevant to the user&#039;s current task.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to reduce the number of visual objects displayed or assist the user&lt;br /&gt;
in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to find specific items&lt;br /&gt;
* May need to maintain the context of those items found&lt;br /&gt;
* Large number of items in view, many of which are irrelevant to the current task&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Filter out some of the displayed items.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Filtering facilities can help to reduce the number of data items&lt;br /&gt;
displayed to those of specific interest to the user and their current task.&lt;br /&gt;
This helps to reduce the visual complexity of the display. Typically&lt;br /&gt;
widgets such as sliders, buttons, menus, etc., are attached to different&lt;br /&gt;
attributes of the data. Manipulating these controls to specify the desired&lt;br /&gt;
attribute values should cause a rapid update of the main display. This&lt;br /&gt;
relates to [[Patterns:Dynamic Queries|Dynamic Queries]]. The choice of which attributes to allow the&lt;br /&gt;
user to filter by may be determined from the task analysis stage.&lt;br /&gt;
One potential problem with filtering is that because items are removed&lt;br /&gt;
from the display, the context of the remaining items may be lost. One&lt;br /&gt;
solution is to change a visual feature of the surviving items e.g. colour,&lt;br /&gt;
rather than removing those that don’t pass the filter. In effect making the&lt;br /&gt;
relevant items more salient. This means that the surviving items context&lt;br /&gt;
is preserved but the visual complexity of the display stays high. In&lt;br /&gt;
addition altering a visual feature in such a way may alter or lose the&lt;br /&gt;
meaning of the associated data value.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* Film Finder&amp;lt;ref&amp;gt;Ahlberg, C., Shneiderman, B. (1994). Visual information seeking: tight coupling of dynamic&lt;br /&gt;
query filters with starfield displays. In: Human Factors and Computing Systems. Boston,&lt;br /&gt;
USA, 24-28 April 1994. pp 313-317.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:filmfinder.png|150px|thumb|Film Finder]]&lt;br /&gt;
* [http://www.cs.umd.edu/hcil/lifelines/ LifeLines]&amp;lt;ref&amp;gt;Plaisant, C. et al. (1996). LifeLines : Visualizing Personal Histories. In: Conference on&lt;br /&gt;
Human Factors in Computing Systems. Vancouver, British Columbia, Canada, 13-18 April&lt;br /&gt;
1996. pp 221-227.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Patterns:Context-Maintained Filter|Context-Maintained Filter]]&lt;br /&gt;
* [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17174</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17174"/>
		<updated>2007-10-13T13:14:00Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated ([[Patterns:Smooth Transitions|Smooth Transitions]]). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
[[Patterns:Teleportation|Teleportation]] is often an option.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox2.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17173</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17173"/>
		<updated>2007-10-13T13:12:52Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated ([[Smooth Transitions]]). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
[[Teleportation]] is often an option.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox2.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Smooth_Transitions&amp;diff=17172</id>
		<title>Patterns:Smooth Transitions</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Smooth_Transitions&amp;diff=17172"/>
		<updated>2007-10-13T13:11:45Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The data is represented in such a way that the entire dataset cannot be&lt;br /&gt;
viewed at one time. However, the user has a mechanism for spatial&lt;br /&gt;
movement from one part of the dataset to another. Alternatively a large&lt;br /&gt;
number of data items captured frequently over a period of time are being&lt;br /&gt;
viewed using animation.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to maintain the users context when travelling through the data&lt;br /&gt;
space.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to maintain context in data space.&lt;br /&gt;
* Moving from one part of the dataset to another.&lt;br /&gt;
* Looking for changes in data over time.&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Use smooth animation and motion. This is especially true for temporal data.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Animation or motion is an effective means of representing data that has&lt;br /&gt;
some temporal aspect. The most important consideration when using this&lt;br /&gt;
technique is to make the transition from one state to another as smooth&lt;br /&gt;
as possible. Animation or motion that produces a large change of state&lt;br /&gt;
distracts the user from the information and may cause important features&lt;br /&gt;
to be missed. Large jumps from one location in a 3D environment to&lt;br /&gt;
another may cause the user to become disoriented a smooth transition&lt;br /&gt;
helps them to maintain their context in the environment. If possible the&lt;br /&gt;
user should be able to control the rate of change and direction of the&lt;br /&gt;
animation, this may allow them to rapidly and accurately explore the&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
There are arguments for not using smooth animation or motion. If the&lt;br /&gt;
task is to monitor data that may change only gradually over long periods&lt;br /&gt;
of time, then using large discrete time steps may help the user to identify&lt;br /&gt;
significant changes in the data. This implies that the application of this&lt;br /&gt;
pattern may be task dependent.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
*  Brath &amp;lt;ref&amp;gt;Brath, R. (1999) Effective Information Visualization : Guidelines and Metrics for 3D&lt;br /&gt;
Interactive Representations of Business Data. Masters of Computer Science Thesis, Graduate&lt;br /&gt;
Department of Computer Science, University of Toronto, Canada.&amp;lt;/ref&amp;gt;&lt;br /&gt;
Note it is difficult to find examples since researchers tend not to describe&lt;br /&gt;
the rate at which transitions occur.&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Smooth_Transitions&amp;diff=17171</id>
		<title>Patterns:Smooth Transitions</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Smooth_Transitions&amp;diff=17171"/>
		<updated>2007-10-13T13:10:33Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The data is represented in such a way that the entire dataset cannot be&lt;br /&gt;
viewed at one time. However, the user has a mechanism for spatial&lt;br /&gt;
movement from one part of the dataset to another. Alternatively a large&lt;br /&gt;
number of data items captured frequently over a period of time are being&lt;br /&gt;
viewed using animation.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to maintain the users context when travelling through the data&lt;br /&gt;
space.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to maintain context in data space.&lt;br /&gt;
* Moving from one part of the dataset to another.&lt;br /&gt;
* Looking for changes in data over time.&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Use smooth animation and motion. This is especially true for&lt;br /&gt;
temporal data.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Animation or motion is an effective means of representing data that has&lt;br /&gt;
some temporal aspect. The most important consideration when using this&lt;br /&gt;
technique is to make the transition from one state to another as smooth&lt;br /&gt;
as possible. Animation or motion that produces a large change of state&lt;br /&gt;
distracts the user from the information and may cause important features&lt;br /&gt;
to be missed. Large jumps from one location in a 3D environment to&lt;br /&gt;
another may cause the user to become disoriented a smooth transition&lt;br /&gt;
helps them to maintain their context in the environment. If possible the&lt;br /&gt;
user should be able to control the rate of change and direction of the&lt;br /&gt;
animation, this may allow them to rapidly and accurately explore the&lt;br /&gt;
data.&lt;br /&gt;
&lt;br /&gt;
There are arguments for not using smooth animation or motion. If the&lt;br /&gt;
task is to monitor data that may change only gradually over long periods&lt;br /&gt;
of time, then using large discrete time steps may help the user to identify&lt;br /&gt;
significant changes in the data. This implies that the application of this&lt;br /&gt;
pattern may be task dependent.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
*  Brath &amp;lt;ref&amp;gt;Brath, R. (1999) Effective Information Visualization : Guidelines and Metrics for 3D&lt;br /&gt;
Interactive Representations of Business Data. Masters of Computer Science Thesis, Graduate&lt;br /&gt;
Department of Computer Science, University of Toronto, Canada.&amp;lt;/ref&amp;gt;&lt;br /&gt;
Note it is difficult to find examples since researchers tend not to describe&lt;br /&gt;
the rate at which transitions occur.&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Details-on-demand&amp;diff=17165</id>
		<title>Patterns:Details-on-demand</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Details-on-demand&amp;diff=17165"/>
		<updated>2007-10-09T12:56:37Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
Data items presented with detailed information hidden.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to show the user details about a specific item or items of interest.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Lack of screen space.&lt;br /&gt;
* Need to see specific data attribute values, i.e. text labels.&lt;br /&gt;
* Permanent display of details about items.&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Use a separate window to display item details.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A visualisation should allow the user to view data item attribute&lt;br /&gt;
values. [[Datatips]] can be used to show a temporary details on demand&lt;br /&gt;
window. The advantages of the datatips technique are that no mouse&lt;br /&gt;
clicks are required, just pointing, and since the window is temporary it&lt;br /&gt;
only interferes with the display for a short time. Both Brath &amp;lt;ref&amp;gt;Brath, R. (1999) Effective Information Visualization : Guidelines and Metrics for 3D Interactive Representations of Business Data. Masters of Computer Science Thesis, Graduate Department of Computer Science, University of Toronto, Canada.&amp;lt;/ref&amp;gt; and Eick &amp;lt;ref&amp;gt;Eick, S.G. (1995). Engineering Perceptually Effective Visualizations for Abstract Data. In: Nielson, G.M., Hagen, H., Muller, H. eds. Scientific Visualization Overviews, Methodologies and Techniques. USA: IEEE Computer Science Press. pp 191-210.&amp;lt;/ref&amp;gt; recommend this approach.&lt;br /&gt;
&lt;br /&gt;
An alternative is to display the details in a completely separate window.&lt;br /&gt;
This more permanent window is useful if the details need to be&lt;br /&gt;
frequently referred to but at the cost of increasing screen clutter. So far,&lt;br /&gt;
a mechanism for converting the popup window into a separate&lt;br /&gt;
permanent window has not been described but this may be a useful&lt;br /&gt;
feature.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
[[Image:Snap_together.png|150px|thumb|Snap Together Visualization]]&lt;br /&gt;
[[Image:filmfinder.png|150px|thumb|Film Finder]]&lt;br /&gt;
* Snap Together Visualisation &amp;lt;ref&amp;gt;North, C., Shneiderman, B. (1999a). Snap-Together Visualization: Coordinating Multiple Views to Explore Information. University of Maryland Computer Science Dept. Technical Report; #CS-TR-4020.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;North, C., Shneiderman, B. (1999b). Snap-Together Visualization: Evaluating Coordination Usage and Construction. University of Maryland Computer Science Dept. Technical Report;#CS-TR-4075.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;North, C., Shneiderman, B. (2000). Snap-Together Visualization: A User Interface for Coordinating Visualizations via Relational Schemata. In: Advanced Visual Interfaces ’00. Palermo, Italy, 23-26 May 2000. pp 128-135.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Windows(TM) Explorer&lt;br /&gt;
* FilmFinder &amp;lt;ref&amp;gt;Ahlberg, C., Shneiderman, B. (1994). Visual information seeking: tight coupling of dynamic query filters with starfield displays. In: Human Factors and Computing Systems. Boston, USA, 24-28 April 1994. pp 313-317.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Datatips]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Snap_together.png&amp;diff=17164</id>
		<title>File:Snap together.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Snap_together.png&amp;diff=17164"/>
		<updated>2007-10-09T12:54:07Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Direct_Manipulation&amp;diff=17163</id>
		<title>Patterns:Direct Manipulation</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Direct_Manipulation&amp;diff=17163"/>
		<updated>2007-10-09T12:42:49Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The parameter values for a particular task are ill defined. Direct interaction with visual objects in the display is possible.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to explore the dataset.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to explore and manipulate dataset.&lt;br /&gt;
* Task types include selection, filtering, and navigating.&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Use direct manipulation style interaction. Allow the user to select and manipulate objects directly in the scene.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Dynamic queries]] are an excellent mechanism for providing rapid, easily&lt;br /&gt;
reversible actions on the scene. However, sometimes it is difficult or less&lt;br /&gt;
intuitive to map an action onto a control. Instead the action should be&lt;br /&gt;
applied directly to the object or objects in the scene. Selecting objects by&lt;br /&gt;
using a bounding box is a good example. The classification that the user&lt;br /&gt;
has determined by looking at the objects may be difficult to describe in&lt;br /&gt;
terms of the values of those object’s attributes and therefore difficult to&lt;br /&gt;
set the associated controls correctly. However, by using a bounding box&lt;br /&gt;
or by clicking on individual items, the user can easily select the desired&lt;br /&gt;
set.&lt;br /&gt;
&lt;br /&gt;
During our daily routines we often pick up objects, move them, rotate&lt;br /&gt;
them, and so on. Using direct manipulation in a display more closely&lt;br /&gt;
matches our everyday experiences.&lt;br /&gt;
== Examples ==&lt;br /&gt;
*  Selective Dynamic Manipulation &amp;lt;ref&amp;gt;Chuah et al. (1995). SDM: Selective Dynamic Manipulation of Visualizations. In: The 8th&lt;br /&gt;
ACM Symposium on User interface and Software Technology. Pittsburgh, Pennsylvania, USA, 15-17 November 1995. pp 61-70.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*  Brath &amp;lt;ref&amp;gt;Brath, R. (1999) Effective Information Visualization : Guidelines and Metrics for 3D&lt;br /&gt;
Interactive Representations of Business Data. Masters of Computer Science Thesis, Graduate&lt;br /&gt;
Department of Computer Science, University of Toronto, Canada.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Navbox2.png&amp;diff=17162</id>
		<title>File:Navbox2.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Navbox2.png&amp;diff=17162"/>
		<updated>2007-10-09T12:36:45Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17161</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17161"/>
		<updated>2007-10-09T12:36:37Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Examples */ added nav box 2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated (Smooth Transitions). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
Teleportation is often an option.&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox2.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17160</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17160"/>
		<updated>2007-10-09T12:33:51Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated (Smooth Transitions). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
Teleportation is often an option.&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box (in red)]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17159</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17159"/>
		<updated>2007-10-09T12:33:01Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated (Smooth Transitions). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
Teleportation is often an option.&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Navigation Box]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Navbox.png&amp;diff=17158</id>
		<title>File:Navbox.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Navbox.png&amp;diff=17158"/>
		<updated>2007-10-09T12:32:30Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17157</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17157"/>
		<updated>2007-10-09T12:32:10Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The display consists of an Overview and Detail.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to allow the user to navigate the data space via the overview.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* A simple mechanism for altering the contents of the detailed view.&lt;br /&gt;
* Clear indication of item(s) being viewed in detail. This may include both the size and location for continuous data.&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Place a moveable location indicator within the overview.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There should be a visual location indicator in the overview. Often this is&lt;br /&gt;
simply a rectangle that represents both the location and area of the&lt;br /&gt;
dataset being viewed. The user can then click and drag this indicator to&lt;br /&gt;
the desired location and the contents of the detailed view should be&lt;br /&gt;
updated accordingly. Similarly if the contents of the detailed view can&lt;br /&gt;
be altered by some other means e.g. scrollbars, then the location&lt;br /&gt;
indicator in the overview should be moved to reflect this change. In this&lt;br /&gt;
way the location indicator and the detailed view are kept in sync.&lt;br /&gt;
Whilst dragging the indicator the detailed view may be continuously&lt;br /&gt;
updated (Smooth Transitions). Alternatively the detailed view may&lt;br /&gt;
only update when the mouse button is released, in which case&lt;br /&gt;
Teleportation is often an option.&lt;br /&gt;
== Examples ==&lt;br /&gt;
* SeeSoft &amp;lt;ref&amp;gt;Eick, S. G., Steffen, J. L., Sumner, E. E. (1992). SeeSoft - A Tool for Visualizing Line&lt;br /&gt;
Oriented Software Statistics. IEEE Transactions on Software Engineering, 18(11), pp 957-968.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:navbox.png|150px|thumb|Film Finder]]&lt;br /&gt;
* The Information Mural&amp;lt;ref&amp;gt;Jerding D. F. and Stasko J.T. (1997). The Information Mural: A Technique for Displaying and&lt;br /&gt;
Navigating Large Information Spaces. Graphics, Visualization and Usability Center, College of Computing, Georgia Institute of Technology, Atlanta. Technical Report; GIT-GVU-97-24.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Smooth Transitions]]&lt;br /&gt;
* [[Teleportation]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See Also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17156</id>
		<title>Patterns:Navigation Box</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Navigation_Box&amp;diff=17156"/>
		<updated>2007-10-09T12:21:09Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Solution goes here, in bold&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Filmfinder.png&amp;diff=17130</id>
		<title>File:Filmfinder.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Filmfinder.png&amp;diff=17130"/>
		<updated>2007-10-05T16:58:50Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Reference_model.png&amp;diff=17129</id>
		<title>File:Reference model.png</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Reference_model.png&amp;diff=17129"/>
		<updated>2007-10-05T16:58:15Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: New page: == Summary ==  == Copyright status ==  == Source ==&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Reference_Model&amp;diff=17128</id>
		<title>Patterns:Reference Model</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Reference_Model&amp;diff=17128"/>
		<updated>2007-10-05T16:57:41Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Data Modelling and Management&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
Information visualization application development requires balancing issues of data management, visual mappings, computer graphics, and interaction. Determining the right separation of concerns has serious consequences for the complexity, extensibility, and reusability of software architectures. The Reference Model pattern provides a general template for structuring visualization applications that separates data models, visual models, views, and&lt;br /&gt;
interactive controls.&lt;br /&gt;
== Forces ==&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Separate data and visual models to enable multiple visualizations of a data source, separate visual models from displays to enable multiple views of a visualization, and use modular controllers to handle user input in a flexible and reusable fashion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:Reference model.png]]&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
The Reference Model pattern has been widely used and advocated. Both Chi et al’s data state model &amp;lt;ref&amp;gt;Chi, E. H., J. T. Riedl. An Operator Interaction Framework for Visualization Systems. IEEE Symposium on Information Visualization (InfoVis), 1998.&amp;lt;/ref&amp;gt; and Card et al’s infovis reference model &amp;lt;ref&amp;gt;Card, S. K., J. D. Mackinlay, B. Schneiderman (eds.). Readings in Information Visualization: Using Vision To Think. Morgan-Kaufman, 1999.&amp;lt;/ref&amp;gt; proscribe the use of this pattern. In their exploration of design choices for architecting visualizations, Tang et al. &amp;lt;ref&amp;gt;Tang, D., C. Stolte, and P. Hanrahan. Design Choices when Architecting Visualizations. IEEE Symposium on Information Visualization (InfoVis), 2003. &amp;lt;/ref&amp;gt; also discuss the importance of separating data and visual models. Finally, numerous software frameworks adopt this template&lt;br /&gt;
of application structure, including Advizor &amp;lt;ref&amp;gt;Eick, S. G. Visual Discovery and Analysis. IEEE Transactions on Visualization and Computer Graphics, 6(10). January 2000.&amp;lt;/ref&amp;gt;, Improvise &amp;lt;ref&amp;gt;Weaver, C. Building Highly-Coordinated Visualizations In Improvise.&lt;br /&gt;
IEEE Symposium on Information Visualization (InfoVis), 2004.&amp;lt;/ref&amp;gt;,&lt;br /&gt;
Polaris &amp;lt;ref&amp;gt; Stolte, C., D. Tang, and P. Hanrahan. Polaris: A System for Query,&lt;br /&gt;
Analysis and Visualization of Multi-dimensional Relational Databases.&lt;br /&gt;
IEEE Transactions on Visualization and Computer Graphics, 8(1),&lt;br /&gt;
January 2002.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt; Stolte, C., D. Tang, and P. Hanrahan. Multiscale Visualization Using&lt;br /&gt;
Data Cubes. IEEE Symposium on Information Visualization (InfoVis),&lt;br /&gt;
2002. &amp;lt;/ref&amp;gt;, prefuse &amp;lt;ref&amp;gt;Heer, J., S. K. Card, J. A. Landay. prefuse: A Toolkit for Interactive Information Visualization. ACM Human Factors in Computing Systems&lt;br /&gt;
(CHI), 2005. &amp;lt;/ref&amp;gt;, and SAS/JMP &amp;lt;ref&amp;gt; Chen, H. Towards Design Patterns for Dynamic Analytical Data Visualization. Proceedings Of SPIE Visualization and Data Analysis,&lt;br /&gt;
2004.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;references-small&amp;quot;&amp;gt; &amp;lt;references/&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Heer, J., and Agrawala, M., (2003). “Software Design Patterns for Information Visualization”. IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 12, NO. 5, SEPTEMBER/OCTOBER 2006.&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Reference_Model&amp;diff=17127</id>
		<title>Patterns:Reference Model</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Reference_Model&amp;diff=17127"/>
		<updated>2007-10-05T16:56:24Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: added category tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editing Patterns:Reference Model&lt;br /&gt;
From VizPatterns&lt;br /&gt;
Jump to: navigation, search&lt;br /&gt;
Bold textItalic textInternal linkExternal link (remember http:// prefix)Level 2 headlineEmbedded imageMedia file linkMathematical formula (LaTeX)Ignore wiki formattingYour signature with timestampHorizontal line (use sparingly)&lt;br /&gt;
{| align=&amp;quot;right&amp;quot; | __TOC__ |} == Summary == == Category == Data Modelling and Management == Context == == Problem == Information visualization application development requires balancing issues of data management, visual mappings, computer graphics, and interaction. Determining the right separation of concerns has serious consequences for the complexity, extensibility, and reusability of software architectures. The Reference Model pattern provides a general template for structuring visualization applications that separates data models, visual models, views, and interactive controls. == Forces == == Solution == &#039;&#039;&#039;Separate data and visual models to enable multiple visualizations of a data source, separate visual models from displays to enable multiple views of a visualization, and use modular controllers to handle user input in a flexible and reusable fashion.&#039;&#039;&#039; [[Image:Reference model.png]] == Examples == The Reference Model pattern has been widely used and advocated. Both Chi et al’s data state model &amp;lt;ref&amp;gt;Chi, E. H., J. T. Riedl. An Operator Interaction Framework for Visualization Systems. IEEE Symposium on Information Visualization (InfoVis), 1998.&amp;lt;/ref&amp;gt; and Card et al’s infovis reference model &amp;lt;ref&amp;gt;Card, S. K., J. D. Mackinlay, B. Schneiderman (eds.). Readings in Information Visualization: Using Vision To Think. Morgan-Kaufman, 1999.&amp;lt;/ref&amp;gt; proscribe the use of this pattern. In their exploration of design choices for architecting visualizations, Tang et al. &amp;lt;ref&amp;gt;Tang, D., C. Stolte, and P. Hanrahan. Design Choices when Architecting Visualizations. IEEE Symposium on Information Visualization (InfoVis), 2003. &amp;lt;/ref&amp;gt; also discuss the importance of separating data and visual models. Finally, numerous software frameworks adopt this template of application structure, including Advizor &amp;lt;ref&amp;gt;Eick, S. G. Visual Discovery and Analysis. IEEE Transactions on Visualization and Computer Graphics, 6(10). January 2000.&amp;lt;/ref&amp;gt;, Improvise &amp;lt;ref&amp;gt;Weaver, C. Building Highly-Coordinated Visualizations In Improvise. IEEE Symposium on Information Visualization (InfoVis), 2004.&amp;lt;/ref&amp;gt;, Polaris &amp;lt;ref&amp;gt; Stolte, C., D. Tang, and P. Hanrahan. Polaris: A System for Query, Analysis and Visualization of Multi-dimensional Relational Databases. IEEE Transactions on Visualization and Computer Graphics, 8(1), January 2002.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt; Stolte, C., D. Tang, and P. Hanrahan. Multiscale Visualization Using Data Cubes. IEEE Symposium on Information Visualization (InfoVis), 2002. &amp;lt;/ref&amp;gt;, prefuse &amp;lt;ref&amp;gt;Heer, J., S. K. Card, J. A. Landay. prefuse: A Toolkit for Interactive Information Visualization. ACM Human Factors in Computing Systems (CHI), 2005. &amp;lt;/ref&amp;gt;, and SAS/JMP &amp;lt;ref&amp;gt; Chen, H. Towards Design Patterns for Dynamic Analytical Data Visualization. Proceedings Of SPIE Visualization and Data Analysis, 2004.&amp;lt;/ref&amp;gt;. == Related Patterns == == References == &amp;lt;div class=&amp;quot;references-small&amp;quot;&amp;gt; &amp;lt;references/&amp;gt; &amp;lt;/div&amp;gt; See also: Heer, J., and Agrawala, M., (2003). “Software Design Patterns for Information Visualization”. IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 12, NO. 5, SEPTEMBER/OCTOBER 2006.&lt;br /&gt;
&lt;br /&gt;
Please note that all contributions to VizPatterns may be edited, altered, or removed by other contributors. If you don&#039;t want your writing to be edited mercilessly, then don&#039;t submit it here.&lt;br /&gt;
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!&lt;br /&gt;
Summary:&lt;br /&gt;
&lt;br /&gt;
 This is a minor edit  Watch this page&lt;br /&gt;
Cancel | Editing help (opens in new window)&lt;br /&gt;
Retrieved from &amp;quot;http://vizpatterns.org/wiki/index.php?title=Patterns:Reference_Model&amp;quot;&lt;br /&gt;
Views&lt;br /&gt;
&lt;br /&gt;
    * Patterns&lt;br /&gt;
    * Discussion&lt;br /&gt;
    * Edit&lt;br /&gt;
    * History&lt;br /&gt;
    * Protect&lt;br /&gt;
    * Delete&lt;br /&gt;
    * Move&lt;br /&gt;
    * Watch&lt;br /&gt;
&lt;br /&gt;
Personal tools&lt;br /&gt;
&lt;br /&gt;
    * WikiSysop&lt;br /&gt;
    * My talk&lt;br /&gt;
    * My preferences&lt;br /&gt;
    * My watchlist&lt;br /&gt;
    * My contributions&lt;br /&gt;
    * Log out&lt;br /&gt;
&lt;br /&gt;
Navigation&lt;br /&gt;
&lt;br /&gt;
    * Main Page&lt;br /&gt;
    * Visualization Patterns&lt;br /&gt;
    * Recent changes&lt;br /&gt;
    * Random page&lt;br /&gt;
    * Help&lt;br /&gt;
    * FAQ&lt;br /&gt;
&lt;br /&gt;
useful links&lt;br /&gt;
&lt;br /&gt;
    * Community portal&lt;br /&gt;
    * InfoVis Wiki&lt;br /&gt;
&lt;br /&gt;
Search&lt;br /&gt;
 &lt;br /&gt;
Toolbox&lt;br /&gt;
&lt;br /&gt;
    * What links here&lt;br /&gt;
    * Related changes&lt;br /&gt;
    * Upload file&lt;br /&gt;
    * Special pages&lt;br /&gt;
&lt;br /&gt;
Powered by MediaWiki&lt;br /&gt;
&lt;br /&gt;
    * Privacy policy&lt;br /&gt;
    * About VizPatterns&lt;br /&gt;
    * Disclaimers&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=17126</id>
		<title>Patterns:Filter</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Patterns:Filter&amp;diff=17126"/>
		<updated>2007-10-05T16:50:52Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
 | __TOC__&lt;br /&gt;
 |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
A need to reduce the number of visual objects displayed on the screen or to assist the user in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Category ==&lt;br /&gt;
Interaction&lt;br /&gt;
&lt;br /&gt;
== Context ==&lt;br /&gt;
The current view displays items that may be irrelevant to the user&#039;s current task.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
How to reduce the number of visual objects displayed or assist the user&lt;br /&gt;
in finding and focusing on specific items of interest.&lt;br /&gt;
&lt;br /&gt;
== Forces ==&lt;br /&gt;
* Need to find specific items&lt;br /&gt;
* May need to maintain the context of those items found&lt;br /&gt;
* Large number of items in view, many of which are irrelevant to the current task&lt;br /&gt;
== Solution ==&lt;br /&gt;
&#039;&#039;&#039;Filter out some of the displayed items.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Filtering facilities can help to reduce the number of data items&lt;br /&gt;
displayed to those of specific interest to the user and their current task.&lt;br /&gt;
This helps to reduce the visual complexity of the display. Typically&lt;br /&gt;
widgets such as sliders, buttons, menus, etc., are attached to different&lt;br /&gt;
attributes of the data. Manipulating these controls to specify the desired&lt;br /&gt;
attribute values should cause a rapid update of the main display. This&lt;br /&gt;
relates to [[Patterns:Dynamic Queries|Dynamic Queries]]. The choice of which attributes to allow the&lt;br /&gt;
user to filter by may be determined from the task analysis stage.&lt;br /&gt;
One potential problem with filtering is that because items are removed&lt;br /&gt;
from the display, the context of the remaining items may be lost. One&lt;br /&gt;
solution is to change a visual feature of the surviving items e.g. colour,&lt;br /&gt;
rather than removing those that don’t pass the filter. In effect making the&lt;br /&gt;
relevant items more salient. This means that the surviving items context&lt;br /&gt;
is preserved but the visual complexity of the display stays high. In&lt;br /&gt;
addition altering a visual feature in such a way may alter or lose the&lt;br /&gt;
meaning of the associated data value.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* Film Finder&amp;lt;ref&amp;gt;Ahlberg, C., Shneiderman, B. (1994). Visual information seeking: tight coupling of dynamic&lt;br /&gt;
query filters with starfield displays. In: Human Factors and Computing Systems. Boston,&lt;br /&gt;
USA, 24-28 April 1994. pp 313-317.&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Image:filmfinder.png|150px|thumb|Film Finder]]&lt;br /&gt;
* [http://www.cs.umd.edu/hcil/lifelines/ LifeLines]&amp;lt;ref&amp;gt;Plaisant, C. et al. (1996). LifeLines : Visualizing Personal Histories. In: Conference on&lt;br /&gt;
Human Factors in Computing Systems. Vancouver, British Columbia, Canada, 13-18 April&lt;br /&gt;
1996. pp 221-227.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Related Patterns ==&lt;br /&gt;
* [[Context-Maintained Filer]]&lt;br /&gt;
* [[Reduction Filter]]&lt;br /&gt;
* [[Dynamic Queries]]&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also: Wilkins, B., (2003). “MELD: A Pattern Supported Methodology for Visualisation Design”, PhD Dissertation, University of Birmingham, UK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=17125</id>
		<title>Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=17125"/>
		<updated>2007-10-05T15:28:24Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: added category tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
For any design discipline, including Information and Scientific Visualization, there are design problems within the domain that tend to arise, time and again. Although effective solutions may be known, they are not helpful unless that knowledge is coherently structured and communicated to colleagues. Without good structure, design knowledge may be disparate and disjointed, and relationships among solutions may not be apparent.  Without good communication, designers who are unaware of solutions may be forced to ‘reinvent the wheel’, wasting unnecessary effort on a problem that has already been solved by others. Some means of capturing and codifying solutions to Information Visualisation design problems would be useful for those engaged in practice. The Visualization Design Patterns described here have been proposed for this purpose. &lt;br /&gt;
&lt;br /&gt;
== Foundational Patterns ==&lt;br /&gt;
&lt;br /&gt;
These patterns are the building blocks of Visualizations. They are more &amp;quot;reference patterns&amp;quot; than true &amp;quot;design patterns&amp;quot;. Visualization designers will assume they are a given component of visualization design. The patterns are included to provide a common technical lexicon, to build a &#039;&#039;lingua franca&#039;&#039; used throughout the language, to encourage communications between novices and experts, and to facilitate a discussion of pros and cons.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Visualization Architecture&#039;&#039;&#039; ===&lt;br /&gt;
* [[Patterns:Visualization|Visualization]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Interaction Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
* [[Patterns:Navigation|Navigation]]&lt;br /&gt;
* [[Patterns:Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
* [[Patterns:Spatial Navigation|Spatial Navigation]]&lt;br /&gt;
* [[Patterns:Overview|Overview]]&lt;br /&gt;
* [[Patterns:Filter|Filter]]&lt;br /&gt;
* [[Patterns:Details-on-demand|Details-on-demand]]&lt;br /&gt;
* [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
* [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
* [[Patterns:Single Direct Selection|Single Direct Selection]]&lt;br /&gt;
* [[Patterns:Multiple Direct Selection|Multiple Direct Selection]]&lt;br /&gt;
* [[Patterns:Bounding Box|Bounding Box]]&lt;br /&gt;
* [[Patterns:Single Direct Selection+Keyboard|Single Direct Selection+Keyboard]]&lt;br /&gt;
* [[Patterns:Bounding Box+Keyboard|Bounding Box+Keyboard]]&lt;br /&gt;
* [[Patterns:Context-maintained Filter|Context-maintained Filter]]&lt;br /&gt;
* [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* [[Patterns:2D Navigational Model|2D Navigational Model]]&lt;br /&gt;
* [[Patterns:3D Navigational Model|3D Navigational Model]]&lt;br /&gt;
* [[Patterns:Click-n-Drag|Click-n-Drag]]&lt;br /&gt;
* [[Patterns:NAFS Model|NAFS Model]]&lt;br /&gt;
* [[Patterns:Teleportation|Teleportation]]&lt;br /&gt;
* [[Patterns:Navigation Box|Navigation Box]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Display Rendering Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Appropriate Visual Objects|Appropriate Visual Objects]]&lt;br /&gt;
* [[Patterns:Level of Detail|Level of Detail]]&lt;br /&gt;
* [[Patterns:2d Representation|2d Representation]]&lt;br /&gt;
* [[Patterns:3d Representation|3d Representation]]&lt;br /&gt;
* [[Patterns:Reference Context|Reference Context]]&lt;br /&gt;
* [[Patterns:Redundant Encoding|Redundant Encoding]]&lt;br /&gt;
* [[Patterns:Small Multiples|Small Multiples]]&lt;br /&gt;
* [[Patterns:Datatips|Datatips]]&lt;br /&gt;
* [[Patterns:Legends|Legends]]&lt;br /&gt;
* [[Patterns:Visual Separation|Visual Separation]]&lt;br /&gt;
* [[Patterns:Familiar Organizational Device|Familiar Organizational Device]]&lt;br /&gt;
* [[Patterns:Non-Familiar Organizational Device|Non-Familiar Organizational Device]]&lt;br /&gt;
&lt;br /&gt;
== Programming Patterns ==&lt;br /&gt;
These are patterns related to the backend programming of visualization systems. They are organised according to the Model-View-Controller approach, though other organizational systems may also be appropriate.&lt;br /&gt;
=== Data Modelling and Management ===&lt;br /&gt;
* [[Patterns:Reference Model|Reference Model]]&lt;br /&gt;
* [[Patterns:Data Column|Data Column]]&lt;br /&gt;
* [[Patterns:Cascaded Table|Cascaded Table]]&lt;br /&gt;
* [[Patterns:Relational Graph|Relational Graph]]&lt;br /&gt;
* [[Patterns:Proxy Tuple|Proxy Tuple]]&lt;br /&gt;
* [[Patterns:Expression|Expression]]&lt;br /&gt;
=== View ===&lt;br /&gt;
* [[Patterns:Camera|Camera]]&lt;br /&gt;
* [[Patterns:Dynamic Query Binding|Dynamic Query Binding]]&lt;br /&gt;
=== Controller ===&lt;br /&gt;
* [[Patterns:Scheduler|Scheduler]]&lt;br /&gt;
* [[Patterns:Operator|Operator]]&lt;br /&gt;
* [[Renderer]]&lt;br /&gt;
* [[Production Rule]]&lt;br /&gt;
&lt;br /&gt;
== Development Patterns ==&lt;br /&gt;
These patterns relate to the systems development lifecycle and to the activities involved in implementing and testing software.&lt;br /&gt;
=== Diagnosis ===&lt;br /&gt;
For techniques used during the design process to evaluate coding and design-time decisions.&lt;br /&gt;
=== Evaluation and Testing ===&lt;br /&gt;
Quality Assurance, Evaluation, and Usability testing methods to close the feedback loop during the development lifecycle.&lt;br /&gt;
&lt;br /&gt;
[[Category:Patterns]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=17124</id>
		<title>Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Visualization_Design_Patterns&amp;diff=17124"/>
		<updated>2007-10-05T15:27:11Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
For any design discipline, including Information and Scientific Visualization, there are design problems within the domain that tend to arise, time and again. Although effective solutions may be known, they are not helpful unless that knowledge is coherently structured and communicated to colleagues. Without good structure, design knowledge may be disparate and disjointed, and relationships among solutions may not be apparent.  Without good communication, designers who are unaware of solutions may be forced to ‘reinvent the wheel’, wasting unnecessary effort on a problem that has already been solved by others. Some means of capturing and codifying solutions to Information Visualisation design problems would be useful for those engaged in practice. The Visualization Design Patterns described here have been proposed for this purpose. &lt;br /&gt;
&lt;br /&gt;
== Foundational Patterns ==&lt;br /&gt;
&lt;br /&gt;
These patterns are the building blocks of Visualizations. They are more &amp;quot;reference patterns&amp;quot; than true &amp;quot;design patterns&amp;quot;. Visualization designers will assume they are a given component of visualization design. The patterns are included to provide a common technical lexicon, to build a &#039;&#039;lingua franca&#039;&#039; used throughout the language, to encourage communications between novices and experts, and to facilitate a discussion of pros and cons.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Visualization Architecture&#039;&#039;&#039; ===&lt;br /&gt;
* [[Patterns:Visualization|Visualization]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Interaction Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
* [[Patterns:Navigation|Navigation]]&lt;br /&gt;
* [[Patterns:Smooth Transitions|Smooth Transitions]]&lt;br /&gt;
* [[Patterns:Spatial Navigation|Spatial Navigation]]&lt;br /&gt;
* [[Patterns:Overview|Overview]]&lt;br /&gt;
* [[Patterns:Filter|Filter]]&lt;br /&gt;
* [[Patterns:Details-on-demand|Details-on-demand]]&lt;br /&gt;
* [[Patterns:Dynamic Queries|Dynamic Queries]]&lt;br /&gt;
* [[Patterns:Direct Manipulation|Direct Manipulation]]&lt;br /&gt;
* [[Patterns:Single Direct Selection|Single Direct Selection]]&lt;br /&gt;
* [[Patterns:Multiple Direct Selection|Multiple Direct Selection]]&lt;br /&gt;
* [[Patterns:Bounding Box|Bounding Box]]&lt;br /&gt;
* [[Patterns:Single Direct Selection+Keyboard|Single Direct Selection+Keyboard]]&lt;br /&gt;
* [[Patterns:Bounding Box+Keyboard|Bounding Box+Keyboard]]&lt;br /&gt;
* [[Patterns:Context-maintained Filter|Context-maintained Filter]]&lt;br /&gt;
* [[Patterns:Reduction Filter|Reduction Filter]]&lt;br /&gt;
* [[Patterns:2D Navigational Model|2D Navigational Model]]&lt;br /&gt;
* [[Patterns:3D Navigational Model|3D Navigational Model]]&lt;br /&gt;
* [[Patterns:Click-n-Drag|Click-n-Drag]]&lt;br /&gt;
* [[Patterns:NAFS Model|NAFS Model]]&lt;br /&gt;
* [[Patterns:Teleportation|Teleportation]]&lt;br /&gt;
* [[Patterns:Navigation Box|Navigation Box]]&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Display Rendering Patterns&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
* [[Patterns:Appropriate Visual Objects|Appropriate Visual Objects]]&lt;br /&gt;
* [[Patterns:Level of Detail|Level of Detail]]&lt;br /&gt;
* [[Patterns:2d Representation|2d Representation]]&lt;br /&gt;
* [[Patterns:3d Representation|3d Representation]]&lt;br /&gt;
* [[Patterns:Reference Context|Reference Context]]&lt;br /&gt;
* [[Patterns:Redundant Encoding|Redundant Encoding]]&lt;br /&gt;
* [[Patterns:Small Multiples|Small Multiples]]&lt;br /&gt;
* [[Patterns:Datatips|Datatips]]&lt;br /&gt;
* [[Patterns:Legends|Legends]]&lt;br /&gt;
* [[Patterns:Visual Separation|Visual Separation]]&lt;br /&gt;
* [[Patterns:Familiar Organizational Device|Familiar Organizational Device]]&lt;br /&gt;
* [[Patterns:Non-Familiar Organizational Device|Non-Familiar Organizational Device]]&lt;br /&gt;
&lt;br /&gt;
== Programming Patterns ==&lt;br /&gt;
These are patterns related to the backend programming of visualization systems. They are organised according to the Model-View-Controller approach, though other organizational systems may also be appropriate.&lt;br /&gt;
=== Data Modelling and Management ===&lt;br /&gt;
* [[Patterns:Reference Model|Reference Model]]&lt;br /&gt;
* [[Patterns:Data Column|Data Column]]&lt;br /&gt;
* [[Patterns:Cascaded Table|Cascaded Table]]&lt;br /&gt;
* [[Patterns:Relational Graph|Relational Graph]]&lt;br /&gt;
* [[Patterns:Proxy Tuple|Proxy Tuple]]&lt;br /&gt;
* [[Patterns:Expression|Expression]]&lt;br /&gt;
=== View ===&lt;br /&gt;
* [[Patterns:Camera|Camera]]&lt;br /&gt;
* [[Patterns:Dynamic Query Binding|Dynamic Query Binding]]&lt;br /&gt;
=== Controller ===&lt;br /&gt;
* [[Patterns:Scheduler|Scheduler]]&lt;br /&gt;
* [[Patterns:Operator|Operator]]&lt;br /&gt;
* [[Renderer]]&lt;br /&gt;
* [[Production Rule]]&lt;br /&gt;
&lt;br /&gt;
== Development Patterns ==&lt;br /&gt;
These patterns relate to the systems development lifecycle and to the activities involved in implementing and testing software.&lt;br /&gt;
=== Diagnosis ===&lt;br /&gt;
For techniques used during the design process to evaluate coding and design-time decisions.&lt;br /&gt;
=== Evaluation and Testing ===&lt;br /&gt;
Quality Assurance, Evaluation, and Usability testing methods to close the feedback loop during the development lifecycle.&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_announces_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17109</id>
		<title>2007-09-20: VizPatterns.org Wiki announces a new resource for Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_announces_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17109"/>
		<updated>2007-09-20T20:00:23Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A new wiki has been created as a repository for visualization design patterns. The purpose is to share and refine design patterns besed on the knowledge and expertise of seasoned visualisation designers. You are invited to share and contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
This resource is newly under development and is not yet mature, but your contributions can make it better!&lt;br /&gt;
&lt;br /&gt;
Go to: [http://www.vizpatterns.org Vizpatterns.org] to examine the site and register!&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2007/09]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_announces_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17108</id>
		<title>2007-09-20: VizPatterns.org Wiki announces a new resource for Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_announces_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17108"/>
		<updated>2007-09-20T19:59:52Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A new wiki has been created as a repository for visualization design patterns. The purpose is to share and refine design patterns besed on the knowledge and expertise of seasoned visualisation designers. You are invited to share and contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
This resources is newly under development and is not yet mature, but your contributions can make it better!&lt;br /&gt;
&lt;br /&gt;
Go to: [http://www.vizpatterns.org Vizpatterns.org] to examine the site and register!&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2007/09]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=17107</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=17107"/>
		<updated>2007-09-20T19:59:02Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Start new stories below, newest at top! Keep in mind to write an article in the News-Category for every topic using the corresponding headline as title and link it here. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOW TO ENTER NEWS:                                                                            --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                                                                                               --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 1) Insert a story headline below (including the current date).                  --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Format:                                                                                              --&amp;gt;&lt;br /&gt;
&amp;lt;!--     *[[2YEAR-MONTH-DATE: TITLE]]                                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Example: *[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 2) &amp;quot;Save page&amp;quot;                                                                                         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 3) Click newly created Wiki link (red) and edit the text of your entry       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 4) Assign TWO categories to your entry (News + Archive)                       --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.1) [[Category:News]] (without this, it won&#039;t appear in the RSS feed)   --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.2) [[Category:YEAR/MONTH]] (this is important for the archive)        --&amp;gt; &lt;br /&gt;
&amp;lt;!--           Example: [[Category:2005/06]]                                                    --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[2007-09-20: VizPatterns.org Wiki announces a new resource for Visualization Design Patterns]]&lt;br /&gt;
*[[2005-09-18: IEEE OnAV08 Call for Papers (Intl. Workshop on Ontology Alignment and Visualization)]]&lt;br /&gt;
*[[2007-09-12: InfoVis:Wiki RSS feeds now working properly!]]&lt;br /&gt;
*[[2007-09-11: IEEE CG&amp;amp;A Call for Papers - Special issue on &amp;quot;Mobile Graphics&amp;quot;, July-August 2008]]&lt;br /&gt;
*[[2007-09-10: Post-doc job offer in &amp;quot;Visual Analytics&amp;quot; at INRIA / Paris, France]]&lt;br /&gt;
*[[2007-09-07: System upgrade and new server for the InfoVis:Wiki]]&lt;br /&gt;
*[[2007-09-05: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-08-31: InfoVis:Wiki will be upgraded and moved during the upcoming week]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities in HealthCare at Humana Innovation Center]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities at IBM China Research Lab]]&lt;br /&gt;
*[[2007-08-21: Open-source interface to search, browse, and data-mine image collections]]&lt;br /&gt;
*[[2007-08-01: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
* 2007-07-24: [[BIOSTEC 2008]] - Deadline Position papers: 10 September, 2007&lt;br /&gt;
*[[2007-07-19: IJGIS Special issue Geovisual analytics for spatial decision support]]&lt;br /&gt;
*[[2007-07-10: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-07-03: Review of visualization techniques for temporal information]] &lt;br /&gt;
*[[2007-06-28: Job offer: Researcher/Lecturer in Information Vizualization (Vienna, Austria)]]&lt;br /&gt;
*[[2007-06-25: Inforgraphics For The SEO Confused]]&lt;br /&gt;
*2007-06-22: [http://www.biostec.org/ BIOSTEC 2008]: Full paper submission ends at June, 27 of 2007&lt;br /&gt;
*[[2007-06-17: searchCrystal, a search visualization toolset, is available at www.searchcrystal.com]]&lt;br /&gt;
*[[2007-06-06: PhD Scholarships at University Konstanz (Germany)]]&lt;br /&gt;
*[[2007-06-05: Post-Doctoral position in GeoVisualization at the giCentre, City University]] &lt;br /&gt;
*[[2007-06-01: Postdoctoral position in information visualization at Stony Brook University]]&lt;br /&gt;
*[[2007-05-18: Post-doctorate Research Position in Information Visualization]]&lt;br /&gt;
*[[2007-05-18: Do you know the difference between good and bad graph designs?]]&lt;br /&gt;
*[[2007-05-07: Anonymous editing disallowed on InfoVis:Wiki due to SPAM]] &lt;br /&gt;
*[[2007-04-20: Review of the newly released Tableau 3.0 by Stephen Few]]&lt;br /&gt;
*[[2007-04-19: Funded PhD position in InfoVis at Napier University, Edinburgh, UK]]&lt;br /&gt;
*[[2007-04-16: Historic Information Graphics literature review by Aaron Marcus]]&lt;br /&gt;
*[[2007-03-10: &amp;quot;ShoppingPath&amp;quot;: novel Shopping Visualization Tool]]&lt;br /&gt;
*[[2007-03-02: Google Custom Search Engine for Data Visualization]]&lt;br /&gt;
[[Image:Lengler07periodic-table.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-28: A Periodic Table of Visualization Methods]]&lt;br /&gt;
*[[2007-02-28: &amp;quot;visual-literacy.org&amp;quot;: An E-Learning Tutorial on Visualization for Communication, Engineering and Business]]&lt;br /&gt;
[[Image:Manyeyes07logo.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-19: &amp;quot;Many Eyes&amp;quot;: New web application for shared visualization and discovery by Martin Wattenberg et al.]]&lt;br /&gt;
[[Image:Engelhardt07infovis-diagram.gif|right|100px]]&lt;br /&gt;
*[[2007-02-15: New issue of Inf@Vis! (infovis.net) on &amp;quot;InfoVis Diagram&amp;quot; available]]&lt;br /&gt;
*[[2007-01-22: JavaOne Online Learning Resource on &amp;quot;NetBeans IDE Common Framework for Information Visualization&amp;quot;]]&lt;br /&gt;
*[[2007-01-11: New issue of Inf@Vis! (infovis.net) on &amp;quot;Diagrams for Visualisation&amp;quot; available]]&lt;br /&gt;
*[[2006-12-07: New issue of Inf@Vis! (infovis.net) on &amp;quot;Exploratory Search&amp;quot; available]]&lt;br /&gt;
*[[2006-12-06: Research and Teaching Position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-12-06: Is There Science in Visualization?]]&lt;br /&gt;
*[[2006-12-04: &amp;quot;Discovering the Unexpected&amp;quot; - Call for Papers: Visual Analytics in IEEE CG&amp;amp;A]]&lt;br /&gt;
*[[2006-11-29: Stephen Few comments on InfoVis 2006 conference]]&lt;br /&gt;
*[[2006-11-13: Presentation of InfoVis:Wiki at Wikiposium 2006]]&lt;br /&gt;
*[[2006-10-30: New release of XmdvTool is available (7.0)]]   &lt;br /&gt;
*[[2006-10-23: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour guidelines&amp;quot; available]]&lt;br /&gt;
*[[2006-09-28: InfoVis&#039;06 Papers on the Web ]]   &lt;br /&gt;
*[[2006-09-28: Job offer: 4 Research Positions in Visualization &amp;amp; Semantic Systems at Graz University of Technology and Vienna University of Economics and Business Administration, Austria]]&lt;br /&gt;
*[[2006-09-20: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour Usage&amp;quot; available]]&lt;br /&gt;
*[[2006-08-28: &amp;quot;Simplicity - the art of complexity&amp;quot; is the theme of this years Ars Electronica Festival in Linz, Austria]]&lt;br /&gt;
*[[2006-08-01: Job openings at IBM T, J. Watson: Research Staff Member]]&lt;br /&gt;
*[[2006-07-24: Post-doc job offer at for &amp;quot;Interactive and Visual Graph Mining&amp;quot; at INRIA / Bordeaux, France]]&lt;br /&gt;
*[[2006-06-27: Post-Doc /  PhD Position at MPI Tuebingen]]&lt;br /&gt;
*[[2006-06-02: Ph.D. Fellowships in Visual Analytics available at Worcester Polytechnic Institute Computer Science Department]]&lt;br /&gt;
*[[2006-05-29: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
[[Image:Aharef06websitegraph.png|right|100px]]&lt;br /&gt;
*[[2006-05-29: Websites as graphs]]&lt;br /&gt;
[[Image:Offenhuber06semaspace.jpg|right|100px]]&lt;br /&gt;
*[[2006-05-24: SemaSpace - Graph editor for large knowledge networks]]&lt;br /&gt;
*[[2006-05-21: Junk Charts - New Blog on chart junk]]&lt;br /&gt;
*[[2006-05-15: Open Lecture on &amp;quot;Complexity and Infoviz&amp;quot;, Design Faculty of Polietcnico di Milano. Milan, Italy]]&lt;br /&gt;
*[[2006-04-24: Open Research and Teaching Assistant/PhD Candidate position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-04-20: Call for Papers - C&amp;amp;G Special Issue on Visual Analytics]]&lt;br /&gt;
*[[2006-04-19: &amp;quot;The Surest Path to Visual Discovery&amp;quot; - Article by Stephen Few illustrating the Visual Information Seeking Mantra]]&lt;br /&gt;
*[[2006-04-18: New issue of Inf@Vis! (infovis.net) on &amp;quot;Visualising Time&amp;quot; available]]&lt;br /&gt;
[[Image:Google06finance.png|right|100px]]&lt;br /&gt;
*[[2006-03-27: Google Finance - Interactive Flash graphs to explore stock price data]]&lt;br /&gt;
[[Image:Smartmoney06marketradar.gif|right|100px]]&lt;br /&gt;
*[[2006-03-27: Market Radar: interactive data visualization of historical stock prices at SmartMoney.com]]&lt;br /&gt;
*[[2006-03-21: Post-doctoral position at CNRS, LaBRI, Bordeaux, France]]&lt;br /&gt;
*[[2006-03-20: Webcast by Ben Shneiderman on Information Exploration]]&lt;br /&gt;
*[[2006-03-15: Information Visualization Post-Doc and Summer Internship Positions at INRIA (France)]]&lt;br /&gt;
*[[2006-03-14: Article on Chart Junk: &amp;quot;Ice Age, or How to Avoid Frightening your Readers by Hiding the Key Data Point&amp;quot;]]&lt;br /&gt;
*[[2006-03-10: Visual Information Expert Workshop]]&lt;br /&gt;
*[[2006-03-08: The new book &amp;quot;Beautiful Evidence&amp;quot; by E. Tufte will be available soon]]&lt;br /&gt;
*[[2006-03-06: Article on &amp;quot;Visual Analytics&amp;quot; in current issue of IEEE Computer Graphics and Applications]]&lt;br /&gt;
*[[2006-02-26: Submission Deadline of IV06 has been extended to March 20, 2006]]&lt;br /&gt;
*[[2006-02-16: New issue of Inf@Vis! (infovis.net) on &amp;quot;Preattentive Processing&amp;quot; available]]&lt;br /&gt;
[[Image:Carden06travel time tube map.png|right|100px]]&lt;br /&gt;
*[[2006-01-25: Travel Time Tube Map]]&lt;br /&gt;
*[[2006-01-17: IEEE Information Visualization Symposium Proceedings will appear as an issue of IEEE Transactions on Visualization and Computer Graphics (TVCG)]]&lt;br /&gt;
*[[2006-01-11: Article on &amp;quot;Visualizing Spreadsheets&amp;quot; in DMReview magazine]]&lt;br /&gt;
*[[2005-12-12: New Issue of Information Visualization Journal]]&lt;br /&gt;
*[[2005-12-01: 2D vs. 3D on Task Performance - article in the upcoming TVCG Journal]]&lt;br /&gt;
[[Image:Horn05jellyfish.jpg|right|75px]]&lt;br /&gt;
*[[2005-11-29: Google Analytics - Powerful free web analytics service]]&lt;br /&gt;
*[[2005-11-29: Jellyfish - visualization of an art encyclopedia (developed using processing.org)]]&lt;br /&gt;
*[[2005-11-18: New issue of Inf@Vis! (infovis.net) on &amp;quot;Web Content Mining Visualisation&amp;quot; available]]&lt;br /&gt;
*[[2005-10-24: New issue of Inf@Vis! (infovis.net) on &amp;quot;Logfile Analysis&amp;quot; available]]&lt;br /&gt;
*[[2005-10-19: List of del.icio.us visualizations]]&lt;br /&gt;
*[[2005-10-18: blogviz - Mapping the dynamics of Information Diffusion in Blogspace]]&lt;br /&gt;
*[[2005-10-18: Summary of a distinguished lecture by Martin Wattenberg at UC Berkeley]]&lt;br /&gt;
*[[2005-10-17: &amp;quot;browse.delicious&amp;quot; a visual browser to explore the del.icio.us community network]]&lt;br /&gt;
[[Image:Lima05visualcomplexity.png|right|100px]]&lt;br /&gt;
*[[2005-10-17: VisualComplexity.com - a comprehensive repository of complex network visualizations]]&lt;br /&gt;
*[[2005-10-11: Jock D. Mackinlay wins DMReview&#039;s data visualization competition]]&lt;br /&gt;
*[[2005-10-10: Browse the web as a 3D city]]&lt;br /&gt;
*[[2005-10-07: New issue of Inf@Vis! (infovis.net) on &amp;quot;Web Structure Visualisation&amp;quot; available]]&lt;br /&gt;
[[Image:Cnet05thebigpicture-detail.png|right|80px]]&lt;br /&gt;
*[[2005-10-04: &amp;quot;The Big Picture&amp;quot; - Ontology viewer for cnet.com articles]]&lt;br /&gt;
*[[2005-09-30: Evaluating Visualizations: Do Expert Reviews Work?]]&lt;br /&gt;
*[[2005-09-29: InfoVis:Wiki has been upgraded to MediaWiki 1.5]]&lt;br /&gt;
*[[2005-09-27: Winners of &amp;quot;Science and Engineering Visualization Challenge 2005&amp;quot;]]&lt;br /&gt;
[[Image:Zitvogel05delicioussoup.png|right|60px]]&lt;br /&gt;
*[[2005-09-15: &amp;quot;Revealicious&amp;quot; and &amp;quot;Delicious Soup&amp;quot; - two Flash based del.icio.us visualization tools]]&lt;br /&gt;
*[[2005-09-05: Ben Fry and Casey Reas receive a &amp;quot;Golden Nica&amp;quot; for their &amp;quot;processing&amp;quot; project]]&lt;br /&gt;
[[Image:Migurski05voxdelicii.png|right|75px]]&lt;br /&gt;
*[[2005-09-02: &amp;quot;In The News&amp;quot; moves from Google News to del.icio.us tags and is now called &amp;quot;Vox Delicii&amp;quot;]]&lt;br /&gt;
[[Image:Wattenberg05colorcode.png|right|60px]]&lt;br /&gt;
*[[2005-08-29: &amp;quot;Color Code&amp;quot; - Interactive Map of the English Language]]&lt;br /&gt;
*[[2005-08-26: Special Issue of the Information Visualization Journal on &amp;quot;Bioinformatics Visualization&amp;quot;]]&lt;br /&gt;
[[Image:Turner05usenet.gif|right|60px]]&lt;br /&gt;
*[[2005-08-26: New article on visualizion techniques for the Usenet]]&lt;br /&gt;
*[[2005-08-26: Special Section on the IEEE InfoVis conference in &amp;quot;IEEE Transactions on Visualization and Computer Graphics&amp;quot;]]&lt;br /&gt;
[[Image:Labescape05enterprise-treemap.gif|right|75px]]&lt;br /&gt;
*[[2005-08-24: Integrating graphs into Treemaps]]&lt;br /&gt;
[[Image:Krzywinski04schemaball.jpg|right|75px]]&lt;br /&gt;
*[[2005-08-24: &amp;quot;Schemaball&amp;quot; - Schema Viewer for SQL Databases]]&lt;br /&gt;
*[[2005-08-24: &amp;quot;Design in Theory and Practice&amp;quot; column in Digital Web Magazine]]&lt;br /&gt;
*[[2005-08-24: New Website on &amp;quot;Knowledge Visualization&amp;quot;]]&lt;br /&gt;
*[[2005-07-27: Call for Papers for &amp;quot;Visual Analytics&amp;quot; Special Issue of IEEE TVCG]]&lt;br /&gt;
*[[2005-07-27: The First International Wikimedia Conference will be held in Frankfurt, Germany (August 4-8, 2005)]]&lt;br /&gt;
*[[2005-07-26: Interview with Katy Börner at Inf@Vis! (infovis.net digital magazine)]]&lt;br /&gt;
[[Image:In_the_news.gif|right|75px]]&lt;br /&gt;
*[[2005-07-21: &amp;quot;In The News&amp;quot; - Interactive Visualization of Google News]]&lt;br /&gt;
*[[2005-07-19: Typography tutorial by &amp;quot;Before &amp;amp; After&amp;quot; magazine]]&lt;br /&gt;
[[Image:Delicious_treemap.gif|right|60px]]&lt;br /&gt;
*[[2005-07-18: Treemap representation of del.icio.us most popular bookmarks]]&lt;br /&gt;
*[[2005-07-13: Commentary on the IV05 conference in new issue of Inf@Vis! (infovis.net)]]&lt;br /&gt;
*[[2005-07-12: Recent article about the &amp;quot;Top 10 Unsolved Information Visualization Problems&amp;quot;]]&lt;br /&gt;
*[[2005-06-29: New issue of Inf@Vis! (infovis.net) on &amp;quot;The Landscape Metaphor&amp;quot; available]]&lt;br /&gt;
[[Image:Mediawiki.png|right|50px]]&lt;br /&gt;
*[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]]&lt;br /&gt;
*[[2005-06-14: Top contributors list to InfoVis:Wiki]]&lt;br /&gt;
[[Image:Logo-small.png|right|50px]]&lt;br /&gt;
*[[2005-05-26: InfoVis:Wiki now offers newsfeed]]&lt;br /&gt;
*[[2005-05-16: InfoVis:Wiki is online]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:News|&#039;&#039;&#039;News Archive...&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Special:Newsfeed&amp;amp;feed=rss News as RSS feed]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;[[InfoVis:Wiki_RSS_Feeds|List of all available RSS feeds]]&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_provides_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17106</id>
		<title>2007-09-20: VizPatterns.org Wiki provides a new resource for Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_provides_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17106"/>
		<updated>2007-09-20T19:56:23Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A new wiki has been created as a repository for visualization design patterns. The purpose is to share and refine design patterns besed on the knowledge and expertise of seasoned visualisation designers. You are invited to share and contribute to the wiki.&lt;br /&gt;
&lt;br /&gt;
This resources is newly under development and is not yet mature, but your contributions can make it better!&lt;br /&gt;
&lt;br /&gt;
Go to: [http://www.vizpatterns.org Vizpatterns.org] to examine the site and register!&lt;br /&gt;
&lt;br /&gt;
[[Category:News]]&lt;br /&gt;
[[Category:2007/09]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_provides_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17105</id>
		<title>2007-09-20: VizPatterns.org Wiki provides a new resource for Visualization Design Patterns</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=2007-09-20:_VizPatterns.org_Wiki_provides_a_new_resource_for_Visualization_Design_Patterns&amp;diff=17105"/>
		<updated>2007-09-20T19:52:27Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:News]]&lt;br /&gt;
[[Category:2007/09]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=17104</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:News&amp;diff=17104"/>
		<updated>2007-09-20T19:51:38Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: added vizpatterns information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Start new stories below, newest at top! Keep in mind to write an article in the News-Category for every topic using the corresponding headline as title and link it here. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- HOW TO ENTER NEWS:                                                                            --&amp;gt;&lt;br /&gt;
&amp;lt;!--                                                                                                               --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 1) Insert a story headline below (including the current date).                  --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Format:                                                                                              --&amp;gt;&lt;br /&gt;
&amp;lt;!--     *[[2YEAR-MONTH-DATE: TITLE]]                                                           --&amp;gt;&lt;br /&gt;
&amp;lt;!--     Example: *[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 2) &amp;quot;Save page&amp;quot;                                                                                         --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 3) Click newly created Wiki link (red) and edit the text of your entry       --&amp;gt;&lt;br /&gt;
&amp;lt;!-- 4) Assign TWO categories to your entry (News + Archive)                       --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.1) [[Category:News]] (without this, it won&#039;t appear in the RSS feed)   --&amp;gt;&lt;br /&gt;
&amp;lt;!--    4.2) [[Category:YEAR/MONTH]] (this is important for the archive)        --&amp;gt; &lt;br /&gt;
&amp;lt;!--           Example: [[Category:2005/06]]                                                    --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[2007-09-20: VizPatterns.org Wiki provides a new resource for Visualization Design Patterns]]&lt;br /&gt;
*[[2005-09-18: IEEE OnAV08 Call for Papers (Intl. Workshop on Ontology Alignment and Visualization)]]&lt;br /&gt;
*[[2007-09-12: InfoVis:Wiki RSS feeds now working properly!]]&lt;br /&gt;
*[[2007-09-11: IEEE CG&amp;amp;A Call for Papers - Special issue on &amp;quot;Mobile Graphics&amp;quot;, July-August 2008]]&lt;br /&gt;
*[[2007-09-10: Post-doc job offer in &amp;quot;Visual Analytics&amp;quot; at INRIA / Paris, France]]&lt;br /&gt;
*[[2007-09-07: System upgrade and new server for the InfoVis:Wiki]]&lt;br /&gt;
*[[2007-09-05: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-08-31: InfoVis:Wiki will be upgraded and moved during the upcoming week]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities in HealthCare at Humana Innovation Center]]&lt;br /&gt;
*[[2007-08-30: InfoVis job opportunities at IBM China Research Lab]]&lt;br /&gt;
*[[2007-08-21: Open-source interface to search, browse, and data-mine image collections]]&lt;br /&gt;
*[[2007-08-01: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
* 2007-07-24: [[BIOSTEC 2008]] - Deadline Position papers: 10 September, 2007&lt;br /&gt;
*[[2007-07-19: IJGIS Special issue Geovisual analytics for spatial decision support]]&lt;br /&gt;
*[[2007-07-10: Job Offer: KTP associate in Information Visualisation (Oxford, UK)]]&lt;br /&gt;
*[[2007-07-03: Review of visualization techniques for temporal information]] &lt;br /&gt;
*[[2007-06-28: Job offer: Researcher/Lecturer in Information Vizualization (Vienna, Austria)]]&lt;br /&gt;
*[[2007-06-25: Inforgraphics For The SEO Confused]]&lt;br /&gt;
*2007-06-22: [http://www.biostec.org/ BIOSTEC 2008]: Full paper submission ends at June, 27 of 2007&lt;br /&gt;
*[[2007-06-17: searchCrystal, a search visualization toolset, is available at www.searchcrystal.com]]&lt;br /&gt;
*[[2007-06-06: PhD Scholarships at University Konstanz (Germany)]]&lt;br /&gt;
*[[2007-06-05: Post-Doctoral position in GeoVisualization at the giCentre, City University]] &lt;br /&gt;
*[[2007-06-01: Postdoctoral position in information visualization at Stony Brook University]]&lt;br /&gt;
*[[2007-05-18: Post-doctorate Research Position in Information Visualization]]&lt;br /&gt;
*[[2007-05-18: Do you know the difference between good and bad graph designs?]]&lt;br /&gt;
*[[2007-05-07: Anonymous editing disallowed on InfoVis:Wiki due to SPAM]] &lt;br /&gt;
*[[2007-04-20: Review of the newly released Tableau 3.0 by Stephen Few]]&lt;br /&gt;
*[[2007-04-19: Funded PhD position in InfoVis at Napier University, Edinburgh, UK]]&lt;br /&gt;
*[[2007-04-16: Historic Information Graphics literature review by Aaron Marcus]]&lt;br /&gt;
*[[2007-03-10: &amp;quot;ShoppingPath&amp;quot;: novel Shopping Visualization Tool]]&lt;br /&gt;
*[[2007-03-02: Google Custom Search Engine for Data Visualization]]&lt;br /&gt;
[[Image:Lengler07periodic-table.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-28: A Periodic Table of Visualization Methods]]&lt;br /&gt;
*[[2007-02-28: &amp;quot;visual-literacy.org&amp;quot;: An E-Learning Tutorial on Visualization for Communication, Engineering and Business]]&lt;br /&gt;
[[Image:Manyeyes07logo.jpg|right|75px]]&lt;br /&gt;
*[[2007-02-19: &amp;quot;Many Eyes&amp;quot;: New web application for shared visualization and discovery by Martin Wattenberg et al.]]&lt;br /&gt;
[[Image:Engelhardt07infovis-diagram.gif|right|100px]]&lt;br /&gt;
*[[2007-02-15: New issue of Inf@Vis! (infovis.net) on &amp;quot;InfoVis Diagram&amp;quot; available]]&lt;br /&gt;
*[[2007-01-22: JavaOne Online Learning Resource on &amp;quot;NetBeans IDE Common Framework for Information Visualization&amp;quot;]]&lt;br /&gt;
*[[2007-01-11: New issue of Inf@Vis! (infovis.net) on &amp;quot;Diagrams for Visualisation&amp;quot; available]]&lt;br /&gt;
*[[2006-12-07: New issue of Inf@Vis! (infovis.net) on &amp;quot;Exploratory Search&amp;quot; available]]&lt;br /&gt;
*[[2006-12-06: Research and Teaching Position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-12-06: Is There Science in Visualization?]]&lt;br /&gt;
*[[2006-12-04: &amp;quot;Discovering the Unexpected&amp;quot; - Call for Papers: Visual Analytics in IEEE CG&amp;amp;A]]&lt;br /&gt;
*[[2006-11-29: Stephen Few comments on InfoVis 2006 conference]]&lt;br /&gt;
*[[2006-11-13: Presentation of InfoVis:Wiki at Wikiposium 2006]]&lt;br /&gt;
*[[2006-10-30: New release of XmdvTool is available (7.0)]]   &lt;br /&gt;
*[[2006-10-23: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour guidelines&amp;quot; available]]&lt;br /&gt;
*[[2006-09-28: InfoVis&#039;06 Papers on the Web ]]   &lt;br /&gt;
*[[2006-09-28: Job offer: 4 Research Positions in Visualization &amp;amp; Semantic Systems at Graz University of Technology and Vienna University of Economics and Business Administration, Austria]]&lt;br /&gt;
*[[2006-09-20: New issue of Inf@Vis! (infovis.net) on &amp;quot;Colour Usage&amp;quot; available]]&lt;br /&gt;
*[[2006-08-28: &amp;quot;Simplicity - the art of complexity&amp;quot; is the theme of this years Ars Electronica Festival in Linz, Austria]]&lt;br /&gt;
*[[2006-08-01: Job openings at IBM T, J. Watson: Research Staff Member]]&lt;br /&gt;
*[[2006-07-24: Post-doc job offer at for &amp;quot;Interactive and Visual Graph Mining&amp;quot; at INRIA / Bordeaux, France]]&lt;br /&gt;
*[[2006-06-27: Post-Doc /  PhD Position at MPI Tuebingen]]&lt;br /&gt;
*[[2006-06-02: Ph.D. Fellowships in Visual Analytics available at Worcester Polytechnic Institute Computer Science Department]]&lt;br /&gt;
*[[2006-05-29: Oculus Info Inc hiring information visualization experts]]&lt;br /&gt;
[[Image:Aharef06websitegraph.png|right|100px]]&lt;br /&gt;
*[[2006-05-29: Websites as graphs]]&lt;br /&gt;
[[Image:Offenhuber06semaspace.jpg|right|100px]]&lt;br /&gt;
*[[2006-05-24: SemaSpace - Graph editor for large knowledge networks]]&lt;br /&gt;
*[[2006-05-21: Junk Charts - New Blog on chart junk]]&lt;br /&gt;
*[[2006-05-15: Open Lecture on &amp;quot;Complexity and Infoviz&amp;quot;, Design Faculty of Polietcnico di Milano. Milan, Italy]]&lt;br /&gt;
*[[2006-04-24: Open Research and Teaching Assistant/PhD Candidate position at Danube University Krems, Austria]]&lt;br /&gt;
*[[2006-04-20: Call for Papers - C&amp;amp;G Special Issue on Visual Analytics]]&lt;br /&gt;
*[[2006-04-19: &amp;quot;The Surest Path to Visual Discovery&amp;quot; - Article by Stephen Few illustrating the Visual Information Seeking Mantra]]&lt;br /&gt;
*[[2006-04-18: New issue of Inf@Vis! (infovis.net) on &amp;quot;Visualising Time&amp;quot; available]]&lt;br /&gt;
[[Image:Google06finance.png|right|100px]]&lt;br /&gt;
*[[2006-03-27: Google Finance - Interactive Flash graphs to explore stock price data]]&lt;br /&gt;
[[Image:Smartmoney06marketradar.gif|right|100px]]&lt;br /&gt;
*[[2006-03-27: Market Radar: interactive data visualization of historical stock prices at SmartMoney.com]]&lt;br /&gt;
*[[2006-03-21: Post-doctoral position at CNRS, LaBRI, Bordeaux, France]]&lt;br /&gt;
*[[2006-03-20: Webcast by Ben Shneiderman on Information Exploration]]&lt;br /&gt;
*[[2006-03-15: Information Visualization Post-Doc and Summer Internship Positions at INRIA (France)]]&lt;br /&gt;
*[[2006-03-14: Article on Chart Junk: &amp;quot;Ice Age, or How to Avoid Frightening your Readers by Hiding the Key Data Point&amp;quot;]]&lt;br /&gt;
*[[2006-03-10: Visual Information Expert Workshop]]&lt;br /&gt;
*[[2006-03-08: The new book &amp;quot;Beautiful Evidence&amp;quot; by E. Tufte will be available soon]]&lt;br /&gt;
*[[2006-03-06: Article on &amp;quot;Visual Analytics&amp;quot; in current issue of IEEE Computer Graphics and Applications]]&lt;br /&gt;
*[[2006-02-26: Submission Deadline of IV06 has been extended to March 20, 2006]]&lt;br /&gt;
*[[2006-02-16: New issue of Inf@Vis! (infovis.net) on &amp;quot;Preattentive Processing&amp;quot; available]]&lt;br /&gt;
[[Image:Carden06travel time tube map.png|right|100px]]&lt;br /&gt;
*[[2006-01-25: Travel Time Tube Map]]&lt;br /&gt;
*[[2006-01-17: IEEE Information Visualization Symposium Proceedings will appear as an issue of IEEE Transactions on Visualization and Computer Graphics (TVCG)]]&lt;br /&gt;
*[[2006-01-11: Article on &amp;quot;Visualizing Spreadsheets&amp;quot; in DMReview magazine]]&lt;br /&gt;
*[[2005-12-12: New Issue of Information Visualization Journal]]&lt;br /&gt;
*[[2005-12-01: 2D vs. 3D on Task Performance - article in the upcoming TVCG Journal]]&lt;br /&gt;
[[Image:Horn05jellyfish.jpg|right|75px]]&lt;br /&gt;
*[[2005-11-29: Google Analytics - Powerful free web analytics service]]&lt;br /&gt;
*[[2005-11-29: Jellyfish - visualization of an art encyclopedia (developed using processing.org)]]&lt;br /&gt;
*[[2005-11-18: New issue of Inf@Vis! (infovis.net) on &amp;quot;Web Content Mining Visualisation&amp;quot; available]]&lt;br /&gt;
*[[2005-10-24: New issue of Inf@Vis! (infovis.net) on &amp;quot;Logfile Analysis&amp;quot; available]]&lt;br /&gt;
*[[2005-10-19: List of del.icio.us visualizations]]&lt;br /&gt;
*[[2005-10-18: blogviz - Mapping the dynamics of Information Diffusion in Blogspace]]&lt;br /&gt;
*[[2005-10-18: Summary of a distinguished lecture by Martin Wattenberg at UC Berkeley]]&lt;br /&gt;
*[[2005-10-17: &amp;quot;browse.delicious&amp;quot; a visual browser to explore the del.icio.us community network]]&lt;br /&gt;
[[Image:Lima05visualcomplexity.png|right|100px]]&lt;br /&gt;
*[[2005-10-17: VisualComplexity.com - a comprehensive repository of complex network visualizations]]&lt;br /&gt;
*[[2005-10-11: Jock D. Mackinlay wins DMReview&#039;s data visualization competition]]&lt;br /&gt;
*[[2005-10-10: Browse the web as a 3D city]]&lt;br /&gt;
*[[2005-10-07: New issue of Inf@Vis! (infovis.net) on &amp;quot;Web Structure Visualisation&amp;quot; available]]&lt;br /&gt;
[[Image:Cnet05thebigpicture-detail.png|right|80px]]&lt;br /&gt;
*[[2005-10-04: &amp;quot;The Big Picture&amp;quot; - Ontology viewer for cnet.com articles]]&lt;br /&gt;
*[[2005-09-30: Evaluating Visualizations: Do Expert Reviews Work?]]&lt;br /&gt;
*[[2005-09-29: InfoVis:Wiki has been upgraded to MediaWiki 1.5]]&lt;br /&gt;
*[[2005-09-27: Winners of &amp;quot;Science and Engineering Visualization Challenge 2005&amp;quot;]]&lt;br /&gt;
[[Image:Zitvogel05delicioussoup.png|right|60px]]&lt;br /&gt;
*[[2005-09-15: &amp;quot;Revealicious&amp;quot; and &amp;quot;Delicious Soup&amp;quot; - two Flash based del.icio.us visualization tools]]&lt;br /&gt;
*[[2005-09-05: Ben Fry and Casey Reas receive a &amp;quot;Golden Nica&amp;quot; for their &amp;quot;processing&amp;quot; project]]&lt;br /&gt;
[[Image:Migurski05voxdelicii.png|right|75px]]&lt;br /&gt;
*[[2005-09-02: &amp;quot;In The News&amp;quot; moves from Google News to del.icio.us tags and is now called &amp;quot;Vox Delicii&amp;quot;]]&lt;br /&gt;
[[Image:Wattenberg05colorcode.png|right|60px]]&lt;br /&gt;
*[[2005-08-29: &amp;quot;Color Code&amp;quot; - Interactive Map of the English Language]]&lt;br /&gt;
*[[2005-08-26: Special Issue of the Information Visualization Journal on &amp;quot;Bioinformatics Visualization&amp;quot;]]&lt;br /&gt;
[[Image:Turner05usenet.gif|right|60px]]&lt;br /&gt;
*[[2005-08-26: New article on visualizion techniques for the Usenet]]&lt;br /&gt;
*[[2005-08-26: Special Section on the IEEE InfoVis conference in &amp;quot;IEEE Transactions on Visualization and Computer Graphics&amp;quot;]]&lt;br /&gt;
[[Image:Labescape05enterprise-treemap.gif|right|75px]]&lt;br /&gt;
*[[2005-08-24: Integrating graphs into Treemaps]]&lt;br /&gt;
[[Image:Krzywinski04schemaball.jpg|right|75px]]&lt;br /&gt;
*[[2005-08-24: &amp;quot;Schemaball&amp;quot; - Schema Viewer for SQL Databases]]&lt;br /&gt;
*[[2005-08-24: &amp;quot;Design in Theory and Practice&amp;quot; column in Digital Web Magazine]]&lt;br /&gt;
*[[2005-08-24: New Website on &amp;quot;Knowledge Visualization&amp;quot;]]&lt;br /&gt;
*[[2005-07-27: Call for Papers for &amp;quot;Visual Analytics&amp;quot; Special Issue of IEEE TVCG]]&lt;br /&gt;
*[[2005-07-27: The First International Wikimedia Conference will be held in Frankfurt, Germany (August 4-8, 2005)]]&lt;br /&gt;
*[[2005-07-26: Interview with Katy Börner at Inf@Vis! (infovis.net digital magazine)]]&lt;br /&gt;
[[Image:In_the_news.gif|right|75px]]&lt;br /&gt;
*[[2005-07-21: &amp;quot;In The News&amp;quot; - Interactive Visualization of Google News]]&lt;br /&gt;
*[[2005-07-19: Typography tutorial by &amp;quot;Before &amp;amp; After&amp;quot; magazine]]&lt;br /&gt;
[[Image:Delicious_treemap.gif|right|60px]]&lt;br /&gt;
*[[2005-07-18: Treemap representation of del.icio.us most popular bookmarks]]&lt;br /&gt;
*[[2005-07-13: Commentary on the IV05 conference in new issue of Inf@Vis! (infovis.net)]]&lt;br /&gt;
*[[2005-07-12: Recent article about the &amp;quot;Top 10 Unsolved Information Visualization Problems&amp;quot;]]&lt;br /&gt;
*[[2005-06-29: New issue of Inf@Vis! (infovis.net) on &amp;quot;The Landscape Metaphor&amp;quot; available]]&lt;br /&gt;
[[Image:Mediawiki.png|right|50px]]&lt;br /&gt;
*[[2005-06-20: InfoVis:Wiki upgrades to MediaWiki 1.4.5]]&lt;br /&gt;
*[[2005-06-14: Top contributors list to InfoVis:Wiki]]&lt;br /&gt;
[[Image:Logo-small.png|right|50px]]&lt;br /&gt;
*[[2005-05-26: InfoVis:Wiki now offers newsfeed]]&lt;br /&gt;
*[[2005-05-16: InfoVis:Wiki is online]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:News|&#039;&#039;&#039;News Archive...&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.infovis-wiki.net/index.php?title=Special:Newsfeed&amp;amp;feed=rss News as RSS feed]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;small&amp;gt;[[InfoVis:Wiki_RSS_Feeds|List of all available RSS feeds]]&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Template:RecentPublications&amp;diff=16542</id>
		<title>Template:RecentPublications</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Template:RecentPublications&amp;diff=16542"/>
		<updated>2007-08-29T15:51:27Z</updated>

		<summary type="html">&lt;p&gt;Thatbrock: Deleted porn links added by a Robot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &amp;lt;big&amp;gt;&#039;&#039;&#039;Recent Publications&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start new entries below beginning with &#039;*&#039;, newest at top --&amp;gt;&lt;br /&gt;
*[[Spence, R.: Information Visualization - Design for Interaction (2nd Edition), Pearson Education, 2006]]&lt;br /&gt;
*[[Kerren, A., Ebert, A. and Meyer J. (Eds.): Human-centered Visualization Environments, volume 4417 of LNCS Tutorial, Springer, 2007]]&lt;br /&gt;
*[[Tufte, E.R.: Beautiful Evidence, Graphics Press, 2006]]&lt;br /&gt;
*[[Andrienko, N. and Andrienko G.: Exploratory Analysis of Spatial and Temporal Data - A Systematic Approach, Springer, 2005]]&lt;br /&gt;
*[[Tergan, S. O. and Keller T.: Knowledge and Information Visualization - Searching for Synergies, Springer, 2005.]]&lt;br /&gt;
*[[Buurman, G.M., Total interaction theory and practice of a new paradigm for the design disciplines. 2005, Basel: Birkhäuser.]]&lt;br /&gt;
*[[Ware, C.: Information Visualization - Perception for Design, Morgan Kaufmann, 2004]] (2nd Edition)&lt;br /&gt;
*[[Chen, C.: Information Visualization - Beyond the Horizon, Springer, 2004]]&lt;br /&gt;
*[[Kovalerchuk B. and Schwing J.: Visual and Spatial Analysis - Advances in Data Mining, Reasoning, and Problem Solving, Springer, 2004]]&lt;/div&gt;</summary>
		<author><name>Thatbrock</name></author>
	</entry>
</feed>