<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss1full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:cc="http://web.resource.org/cc/" xmlns="http://purl.org/rss/1.0/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">

<channel rdf:about="http://datamining.typepad.com/data_mining/">
<title>Data Mining: Text Mining, Visualization and Social Media</title>
<link>http://datamining.typepad.com/data_mining/</link>
<description />
<dc:language>en-US</dc:language>
<dc:creator />
<dc:date>2013-04-20T17:43:44-04:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.typepad.com/" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2013/04/metric-driven-agile-for-big-data.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2013/02/o-knoweldge-graph-where-art-thou.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2013/02/participation-and-observation-in-search.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2013/01/better-beaches.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/12/googles-year-in-local-search.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/12/snorkel-and-surf-in-kauai-and-maui.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/11/beach-search-engine-demo.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/11/techno-punditry-with-data.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/11/building-the-perfect-beach-search-engine.html" />
<rdf:li rdf:resource="http://datamining.typepad.com/data_mining/2012/09/how-apples-local-and-mapping-investment-will-lead-to-web-search.html" />
</rdf:Seq>
</items>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rdf+xml" href="http://feeds.feedburner.com/DataMining" /><feedburner:info uri="datamining" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.468968</geo:lat><geo:long>-79.918639</geo:long><feedburner:emailServiceId>DataMining</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly></channel>

