<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis06-13</id>
	<title>InfoVis:Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://infovis-wiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UE-InfoVis06-13"/>
	<link rel="alternate" type="text/html" href="https://infovis-wiki.net/wiki/Special:Contributions/UE-InfoVis06-13"/>
	<updated>2026-04-29T09:35:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Talk:HomeFinder&amp;diff=9992</id>
		<title>Talk:HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Talk:HomeFinder&amp;diff=9992"/>
		<updated>2006-06-17T09:34:00Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- links wurden auf &amp;quot;internal&amp;quot; geändert&lt;br /&gt;
&lt;br /&gt;
- die internal links sind faelschlicherweise als externe deklariert (new window)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Talk:HomeFinder&amp;diff=9991</id>
		<title>Talk:HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Talk:HomeFinder&amp;diff=9991"/>
		<updated>2006-06-17T09:33:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- links wurden auf &amp;quot;internal&amp;quot; geändert&lt;br /&gt;
- die internal links sind faelschlicherweise als externe deklariert (new window)&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9990</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9990"/>
		<updated>2006-06-17T09:33:17Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [[Williamson%2C Christopher]]&lt;br /&gt;
* [[Shneiderman%2C Ben]]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real-estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. &lt;br /&gt;
By providing a graphical visualization of the database and search results. Users can easliy change the parameters for search.&lt;br /&gt;
The interfaces were used to explore a real-estate database and find homes meeting specific search criteria. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Homefinder.gif]]&amp;lt;br&amp;gt;Userinterface of the Home Finder&amp;lt;br&amp;gt;[Ben Shneiderman (HCIL), Christopher Williamson (student at HCIL)]&lt;br /&gt;
&lt;br /&gt;
Today many Webpages uses the HomeFinder for their costumers to find houses for their needs.&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
&#039;&#039;&#039;* Graphical silders:&#039;&#039;&#039; Each slider consists of a label, a field indicating its current value, a slider bar with a drag box and a value at each end of the slider bar indicating minimum and maxim um values. Sliding the drag box with the mouse changes the value of the slider. Clicking with the mouse on the slider bar increases or decreases the value one step at a time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* Graphical database illustration:&#039;&#039;&#039; The database is represented on the screen in graphical form. The user give the input for the programm with  sliders for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions. The search result of the query can be highlighted by coloring, changing points of light, marking of regions, or blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:HomeFinderSlider.gif]]&amp;lt;br&amp;gt;A Slider of HomeFinder&amp;lt;br&amp;gt;[Williamson, C. and Shneiderman, B. (Jan. 1992)]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*[[Dynamic query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9612</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9612"/>
		<updated>2006-04-28T07:00:27Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Example and use cases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. &lt;br /&gt;
By providing a graphical visualization of the database and search results. Users can easliy change the parameters for search.&lt;br /&gt;
The interfaces were used to explore a real-estate database and find homes meeting specific search criteria. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Homefinder.gif]]&amp;lt;br&amp;gt;Userinterface of the Home Finder&amp;lt;br&amp;gt;[Ben Shneiderman (HCIL), Christopher Williamson (student at HCIL)]&lt;br /&gt;
&lt;br /&gt;
Today many Webpages uses the HomeFinder for their costumers to find houses for their needs.&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
&#039;&#039;&#039;* Graphical silders:&#039;&#039;&#039; Each slider consists of a label, a field indicating its current value, a slider bar with a drag box and a value at each end of the slider bar indicating minimum and maxim um values. Sliding the drag box with the mouse changes the value of the slider. Clicking with the mouse on the slider bar increases or decreases the value one step at a time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* Graphical database illustration:&#039;&#039;&#039; The database is represented on the screen in graphical form. The user give the input for the programm with  sliders for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions. The search result of the query can be highlighted by coloring, changing points of light, marking of regions, or blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:HomeFinderSlider.gif]]&amp;lt;br&amp;gt;A Slider of HomeFinder&amp;lt;br&amp;gt;[Williamson, C. and Shneiderman, B. (Jan. 1992)]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9611</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9611"/>
		<updated>2006-04-28T06:55:59Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Design issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. By providing a graphical visualization of the database and search results, users can find trends and excptions easily, User testing was done with eighteen undergraduate students who performed significantly faster using a dynamic queries interface compared to both a natural language system and paper printouts. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.&lt;br /&gt;
