<?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>Timetric Blog</title>
	<atom:link href="http://blog.timetric.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timetric.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 12:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unsolicited advice for large governmental data providers</title>
		<link>http://blog.timetric.com/2011/05/23/unsolicited-advice-for-large-governmental-data-providers/</link>
		<comments>http://blog.timetric.com/2011/05/23/unsolicited-advice-for-large-governmental-data-providers/#comments</comments>
		<pubDate>Mon, 23 May 2011 16:30:40 +0000</pubDate>
		<dc:creator>Toby White</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=763</guid>
		<description><![CDATA[An ideal data source We source data from a number of large national, and trans-national, statistical bodies, like the Office of National Statistics here in the UK, or Eurostat. Downloading useful data from organizations like this is sometimes a tricky &#8230; <a href="http://blog.timetric.com/2011/05/23/unsolicited-advice-for-large-governmental-data-providers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>An ideal data source</h1>
<p>We source data from a number of large national, and trans-national, statistical bodies, like the <a href="http://www.statistics.gov.uk">Office of National Statistics</a> here in the UK, or <a href="http://ec.europa.eu/eurostat">Eurostat</a>. Downloading useful data from organizations like this is sometimes a tricky job &#8211; although publishing data is usually part of their <em>raison d&#8217;être</em>, they&#8217;re not usually thinking of people like us &#8211; Big Data geeks &#8211; when making their data available. And often, their methods of making data available have been essentially unchanged for the past ten or fifteen years, and even then are probably based on processes predating the Internet.</p>
<p>One of the sources of value Timetric adds is simply making this data more widely available and accessible. But it&#8217;s also true that there&#8217;s so much more we could do if we could put our minds to using this data in new and exciting ways, rather than expending expertise on working out the best way to map old-fashioned data publication workflows to a web-centric way of working. So it&#8217;s an interesting question to ask &#8211; in an ideal world, how would a large statistical organization publish data for us?</p>
<p>There&#8217;s three aspects to this question:</p>
<ol>
<li>Data transfer and formats</li>
<li>Metadata formats and reconciliation</li>
<li>Update frequency and notifications</li>
</ol>
<h2>1. Data transfer and formats</h2>
<p>For us, the easiest <em>data</em> to deal with is probably &mdash; and perhaps counter-intuitively &mdash; either the ONS or Eurostat. That&#8217;s despite the fact that both of these present their data in fairly obscure, more-or-less undocumented dumps of 1980&#8242;s-era databases (at a guess).</p>
<p>However, in both of these cases, we can download the entire database in just a few files, largely one per data release, each containing several thousands, to tens of thousands, of series. We don&#8217;t have to run any queries to express which data we&#8217;d like, everything simply lives at a predictable URL. We don&#8217;t want to make hundreds of queries to get different subsets of the data, we mostly just want it all (though see below).</p>
<p>The formats and the URL schemes could be documented much better &mdash; but we&#8217;ve already done the job of reverse engineering them. As long as they don&#8217;t change significantly, it&#8217;s a trivially-repeatable set of operations to get the files, and extract the data from them. And each source is yielding a huge quantity of valuable data, so for that up-front investment in time, we get a good payoff.</p>
<p>For a new source, we&#8217;d be quite happy with anything along those lines. We don&#8217;t mind a bit of time in writing a parser for a new data format, or even in reverse-engineering some URL construction. That up-front cost isn&#8217;t a huge investment if there&#8217;s a lot of high-quality data, repeatably downloadable, waiting for us afterwards. That said, obviously we&#8217;d much rather have the data in a well-documented, simple format, and minimize that up-front investment. You can&#8217;t go very far wrong with CSV files lying behind well-established URLs.</p>
<p>What we really <em>don&#8217;t</em> like is API endpoints built around the idea that you only want a few series at a time, and you&#8217;ll be making the choice by hand. It&#8217;s no fun doing thousands of HTTP connections to get each and every data series (neither for us, having to track success/failure/retries &#8211; nor for the servers, having to deal with us flooding their API). It&#8217;s also no fun trying to work out various combinations of query parameters until we get just what we want. That&#8217;s especially painful when they&#8217;re query parameters for forms designed originally to be driven by human interactions. But even when they are aimed at computer downloads, there&#8217;s still far too many API developers who still haven&#8217;t thought about API discoverability. (And we definitely don&#8217;t want these forms submitted by POST. Bang, there goes your cache, and our chances of getting data quickly.) All in all, we&#8217;d rather just have data dumps to download.</p>
<p>In short, APIs which are good for exposing small quantities of data to individual users aren&#8217;t very good for exposing large quantities of data for reuse on a large scale. And formats don&#8217;t really matter at all.</p>
<h2>2. Metadata schemata, formats, and reconciliation.</h2>
<p>Again, surprisingly, there&#8217;s something to be said for the Eurostat approach to this &#8211; but this time not the ONS. Eurostat have a fairly cryptic set of metadata codes, encoded in a rather bizarre way within the data, which only directly apply to their own data, and are probably the result of several decades of semi-random accretion. There&#8217;s no international standards in use here. On the other hand, they are well-documented, and once you&#8217;ve worked out how to extract and decode them, you&#8217;ve got a nice, consistent set of metadata across tens of thousands of data sets. That&#8217;s a far better state of affairs than some data suppliers, who give us little or no metadata, and certainly don&#8217;t have a well-documented background to their metadata terms (collection methods, statistical processes, industrial classifications etc).</p>
<p>(The ONS, by comparison, are not useful in this regard. They are very precise about their metadata, and have reams upon reams of well-written documentation about statistical standards. However, almost none of this metadata can be linked up with their data in any automatic way. The data themselves come with nothing except very short titles, often with enigmatically and inconsistently abbreviated technical terms.)</p>
<p>If you&#8217;re a large well-established national or trans-national body, and you&#8217;ve got your own internal metadata &mdash; please just expose it! At least that way, we can arrange all your data consistently with respect to itself, and probably start linking the obvious bits of metadata across multiple sources. We&#8217;d much rather have that now, than wait on a perfect standard further down the road.</p>
<p>On the other hand, if you&#8217;re starting from scratch these days, you could do much better. Our lives would be made much easier if people used metadata which was drawn from some standardized vocabulary, so we could reconcile metadata between different suppliers. If you were beginning the process today, the obvious place to start now is with <a href=" http://en.wikipedia.org/wiki/SDMX">SDMX</a> (and see the <a href="http://www.ecb.int/stats/services/sdmx/html/tutorial.en.html">tutorial from the European Central Bank</a>).</p>
<p>At the moment, we have to do lots of that reconciliation ourselves. You can automate surprisingly large amounts of the work, but by no means all. It definitely still requires human intervention, and often from someone who&#8217;s fairly economically literate. Enormous amounts of the work we&#8217;ve done has gone into building tools to let us leverage that human intervention as much as possible, to develop semi-automated workflows for metadata reconciliation.</p>
<p>In short, ideally, everyone would use internationally-recognized standards of metadata and reporting. But if they don&#8217;t, or can&#8217;t yet, the most useful thing they can do <em>now</em>, is to make as much of their internal metadata systems documented, available for reuse, and mark up as much of their data with it as possible. Making that available now would be an immediate gain for everyone. Waiting around for people to map their internal metadata systems on to SDMX doesn&#8217;t help anyone nearly as much.</p>
<h2>3. Update frequency and notifications</h2>
<p>For most data providers on this scale, different series are updated at different times, on different release schedules. A naïve approach to dealing with this is to simply download the entire dataset daily, and reprocess it to find what&#8217;s changed. This has the problem that:</p>
<ul>
<li>it costs <em>us</em> quite a bit of processing time, much of which is entirely unnecessary, meaning data isn&#8217;t as available as quickly as it should be,</li>
<li>it costs the data provider in terms of bandwidth on data that&#8217;s downloaded unecessarily, just so we could check it&#8217;s not changed,</li>
<li>it leaves open the question of *when* we should do this downloading. We want the data as soon as its released &#8211; but we have no way of finding out when that is. All we can do is download frequently enough that we aren&#8217;t likely to be too slow in catching new data (while not running afoul of either of the other two problems).</li>
</ul>
<p>There are various ways around this. The ONS, for example, always makes data releases at 09:30 UK time (or very shortly thereafter), so that&#8217;s when we check their site. Unfortunately, they don&#8217;t tell you (in a machine-readable way) what has changed, so we still have to process an awful lot of unchanged data.</p>
<p>An easy way for them, or indeed anyone, to do this right is just to use HTTP timestamps on data dump files. We could simply do a HEAD on the URL, check whether the data has changed, and download the contents only if they were new.</p>
<p>If they wanted to be even more helpful, they could provide notification services for us to subscribe to, letting us know as soon as data was updated. But to be perfectly honest, I wouldn&#8217;t be very concerned with them doing that. It&#8217;s another moving part to go wrong, and I&#8217;d still be very tempted to poll their URLs anyway to check that there weren&#8217;t updates being provided which notifications weren&#8217;t working for.</p>
<p>Finally, if I were a data provider, I&#8217;d make very sure I had a good cache in front of everything. If you are doing what we want in terms of data dumps, then there&#8217;s nothing easier to cache than GETs to a set of unchanging URLs, with relatively-infrequently changing contents at each URL. Even if you are using something else, then caching should be an important part of your technical strategy.</p>
<p>People make mistakes, and they will end up accidentally downloading too much, too often, or accidentally letting a badly-written client run loose. You can shout at them and deny them access, but nobody&#8217;s going to be happy about that, whoever&#8217;s fault it is, and that&#8217;s still going to leave you open to the risk of people overloading you before you get round to banning them. (See the <a href="http://www.theregister.co.uk/2011/02/04/crime_mapping_police_uk/">police.uk</a> fiasco for how not to handle this!)</p>
<h2>Thinking about your users</h2>
<p>Sometimes I wonder if perhaps we&#8217;re atypical of the sorts of users that statistical organizations need to deal with &mdash; but on reflection, I don&#8217;t think that&#8217;s true. (and to the extent it is, I believe we&#8217;re in the vanguard of a much broader spectrum of people who want to reuse data like this.) We&#8217;re probably higher volume than most users right now, but we&#8217;re probably also more likely to be prepared to deal with poorly designed systems, and persist when many wouldn&#8217;t. Organizations that put time and effort into making data useful to users like us will find their data much more widely used than those who don&#8217;t.</p>
<p>Ultimately, if an organization like we&#8217;re discussing here wants to make its data more useful to everyone, there&#8217;s one big lesson to be learnt, and that is: &#8220;You&#8217;re not going to be able to predict what your users want&#8221;. The best job a public data organization can do is make as much of the data (and metadata!) available as it can, in as untrammelled a form as possible. Don&#8217;t try and second guess what people want to do &#8211; just let them have everything. As long as you don&#8217;t stand in their way, people will use and re-use your data in ways you could never have foreseen.</p>
<div id="tweetbutton763" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F05%2F23%2Funsolicited-advice-for-large-governmental-data-providers%2F&amp;via=timetric&amp;text=Unsolicited%20advice%20for%20large%20governmental%20data%20providers&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F05%2F23%2Funsolicited-advice-for-large-governmental-data-providers%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/05/23/unsolicited-advice-for-large-governmental-data-providers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What we mean by &#8220;reinventing business research&#8221;</title>
		<link>http://blog.timetric.com/2011/03/18/what-we-mean-by-reinventing-business-research/</link>
		<comments>http://blog.timetric.com/2011/03/18/what-we-mean-by-reinventing-business-research/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:30:27 +0000</pubDate>
		<dc:creator>Olga Pavlovsky</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[data as a service]]></category>
		<category><![CDATA[monetizing your data]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[timetric reports]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=728</guid>
		<description><![CDATA[You may (or may not) have seen that two weeks ago, together with Horace Dediu of Asymco, we published an interactive report about the state of the global mobile phone industry.  This is our first step towards what we&#8217;ve termed &#8230; <a href="http://blog.timetric.com/2011/03/18/what-we-mean-by-reinventing-business-research/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may (or may not) have seen that two weeks ago, together with Horace Dediu of <a href="http://www.asymco.com/" target="_blank">Asymco</a>, we published an <a href="http://timetric.com/research/asymco/mobile-phone-market-overview-q4-2010/" target="_blank">interactive report</a> about the state of the global mobile phone industry.  This is our first step towards what we&#8217;ve termed the “reinvention of business research”, and this term is what I’d like to discuss in more detail here.</p>
<p>Timetric is one of the many start-up companies in the data-as-a-service space.  I’m sure that multiple research reports(!) will tell you that this sector is forecast to grow substantially over the next few years, which means there&#8217;s quite a lot of interest in the things we&#8217;re up to and why.</p>
<p>Personally, I joined Timetric because I’m shocked by the time, resource and money being thrown away by many firms on sourcing and managing data in primitive ways.</p>
<p>Some examples of the things I find especially frustrating:</p>
<ul>
<li>the amount of data which is duplicated because it is not shared intelligently, but sits within infinite numbers of spreadsheets that always seem like too much hassle to combine;</li>
<li>the amount of extra work which has to go into many projects, because people re-do research which someone else in the firm has already done but which they haven&#8217;t been informed about;</li>
<li>and, ultimately, the time that intelligent and expensive people waste just updating a couple of data series manually</li>
</ul>
<p>Like the supposed fact that we know more about the surface of Mars than the seabed on our own planet, it&#8217;s often true that we know more about what&#8217;s going on outside our organisation that inside it.</p>
<p>My personal feeling is that the research industry, much like the media industry, need a rethink. The only difference is that the research industry’s average-revenue-per-view is much higher, so it’ll get away with being inefficient for longer.</p>
<p>However, I do believe the timeframe during which they need to do this rethink is shrinking rapidly. This is driven both by demand-side factors, such as the fact that more and more business is being done in emerging markets where deal-sizes are smaller but data is essential, and supply factors, which is mainly that companies in the data-as-a-service space are making the acquisition and visualisation of data much cheaper.  This means that good, reliable data <em>needs</em> to be cheaper, and <em>can</em> be cheaper.  The best analysts will remain expensive, but their output will be maximised when we’re able to give them better data, quicker.</p>
<p>So, why do I think Timetric can help solve those problems which frustrate me so much?</p>
<p>We’re providing our services to analysts who want to publish their research in a user-friendly format, and spend more of their time on the analysis of data rather than finding, inputting, cleaning, checking, uploading and visualising tasks.  If that’s something you’re interested in, just <a href="mailto:analysts@timetric.com" target="_blank">drop us an email</a> to talk further.</p>
<p>Finally, it&#8217;s important to give special note to <a href="http://timetric.com/research/asymco/mobile-phone-market-overview-q4-2010/#abouttheauthor" target="_blank">Horace Dediu</a> with whom we launched our first report.  An incredibly forward-thinking and practical analyst who is able to see the bigger picture whilst appreciating that small details can make a massive difference.  We could not have asked for a more appropriate partner to launch with.  Many thanks for working with us.</p>
<div id="tweetbutton728" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F18%2Fwhat-we-mean-by-reinventing-business-research%2F&amp;via=timetric&amp;text=What%20we%20mean%20by%20%26%238220%3Breinventing%20business%20research%26%238221%3B&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F18%2Fwhat-we-mean-by-reinventing-business-research%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/03/18/what-we-mean-by-reinventing-business-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stacked bar and area charts!</title>
		<link>http://blog.timetric.com/2011/03/16/stacked-bar-and-area-charts/</link>
		<comments>http://blog.timetric.com/2011/03/16/stacked-bar-and-area-charts/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 11:34:20 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[benchmark]]></category>
		<category><![CDATA[chartroom]]></category>
		<category><![CDATA[embeds]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=714</guid>
		<description><![CDATA[In the last post on this blog, you might have seen a chart of mobile phone handset sales taken from the Asymco Mobile Phone Market Report (£125 now on Timetric). It didn&#8217;t look much like the charts you&#8217;d have seen &#8230; <a href="http://blog.timetric.com/2011/03/16/stacked-bar-and-area-charts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the last post on this blog, you might have seen a chart of <a href="http://blog.timetric.com/2011/03/01/reinventing-reports/">mobile phone handset sales</a> taken from <a href="Buy the Q4 2010 Asymco Mobile Phone Market Review on Timetric for £125!">the Asymco Mobile Phone Market Report</a> (£125 now on Timetric). It didn&#8217;t look much like the charts you&#8217;d have seen before on Timetric – in fact, it was a new chart type, a <a href="http://en.wikipedia.org/wiki/Area_chart">stacked area chart</a>. </p>
<p>You can make your own now on Timetric! Whenever you create a graph, tick the &#8220;Stacked chart&#8221; option:</p>
<p><a href="http://blog.timetric.com/wp-content/blogs.dir/3/files/2011/03/create-stack.png"><img src="http://blog.timetric.com/wp-content/blogs.dir/3/files/2011/03/create-stack-300x241.png" alt="Creating a stacked chart" title="create-stack" width="300" height="241" class="aligncenter size-medium wp-image-715" /></a></p>
<p>and you&#8217;ll get something which looks like this:<br />
<a href="http://blog.timetric.com/wp-content/blogs.dir/3/files/2011/03/post-stack.png"><img src="http://blog.timetric.com/wp-content/blogs.dir/3/files/2011/03/post-stack-300x241.png" alt="" title="Stacked area chart" width="300" height="241" class="aligncenter size-medium wp-image-716" /></a></p>
<p>and when you embed it, like this:</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">
new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/browser-market-share-internet-explorer-nms/index/","lineWidth":0,"color":"0x1B95D9","label":"IE","type":"line","fill":true},{"url":"http://timetric.com/embed/browser-market-share-firefox-nms/index/","lineWidth":0,"color":"0xCAC272","label":"Firefox","type":"line","fill":true},{"url":"http://timetric.com/embed/browser-market-share-chrome-nms/index/","lineWidth":0,"color":"0xF05E27","label":"Chrome","type":"line","fill":true},{"url":"http://timetric.com/embed/2DkgSnLkSti9vtcEOmyszw/index/","lineWidth":0,"color":"0x0662B0","label":"Netscape","type":"line","fill":true},{"url":"http://timetric.com/embed/browser-market-share-opera-nms/index/","lineWidth":0,"color":"0xB2DF8A","label":"Opera","type":"line","fill":true},{"url":"http://timetric.com/embed/browser-market-share-opera-mini-nms/index/","lineWidth":0,"color":"0x68925e","label":"Opera Mini","type":"line","fill":true},{"url":"http://timetric.com/embed/browser-market-share-safari-nms/index/","lineWidth":0,"color":"0xEB988D","label":"Safari","type":"line","fill":true}],"stacking":"on","markers":"off", "axes": {"value": {"max": 100}}}, {"height": 450, "width": 620}).render_prefer_svg()</script>
<p style="display:block;font-size:11px;margin:0;padding:3px 4px;font-family:Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/browser-market-share/?utm_source=widget&#038;utm_medium=web&#038;utm_term=linkback&#038;utm_campaign=base_links">Internet browser market share, (%) by type</a> from <a href="http://timetric.com/?utm_source=widget&#038;utm_medium=web&#038;utm_term=home&#038;utm_campaign=base_links">Timetric</a></p>
<p>(It works if you&#8217;re building bar charts too, incidentally.)</p>
<p>Let us know what you think! It&#8217;s a great tool when you&#8217;re building market reports, which is convenient, because we&#8217;re looking for analysts who want to write them (and more on that soon, but if you&#8217;re one, email us at <a href="mailto:contact@timetric.com">contact@timetric.com</a>).</p>
<div id="tweetbutton714" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F16%2Fstacked-bar-and-area-charts%2F&amp;via=timetric&amp;text=Stacked%20bar%20and%20area%20charts%21&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F16%2Fstacked-bar-and-area-charts%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/03/16/stacked-bar-and-area-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinventing reports: the Asymco Q4 2010 Mobile Phone Report, powered by Timetric</title>
		<link>http://blog.timetric.com/2011/03/01/reinventing-reports/</link>
		<comments>http://blog.timetric.com/2011/03/01/reinventing-reports/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 15:46:23 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[asymco]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[monetizing your data]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[timetric reports]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=679</guid>
		<description><![CDATA[So we weren&#8217;t kidding about being busy. Alongside Chartroom and Benchmark, we&#8217;ve been up to a third thing: reinventing business research. Over the last couple of months, we&#8217;ve been working closely with Horace Dediu of Asymco, Fortune Magazine&#8217;s &#8220;King of &#8230; <a href="http://blog.timetric.com/2011/03/01/reinventing-reports/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://blog.timetric.com/2011/02/08/timetric-charts-in-your-site-%e2%80%94-now-working-on-iphone-and-ipad/" target="_blank">we weren&#8217;t kidding about being busy</a>. Alongside <a href="http://timetric.com/products/publishers/chartroom/">Chartroom</a> and <a href="http://timetric.com/products/benchmark/">Benchmark</a>, we&#8217;ve been up to a third thing:  reinventing business research. Over the last couple of months, we&#8217;ve been working closely with Horace Dediu of <a href="http://asymco.com/" target="_blank">Asymco</a>, Fortune Magazine&#8217;s &#8220;<a href="http://tech.fortune.cnn.com/2010/10/22/the-new-king-of-apple-analysts/" target="_blank">King of Apple Analysts</a>&#8221; and one of the leading analysts of the smartphone market.</p>
<p>Today, we&#8217;re launching an interactive, HTML5 (with Flash fallback), fully data-backed, readable-anywhere research report</a> written by Horace and powered by Timetric. (And we throw in a downloadable PDF — even though, of course, they&#8217;re now officially retro).</p>
<p><a href="http://timetric.com/research/asymco/mobile-phone-market-overview-q4-2010/" target="_blank">The Asymco Mobile Phone Market Overview: Q4 2010</a>. (<a href="http://timetric.com/products/asymco-market-overview-q4-2010-table-of-contents/" target="_blank">Table of contents here</a>). Six months interactive online access plus a downloadable PDF is <a href="http://timetric.com/research/asymco/mobile-phone-market-overview-q4-2010/">yours for £125</a> (about $199 or €169).</p>
<p>Here&#8217;s what we mean by interactive – total smartphone unit sales, per manufacturer:</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">
new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/4GKBxrofTSuC1xCmZtah6Q/index/","lineWidth":0,"color":"0x75a856","type":"line","fill":true,"label":"Nokia"},{"url":"http://timetric.com/embed/55CBEgc-S6iTv3HdCQeY-A/index/","lineWidth":0,"color":"0xa5c288","type":"line","fill":true,"label":"RIM"},{"url":"http://timetric.com/embed/e_P7pVrMR1iDo1tgCMHtwQ/index/","lineWidth":0,"color":"0x47743b","type":"line","fill":true,"label":"Apple"},{"url":"http://timetric.com/embed/G3PnXMdvQCSEyHxz6_ix_A/index/","lineWidth":0,"color":"0x7e502D","type":"line","fill":true,"label":"HTC"},{"url":"http://timetric.com/embed/ERKeAURMQuOKo-r4_U_oBA/index/","lineWidth":0,"color":"0x493627","type":"line","fill":true,"label":"Motorola"},{"url":"http://timetric.com/embed/wQmIPVHaQvCT9tB8XEzj6g/index/","lineWidth":0,"color":"0xb89f6d","type":"line","fill":true,"label":"Samsung"},{"url":"http://timetric.com/embed/OlxZ5yDWR2y2PUFUN7hW-A/index/","lineWidth":0,"color":"0x9b7e60","type":"line","fill":true,"label":"Other vendors"}],"markers":"off","stacking":"on"}, {"height": 450, "width": 620}).render_prefer_svg();</script>
<p style="display:block;font-size:11px;margin:0;padding:3px 4px;font-family:Helvetica,Arial,sans-serif;"><a href="http://timetric.com/dataset/asymco2/?utm_source=widget&#038;utm_medium=web&#038;utm_term=linkback&#038;utm_campaign=base_links">Asymco : Mobile Phone Industry</a> from <a href="http://timetric.com/?utm_source=widget&#038;utm_medium=web&#038;utm_term=home&#038;utm_campaign=base_links">Timetric</a></p>
<p>And here&#8217;s a demo video Horace Dediu has put together:</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/maNxiXmKVTA" frameborder="0" allowfullscreen></iframe></p>
<p>We think it&#8217;s <a href="http://timetric.com/help/how-to-use-timetric-reports/" target="_blank">the best way to read business research</a>, and we&#8217;re really fortunate to be working with such a terrific analyst. We hope you like it! (We think you will.)</p>
<p>PS: if you&#8217;re a writer or analyst, and you want to break free from the chains of resellers and huge research factories &mdash; or just make money for what you already do for your blog or newspaper &mdash; we want to hear from you. We&#8217;re looking for great people to work with. <a href="mailto:analysts@timetric.com">Email us now,</a> letting us know what sector you write about. We&#8217;re looking forward to meeting you.</p>
<div id="tweetbutton679" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F01%2Freinventing-reports%2F&amp;via=timetric&amp;text=Reinventing%20reports%3A%20the%20Asymco%20Q4%202010%20Mobile%20Phone%20Report%2C%20powered%20by%20Timetric&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F03%2F01%2Freinventing-reports%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/03/01/reinventing-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize your charts</title>
		<link>http://blog.timetric.com/2011/02/16/customize-your-charts/</link>
		<comments>http://blog.timetric.com/2011/02/16/customize-your-charts/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 12:05:47 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[chartroom]]></category>
		<category><![CDATA[embeds]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plotting]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=656</guid>
		<description><![CDATA[When we talk to people about Timetric, we always ask what features they&#8217;d like that we don&#8217;t have. A lot of people have asked for two in particular: being able to change the colours of lines on our graphs; being &#8230; <a href="http://blog.timetric.com/2011/02/16/customize-your-charts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When we talk to people about Timetric, we always ask what features they&#8217;d like that we don&#8217;t have. A <em>lot</em> of people have asked for two in particular:</p>
<ul>
<li>being able to change the colours of lines on our graphs;</li>
<li>being able to set custom labels for lines on legends.</li>
</ul>
<p>Today&#8217;s a good day for all of those people! Our new graph-creation <a href="http://en.wikipedia.org/wiki/Wizard_(software)" target="_blank">wizard</a> — which appears any time you click an embed button to get a graph to share — lets you do both of these things, and quite a lot of other new things besides. It looks like this:</p>
<p style="text-align: right; font-size: small;"><a href="http://blog.timetric.com/files/2011/02/Picture-16a.png"><img class="aligncenter size-full wp-image-675" title="Graph editing wizard" src="http://blog.timetric.com/files/2011/02/Picture-16a.png" alt="" width="600" height="601" /></a><a href="http://blog.timetric.com/files/2011/02/Picture-16a.png" target="_blank">click for full size</a></p>
<p>giving you graphs which look like this — this one&#8217;s browser-adoption curves for all the versions of <a href="http://chrome.google.com" target="_blank">Chrome</a>:</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
    new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/browser-version-market-share-chrome-5-0-nms/index/","lineWidth":"4","color":"0x1B95D9","type":"line","fill":true,"label":"Chrome 5.0"},{"url":"http://timetric.com/embed/browser-version-market-share-chrome-6-0-nms/index/","lineWidth":"4","color":"0xCAC272","type":"line","fill":true,"label":"Chrome 6.0"},{"url":"http://timetric.com/embed/7rZnSm5JQpmegroph13w3g/index/","lineWidth":"4","color":"0xF05E27","type":"line","fill":true,"label":"Chrome 10.0"},{"url":"http://timetric.com/embed/Z0djsqZ9TNG3_N6Rm7OP_w/index/","lineWidth":"4","color":"0x86D1E4","type":"line","fill":true,"label":"Chrome 1.0"},{"url":"http://timetric.com/embed/nGAjENxXQuuO74MOqfCaYA/index/","lineWidth":"4","color":"0x75B000","type":"line","fill":true,"label":"Chrome 0.4"},{"url":"http://timetric.com/embed/1Rc8dD35RTu-XJIIG6nc_w/index/","lineWidth":"4","color":"0xFFD512","type":"line","fill":true,"label":"Chrome 0.3"},{"url":"http://timetric.com/embed/wnxXqW_KTsyii8xspiYSuA/index/","lineWidth":"4","color":"0x0662B0","type":"line","fill":true,"label":"Chrome 2.0"},{"url":"http://timetric.com/embed/8FNTTb3fSmaZQckyls7Q5A/index/","lineWidth":"4","color":"0xCAB2D6","type":"line","fill":true,"label":"Chrome 3.0"},{"url":"http://timetric.com/embed/BrjBXJc_TxmJfG7dIHs-9A/index/","lineWidth":"4","color":"0xFF7F00","type":"line","fill":true,"label":"Chrome 4.0"},{"url":"http://timetric.com/embed/aTqS8RStSnm4SbgEOBdUBw/index/","lineWidth":"4","color":"0xB2DF8A","type":"line","fill":true,"label":"Chrome 7.0"},{"url":"http://timetric.com/embed/vQEW42cLQdKPZA9BIbDY_A/index/","lineWidth":"4","color":"0x6A3D9A","type":"line","fill":true,"label":"Chrome 0.2"},{"url":"http://timetric.com/embed/6X_7zbc0QkSInCJ09ggEjw/index/","lineWidth":"4","color":"0xFB9A99","type":"line","fill":true,"label":"Chrome 9.0"},{"url":"http://timetric.com/embed/17hz621lRzShHYEhbYf0YA/index/","lineWidth":"4","color":"0xCC3300","type":"line","fill":true,"label":"Chrome 4.1"},{"url":"http://timetric.com/embed/FFxahuSsSECcepuL8Z_iHA/index/","lineWidth":"4","color":"0xD1DFE7","type":"line","fill":true,"label":"Chrome 8.0"}],"time":{"start":1220299560000,"end":null},"markers":"off"}, {"height": 450, "width": 650}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/browser-version-market-share/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">Internet browser market share, (%) by version</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>As well as setting colours and series titles, you can now:</p>
<ul>
<li>choose how each series in the chart is shown – as a line, as a colour-filled area (like above), or as bars</li>
<li>set the height and width of the graph</li>
<li>toggle markers on or off (or leave it to Timetric to decide)</li>
<li>set whether you want the graph to be updated when new data comes in</li>
</ul>
<p>We&#8217;re looking forward to seeing how people use these. The bar charts, in particular, look great, particularly when you combine multiple styles on one chart:</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
   new TMTRC.Widget({"axisPerSeries":true,"series":[{"url":"http://timetric.com/embed/AEIy2LBISPCAFO4SFTDSEA/index/","lineWidth":0,"color":"0xff0019","type":"bar","label":"Percentage of UK households with Internet access"},{"url":"http://timetric.com/embed/Ep_XVe9-Tbi7apSSEYfyPA/index/","lineWidth":0,"color":"0x1B95D9","label":"Percentage of UK population aged under 15"}],"time":{"start":923765089397.0894,"end":1199320016632.0166},"markers":"off"}, {"height": 350, "width": 650}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/digital-natives-youth-pop-internet-oecd/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">Digital Natives Youth and Internet</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>Drop us a note in the comments if you need a hand. (And if you&#8217;d like to lend one instead, <a href="http://timetric.com/about/jobs">we&#8217;re hiring</a>, and we&#8217;d love to hear from you!)</p>
<div id="tweetbutton656" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F16%2Fcustomize-your-charts%2F&amp;via=timetric&amp;text=Customize%20your%20charts&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F16%2Fcustomize-your-charts%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/02/16/customize-your-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media roundup</title>
		<link>http://blog.timetric.com/2011/02/15/media-roundup/</link>
		<comments>http://blog.timetric.com/2011/02/15/media-roundup/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 10:43:18 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[chartroom]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[roundup]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=651</guid>
		<description><![CDATA[It&#8217;s been a busy week for Timetric in the media. It started with The Lady used some of our data on malnutrition, sourced by us from the ONS and first published on Byline. // Deaths from Malnutrition, ONS, E &#38; &#8230; <a href="http://blog.timetric.com/2011/02/15/media-roundup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a busy week for Timetric in the media.</p>
<p>It started with <a href="http://www.lady.co.uk/daily_news_bites_ladies_3" target="_blank">The Lady</a> used some of our data on <a href="http://byline.timetric.com/2011/02/01/deaths-from-malnutrition-the-missing-ons-data/" target="_blank">malnutrition</a>, sourced by us from the ONS and first published on <a href="http://byline.timetric.com/" target="_blank">Byline</a>.</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
   new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/deaths-malnutrition-totals-uk-ons/index/","lineWidth":"3","color":"0x1B95D9","label":"Total deaths from malnutrition"},{"url":"http://timetric.com/embed/deaths-malnutrition-carehomes-uk-ons/index/","lineWidth":"3","color":"0xCAC272","label":"Deaths in care homes"},{"url":"http://timetric.com/embed/deaths-malnutrition-other-uk-ons/index/","lineWidth":"3","color":"0xF05E27","label":"Deaths in other locations"},{"url":"http://timetric.com/embed/deaths-malnutrition-hospitals-uk-ons/index/","lineWidth":"3","color":"0x86D1E4","label":"Deaths in hospitals"}]}, {"height": 350, "width": 520}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/deaths-malnutrition-uk-ons/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">Deaths from Malnutrition, ONS, E &amp; W</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>Following on from that, <a href="http://www.mumsnet.com/" target="_blank">Mumsnet</a> got in on the act, using our <a href="http://inflationstats.com/">inflation data</a> to <a href="http://www.mumsnet.com/food/rising-prices" target="_blank">track the price of fruit</a>;</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
  new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/uk_price_apples_dessert_per_kg/index/","lineWidth":"3","color":"0xCAC272","label":"Average price, dessert apples, per kg"},{"url":"http://timetric.com/embed/uk_price_apples_cooking_per_kg/index/","lineWidth":"3","color":"0xF05E27","label":"Average price, cooking apples, per kg"}],"time":{"start":950932829690.7216,"end":null}}, {"height": 350, "width": 520}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/inflation_goods_basket_rpi_uk/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">Average retail prices of selected items, UK</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>However, most of the week&#8217;s action has been around misleading data on <a href="http://byline.timetric.com/2011/02/12/young-people-have-never-had-it-worse-wrong/" target="_blank">youth unemployment</a>. Simon Briscoe obtained the data from the ONS, and as well as appearing on our site, it&#8217;s now cropped up in <a href="http://www.thesundaytimes.co.uk/sto/business/Economy/article547181.ece">the Sunday Times</a> and <a href="http://www.cityam.com/news-and-analysis/youth-joblessness-not-so-severe-says-stats-critic">CityAM</a> in print and hit the front page of <a href="http://www.guardian.co.uk/news/datablog/2011/feb/14/youth-unemployment-statistics">the Guardian</a>&#8216;s website yesterday (February 14th).</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
 new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/uk-youth-unemployment-percentage-population-monthlyLFS/index/","lineWidth":"2","color":"0xF05E27"}]}, {"height": 350, "width": 520}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/uk-youth-labour-market/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">UK Youth and the Labour Market</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>Finally, this morning, the Guardian picked up <a href="http://twitter.com/simonbriscoe" target="_blank">Simon</a>&#8216;s post on <a href="http://byline.timetric.com/" target="_blank">Byline</a> on <a href="http://byline.timetric.com/2011/02/14/uk-inflation-bad-decisions-from-misleading-figures/">the misleading nature of official inflation figures</a>:</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/cpi-ct-annual-rate-all-items-monthly-ons/index/","lineWidth":"2","color":"0x696995"},{"url":"http://timetric.com/embed/rpi-annual-rate-all-items-monthly0ns/index/","lineWidth":"2","color":"0xfa0404"}],"time":{"start":823214624847.2507,"end":1293840000000.0002},"markers":"auto"}, {"height": 350, "width": 520}).render();
// ]]&gt;</script></p>
<p style="display: block; font-size: 11px; margin: 0; padding: 3px 4px; font-family: Helvetica,Arial,sans-serif;"><a href="http://timetric.com/topic/cpi-rpi-comparison-of-indexes/?utm_source=widget&amp;utm_medium=web&amp;utm_term=linkback&amp;utm_campaign=base_links">CPI and RPI, selected headline indices, UK</a> from <a href="http://timetric.com/?utm_source=widget&amp;utm_medium=web&amp;utm_term=home&amp;utm_campaign=base_links">Timetric</a></p>
<p>From today&#8217;s Guardian: <a href="http://www.guardian.co.uk/business/2011/feb/15/official-statistics-hide-severity-uk-inflation">Official statistics hide true increase in cost of living</a>:</p>
<blockquote><p>But Simon Briscoe, from the economic data company Timetric, said: &#8220;There is a fear that the real rate of inflation, as felt by consumers, is above the published number and that the conditions are in place for a loss of public confidence in this most important of statistics.&#8221;</p></blockquote>
<p>If you&#8217;re after graphs for your website, check out our <a href="http://timetric.com/help/for-journalists/" target="_blank">help for journalists</a> and have a look at Timetric Chartroom — <a href="http://timetric.com/products/publishers/chartroom/" target="_blank">statistical content packages for your website</a>.</p>
<div id="tweetbutton651" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F15%2Fmedia-roundup%2F&amp;via=timetric&amp;text=Media%20roundup&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F15%2Fmedia-roundup%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/02/15/media-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inflation Stats, powered by Timetric Chartroom</title>
		<link>http://blog.timetric.com/2011/02/14/inflation-stats-powered-by-timetric-chartroom/</link>
		<comments>http://blog.timetric.com/2011/02/14/inflation-stats-powered-by-timetric-chartroom/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 10:48:32 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chartroom]]></category>
		<category><![CDATA[inflation statistics]]></category>
		<category><![CDATA[inflationstats.com]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=634</guid>
		<description><![CDATA[On Friday, we introduced Timetric Chartroom &#8212; automated statistics sections for websites. Here&#8217;s an example of what Timetric Chartroom can do: inflationstats.com, a dedicated site for the latest UK inflation statistics. Inflation Stats breaks down all the RPI and CPI &#8230; <a href="http://blog.timetric.com/2011/02/14/inflation-stats-powered-by-timetric-chartroom/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On Friday, we introduced Timetric Chartroom &mdash; <a href="http://timetric.com/products/publishers/chartroom/" target="_blank">automated statistics sections for websites</a>.</p>
<p>Here&#8217;s an example of what Timetric Chartroom can do: <a href="http://inflationstats.com" target="_blank">inflationstats.com</a>, a dedicated site for the latest <a href="http://inflationstats.com/" target="_blank">UK inflation</a> statistics. Inflation Stats breaks down all the <a href="http://inflationstats.com/" target="_blank">RPI and CPI</a> components, so you can see with a couple of clicks just which products or services are driving changes in the rate of inflation.</p>
<p>Here&#8217;s an example. As of right now, <a href="http://inflationstats.com/uk/cpi-all-items/transport/operation-of-personal-transport-equipment/fuels-and-lubricants/" target="_blank">fuel prices</a> are increasing by around 13% year-on-year, and fuel&#8217;s about 4% of the CPI basket (which, in total, is up 3.7% year-on-year at time of writing):</p>
<p><script src="http://media.timetric.com/js/min/embed.v1.js" type="text/javascript"></script><script type="text/javascript">new TMTRC.Widget({"axisPerSeries":false,"series":[{"url":"http://timetric.com/embed/zVYoEgHmSOO-yyr6s8M2ig/index/","color":"0xc8c8c8","fill":true},{"url":"http://timetric.com/embed/qO9qAf20TRCUGhECpbWXeg/index/","color":"0x48602c","fill":false}],"time":{"start":1199145600000,"end":null}},{height:350}).render_prefer_svg();</script></p>
<p>Because Inflation Stats is focussed around a single, easy-to-grasp subject, it&#8217;s really fast for anyone to find the graph they&#8217;re looking for. <a href="http://inflationstats.com/uk/page/about/" target="_blank">(Here&#8217;s the help page &mdash; have a look for yourself.</a>). And because it&#8217;s built on the Timetric API and shares data with <a href="http://timetric.com/" target="_blank">timetric.com</a>, it&#8217;s always up to date with the latest statistics.</p>
<p>We think the future of statistical reporting is sites like these. Why should the data live in a database only your journalists can see, particularly if it&#8217;s public? Make it public and let your readers grab and share the graphs too. Using <a href="http://timetric.com/products/publishers/chartroom/" target="_blank">Chartroom</a>, we can have similar sites built into your website within days or weeks, on almost any statistical subject. <a href="mailto:contact@timetric.com">Get in touch now</a> to learn more.</p>
<p>(And if you&#8217;d like to help build sites and services like these, <a href="http://timetric.com/about/jobs" target="_blank">we&#8217;re hiring</a>, and we&#8217;d love to hear from you too.)</p>
<div id="tweetbutton634" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F14%2Finflation-stats-powered-by-timetric-chartroom%2F&amp;via=timetric&amp;text=Inflation%20Stats%2C%20powered%20by%20Timetric%20Chartroom&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F14%2Finflation-stats-powered-by-timetric-chartroom%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/02/14/inflation-stats-powered-by-timetric-chartroom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timetric Chartroom and Timetric Benchmark – and TISEE 2011, the cloud, and doing what you&#8217;re good at</title>
		<link>http://blog.timetric.com/2011/02/11/timetric-chartroom-and-timetric-benchmark-%e2%80%93%c2%a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at/</link>
		<comments>http://blog.timetric.com/2011/02/11/timetric-chartroom-and-timetric-benchmark-%e2%80%93%c2%a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 19:00:22 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chartroom]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[data as a service]]></category>
		<category><![CDATA[monetizing your data]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=627</guid>
		<description><![CDATA[For all the talk about &#8220;gross national happiness&#8220;, studies keep showing that one of the biggest determining factors in how good you feel about the world is whether you get to do something you feel you&#8217;re good at. People like &#8230; <a href="http://blog.timetric.com/2011/02/11/timetric-chartroom-and-timetric-benchmark-%e2%80%93%c2%a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For all the talk about &#8220;<a href="http://byline.timetric.com/2011/02/06/happiness-statistics-not-good-for-my-well-being/">gross national happiness</a>&#8220;, studies keep showing that one of the biggest determining factors in how good you feel about the world is whether you get to do something you feel you&#8217;re good at. People like doing things they do well, and they find it easier to get started and to keep going.</p>
<p>The same thing&#8217;s true, more or less, for products and businesses. They get called &#8220;core competencies&#8221; or the like, but that&#8217;s what it means; businesses succeed when they concentrate on the things they do uniquely well. <a href="http://apple.com">Apple</a> design great end-to-end user experiences, <a href="http://www.genre.com/page">Gen Re</a> prices the likelihood of really unlikely events (and insures insurers against them), <a href="http://www.tesco.com/">Tesco</a> know exactly what store to put where and how best to stock it. Each of the businesses does that one thing, the key point where it ultimately creates value, tremendously well, and the more it focusses on that one thing, the better it tends to do.</p>
<p>As I type, I&#8217;m sitting in the back of a plane heading back to Heathrow from Sofia. I was at <a href="http://www.tisee2011.com/">TISEE 2011</a>, where I took part in a panel about cloud services. &#8220;Cloud&#8221;&#8216;s a bit of jargon which often means whatever you want it to, but I threw out this quote and one of the other panelists (Sean Park of Anthemis) promptly tweeted it:</p>
<p><!-- http://twitter.com/#!/anthemis/status/35645419794993152 --><br />
<style type='text/css'>.bbpBox35645419794993150 {background:url(http://a3.twimg.com/a/1296843226/images/themes/theme1/bg.png) #C0DEED;padding:20px;} p.bbpTweet{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} p.bbpTweet span.metadata{display:block;width:100%;clear:both;margin-top:8px;padding-top:12px;height:40px;border-top:1px solid #fff;border-top:1px solid #e6e6e6} p.bbpTweet span.metadata span.author{line-height:19px} p.bbpTweet span.metadata span.author img{float:left;margin:0 7px 0 0px;width:38px;height:38px} p.bbpTweet a:hover{text-decoration:underline}p.bbpTweet span.timestamp{font-size:12px;display:block}</style>
<div class='bbpBox35645419794993150'>
<p class='bbpTweet'>&#8220;everything that can be turned into a service will be&#8221; @<a class="tweet-url username" href="http://twitter.com/covert" rel="nofollow">covert</a> <a href="http://twitter.com/search?q=%23Tisee" title="#Tisee" class="tweet-url hashtag" rel="nofollow">#Tisee</a><span class='timestamp'><a title='Thu Feb 10 10:25:04 +0000 2011' href='http://twitter.com/#!/anthemis/status/35645419794993152'>less than a minute ago</a> via <a href="http://twitter.com/" rel="nofollow">Twitter for iPhone</a></span><span class='metadata'><span class='author'><a href='http://twitter.com/anthemis'><img src='http://a1.twimg.com/profile_images/1237598177/Anthemis_Twitter_Logo.002_normal.jpg' /></a><strong><a href='http://twitter.com/anthemis'>Anthemis Group</a></strong><br/>anthemis</span></span></p>
</div>
<p> <!-- end of tweet --></p>
<p><a href="http://streamer.bg/en/210/filmpage.go">Video here</a> – fast forward to about 44:50. (I go off on one for about two solid minutes.)</p>
<p>That&#8217;s what the cloud trend is really about, I think. Every business does something really well, and a lot of the time, they can turn that skill into a platform other people can build on. Amazon&#8217;s <a href="http://timetric.com/dataset/amazon-web-services-aws-spot-price/">AWS</a> and <a href="http://www.amazon.co.uk/gp/help/customer/display.html?nodeId=3149101">Marketplace</a> — Amazon being a rare example of a business which is exceptional in a few fields — come out of two areas they had to excel in to make their core bookshop business work; running a heck of a lot of servers and doing online storefronts. They&#8217;ve essentially turned themselves into a group of businesses where each part of the group is supplied by another: the infrastructure team supply the wholesome team with reliable computing, storage and bandwidth, the storefront team supply the book selling operation with the software needed to let people buy the books, and the bookseller operation get to focus on stock, pricing, marketing and customer support. Everybody gets to do the thing they&#8217;re good at, so everyone&#8217;s happy.</p>
<p>That&#8217;s what the whole cloud thing means to me. Getting to focus on what you&#8217;re good at.</p>
<p>At Timetric, we&#8217;re good at <a href="http://timetric.com/dataset/">aggregating</a>, <a href="http://timetric.com/topic/">organising</a>, and building great visualisation and developer tools around statistics, and we&#8217;re good at understanding how data from different sources fits together. You&#8217;re good at understanding and explaining what these statistics mean to your readers or to your business. You deserve to get to focus on that: you shouldn&#8217;t have to be expert in navigating government websites or building data aggregation systems or crafting interactive graphs which look great and work in every browser. That&#8217;s our job.</p>
<p>Thanks to our platform, we can do our job, and by that, help you focus on yours. For journalists and the media, we have Timetric Chartroom: <a href="http://timetric.com/products/publishers/chartroom/">up-to-date, interactive statistics pages for your website on almost any topic you can think of</a>. It&#8217;s the best and latest data, automatically updated and ready for your readers in easy-to-use charts. For data-rich businesses, <a href="http://timetric.com/products/benchmark/">Timetric Benchmark</a>: we work with you to mine your underexploited databases and server logs for the trends which really affect your business, we contextualize it with public and proprietary data from our (extensive) library, and we help you securely share it with your colleagues and trusted partners or monetize it through services for the wider world.</p>
<p>This is the promise of the cloud: building great businesses and products by getting the best people and services involved, whether they&#8217;re inside your company or not. We all succeed and we all get happy. We&#8217;re looking forward to working with you.</p>
<div id="tweetbutton627" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F11%2Ftimetric-chartroom-and-timetric-benchmark-%25e2%2580%2593%25c2%25a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at%2F&amp;via=timetric&amp;text=Timetric%20Chartroom%20and%20Timetric%20Benchmark%20%E2%80%93%C2%A0and%20TISEE%202011%2C%20the%20cloud%2C%20and%20doing%20what%20you%26%238217%3Bre...%20&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F11%2Ftimetric-chartroom-and-timetric-benchmark-%25e2%2580%2593%25c2%25a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/02/11/timetric-chartroom-and-timetric-benchmark-%e2%80%93%c2%a0and-tisee-2011-the-cloud-and-doing-what-youre-good-at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timetric charts, in your site — now working on iPhone and iPad</title>
		<link>http://blog.timetric.com/2011/02/08/timetric-charts-in-your-site-%e2%80%94-now-working-on-iphone-and-ipad/</link>
		<comments>http://blog.timetric.com/2011/02/08/timetric-charts-in-your-site-%e2%80%94-now-working-on-iphone-and-ipad/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 18:04:39 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[embeds]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plotting]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=615</guid>
		<description><![CDATA[We may have been quiet at Timetric, but we haven&#8217;t been idle. We&#8217;ve got a series of changes and new features coming to you over the next few weeks, built on the infrastructure work we&#8217;ve been doing over the last &#8230; <a href="http://blog.timetric.com/2011/02/08/timetric-charts-in-your-site-%e2%80%94-now-working-on-iphone-and-ipad/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We may have been quiet at Timetric, but we haven&#8217;t been idle. We&#8217;ve got a series of changes and new features coming to you over the next few weeks, built on the infrastructure work we&#8217;ve been doing over the last two months. Here&#8217;s one of the first (and most exciting) — embeddable graphs which genuinely work everywhere.</p>
<p>Up until now, to view Timetric graphs in blogs like this one and on news sites, you&#8217;ve had to have Flash installed. Most desktop computers do, and some phones as well (including <a href="http://timetric.com/about/team/#toby-white-platform-lead">Toby</a>&#8216;s <a href="http://en.wikipedia.org/wiki/Nexus_One">Nexus One</a>), but the iPhone and iPad in particular don&#8217;t support it.</p>
<p>Well, if the plugin won&#8217;t come to the tablet&#8230;</p>
<p><a href="http://blog.timetric.com/files/2011/02/IMG_0785.jpg"><img class="aligncenter size-large wp-image-618" title="Graphs on iPad!" src="http://blog.timetric.com/files/2011/02/IMG_0785-1024x768.jpg" alt="" width="640" height="480" /></a></p>
<p>Thanks to <a href="http://timetric.com/about/team/#dan-wilson-interface-lead">Dan</a>, this now works. (Excuse the slightly iffy photo: I plead iPhone 3.)</p>
<p>You can see plenty of these in action over on <a href="http://byline.timetric.com/">Byline</a>, our economics blog, but if you want to get your own, here&#8217;s how.</p>
<p>When you click the &#8220;embed&#8221; button to share a graph on Timetric, a dialogue pops up:</p>
<p><a href="http://blog.timetric.com/files/2011/02/Picture-10.png"><img class="aligncenter size-large wp-image-620" title="Embed wizard" src="http://blog.timetric.com/files/2011/02/Picture-10-1024x786.png" alt="" width="640" height="491" /></a>Above the box with the embed code in, you&#8217;ll see &#8220;New!&#8221; in red. Click &#8220;switch&#8221; on the end of that line, and you&#8217;ll see the new embed code – use that one and your graph will work on the latest shiny tablets as well as in every browser back to IE6.</p>
<p>We&#8217;ll be making this the default way of embedding graphs soon, so try it out and let us know if it works for you. If it doesn&#8217;t, leave a comment or <a href="mailto:contact@timetric.com">get in touch</a>.</p>
<p>By the way: if you&#8217;re a data geek or a designer/UX specialist who likes graphs, or you know someone is, <a href="http://timetric.com/about/jobs/">we&#8217;re hiring</a>. Get in touch soon – we&#8217;re looking forward to hearing from you!</p>
<div id="tweetbutton615" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F08%2Ftimetric-charts-in-your-site-%25e2%2580%2594-now-working-on-iphone-and-ipad%2F&amp;via=timetric&amp;text=Timetric%20charts%2C%20in%20your%20site%20%E2%80%94%20now%20working%20on%20iPhone%20and%20iPad&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2011%2F02%2F08%2Ftimetric-charts-in-your-site-%25e2%2580%2594-now-working-on-iphone-and-ipad%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2011/02/08/timetric-charts-in-your-site-%e2%80%94-now-working-on-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ignite NewsFoo: The Back of an Envelope</title>
		<link>http://blog.timetric.com/2010/12/05/ignite-newsfoo-the-back-of-an-envelope/</link>
		<comments>http://blog.timetric.com/2010/12/05/ignite-newsfoo-the-back-of-an-envelope/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 04:23:25 +0000</pubDate>
		<dc:creator>Andrew Walkingshaw</dc:creator>
				<category><![CDATA[about us]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blog.timetric.com/?p=596</guid>
		<description><![CDATA[Hi, Andrew here. I&#8217;m currently in Phoenix, Arizona at News Foo Camp, a conference about the future of journalism. It&#8217;s been utterly fantastic, and I&#8217;ll be writing more about it soon. If the people here are at all representative, journalism &#8230; <a href="http://blog.timetric.com/2010/12/05/ignite-newsfoo-the-back-of-an-envelope/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi, Andrew here.</p>
<p>I&#8217;m currently in Phoenix, Arizona at <a href="http://newsfoo10.wiki.oreilly.com/">News Foo Camp</a>, a conference about the future of journalism. It&#8217;s been utterly fantastic, and I&#8217;ll be writing more about it soon. If the people here are at all representative, journalism has a fantastic future.</p>
<p>This evening, I was one of the participants in <a href="http://igniteshow.com/">Ignite NewsFoo</a>, a series of five-minute talks. Mine was about approximation, nuclear weapons, and the size of the newspaper industry. <a href="http://www.google.co.uk/url?sa=t&#038;source=web&#038;cd=1&#038;ved=0CB0QFjAA&#038;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FEnrico_Fermi&#038;ei=CxL7TMbXHIbCsAP8hJ33DQ&#038;usg=AFQjCNFz0NSnGM9AREMJF79E_U2kSGgMBA">Enrico Fermi</a> is a hero of mine: he made the best approximations in history. (Physicists call approximations in the Fermi style <a href="http://en.wikipedia.org/wiki/Fermi_problem">Fermi problems</a> &mdash; his were so good we started naming them after him). The most famous was at the Trinity test; he managed to get the size of the first nuclear explosion roughly right by measuring how far it blew a few torn-up bits of paper.</p>
<p>Enrico Fermi was <em>badass</em>. I wanted to show how his techniques can help you do anything from working out how many piano tuners there are in Chicago to understanding the challenges facing newspapers&#8217; business models.</p>
<p>Here&#8217;s how it went. I&#8217;ll post the video once it&#8217;s available!</p>
<div style="width:425px" id="__ss_6033838"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/covert/the-back-of-an-envelope-at-ignite-newsfoo" title="The Back of an Envelope (at Ignite NewsFoo)">The Back of an Envelope (at Ignite NewsFoo)</a></strong><object id="__sse6033838" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ignitenewsfoo-101204221317-phpapp01&#038;stripped_title=the-back-of-an-envelope-at-ignite-newsfoo&#038;userName=covert" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6033838" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=ignitenewsfoo-101204221317-phpapp01&#038;stripped_title=the-back-of-an-envelope-at-ignite-newsfoo&#038;userName=covert" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/covert">Andrew Walkingshaw</a>.</div>
</div>
<div id="tweetbutton596" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.timetric.com%2F2010%2F12%2F05%2Fignite-newsfoo-the-back-of-an-envelope%2F&amp;via=timetric&amp;text=Ignite%20NewsFoo%3A%20The%20Back%20of%20an%20Envelope&amp;related=timetric&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.timetric.com%2F2010%2F12%2F05%2Fignite-newsfoo-the-back-of-an-envelope%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.timetric.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.timetric.com/2010/12/05/ignite-newsfoo-the-back-of-an-envelope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

