<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Well-formed data &#187; Theory</title>
	<atom:link href="http://well-formed-data.net/archives/category/theory/feed" rel="self" type="application/rss+xml" />
	<link>http://well-formed-data.net</link>
	<description>Moritz Stefaner / Visualization</description>
	<lastBuildDate>Tue, 01 May 2012 19:55:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Navigation modes</title>
		<link>http://well-formed-data.net/archives/262/navigation-modes</link>
		<comments>http://well-formed-data.net/archives/262/navigation-modes#comments</comments>
		<pubDate>Sun, 29 Mar 2009 21:42:56 +0000</pubDate>
		<dc:creator>Moritz Stefaner</dc:creator>
				<category><![CDATA[Theory]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[faceted search]]></category>
		<category><![CDATA[facets]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://well-formed-data.net/?p=262</guid>
		<description><![CDATA[Together with Sebastian Ferré, I defined and illustrated some common navigation modes in faceted search and web applications dealing with metadata+resources in general for an upcoming publication. I am here sharing the gist of it already, as I believe these could be interesting for many of you. So, here they are. They all refer to [...]]]></description>
			<content:encoded><![CDATA[<p>Together with <a href="http://www.irisa.fr/LIS/ferre/">Sebastian Ferré</a>, I defined and illustrated some common navigation modes in faceted search and web applications dealing with metadata+resources in general for an upcoming publication. I am here sharing the gist of it already, as I believe these could be interesting for many of you.</p>

<p><span id="more-262"></span></p>

<p>So, here they are. They all refer to situations where there is a set of resources which can be filtered according to different criteria.</p>

<hr />

<p><strong>Zoom–in</strong></p>

<p>The most common pattern: Given a set of resources, select a subset by  adding an additional (AND-connected) filter criterion.</p>

<p><code> 
All photos -&gt; zoom in (Europe) -&gt; photos taken in Europe<br />
Photos taken in Europe -&gt; zoom-in (Cities) -&gt; photos taken in Europe AND taken in cities
</code></p>

<hr />

<p><strong>Zoom–out</strong></p>

<p>The complementary pattern: Given a filtered view, select a superset by either</p>

<ul>
    <li>Removing a (AND-connected) filter
<code> 
Photos taken in Europe AND taken in cities -&gt; zoom out (cities) -&gt; photos taken in Europe
</code>
</li>
<li>or: Adding a OR-connected filter
<code> 
Photos taken in Europe -&gt; zoom–out-OR (Africa) -&gt; photos taken in Europe OR Africa
</code>
</li>
<li>or: Replacing a filter with a more general version
<code> 
Photos taken in Germany -&gt; zoom–out-UP (Germany) -&gt; photos taken in Europe
</code>
</li>
</ul>

<p>In either way, you end up with a more general query, that yields at least all of the original results, and usually more.</p>

<hr />

<p><strong>Shift</strong></p>

<p>Zoom-in and zoom-out can be combined into a shift navigation mode. Here, one part of the filters is replaced by a concept that is neither more general nor more specific than the original one. </p>

<p><code> 
Photos taken in Germany -&gt; shift (France) -&gt; photos taken in France
</code></p>

<hr />

<p><strong>Pivot</strong></p>

<p>Another combination of zoom-in and zoom-out is the pivot navigation. It is very common in web applications like e.g. <a href="delicious.com">delicious.com</a>. Given a filter setting and its results, you can jump to a fresh query consisting only of one of the occurring metadata terms.</p>

<p><code> 
Photos taken in Germany -&gt; pivot (Moritz) -&gt; photos taken by Moritz
</code></p>

<p>This is often accomplished by adding clickable links to the results’ metadata items. </p>

<hr />

<p><strong>Querying by examples</strong></p>

<p>This corresponds to a pivot on a number of resources and metadata fields at the same time. The most specific concepts that apply to a whole item selection are collected and used in a new query. </p>

<p><code> 
Clinton, Bush, Obama -&gt; query by examples -&gt; American presidents
</code></p>

<p>Obviously, the generalization capabilities here depend a lot on the metadata structure. In some database, the example above might generalize to “persons” or “males”, in others to “Male american presidents after 1980″.</p>

<hr />

<p><strong>Related set</strong></p>

<p>Demonstrated in <a href="http://well-formed-data.net/archives/153/parallax">parallax</a> and <a href="http://events.linkeddata.org/ldow2008/papers/15-kobilarov-dickinson-humboldt-exploring.pdf">humboldt</a>, this navigation mode follows the same metadata link on the whole result set to construct a new one.</p>

<p><code> 
Photos taken in Europe -&gt; related set (photographer) -&gt; Photographers of photos taken in Europe
</code></p>

<hr />

<p>I realize this is quite dry material and could use some illustrations, examples, references. Nevertheless, I hope it spawns some new thoughts in those of you thinking about search and browsing in web applications!</p>
<img src="http://well-formed-data.net/?ak_action=api_record_view&id=262&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://well-formed-data.net/archives/262/navigation-modes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