[[Image:Homefinder.gif]]&amp;lt;br&amp;gt;Userinterface of the Home Finder&amp;lt;br&amp;gt;[Ben Shneiderman (HCIL), Christopher Williamson (student at HCIL)]&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
&#039;&#039;&#039;* Graphical silders:&#039;&#039;&#039; Each slider consists of a label, a field indicating its current value, a slider bar with a drag box and a value at each end of the slider bar indicating minimum and maxim um values. Sliding the drag box with the mouse changes the value of the slider. Clicking with the mouse on the slider bar increases or decreases the value one step at a time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* Graphical database illustration:&#039;&#039;&#039; The database is represented on the screen in graphical form. The user give the input for the programm with  sliders for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions. The search result of the query can be highlighted by coloring, changing points of light, marking of regions, or blinking.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:HomeFinderSlider.gif]]&amp;lt;br&amp;gt;A Slider of HomeFinder&amp;lt;br&amp;gt;[Williamson, C. and Shneiderman, B. (Jan. 1992)]&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:HomeFinderSlider.gif&amp;diff=9610</id>
		<title>File:HomeFinderSlider.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:HomeFinderSlider.gif&amp;diff=9610"/>
		<updated>2006-04-28T06:54:28Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: A Slider of HomeFinder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A Slider of HomeFinder&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
Williamson, C. and Shneiderman, B. (Jan. 1992) &lt;br /&gt;
== Source ==&lt;br /&gt;
http://hcil.cs.umd.edu/trs/92-01/92-01.html&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9609</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9609"/>
		<updated>2006-04-28T06:52:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Design issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. By providing a graphical visualization of the database and search results, users can find trends and excptions easily, User testing was done with eighteen undergraduate students who performed significantly faster using a dynamic queries interface compared to both a natural language system and paper printouts. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.&lt;br /&gt;
[[Image:Homefinder.gif]]&amp;lt;br&amp;gt;Userinterface of the Home Finder&amp;lt;br&amp;gt;[Ben Shneiderman (HCIL), Christopher Williamson (student at HCIL)]&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
&#039;&#039;&#039;* Graphical silders:&#039;&#039;&#039; Each slider consists of a label, a field indicating its current value, a slider bar with a drag box and a value at each end of the slider bar indicating minimum and maxim um values. Sliding the drag box with the mouse changes the value of the slider. Clicking with the mouse on the slider bar increases or decreases the value one step at a time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* Graphical database illustration:&#039;&#039;&#039; The database is represented on the screen in graphical form. The user give the input for the programm with  sliders for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions. The search result of the query can be highlighted by coloring, changing points of light, marking of regions, or blinking.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9608</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9608"/>
		<updated>2006-04-28T06:41:39Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Example and use cases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. By providing a graphical visualization of the database and search results, users can find trends and excptions easily, User testing was done with eighteen undergraduate students who performed significantly faster using a dynamic queries interface compared to both a natural language system and paper printouts. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.&lt;br /&gt;
[[Image:Homefinder.gif]]&amp;lt;br&amp;gt;Userinterface of the Home Finder&amp;lt;br&amp;gt;[Ben Shneiderman (HCIL), Christopher Williamson (student at HCIL)]&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
* Graphical widgets: The user give the input for the programm with this wigets for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Homefinder.gif&amp;diff=9607</id>
		<title>File:Homefinder.gif</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Homefinder.gif&amp;diff=9607"/>
		<updated>2006-04-28T06:39:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: Userinterface of the Homefinder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Userinterface of the Homefinder&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
