<?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>Contoleon.com &#187; Mapping a Query Space</title>
	<atom:link href="http://contoleon.com/blog/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://contoleon.com</link>
	<description>Internet Advertising Ideas and News</description>
	<lastBuildDate>Thu, 03 May 2012 11:22:29 +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>Mapping a Query Space</title>
		<link>http://contoleon.com/blog/2010/11/16/mapping-a-query-space/</link>
		<comments>http://contoleon.com/blog/2010/11/16/mapping-a-query-space/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 12:32:16 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Online]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[Impure.com]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Queries]]></category>
		<category><![CDATA[Query Space]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[visualisation]]></category>

		<guid isPermaLink="false">http://contoleon.com/blog/?p=925</guid>
		<description><![CDATA[What is a query space? There is no easy definition, though the best introduction to the concept I have found is in SEO Theory&#8217;s glossary by Michael Martinez. Simply, a Query Space is a collection of terms and results related &#8230; <a href="http://contoleon.com/blog/2010/11/16/mapping-a-query-space/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 510px"><a href="http://contoleon.com/images/blog/impure4.gif" rel="lightbox[925]"><img title="A Query Space as a Network Graph" src="http://contoleon.com/images/blog/impure4-t.gif" alt="A Query Space as a Network Graph" width="500" height="328" /></a><p class="wp-caption-text">A Query Space as a Network Graph</p></div>
<p>What is a query space? There is no easy definition, though the best introduction to the concept I have found is in <a href="http://www.seo-theory.com/" target="_blank">SEO Theory&#8217;s</a> <a href="http://www.seo-theory.com/seo-glossary/" target="_blank">glossary</a> by Michael Martinez. Simply, a Query Space is a collection of terms and results related to a set of search queries. For example, a dataset of queries containing the the word <strong>&#8216;coffee&#8217; </strong>could also contain additional terms like <strong>&#8216;takeaway&#8217;</strong>, <strong>&#8216;cup&#8217;</strong>, <strong>&#8216;illy&#8217;</strong>, as well as synonyms and other related words, depending on context.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://contoleon.com/images/blog/impure1-s.gif" rel="lightbox[925]"><img title="Impure Workspace" src="http://contoleon.com/images/blog/impure1-t.gif" alt="Impure Workspace" width="500" height="462" /></a><p class="wp-caption-text">Impure Workspace</p></div>
<p><a href="http://www.impure.com/" target="_blank">Impure.com</a> is a fairly new web based tool for <a href="http://www.readwriteweb.com/enterprise/2010/11/impure-data-visualization.php" target="_blank">data visualisation</a> and analysis. There is a learning curve, but as with <a href="http://www.minecraft.net/" target="_blank">Minecraft</a>, it is worth getting through. Impure.com provides a range of controls, operators, visualisation and other tools within its online interface. There is also a range of examples to learn from.</p>
<p>Using Impure.com&#8217;s <a href="http://wiki.impure.com/wiki/index.php/Networks" target="_blank">network</a> tools with data from search queries containing <strong>&#8216;coffee&#8217; </strong>and impressions, Impure.com required:</p>
<blockquote><p>&#8230;a table with two lists and a NumberList that somehow express the proximity between the pairs of the list you can build a Network with weighted relations.</p></blockquote>
<h2>Weighty Relationships</h2>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.contoleon.com/images/blog/impure2.gif" rel="lightbox[925]"><img title="Network graph with weighted edges" src="http://www.contoleon.com/images/blog/impure2-t.gif" alt="Network graph with weighted edges" width="500" height="374" /></a><p class="wp-caption-text">Network graph with weighted edges</p></div>
<p>Relationships between words in queries are determined by matched pairs. The thickness of the line in the above graph is generated using the impression data from the table. The pairs are created by listing each word from a query with another until every combination is listed. For example the search query <strong>&#8216;long black coffee&#8217;</strong> would become:</p>
<table style="border: 1px solid #000000;" cellspacing="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" width="100">long</td>
<td style="border: 1px solid #000000;" width="100">black</td>
</tr>
<tr>
<td style="border: 1px solid #000000;">long</td>
<td style="border: 1px solid #000000;">coffee</td>
</tr>
<tr>
<td style="border: 1px solid #000000;">black</td>
<td style="border: 1px solid #000000;">coffee</td>
</tr>
</tbody>
</table>
<p>Once impression data from the original term is listed next to each combination, the table would have three lists and start to look like this:</p>
<table style="border: 1px solid #000000;" cellspacing="0">
<tbody>
<tr>
<td style="border: 1px solid #000000;" width="100">long</td>
<td style="border: 1px solid #000000;" width="100">black</td>
<td style="border: 1px solid #000000;" width="100">1234</td>
</tr>
<tr>
<td style="border: 1px solid #000000;">long</td>
<td style="border: 1px solid #000000;">coffee</td>
<td style="border: 1px solid #000000;">1234</td>
</tr>
<tr>
<td style="border: 1px solid #000000;">black</td>
<td style="border: 1px solid #000000;">coffee</td>
<td style="border: 1px solid #000000;">1234</td>
</tr>
</tbody>
</table>
<p>Matching impression data to pairs indicates which pair is more significant in the context of search. Pair count data would not be as appropriate, especially if the objective was to identify lucrative terms within a given query space.</p>
<h2>Exploring the Network</h2>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://contoleon.com/images/blog/impure3.gif" rel="lightbox[925]"><img title="Local Network Visualiser" src="http://contoleon.com/images/blog/impure3-t.gif" alt="Local Network Visualiser" width="500" height="416" /></a><p class="wp-caption-text">Local Network Visualiser</p></div>
<p>There is one more tool for working with network data that needs to be mentioned: the Local Network Visualiser. This visualisation tool lets the user explore related nodes to a set number of levels. In the example above, the selected term is <strong>&#8216;take&#8217;</strong>, with both <strong>&#8216;away&#8217;</strong> and <strong>&#8216;coffee&#8217;</strong> one level removed.</p>
<p>The word <strong>&#8216;away&#8217;</strong> is not connected with any other terms in this data while <strong>&#8216;coffee&#8217;</strong> is strongly connected, and accounts for the majority of the next level of terms. As the data set was created around the term <strong>&#8216;coffee&#8217;</strong>, this is to be expected.</p>
<h2>Final Analysis of the Analysis</h2>
<p>Any analysis is only as good as the data available. The examples here are all based on <a href="http://www.google.com/webmasters/" target="_blank">Google Webmaster</a> query information.</p>
<p>This information has a few limitations. It only provides information on queries that the site appears for and the impression data relating to the queries is heavily influenced by the position of the site in the Search Engine Results Pages (SERP).</p>
<p>As limited as the data is, analysis of a query space can show changes over time. When compared to paid search and keyword tool data, the differences between the terms for which the site is visible and the actual query space as seen from another source of data can reveal opportunities for optimisation or the presence of competition.</p>
]]></content:encoded>
			<wfw:commentRss>http://contoleon.com/blog/2010/11/16/mapping-a-query-space/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is the value of your privacy?</title>
		<link>http://contoleon.com/blog/2010/05/13/what-is-the-value-of-your-privacy/</link>
		<comments>http://contoleon.com/blog/2010/05/13/what-is-the-value-of-your-privacy/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:33:50 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Diaspora]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://contoleon.com/blog/?p=527</guid>
		<description><![CDATA[For value for money it is hard to top Facebook. It costs nothing and in return you can host photos and videos, communicate with people all over the world, consume vast amounts of content, create groups and participate in various &#8230; <a href="http://contoleon.com/blog/2010/05/13/what-is-the-value-of-your-privacy/">Read More <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For value for money it is hard to top <a href="http://www.facebook.com" target="_blank">Facebook</a>. It costs nothing and in return you can host photos and videos, communicate with people all over the world, consume vast amounts of content, create groups and participate in various communities. To create and host something similar yourself would cost a lot of time and money.</p>
<p>Free sites and services like Facebook, <a href="http://www.youtube.com/" target="_blank">YouTube</a>, and <a href="http://www.google.com/" target="_blank">Google Search</a> still have to pay their developers, provide hosting, repay investors and generate revenue to keep it all going. Traffic, registered users and great PR do not pay the bills by themselves; at some point cash needs to be involved. This is where the interests of those providing the services and those using them diverge.</p>
<p><strong>Free at a price</strong></p>
<p>There will always be a cost to the end user, and if it is not cash it will be something else. Lack of technical support, poor documentation, slow bug fixes, compromised privacy and exposure to advertising are a few ways operating costs are managed and paid for. Some paid services suffer some of these issues as well, but they are not the norm.</p>
<p>When the user pays, there is a clear cost in losing them and therefore higher expectations of service. When the service is free and the costs are paid for by advertisers and investors, creating value for them is important for the business. The advertising model is often the first choice for generating revenue and targeted traffic or impressions, and richer forms of display advertising become more important. When the user pays, creating value for them becomes important to the business.</p>
<p>Facebook appears to be going through this process now. A lot of the recent changes seem to create more value for advertisers than for some segments of their community. With Facebook being such a dominating presence, this is generating a lot of discussion. With all this focus on user control over data and experience, <a href="http://www.joindiaspora.com/" target="_blank">Diaspora </a>could not have begun development at a better time.</p>
<p><strong>Will you pay?</strong></p>
<p>Diaspora as a social media platform will be interesting, and potentially very disruptive to this space. It looks easily accessible for many users, either through Turnkey or individually installed and operated servers.  As a distributed network of  easily installed and managed &#8216;Seeds&#8217; across a variety of servers,  Diaspora can be compared to <a href="http://www.wordpress.org/" target="_blank">WordPress</a>. Based on the <a href="http://www.kickstarter.com/projects/196017994/diaspora-the-personally-controlled-do-it-all-distr" target="_blank">offers on Kickstart for funding</a>, it seems that while the software will be free, access to Turnkey servers and technical support will cost money.</p>
<p>Diaspora at the very least will place a dollar value on privacy and control over your social media profiles, and it will ask one other question: Will you pay for access to a social media platform, either through hosting or a Turnkey server?</p>
]]></content:encoded>
			<wfw:commentRss>http://contoleon.com/blog/2010/05/13/what-is-the-value-of-your-privacy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

