<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not Otherwise Categorized...</title>
	<atom:link href="http://sethearley.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethearley.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Jun 2009 15:54:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/f17c13f278f2660f3032371111f594e3?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Not Otherwise Categorized...</title>
		<link>http://sethearley.wordpress.com</link>
	</image>
			<item>
		<title>Faceted Search Design &#8211; Ordering Facets</title>
		<link>http://sethearley.wordpress.com/2009/06/15/ordering-facets/</link>
		<comments>http://sethearley.wordpress.com/2009/06/15/ordering-facets/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 18:34:56 +0000</pubDate>
		<dc:creator>stephanielemieux</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Taxonomy]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[User Interfaces]]></category>
		<category><![CDATA[alphabetical]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[endeca]]></category>
		<category><![CDATA[Faceted search]]></category>
		<category><![CDATA[ordering]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://sethearley.wordpress.com/?p=453</guid>
		<description><![CDATA[I&#8217;ve been lurking on the IAI&#8217;s mailing list for some time now, but recently someone posted a question that I just couldn&#8217;t resist answering:
We are getting ready to roll out a new faceted search option and I’ve been asked to make recommendations regarding the order of the facets and their characteristics.  I am having a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=453&subd=sethearley&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been lurking on the <a href="http://lists.iainstitute.org/listinfo.cgi/iai-members-iainstitute.org" target="_blank">IAI&#8217;s mailing list</a> for some time now, but recently someone posted a question that I just couldn&#8217;t resist answering:</p>
<blockquote><p>We are getting ready to roll out a new faceted search option and I’ve been asked to make recommendations regarding the order of the facets and their characteristics.  I am having a hard time finding specific information about standards or best practices.  I repeatedly come across Stephanie Lemieux’s recent article, Designing for Faceted Search, stating that both facets and values should be based on importance.  While this is great, can anyone point me toward supporting information or is this something that is just understood?  Are there general guidelines for when to list characteristics alphabetically versus when to list them in descending order?</p></blockquote>
<p>Ok, good call on the poster&#8217;s part &#8211; I had been vague in my article (<a href="http://http://www.uie.com/articles/faceted_search/" target="_blank">Designing for Faceted Search</a>, originally published in KM World), mainly because I had a broad audience and a word count limit. But I supposed that I should clarify a bit&#8230;  Here&#8217;s my response:<span id="more-453"></span></p>
<p>Re: facet order&#8230; There are no uber-best practices in terms of what order facets should go in other than “importance” simply because everyone’s context is different. In some contexts, there are some good rules of thumb&#8230; Like on an e-commerce site, product type should always be the first facet. In a multi-content/federated search context, content type, doc type or asset type is usually first (e.g. Libraries). Intranets often put departments of origin first. Beyond this, you’re stuck having to do some user-research to figure out what order facets should go (as others have mentioned). Given what they are looking for, what perspectives do users gravitate towards first for refinement? Is it subject? Geo region? You can get a sense of this simply by doing a few interviews. For a recent e-commerce project I did, we took each product type individually and had custom orders – for bedding, the size of the bed was most important (e.g. Queen, king, etc.), then the thread count, then the price, etc. I know the e-commerce examples are a bit tired, but you can extrapolate from this for other contexts.</p>
<p>Re: value order&#8230; This is a little more straightforward. To me, the whole strength of faceted search is in automatically presenting what is assumed to be the most meaningful choices first, and usually this is in decreasing volume of corresponding items in the results (a version of “popularity”, and typically the default for many faceted search engines). Typically, you are only showing the first 5-7 options of any facet at once, so it becomes more important to show the ones with the most bang at the top. If you do alpha, you risk showing options that only have a few documents associated to them and wasting that space or forcing another click for a larger number of people. So, I very rarely do alpha (I’ve done it once for Geographic regions, and once for brands, and only once the full list was expanded). If you are not doing true faceted search (with facet values automatically derived by the result set and numbers of documents for each showing beside the label) and doing something more static or navigational, then you can use more custom ordering (e.g. marketing value, putting better selling items first). Or if you are wrestling with a faceted search engine that doesn’t do decreasing volume sorts, then you’ll have to get creative and alpha may be a better default.</p>
<p>If any of you want to contribute more faceted search best practices, please do so in comments and I&#8217;ll compile them into a new list.</p>
<p>For more info, there&#8217;s a journal article by Marti Hearst (<a href="flamenco.berkeley.edu/papers/faceted-workshop06.pdf" target="_blank">Design Recommendations for Hierarchical Faceted Search</a>), or you can listen to Richard Tomlinson (Endeca) and I present on this <a href="http://www.earley.com/_February2009.asp" target="_blank">webinar</a>.</p>
Posted in Search, Taxonomy, Uncategorized, User Interfaces  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sethearley.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sethearley.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sethearley.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sethearley.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sethearley.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sethearley.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sethearley.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sethearley.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sethearley.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sethearley.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=453&subd=sethearley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sethearley.wordpress.com/2009/06/15/ordering-facets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07a0d483c0ab7c433154036171d7bd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephanielemieux</media:title>
		</media:content>
	</item>
		<item>
		<title>Academy of Motion Picture Arts and Sciences Metadata Symposium</title>
		<link>http://sethearley.wordpress.com/2009/06/12/academy-of-motion-picture-arts-and-sciences-metadata-symposium/</link>
		<comments>http://sethearley.wordpress.com/2009/06/12/academy-of-motion-picture-arts-and-sciences-metadata-symposium/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 07:46:27 +0000</pubDate>
		<dc:creator>sethearley</dc:creator>
				<category><![CDATA[Digital asset management]]></category>
		<category><![CDATA[Metadata Standards]]></category>

		<guid isPermaLink="false">http://sethearley.wordpress.com/?p=445</guid>
		<description><![CDATA[I just finished moderating the Digital Motion Picture Metadata Symposium at AMPAS.  The day covered all aspects of metadata from pre-production through production, post, distribution and archiving.
We had presenters from Pixar, Sony Pictures, the Academy of Motion Picture Arts and Sciences, Marvel Studios,  Warner Brothers, CNRI, Gracenote and the Library of Congress.
We saw examples from productions including [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=445&subd=sethearley&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just finished moderating the Digital Motion Picture Metadata Symposium at AMPAS.  The day covered all aspects of metadata from pre-production through production, post, distribution and archiving.</p>
<p>We had presenters from Pixar, Sony Pictures, the Academy of Motion Picture Arts and Sciences, Marvel Studios,  Warner Brothers, CNRI, Gracenote and the Library of Congress.</p>
<p>We saw examples from productions including The Incredibles, Wall-e, The Curious Case of Benjamin Button, Syriana, Ocean&#8217;s Eleven and others.</p>
<p>The day was packed with presentations that addressed all aspects of the metadata lifecycle for Digital Motion Pictures.</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 478px"><img class="size-full wp-image-458" title="Digital_Motion_Picture_Metadata_Lifecycle_AMPAS_Symposium" src="http://sethearley.files.wordpress.com/2009/06/digital_motion_picture_metadata_lifecycle_ampas_symposium3.jpg?w=468&#038;h=351" alt="Digital Motion Picture Metadata Lifecycle AMPAS Symposium" width="468" height="351" /><p class="wp-caption-text">Digital Motion Picture Metadata Lifecycle AMPAS Symposium</p></div>
<p>Podcast and session summaries coming soon.</p>
Posted in Digital asset management, Metadata Standards  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sethearley.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sethearley.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sethearley.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sethearley.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sethearley.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sethearley.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sethearley.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sethearley.wordpress.com/445/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sethearley.wordpress.com/445/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sethearley.wordpress.com/445/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=445&subd=sethearley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sethearley.wordpress.com/2009/06/12/academy-of-motion-picture-arts-and-sciences-metadata-symposium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/063f12546a6bd40d0348ae6690d4b4ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sethearley</media:title>
		</media:content>

		<media:content url="http://sethearley.files.wordpress.com/2009/06/digital_motion_picture_metadata_lifecycle_ampas_symposium3.jpg" medium="image">
			<media:title type="html">Digital_Motion_Picture_Metadata_Lifecycle_AMPAS_Symposium</media:title>
		</media:content>
	</item>
		<item>
		<title>Podcast on Folksonomy &amp; Taxonomy in the Enterprise</title>
		<link>http://sethearley.wordpress.com/2009/06/11/podcast-on-folksonomy-taxonomy-in-the-enterprise/</link>
		<comments>http://sethearley.wordpress.com/2009/06/11/podcast-on-folksonomy-taxonomy-in-the-enterprise/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 12:33:27 +0000</pubDate>
		<dc:creator>stephanielemieux</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Tagging / Folksonomy]]></category>
		<category><![CDATA[Taxonomy]]></category>

		<guid isPermaLink="false">http://sethearley.wordpress.com/?p=440</guid>
		<description><![CDATA[I had the great pleasure of doing a podcast a few weeks ago with Paul Miller, podcaster for Nodalities (magazine &#38; blog), on hybrid approaches to folksonomy and taxonomy and their role in the enterprise.
We discussed the now tired debate of folksonomy vs. taxonomy, and focused on the strengths and applications of each approach. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=440&subd=sethearley&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had the great pleasure of doing a <a href="http://blogs.talis.com/nodalities/2009/06/stephanie-lemieux-talks-about-folksonomy-and-taxonomy-in-the-enterprise.php" target="_blank">podcast</a> a few weeks ago with <a href="http://cloudofdata.com/" target="_blank">Paul Miller</a>, podcaster for <a href="http://blogs.talis.com/nodalities/" target="_blank">Nodalities</a> (magazine &amp; blog), on hybrid approaches to folksonomy and taxonomy and their role in the enterprise.</p>
<p>We discussed the now tired debate of folksonomy vs. taxonomy, and focused on the strengths and applications of each approach. I covered how organizations are leveraging social tagging and what some of the pitfalls are in the enterprise context.</p>
<p>I also talk a lot a few of the hybrid approaches to taxonomy &amp; folksonomy:</p>
<ul>
<li>Co-existence</li>
<li>Tag-influenced taxonomy</li>
<li>Taxonomy-influenced tagging</li>
<li>Tag hierarchies</li>
</ul>
<p>I cover some interesting examples and tools (<a href="http://www.zigtag.com/home.jsp" target="_blank">ZigTag</a>, <a href="http://www.flickr.com/commons?phpsessid=ea7b4da468f5935f24b65f41dbfc356f" target="_blank">Flickr &amp; Library of Congress</a>), as well as the new directions in &#8220;intelligent tags&#8221;, like <a href="http://moat-project.org/" target="_blank">MOAT</a>.</p>
<p>You can hear more about these approaches at the<a href="http://www.semantic-conference.com/session/1609/" target="_blank"> Semantic Technologies conference</a> next week, where my colleagues Paul Wlodarczyk and Richard Beatch will be presenting on the topic on my behalf. <a href="http://blogs.talis.com/nodalities/2009/06/stephanie-lemieux-talks-about-folksonomy-and-taxonomy-in-the-enterprise.php" target="_blank">Listen to the podcast&#8230;</a></p>
<p>Follow me on Twitter: <a href="http://twitter.com/stephlemieux" target="_blank">@stephlemieux</a>, <a href="http://twitter.com/earleytaxonomy" target="_blank">@earleytaxonomy</a></p>
Posted in Semantic Web, Tagging / Folksonomy, Taxonomy  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sethearley.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sethearley.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sethearley.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sethearley.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sethearley.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sethearley.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sethearley.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sethearley.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sethearley.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sethearley.wordpress.com/440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=440&subd=sethearley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sethearley.wordpress.com/2009/06/11/podcast-on-folksonomy-taxonomy-in-the-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/07a0d483c0ab7c433154036171d7bd8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stephanielemieux</media:title>
		</media:content>
	</item>
		<item>
		<title>Forest for the Trees: How Taxonomy Design Is Like Systems Engineering</title>
		<link>http://sethearley.wordpress.com/2009/06/04/forest-for-the-trees/</link>
		<comments>http://sethearley.wordpress.com/2009/06/04/forest-for-the-trees/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:43:58 +0000</pubDate>
		<dc:creator>sethmaislin</dc:creator>
				<category><![CDATA[Taxonomy Development]]></category>

		<guid isPermaLink="false">http://sethearley.wordpress.com/?p=434</guid>
		<description><![CDATA[You need to consider systems engineering when the interrelationships between systems are as complicated as the systems themselves. For example, to reduce automotive traffic you need to research social behavior, road design, business, and the environment. Taxonomy starts this way, too. Or at least it should.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=434&subd=sethearley&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Thanks to my wife, I&#8217;ve been learning a little bit about systems engineering, a form of engineering that addresses the complex interactions of multiple systems. As she says, you need to consider systems engineering when the interrelationships between systems are as complicated as the systems themselves. For example, to reduce automotive traffic you need to research social behavior, road design, business, and the environment. To study ergonomics you need to study the human body, computer design, application design, and user efficiency needs. And don&#8217;t get me started on the U.S. healthcare system.</p>
<p>The very first step of systems engineering is to understand the full scope. Ground transportation isn&#8217;t about cars and trains, for example, but about the entire surface of the earth: population clusters, topography, climate, and distances. Taxonomy starts this way too, with facets like people, documentation types, product lines, and access levels.</p>
<p>Or at least it should. Sometimes it&#8217;s easier to look at a single component of your world and tabulate it in isolation &#8212; department offices, account records, HR data &#8212; and imagine someday expanding to something larger. But this doesn&#8217;t work, not in the long run.</p>
<p><span id="more-434"></span>I did some in-house taxonomy work for a client that had two completely different product lines, among others. One product line was based on people. One product line was based on homes. (For example, imagine a telecommunications company that sells mobile phones to individuals, but installs land lines into buildings.) Each product line was managed by smart people who understood the value of taxonomy; they knew just how badly their departments needed a taxonomy with controlled vocabularies. But it took an independent like me to see the real problem: the departments were completely unable to work together. Why? Because the unique identifiers for the people-based line used people-based IDs &#8212; like social security numbers &#8212; and the home-based line used street addresses. It was impossible to adequately study the calling behavior of individuals, for purposes of cross-selling and product research.</p>
<p>Not surprisingly, the systems engineering process is the same as the taxonomy process, from input collection and requirements analysis to database design and governance. And in fact, for systems to work together, they need a common language, whether it&#8217;s a coordinate system or a list of reserved keywords. As complexity grows, the demand for systems engineering and taxonomy grows too, and in our globalized (dare I say universal) space both are growing very fast these days. Investigation into ever-more-complicated systems is necessary for innovation, and our challenge as participants in this growth is to keep looking for the ever-more-encompassing big picture.</p>
<p>If a taxonomy is a tree, then an enterprise taxonomy is the forest, and you know what they say about seeing the forests despite the trees.</p>
Posted in Taxonomy Development  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sethearley.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sethearley.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sethearley.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sethearley.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sethearley.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sethearley.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sethearley.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sethearley.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sethearley.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sethearley.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sethearley.wordpress.com&blog=231962&post=434&subd=sethearley&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sethearley.wordpress.com/2009/06/04/forest-for-the-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/851ebf22ef00fd51e5a7c683c40c724f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sethmaislin</media:title>
		</media:content>
	</item>
	</channel>
</rss>