HCIL University of Maryland&lt;br /&gt;
== Source ==&lt;br /&gt;
http://www.sapdesignguild.org/community/book_people/visualization/controls/HomeFinder.htm&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9606</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9606"/>
		<updated>2006-04-28T06:35:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example and use cases ==&lt;br /&gt;
Dynamic queries allow users to formulate queries by adjusting graphical widgets, such as slider, and see the results immediately. By providing a graphical visualization of the database and search results, users can find trends and excptions easily, User testing was done with eighteen undergraduate students who performed significantly faster using a dynamic queries interface compared to both a natural language system and paper printouts. The interfaces were used to explore a real-estate database and find homes meeting specific search criteria.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Design issues ==&lt;br /&gt;
* Graphical widgets: The user give the input for the programm with this wigets for attributes like the number of rooms, price and distance of locations. The Dynamic Queries uses this parameters to find houses, which fullfil these conditions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9604</id>
		<title>File:Williamson.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9604"/>
		<updated>2006-04-28T05:49:08Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
DreamQuest&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
www.DreamQuest.com&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9603</id>
		<title>File:Williamson.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9603"/>
		<updated>2006-04-28T05:48:54Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Copyright status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
DreamQuest&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Personal Homepage&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9546</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9546"/>
		<updated>2006-04-26T22:37:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Internal Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
*&#039;&#039;[[http://infovis-wiki.net/index.php/Dynamic_query Dynamic Query]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9545</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9545"/>
		<updated>2006-04-26T22:36:38Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Suitable Datatypes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numerical data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9544</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9544"/>
		<updated>2006-04-26T22:36:12Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Short description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies, the first use case scenario was a home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numeric data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9543</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9543"/>
		<updated>2006-04-26T22:35:43Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Disadvantages using dynamic Home Finder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies the first use case scenario was a Home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Homefinder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numeric data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9542</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9542"/>
		<updated>2006-04-26T22:35:37Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Advantages using dynamic Home Finder */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies the first use case scenario was a Home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Homfinder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Home Finder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numeric data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9541</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9541"/>
		<updated>2006-04-26T22:35:30Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Short description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Homfinder was created to search and visualize Databases. As the name implies the first use case scenario was a Home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Home Finder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Home Finder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numeric data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9540</id>
		<title>HomeFinder</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=HomeFinder&amp;diff=9540"/>
		<updated>2006-04-26T22:34:48Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Techniques]]&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Williamson%2C_Christopher Williamson, Christopher]&lt;br /&gt;
* [http://infovis-wiki.net/index.php/Shneiderman%2C_Ben Shneiderman, Ben]&lt;br /&gt;
&lt;br /&gt;
== Short description ==&lt;br /&gt;
The dynamic Home Finder was created to search and visualize Databases. As the name implies the first use case scenario was a Home finding application, where the user was able to find real estates, by adjusting graphical widgets (sliders, ...).&lt;br /&gt;
&lt;br /&gt;
== Advantages using dynamic Home Finder ==&lt;br /&gt;
* Continuous update of the query results&lt;br /&gt;
* Fully visual interface (no query language needed)&lt;br /&gt;
* Reversible operations&lt;br /&gt;
* Immediate results&lt;br /&gt;
* almost no training needed&lt;br /&gt;
&lt;br /&gt;
== Disadvantages using dynamic Home Finder ==&lt;br /&gt;
* complex dynamic Queries need a lot of screen real estate&lt;br /&gt;
* underlying data structures need to support rapid querying&lt;br /&gt;
&lt;br /&gt;
== Suitable Datatypes ==&lt;br /&gt;
* data should be graphical representable&lt;br /&gt;
* slider widgets rely on numeric data&lt;br /&gt;
&lt;br /&gt;
== Interaction ==&lt;br /&gt;
* multiple slider interface&lt;br /&gt;
* buttons&lt;br /&gt;
* dynamic map display that displays house location&lt;br /&gt;
* single view&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
* http://infovis-wiki.net/index.php/Dynamic_query&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
*[ACM, 1992] ACM, I ACM Press New York, http://portal.acm.org/citation.cfm?id=133216&amp;amp;coll=portal&amp;amp;dl=ACM&amp;amp;CFID=8530671&amp;amp;CFTOKEN=55015481&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9320</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9320"/>
		<updated>2006-04-14T08:57:49Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|110px|[[Media:Williamson.jpg|Williamson, Christopher]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department,&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Dynamic Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9319</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9319"/>
		<updated>2006-04-14T08:56:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|Williamson, Christopher]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department,&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Dynamic Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9318</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9318"/>
		<updated>2006-04-14T08:55:47Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Prominent Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department,&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Dynamic Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9317</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9317"/>
		<updated>2006-04-14T08:55:07Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department,&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9316</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9316"/>
		<updated>2006-04-14T08:54:53Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9315</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9315"/>
		<updated>2006-04-14T08:36:06Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Interview with Williamson Christopher http://dqsoft.com/press/pdabuyer.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9314</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9314"/>
		<updated>2006-04-14T08:04:40Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory, University of Maryland http://www.cs.umd.edu/projects/hcil/index.html&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9313</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9313"/>
		<updated>2006-04-14T08:02:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Affiliations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994- )&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