<item rdf:about="http://datamining.typepad.com/data_mining/2013/04/metric-driven-agile-for-big-data.html">
<title>Metric driven Agile for Big Data</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/eGinU5KTdRI/metric-driven-agile-for-big-data.html</link>
<description>Working in Bing Local Search brings together a number of interesting challenges. Firstly, we are in a moderately sized organization, which means that our org chart has some rough similarities to our high level system architecture. This means that we...</description>
<content:encoded><![CDATA[<p>Working in Bing Local Search brings together a number of interesting challenges.</p>
<p>Firstly, we are in a moderately sized organization, which means that our org chart has some rough similarities to our high level system architecture. This means that we have back-end teams who worry mostly about data - getting it, improving it and shipping it. These teams are not sitting in the end-users laps and our customers, to some extent, are internal.</p>
<p>Secondly, we are dealing with &#39;big data&#39;. I don&#39;t consider local as it is traditionally implemented to be a big data problem per se, however when one starts to consider processing user behaviour and web scale data to improve the product it does turn in to a big data problem.</p>
<p>Agile (or eXtreme programming) brings certain key concepts. These include a <strong>limited time horizon</strong> for planning (allowing issues to be addressed in a short time frame and limiting the impact of taking a wrong turn and the <strong>&#39;on-site customer&#39;</strong>.</p>
<p>The product of a data team in the context of a product like local search is somewhat specialized within the broader scope of &#39;big data&#39;. Data is our product (we create a model of a specific part of the real world - those places where you can peform on-site transactions), and we leverage large scale data assets to make that data product better.</p>
<p>The agile framework uses the limited time horizon (the &#39;sprint&#39; or &#39;iteration&#39;) to ensure that unknowns are reduced appropriately and that real work is done in a manner aligned with what the customer wants. The unknowns are often related to either the customer (who generally doesn&#39;t really know what they want), technologies (candidate solutions need to be tested for feasibility) and the team (how much work can they actually get done in a sprint). Having attended a variety of scrum / agile / eXtreme training events, I am now of the opinion that the key unknown of big data - the unknowns in the data itself - are generally not considered in the framework (quite possibly because this approach to engineering took off long before large scale data was a thing).</p>
<p>In a number of projects where we are being agile, we have modified the framework with a couple of new elements.</p>
<p><strong><em>Metrics not Customers: </em></strong>we develop key metrics that guide our decision making process, rather than rely on a customer. Developing metrics is actually challenging. Firstly, they need to be a proxy for some customer. As our down stream customers are also challenged by the big data fog (they aren&#39;t quite sure what they will find in the data they want us to produce for them), we have to work with them to come up with proxy metrics which will guide our work without incurring the cost of doing end to end experimentation at every step. In addition, metrics are expensive - rigorously executing and delivering measurements is a skill required of second generation big data scientists.</p>
<p><em><strong>The Data Wallow: </strong></em>While I&#39;m not yet happy with this name, the basic concept is that in addition to the standard meetings and behaviours of agile engineering, we have the teams spend scheduled time together walling in the data. The purpose of this is two fold: firstly, it is vital that a data team be intimate with the data they are working with and the data products they are producing - the wallow provides shared data accountability. Secondly, you simply don&#39;t know what you will find in the data and how it will impact your design and planning decisions. The wallow provides a team experience which will directly impact sprint / iteration planning.</p>
<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles</legend>
<div class="zemanta-article-ul zemanta-article-ul-image" style="margin: 0px; padding: 0px; overflow: hidden;">
<div class="zemanta-article-ul-li-image zemanta-article-ul-li" style="list-style: none; margin: 2px 10px 10px 2px; padding: 0px; width: 84px; text-align: left; font-size: 11px; vertical-align: top; float: left; display: block;"><a href="http://datamining.typepad.com/data_mining/2012/05/5-hidden-skills-for-big-data-scientists.html" style="padding: 5px 2px 0px; height: 80px; line-height: 12pt; overflow: hidden; text-decoration: none; display: block;" target="_blank">5 Hidden Skills for Big Data Scientists</a></div>
</div>
</fieldset><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=eGinU5KTdRI:qMs_WavOOvQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=eGinU5KTdRI:qMs_WavOOvQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=eGinU5KTdRI:qMs_WavOOvQ:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=eGinU5KTdRI:qMs_WavOOvQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/eGinU5KTdRI" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2013-04-20T17:43:44-04:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2013/04/metric-driven-agile-for-big-data.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2013/02/o-knoweldge-graph-where-art-thou.html">
<title>O Knowledge Graph, Where Art Thou?</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/ssLD2KQNfUk/o-knoweldge-graph-where-art-thou.html</link>
<description>The web search community, in recent months and years, has heard quite a bit about the 'knowledge graph'. The basic concept is reasonably straightforward - instead of a graph of pages, we propose a graph of knowledge where the nodes...</description>
<content:encoded><![CDATA[<p>The web search community, in recent months and years, has heard quite a bit about the &#39;knowledge graph&#39;. The basic concept is reasonably straightforward - instead of a graph of pages, we propose a graph of knowledge where the nodes are atoms of information of some form and the links are relationships between those statements. The knowledge graph concept has become established enough for it to be used as a point of comparison between Bing and Google.</p>
<p>Last night, I went to see a performance of Kodo - regarded internationally as the premier taiko group. A search on Bing for &#39;kodo&#39; produced the following result:</p>
<p>&#0160;
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee865f9c3970d-pi" style="display: inline;"><img alt="Kodo1" class="asset  asset-image at-xid-6a00d8341c994053ef017ee865f9c3970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee865f9c3970d-500wi" title="Kodo1" /></a></p>
<p>Bing showed good results for the web and images as well as a knowledge driven portion of the answer from wikipedia with links to play some of their songs. Not bad - but no mention of the performance.</p>
<p>As Kodo were performing at Meany Hall on the University of Washington campus, I did another search on Bing for the venue:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c36c2ae76970b-pi" style="display: inline;"><img alt="Kodo2" class="asset  asset-image at-xid-6a00d8341c994053ef017c36c2ae76970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c36c2ae76970b-500wi" title="Kodo2" /></a></p>
<p>Here we see something better - the venue is recognized as a venue and consequently joined with the events that are known to Bing, including the concert I was attending. As the event information included a link to the performer (the blue Kodo link in the screen shot) I followed through and found Bing gave me event information.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017d40f13e25970c-pi" style="display: inline;"><img alt="Kodo3" class="asset  asset-image at-xid-6a00d8341c994053ef017d40f13e25970c" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017d40f13e25970c-500wi" title="Kodo3" /></a><br />In these interactions, we can see part of the promise of the knowledge graph, but many areas for improvements. The event node relates the performer to the venue to the event. However the venue information in this part of the graph is isolated from that used to deliver the result for the query purely about the venue&#0160;(note that the addresses are different - a common problem with campus and mall-like areas). The above experience, I think, shows the true challenge of the knowledge graph proposition - bringing all the isolated data graphs together correctly when the nodes in the graphs are actually representations of the same real world entities.</p>
<p>Note that in exploring this particular scenario, Bing appeared to be doing a little better than Google, though Google had partial event information associated with the Kodo entity.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee8660187970d-pi" style="display: inline;"><img alt="Kodo-google1" class="asset  asset-image at-xid-6a00d8341c994053ef017ee8660187970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee8660187970d-500wi" title="Kodo-google1" /></a><br />As these names are possibly taken from the listings information from different sources, the name of the performer is confusingly presented in different forms.</p>
<p>Much of what we see out there in the form of knowledge returned for searches is really isolated pockets of related information (the date and place of brith of a person, for example). The really interesting things start happening when the graphs of information become unified across type, allowing - as suggested by this example - the user to traverse from a performer to a venue to all the performers at that venue, etc. Perhaps &#39;knowledge engineer&#39; will become a popular resume-buzz word in the near future as &#39;data scientest&#39; has become recently.</p>
<p>&#0160;</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=ssLD2KQNfUk:5fhw0OV-1L4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=ssLD2KQNfUk:5fhw0OV-1L4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=ssLD2KQNfUk:5fhw0OV-1L4:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=ssLD2KQNfUk:5fhw0OV-1L4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/ssLD2KQNfUk" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2013-02-10T23:50:47-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2013/02/o-knoweldge-graph-where-art-thou.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2013/02/participation-and-observation-in-search.html">
<title>Participation and Observation in Search</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/74lS2Uis0hA/participation-and-observation-in-search.html</link>
<description>The early days of web search were essentially about observation. The web search engine observed the web (documents, links and user behaviours) and then delivered results based on those observations. In recent years we have started to see more of...</description>
<content:encoded><![CDATA[<p>The early days of web search were essentially about observation. The web search engine observed the web (documents, links and user behaviours) and then delivered results based on those observations.</p>
<p>In recent years we have started to see more of a position of participation in web search engines. Examples of participation include:</p>
<ul>
<li>Hosting web sites for businesses - by getting their data on the web more useful targets are provided for user and a short loop is developed with the source of accurate data, i.e. the business.</li>
<li>Providing feed proxy services (like feedburner) - by providing a service to bloggers, the search engine gets access to valuable user information.</li>
<li>Hosting content - by hosting news articles and blogs directly, the search engine gets real time updates to content first as well as direct access to user behaviour.</li>
<li>Exposing data editing tools like map editors - by offering crowd sourcing tools the search engine benefits the community by improving data and is the first to know about and leverage that fresh information.</li>
</ul>
<p>Participation looks like a core strategy for search.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=74lS2Uis0hA:GmcnTG0cC24:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=74lS2Uis0hA:GmcnTG0cC24:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=74lS2Uis0hA:GmcnTG0cC24:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=74lS2Uis0hA:GmcnTG0cC24:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/74lS2Uis0hA" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2013-02-08T20:47:13-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2013/02/participation-and-observation-in-search.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2013/01/better-beaches.html">
<title>Better Beaches</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/q_2bqSF5v0I/better-beaches.html</link>
<description>Having recently returned from a trip to Kauai where I used my beach search engine with middling success, I've now got a few updates out on the site. Firstly, there is a full map showing either all the beaches in...</description>
<content:encoded><![CDATA[<p>Having recently returned from a trip to Kauai where I used my <a href="http://d8taplex.com/beach/index.html" target="_self">beach search engine</a> with middling success, I&#39;ve now got a few updates out on the site.</p>
<p>Firstly, there is a full map showing either all the beaches in a location, or all the beaches from a search within a location. This was a pretty obvious missing feature.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c364c559e970b-pi" style="display: inline;"><img alt="HeroMap" class="asset  asset-image at-xid-6a00d8341c994053ef017c364c559e970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c364c559e970b-500wi" title="HeroMap" /></a></p>
<p>Secondly, as this is an active map, you can zoom and pan the map which interactively restricts the set of results.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c364c566e970b-pi" style="display: inline;"><img alt="ZoomedMap" class="asset  asset-image at-xid-6a00d8341c994053ef017c364c566e970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c364c566e970b-500wi" title="ZoomedMap" /></a></p>
<p>There are some minor improvements to other elements of the site as well.</p>
<p>Note - something that always interests me is the relationship between back-end data quality and the presentation of the data. By having a complete map of beaches, it highlights cases where there are duplicates in the results (a topic for another post).</p>
<p>If you are heading to Hawaii - give it a try and let me know how you get on.</p>
<fieldset class="zemanta-related"><legend class="zemanta-related-title">Related articles</legend>
<div class="zemanta-article-ul zemanta-article-ul-image" style="margin: 0; padding: 0; overflow: hidden;">
<div class="zemanta-article-ul-li-image zemanta-article-ul-li" style="padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;"><a href="http://datamining.typepad.com/data_mining/2012/12/snorkel-and-surf-in-kauai-and-maui.html" style="box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;" target="_blank"><img alt="" src="http://i.zemanta.com/131028910_80_80.jpg" style="padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;" /></a><a href="http://datamining.typepad.com/data_mining/2012/12/snorkel-and-surf-in-kauai-and-maui.html" style="display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;" target="_blank">Snorkel* and Surf* in Kauai and Maui</a></div>
<div class="zemanta-article-ul-li-image zemanta-article-ul-li" style="padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;"><a href="http://datamining.typepad.com/data_mining/2012/08/the-state-of-hawaii-demands-a-new-search-engine.html" style="box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;" target="_blank"><img alt="" src="http://i.zemanta.com/108792825_80_80.jpg" style="padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;" /></a><a href="http://datamining.typepad.com/data_mining/2012/08/the-state-of-hawaii-demands-a-new-search-engine.html" style="display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;" target="_blank">The State of Hawai&#39;i Demands a New Search Engine</a></div>
</div>
</fieldset><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=q_2bqSF5v0I:8kYe1dZGa3A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=q_2bqSF5v0I:8kYe1dZGa3A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=q_2bqSF5v0I:8kYe1dZGa3A:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=q_2bqSF5v0I:8kYe1dZGa3A:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/q_2bqSF5v0I" height="1" width="1"/>]]></content:encoded>


<dc:subject>search</dc:subject>

<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2013-01-26T23:56:19-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2013/01/better-beaches.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/12/googles-year-in-local-search.html">
<title>Google's Year in Local Search</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/YhCddLGEDXg/googles-year-in-local-search.html</link>
<description>At the beginning of the year, Google's results page for {restaurants in seattle} looked like this: Note: the size of the map, the presence and colouration of the main column ad block and the use of the restaurant's web page...</description>
<content:encoded><![CDATA[<p>At the beginning of the year, Google&#39;s results page for {restaurants in seattle} looked like this:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee642562f970d-pi" style="display: inline;"><img alt="G1" class="asset  asset-image at-xid-6a00d8341c994053ef017ee642562f970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee642562f970d-500wi" title="G1" /></a><br />Note: the size of the map, the presence and colouration of the main column ad block and the use of the restaurant&#39;s web page title in rendering the entity. In addition, the summary of reviews is derived from Google&#39;s community.</p>
<p>In March, a number of changes were introduced: the main ad block was removed and the size of the map was considerably reduced to allow more above fold ads to appear on the right rail.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ee0af970b-pi" style="display: inline;"><img alt="G2" class="asset  asset-image at-xid-6a00d8341c994053ef017c349ee0af970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ee0af970b-500wi" title="G2" /></a><br />The main ad block was reintroduced mid March.</p>
<p>At the end of April, improvements were made to the naming of entities. In the examples here, the name used for Wild Ginger was originally taken from the web site &quot;Wild Ginger Asian Restaurant &amp; Satay Ba...&quot;. The new name is simply &quot;Wild Ginger&quot;. This indicates either a change in how the name is populated or a change in how the name is extracted from the web site.</p>
<p>In August, Google&#39;s search results incorporate the Zagat review scores combined with the native Google review scores:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3ecdf342970c-pi" style="display: inline;"><img alt="G6" class="asset  asset-image at-xid-6a00d8341c994053ef017d3ecdf342970c" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3ecdf342970c-500wi" title="G6" /></a><br />August also saw a subtle change in the rendering of the smaller POI in the SERP map:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ef8b9970b-pi" style="display: inline;"><img alt="G7" class="asset  asset-image at-xid-6a00d8341c994053ef017c349ef8b9970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ef8b9970b-500wi" title="G7" /></a><br />
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ef920970b-pi" style="display: inline;"><img alt="G8" class="asset  asset-image at-xid-6a00d8341c994053ef017c349ef920970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349ef920970b-500wi" title="G8" /></a><br /><br /></p>
<p>Through the remainder of the year, there were three additional changes. The ranking of restaurants appeared to undergo a modest change. For most of the year, Wild Ginger was at the top of the list:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349eea58970b-pi" style="display: inline;"><img alt="G3" class="asset  asset-image at-xid-6a00d8341c994053ef017c349eea58970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349eea58970b-500wi" title="G3" /></a><br />However, as we close out the year, it has dropped closer to the bottom of the list:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee642653f970d-pi" style="display: inline;"><img alt="G4" class="asset  asset-image at-xid-6a00d8341c994053ef017ee642653f970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee642653f970d-500wi" title="G4" /></a></p>
<p>The second interesting change was the introduction of local into the Google Plus product which saw the reintroduction of a two box approach to search (rather than a single search box, there are two boxes one for the &#39;what&#39; of the query and the other for the &#39;where&#39;).</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349eeffd970b-pi" style="display: inline;"><img alt="G5" class="asset  asset-image at-xid-6a00d8341c994053ef017c349eeffd970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c349eeffd970b-500wi" title="G5" /></a></p>
<p>Finally, there is the introduction of markers (POI) on the map for promoted content:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee6427c22970d-pi" style="display: inline;"><img alt="G9" class="asset  asset-image at-xid-6a00d8341c994053ef017ee6427c22970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee6427c22970d-500wi" title="G9" /></a><br /><br /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=YhCddLGEDXg:5vfFbhRk8yM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=YhCddLGEDXg:5vfFbhRk8yM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=YhCddLGEDXg:5vfFbhRk8yM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=YhCddLGEDXg:5vfFbhRk8yM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/YhCddLGEDXg" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-12-14T18:53:49-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/12/googles-year-in-local-search.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/12/snorkel-and-surf-in-kauai-and-maui.html">
<title>Snorkel* and Surf* in Kauai and Maui</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/O-gI6VWrHAA/snorkel-and-surf-in-kauai-and-maui.html</link>
<description>When I pushed out the first version of Beach G33k / Beach Ball (I'm not actually sure what the thing is called) - a search engine for beaches - I did as close to nothing in terms of features as...</description>
<content:encoded><![CDATA[<p>When I pushed out the first version of <a href="http://d8taplex.com/beach/index.html" target="_self">Beach G33k / Beach Ball</a> (I&#39;m not actually sure what the thing is called) - a search engine for beaches - I did as close to nothing in terms of features as possible. This approach to release follows the release early, release often paradigm which leverages user feedback and small iterations to help guide a service according to the user needs.</p>
<p>Thanks to a <a href="http://datamining.typepad.com/data_mining/2012/11/beach-search-engine-demo.html?cid=6a00d8341c994053ef017d3e475c9c970c#comment-6a00d8341c994053ef017d3e475c9c970c" target="_self">comment by Viliam Kanis</a>&#0160;I&#39;ve now pushed out an update which does use some amount of stemming to improve searches. Thus, if you search for &#39;snorkeling&#39; you will also find beaches with associated content which mentions things like &#39;snorkel&#39; and &#39;snorkeled&#39;.</p>
<p>Below is an example of a search result for &#39;snorkeling&#39; which surfaces Lydgate Beach Park in Kauai.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee60ee70a970d-pi" style="display: inline;"><img alt="Snorkeling" class="asset  asset-image at-xid-6a00d8341c994053ef017ee60ee70a970d" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017ee60ee70a970d-500wi" title="Snorkeling" /></a></p>
<p>If you are heading for Kauai or Maui in the near future, <a href="http://d8taplex.com/beach/index.html" target="_self">take the site for a spin</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=O-gI6VWrHAA:n1oCZ2HoT4s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=O-gI6VWrHAA:n1oCZ2HoT4s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=O-gI6VWrHAA:n1oCZ2HoT4s:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=O-gI6VWrHAA:n1oCZ2HoT4s:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/O-gI6VWrHAA" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-12-08T12:20:56-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/12/snorkel-and-surf-in-kauai-and-maui.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/11/beach-search-engine-demo.html">
<title>Beach Search Engine Demo</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/vSXEKBRbBaM/beach-search-engine-demo.html</link>
<description>I've written recently about building a perfect beach search engine. Here is a brief example of using the site. Let's imagine you want to find a beach that offers snorkeling, but you want to find one that is shallow because...</description>
<content:encoded><![CDATA[<p>I&#39;ve written recently about <a href="http://datamining.typepad.com/data_mining/2012/11/building-the-perfect-beach-search-engine.html" target="_self">building a perfect beach search engine</a>. Here is a brief example of using the site.</p>
<p>Let&#39;s imagine you want to find a beach that offers snorkeling, but you want to find one that is shallow because you have small children with you. A query for &#39;snorkeling AND shallow&#39; brings up the following results:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c34162260970b-pi" style="display: inline;"><img alt="Beach" class="asset  asset-image at-xid-6a00d8341c994053ef017c34162260970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c34162260970b-320wi" title="Beach" /></a></p>
<p>(currently the data on the site is limited to Kauai and Maui).</p>
<p>From these, I might decide that I&#39;m more interested in Kauai than Anini (it does appear to have more of the beaches that I&#39;m looking for after all).</p>
<p>Clicking on Kauai, then selecting Anini beach leads me to the following:</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3e450416970c-pi" style="display: inline;"><img alt="Beach2" class="asset  asset-image at-xid-6a00d8341c994053ef017d3e450416970c" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3e450416970c-500wi" title="Beach2" /></a></p>
<p>Here I can see that there is plenty of content describing the beach. Some of the content contains highlighted terms that lead me to confirm that it is indeed described as a beach that offers snorkeling and that it is shallow. Content from both Fodor&#39;s and FourSquare supports this:</p>
<blockquote>
<p>A great family park, Anini is unique in that it features one of the longest and widest fringing reefs in all Hawaii, creating ashallow&#0160;lagoon that is good for snorkeling and following the occasional turtle.... [Fodors]</p>
<p>A nice,&#0160;shallow&#0160;place for snorkeling, but can get tiring to swim around if the current is too strong.... [FourSquare]</p>
</blockquote>
There are many issues with the site that I&#39;m slowly addressing, but the basic task of finding beaches seems to be up and running. If you are interested, please take a look and let me know what you think - the site is available <a href="http://d8taplex.com/beach/index.html" target="_self">here</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=vSXEKBRbBaM:wz2nMJ3AulY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=vSXEKBRbBaM:wz2nMJ3AulY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=vSXEKBRbBaM:wz2nMJ3AulY:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=vSXEKBRbBaM:wz2nMJ3AulY:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/vSXEKBRbBaM" height="1" width="1"/>]]></content:encoded>


<dc:subject>search</dc:subject>

<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-11-28T23:40:03-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/11/beach-search-engine-demo.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/11/techno-punditry-with-data.html">
<title>Techno Punditry with Data</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/Keye7JQQc7c/techno-punditry-with-data.html</link>
<description>There are plenty of techno pundits out there who are on a mission and rarely dip in to data to determine if reality is or is not cooperating with them. From the outside, one has to be somewhat creative to...</description>
<content:encoded><![CDATA[<p>There are plenty of techno pundits out there who are on a mission and rarely dip in to data to determine if reality is or is not cooperating with them. From the outside, one has to be somewhat creative to get at data that reflects consumer trends, but not that creative.</p>
<p>Below is the graph from Google Trends (Google Insights; a great tool) that shows search behaviour (let&#39;s call that consumer interest) around some key Microsoft product terms.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3dd22fa9970c-pi" style="display: inline;"><img alt="Msfttrends" class="asset  asset-image at-xid-6a00d8341c994053ef017d3dd22fa9970c" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017d3dd22fa9970c-500wi" title="Msfttrends" /></a></p>
<p>What does it suggest? If we use xbox (green) as a baseline (xbox is the best selling gaming console on the planet and the companion of the kinect, the world&#39;s fastest selling piece of consumer electronics ever) we might imagine that we see searching around windows 8 (blue) to exceed interest in xbox. Interest in lumia is approaching that in bing and microsoft surface is clearly showing an uptick with now obvious down turn.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=Keye7JQQc7c:4q4S-Mji-oM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=Keye7JQQc7c:4q4S-Mji-oM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=Keye7JQQc7c:4q4S-Mji-oM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=Keye7JQQc7c:4q4S-Mji-oM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/Keye7JQQc7c" height="1" width="1"/>]]></content:encoded>



<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-11-17T11:34:17-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/11/techno-punditry-with-data.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/11/building-the-perfect-beach-search-engine.html">
<title>Building the Perfect Beach Search Engine</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/wZGcDPbYecg/building-the-perfect-beach-search-engine.html</link>
<description>Currently, as I've mentioned in previous posts, beaches are a strangely under-served segment of the local search space. Searches on Google and Bing for beaches are fielded by entities such as resorts and restaurants that happen to be matches for...</description>
<content:encoded><![CDATA[<p>Currently, as I&#39;ve mentioned in previous posts, beaches are a strangely under-served segment of the local search space. Searches on Google and Bing for beaches are fielded by entities such as resorts and restaurants that happen to be matches for certain beach related terms. If you search for &#39;beaches in kauai&#39; you will get hits for beach resorts, etc.</p>
<p>There is plenty of content about beaches, from the many dedicated locale sites to general travel related community sites (like Trip Advisor) and editorial sites (like Fodor&#39;s). In addition, there are a number of resources that aggregate structural data about beaches. These include open data resources like GeoNames and GNIS but also proprietary resources like Foursquare.</p>
<p>Unfortunately, there is nothing that brings all these things together. There is not product which provides an aggregate view of the set of beaches or the collection of things said or otherwise reported about them.</p>
<p>With an upcoming trip to Hawai&#39;i at the end of the year, I wanted to make sure I was getting the best value for my travel dollars. I&#39;ve build a prototype beach search engine which provides the following.</p>
<ul>
<li>a partly curated set of beach data covering approximately 12, 000 international beaches</li>
<li>aggregation of beach related content</li>
<li>search funtionality (so you can search for kid friendly beaches that offer good snorkeling)</li>
<li>summarization of Flickr images so that an impression of what it&#39;s like to be at the beach can be formed</li>
</ul>
<p>I believe there is plenty of potential for such a system. I&#39;ve already found some hidden beaches that I wasn&#39;t aware of at our destination that I&#39;m excited to check out when we get there. My goal is to make the system public in the next few weeks (my trip will be a forcing function for this!).</p>
<p>For now, here is a screen shot of part of the experience.</p>
<p>
<a class="asset-img-link" href="http://datamining.typepad.com/.a/6a00d8341c994053ef017c3357c7d8970b-pi" style="display: inline;"><img alt="Beachgeek" class="asset  asset-image at-xid-6a00d8341c994053ef017c3357c7d8970b" src="http://datamining.typepad.com/.a/6a00d8341c994053ef017c3357c7d8970b-500wi" title="Beachgeek" /></a><br /><br /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=wZGcDPbYecg:Qof2fHnD7M8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=wZGcDPbYecg:Qof2fHnD7M8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=wZGcDPbYecg:Qof2fHnD7M8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=wZGcDPbYecg:Qof2fHnD7M8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/wZGcDPbYecg" height="1" width="1"/>]]></content:encoded>


<dc:subject>local</dc:subject>
<dc:subject>search</dc:subject>

<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-11-11T14:23:21-05:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/11/building-the-perfect-beach-search-engine.html</feedburner:origLink></item>
<item rdf:about="http://datamining.typepad.com/data_mining/2012/09/how-apples-local-and-mapping-investment-will-lead-to-web-search.html">
<title>How Apple's Local and Mapping Investment Will Lead to Web Search</title>
<link>http://feedproxy.google.com/~r/DataMining/~3/xMBa_tW_VB0/how-apples-local-and-mapping-investment-will-lead-to-web-search.html</link>
<description>[I work at Microsoft where I work on projects that drive data quality in our local search experiences on Bing and other clients.] Most of the civilized world, by this time, has heard about Apple's fumble with their new mapping...</description>
<content:encoded><![CDATA[<p>[I work at Microsoft where I work on projects that drive data quality in our local search experiences on Bing and other clients.]</p>
<p>Most of the civilized world, by this time, has heard about Apple&#39;s <a href="http://www.labnol.org/internet/apple-maps/25712/" target="_self">fumble with their new mapping and local search capabilities in iOS</a>. Apple replaced Google&#39;s application - which is possibly the largest investment in cartography, imagery and local data ever made - with a home grown solution reportedly rolled out of maps from a number of providers including TomTom and local data from providers including Yelp.</p>
<p>As Apple has realised, there is a lot to learn for an entrant in this space. The hardest lesson they are learning now is actually not about data sources but about metrics and how to assess the quality of the product - something which they don&#39;t appear to have invested in in a manner fitting to their global user base.</p>
<p>Apple will soon learn another lesson. Once the fog has lifted over the state of their entity data set (e.g. fixing the location of cities and ensuring coverage for local businesses), Apple will have to start worrying about ranking search results. When a user asks for {kid friendly sushi in seattle} which of the many sushi places ought they to return. They will be presented with a choice between specialized providers - with whom they will actually be in competition - or creating the resources required for relevance ranking themselves.</p>
<p>A key aspect of providing appropriate indexing and ranking features is the association of content with the entities. Where does this content come from? The web. How is it acquired? Through large scale crawling, understanding and indexing.</p>
<p>Apple will likely find that as they pull on the thread of local search, their scope will have to open up to quite a different world, another world which - like local - they haven&#39;t yet the expertise in.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DataMining?a=xMBa_tW_VB0:YuU_4FreX5o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=xMBa_tW_VB0:YuU_4FreX5o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/DataMining?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=xMBa_tW_VB0:YuU_4FreX5o:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=2mJPEYqXBVI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DataMining?a=xMBa_tW_VB0:YuU_4FreX5o:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/DataMining?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DataMining/~4/xMBa_tW_VB0" height="1" width="1"/>]]></content:encoded>


<dc:subject>local</dc:subject>
<dc:subject>search</dc:subject>

<dc:creator>Matthew Hurst</dc:creator>
<dc:date>2012-09-29T13:54:08-04:00</dc:date>
<feedburner:origLink>http://datamining.typepad.com/data_mining/2012/09/how-apples-local-and-mapping-investment-will-lead-to-web-search.html</feedburner:origLink></item>


</rdf:RDF><!-- ph=1 -->