*Game Developers Conference http://www.gdconf.com/&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9311</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9311"/>
		<updated>2006-04-14T07:41:20Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9310</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9310"/>
		<updated>2006-04-14T07:40:48Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Main Interests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game development&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9309</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9309"/>
		<updated>2006-04-14T07:40:13Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039;, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626. http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9304</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9304"/>
		<updated>2006-04-14T07:34:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Williamson, Christopher&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
&#039;&#039;&#039;current:&#039;&#039;&#039; &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
&#039;&#039;&#039;previous:&#039;&#039;&#039; &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;br /&gt;
&lt;br /&gt;
[[Category:Persons]]&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9300</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9300"/>
		<updated>2006-04-13T23:02:08Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Main Interests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
*user interface design &lt;br /&gt;
*human-computer interaction&lt;br /&gt;
*game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9299</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9299"/>
		<updated>2006-04-13T23:02:01Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Prominent Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
*Homefinder&lt;br /&gt;
*Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9298</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9298"/>
		<updated>2006-04-13T23:01:32Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
*Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9297</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9297"/>
		<updated>2006-04-13T23:01:24Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
*DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
*Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
*Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9296</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9296"/>
		<updated>2006-04-13T23:01:15Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Bibliography */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
*Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
*Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
*Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9295</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9295"/>
		<updated>2006-04-13T23:01:03Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Affiliations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
*president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
*Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
*1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9294</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9294"/>
		<updated>2006-04-13T23:00:30Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department.&lt;br /&gt;
Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9293</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9293"/>
		<updated>2006-04-13T22:59:58Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
&lt;br /&gt;
[[image:Williamson.jpg|thumb|50px|[[Media:Williamson.jpg|112px]]]]&lt;br /&gt;
&lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9292</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9292"/>
		<updated>2006-04-13T22:56:57Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Affiliations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9291</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9291"/>
		<updated>2006-04-13T22:56:23Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Affiliations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
[[:Image:Williamson.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9290</id>
		<title>File:Williamson.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9290"/>
		<updated>2006-04-13T22:54:14Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status ==&lt;br /&gt;
&lt;br /&gt;
== Source ==&lt;br /&gt;
Personal Homepage&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9289</id>
		<title>File:Williamson.jpg</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=File:Williamson.jpg&amp;diff=9289"/>
		<updated>2006-04-13T22:52:44Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &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>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9288</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9288"/>
		<updated>2006-04-13T22:51:51Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Prominent Ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•	president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•	Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•	1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•Homefinder&lt;br /&gt;
•Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9287</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9287"/>
		<updated>2006-04-13T22:51:42Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Bibliography */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•	president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•	Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•	1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•	Homefinder&lt;br /&gt;
•	Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
• Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9286</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9286"/>
		<updated>2006-04-13T22:51:33Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: /* Main Interests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•	president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•	Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•	1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•user interface design &lt;br /&gt;
•human-computer interaction&lt;br /&gt;
•game devlopment&lt;br /&gt;
&lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•	Homefinder&lt;br /&gt;
•	Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•	Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•	Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
•	 Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
	<entry>
		<id>https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9285</id>
		<title>Williamson, Christopher</title>
		<link rel="alternate" type="text/html" href="https://infovis-wiki.net/w/index.php?title=Williamson,_Christopher&amp;diff=9285"/>
		<updated>2006-04-13T22:51:11Z</updated>

		<summary type="html">&lt;p&gt;UE-InfoVis06-13: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Williamson, Christopher &lt;br /&gt;
From InfoVis:Wiki&lt;br /&gt;
 &lt;br /&gt;
Christopher Williamson, founder and president of DreamQuest&lt;br /&gt;
Software, is a successful independent game developer, publisher,&lt;br /&gt;
consultant, avid game-player and industry speaker. His most recent&lt;br /&gt;
speaking engagements include the Game Developers Conference,&lt;br /&gt;
PalmSource, Shareware Industry Conference, and CTIA.&lt;br /&gt;
&lt;br /&gt;
He has a Masters in Software Engineering (Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department&lt;br /&gt;
University of Maryland) and spent several years focusing on system architecture and the software development process with IBM before launching DreamQuest Software in 1994.&lt;br /&gt;
==Affiliations== &lt;br /&gt;
current: &lt;br /&gt;
•	president of DreamQuest (1994-&lt;br /&gt;
previous: &lt;br /&gt;
•	Human-Computer Interaction LaboratoryCenter for Automation Research and Computer Science Department, University of Maryland&lt;br /&gt;
•	1994 Human-Computer Interaction Laboratory Video Reports&lt;br /&gt;
&lt;br /&gt;
==Main Interests== &lt;br /&gt;
•	user interface design &lt;br /&gt;
•	human-computer interaction&lt;br /&gt;
•	game devlopment &lt;br /&gt;
==Prominent Ideas== &lt;br /&gt;
•	Homefinder&lt;br /&gt;
•	Dynamic Queries&lt;br /&gt;
&lt;br /&gt;
==Bibliography== &lt;br /&gt;
•	Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.619-626.   Link: http://www.interaction-design.org/references/conferences/proceedings_of_the_acm_chi_92_human_factors_in_computing_systems_conference.html&lt;br /&gt;
&lt;br /&gt;
•	Shneiderman, Ben, Williamson, Christopher, Ahlberg, Christopher (1992): Dynamic Queries: Database Searching by Direct Manipulation. In: Bauersfeld, Penny, Bennett, John, Lynch, Gene (ed.): Proceedings of the ACM CHI 92 Human Factors in Computing Systems Conference. June 3-7, 1992, Monterey, California. p.669-670.&lt;br /&gt;
&lt;br /&gt;
•	 Dynamic queries: Database searching by direct manipulation &lt;br /&gt;
Video in CHI `92 Video Program (Monterey, CA, May 3-7, 1992) Available through ACM SIGGRAPH Video Review, issue 77, ACM, New York. Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internal Links== &lt;br /&gt;
&lt;br /&gt;
==External Links== &lt;br /&gt;
•	DreamQuest Link: http://dqsoft.com/index.html&lt;br /&gt;
•	Human-Computer Interaction Laboratory&lt;br /&gt;
Center for Automation Research and Computer Science Department. Old site&lt;br /&gt;
Link: http://www.cs.umd.edu/hcil/members/bshneiderman/umlpapers/articles.html&lt;br /&gt;
•	Interaction-Design.org Link: http://www.interaction-design.org/references/authors/christopher_williamson.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contact Informations== &lt;br /&gt;
DreamQuest Software, LLC.&lt;br /&gt;
542 W. Linden Street&lt;br /&gt;
Louisville, CO 80027&lt;br /&gt;
303-665-0614&lt;/div&gt;</summary>
		<author><name>UE-InfoVis06-13</name></author>
	</entry>
</feed>