<?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>Darren Krape &#187; Measurement</title>
	<atom:link href="http://www.darrenkrape.com/tag/measurement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darrenkrape.com</link>
	<description>- web design and life stuff</description>
	<lastBuildDate>Tue, 25 Oct 2011 00:59:28 +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>Facebook Comment Deep-Dive: Analyzing an HTC Comment Thread</title>
		<link>http://www.darrenkrape.com/facebook-comment-deep-dive/</link>
		<comments>http://www.darrenkrape.com/facebook-comment-deep-dive/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 02:02:03 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=494</guid>
		<description><![CDATA[HTC recently posted to their Facebook wall a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: Note: I removed about [...]]]></description>
			<content:encoded><![CDATA[<p>HTC recently <a href="https://www.facebook.com/HTC/posts/10150379630923084">posted</a> to their <a href="https://www.facebook.com/HTC/">Facebook wall</a> a simple question: “How many mobile phones have you owned?” Within a day they received about 2000 answers. Using the Facebook’s Graph API I wondered how hard it would be to automate the analysis to find out the average number. Here is the result: </p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-total-owned.png" alt="" title="htc-total-owned" width="600" height="75" class="alignnone size-full wp-image-522" /></p>
<p><em>Note: I removed about a dozen responses that stated ownership of more than 500 mobile phones. While this is probably feasible, it was a small minority and skewed my results too much.</em></p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-phones.png" alt="" title="htc-header-phones" width="616" height="53" class="alignnone size-full wp-image-523" style="margin-left: -16px" /></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td style="width: 50%; border-right: 1px solid #dedede; padding-right: 14px">
<h3>Previous Manufacturer</h3>
<p>In most cases, the owner upgraded from a phone by one of these makers to an HTC. As such, these are the “losers”, with Nokia coming out worst.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-previous.png" alt="" title="htc-phone-previous" width="282" height="371" style="margin-top: 14px" /></td>
<td style="padding-left: 14px; width: 50%">
<h3>Current Model</h3>
<p>Commenters more readily their shared current model. As expected, most of these are HTCs, though some commenters left HTC for a new maker.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-phone-current.png" alt="" title="htc-phone-current" width="282" height="371" style="margin-top: 14px" /></td>
</tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-stats.png" style="margin-left:-16px;"></h3>
<table style="border-bottom: 1px solid #dedede; margin-bottom: 16px;" cellspacing=0 cellpadding=0>
<tr>
<td colspan=2 style="border-bottom: 1px solid #dedede;">
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-post-chart.png" style="margin-bottom: 16px;">
</td>
<tr>
<td style="width: 279px; border-right: 1px solid #dedede; padding: 14px 14px 0 0">
<h3>Comments by User Gender</h3>
<p>While expecting a male bias, I didn’t expect it to be so one-sided. I’m interested to know if the page demographics are similarly skewed.<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-gender.png" style="margin-top: 14px;">
</td>
<td style="padding: 14px 0 0 14px">
<h3>Comments by Locale</h3>
<p>Facebook doesn’t provide location for un-authenticated requests. Fortunately, locale is a useful proxy. (EN includes US and GB)<br />
<img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-locale.png" style="margin-top: 14px;">
</td>
</tr>
<tr>
<td colspan=2 style="border-top: 1px solid #dedede; padding: 14px 0;">
<h3>Comments by Sentiment</h3>
<p>This measures the sentiment toward HTC and their products, not the sentiment of the comment. The sentiment was reviewed manually, so the accuracy is quite high. However, the small sample-size should discourage reading too much into this set of results.</p>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-sentiment.png">
</td>
<tr>
</table>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-methodology.png" alt="Methodology" title="Methodology" style="margin-left: -16px;" /></h3>
<p>The process for this was actually quite straight-forward. First I used the <a href="http://graph.facebook.com">Facebook Graph API</a> to download all the comments into a database. Because I didn&#8217;t want to manually review 2000 comments, my first pass automatically checked for comments containing only numbers. This took only a few minutes to code and knocked out 400 comments.</p>
<p>I then selected very short messages with the assumption that they were just numerical answers with punctuation. This proved prescient since many people noted the number of phones they&#8217;d owned and appended smiley faces. This took care of another 250 or so messages. To review the final set, I coded a small web application to manually step through each comment. Through this application I could also note the comment sentiment, past and current phones, and other facets. After some refinement to the app, I was able to review about a dozen messages a minute and complete the entire review in less than two hours.</p>
<h3><img src="http://www.darrenkrape.com/wp-content/uploads/2011/08/htc-header-notes.png" alt="Notes" title="Notes" style="margin-left: -16px;" /></h3>
<p>I looked at several other Facebook posts with a large number of comments, but choose this one because many of the answers would be uniquely easy to automatically parse. If the question required a prose response, the analysis would need to be done more manually, which would be quite time-consuming. Crowd sourcing could provide a solution, perhaps through something like <a href="https://www.mturk.com/mturk/welcome">Amazon&#8217;s Mechanical Turk</a>.</p>
<p>Because I coded the web application solely for this topic, I was able to very specific in my search parameters, which allowed for some interesting insights. For example, it was fascinating to see people&#8217;s ownership history (especially how their brand-loyalty has evolved over time). Similar analysis using an off-the-shelf tool (Sysomos, Radian 6, etc) would not have provided this level of customization and granularity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/facebook-comment-deep-dive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seattle Twitter Technorati: Who’s the best networked?</title>
		<link>http://www.darrenkrape.com/seattle-twitter-technorati/</link>
		<comments>http://www.darrenkrape.com/seattle-twitter-technorati/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 13:08:29 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=461</guid>
		<description><![CDATA[After mapping the best-networked DC Twitter technorati, I figured I’d try it out on an environment I’m not familiar with: Seattle. The results Here are the results of the best-networked Seattle tech Twitter users: Rank Handle Name Relationships Followers 1 ShaunaCausey Shauna Causey 867 25530 2 moniguzman Monica Guzman 602 13516 3 BillGates Bill Gates [...]]]></description>
			<content:encoded><![CDATA[<table class='image center'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/07/seattle-skyline.jpg' alt=''   /></td></tr></table>
<p>After mapping the <a href="/dc-twitter-technorati/">best-networked DC Twitter technorati</a>, I figured I’d try it out on an environment I’m not familiar with: Seattle.</p>
<h3>The results</h3>
<p>Here are the results of the best-networked Seattle tech Twitter users:</p>
<table class="display">
<thead>
<td><strong>Rank</strong></td>
<td><strong>Handle</strong></td>
<td><strong>Name</strong></td>
<td><strong>Relationships</strong></td>
<td><strong>Followers</strong></td>
</thead>
<tr>
<td>1</td>
<td><a href="http://twitter.com/ShaunaCausey">ShaunaCausey</a></td>
<td>Shauna Causey</td>
<td class="num">867</td>
<td class="num">25530</td>
</tr>
<tr>
<td>2</td>
<td><a href="http://twitter.com/moniguzman">moniguzman</a></td>
<td>Monica Guzman</td>
<td class="num">602</td>
<td class="num">13516</td>
</tr>
<tr>
<td>3</td>
<td><a href="http://twitter.com/BillGates">BillGates</a></td>
<td>Bill Gates</td>
<td class="num">564</td>
<td class="num">2999410</td>
</tr>
<tr>
<td>4</td>
<td><a href="http://twitter.com/jennihogan">jennihogan</a></td>
<td>Jenni Hogan</td>
<td class="num">529</td>
<td class="num">33243</td>
</tr>
<tr>
<td>5</td>
<td><a href="http://twitter.com/TheNewsChick">TheNewsChick</a></td>
<td>Linda Thomas</td>
<td class="num">527</td>
<td class="num">15648</td>
</tr>
<tr>
<td>6</td>
<td><a href="http://twitter.com/KevinUrie">KevinUrie</a></td>
<td>Kevin Urie</td>
<td class="num">524</td>
<td class="num">3837</td>
</tr>
<tr>
<td>7</td>
<td><a href="http://twitter.com/briancrouch">briancrouch</a></td>
<td>Brian Crouch</td>
<td class="num">520</td>
<td class="num">11354</td>
</tr>
<tr>
<td>8</td>
<td><a href="http://twitter.com/ChrisPirillo">ChrisPirillo</a></td>
<td>Chris Pirillo</td>
<td class="num">492</td>
<td class="num">96065</td>
</tr>
<tr>
<td>9</td>
<td><a href="http://twitter.com/jshuey">jshuey</a></td>
<td>Jeff Shuey</td>
<td class="num">485</td>
<td class="num">16870</td>
</tr>
<tr>
<td>10</td>
<td><a href="http://twitter.com/LilyJang">LilyJang</a></td>
<td>Lily Jang </td>
<td class="num">483</td>
<td class="num">15718</td>
</tr>
<tr>
<td>11</td>
<td><a href="http://twitter.com/seattlewinegal">seattlewinegal</a></td>
<td>Barbara Evans</td>
<td class="num">467</td>
<td class="num">12300</td>
</tr>
<tr>
<td>12</td>
<td><a href="http://twitter.com/Shih_Wei">Shih_Wei</a></td>
<td>Veronica Wei Sopher</td>
<td class="num">455</td>
<td class="num">3670</td>
</tr>
<tr>
<td>13</td>
<td><a href="http://twitter.com/Ryanintheus">Ryanintheus</a></td>
<td>Ryan Hodgson</td>
<td class="num">440</td>
<td class="num">2777</td>
</tr>
<tr>
<td>14</td>
<td><a href="http://twitter.com/JessEstrada">JessEstrada</a></td>
<td>Jess Estrada</td>
<td class="num">433</td>
<td class="num">4543</td>
</tr>
<tr>
<td>15</td>
<td><a href="http://twitter.com/BMW">BMW</a></td>
<td>Brian M. Westbrook</td>
<td class="num">429</td>
<td class="num">7269</td>
</tr>
<tr>
<td>16</td>
<td><a href="http://twitter.com/ColinAC">ColinAC</a></td>
<td>Colin Christianson</td>
<td class="num">415</td>
<td class="num">5505</td>
</tr>
<tr>
<td>17</td>
<td><a href="http://twitter.com/JenniferCabala">JenniferCabala</a></td>
<td>Jennifer Cabala</td>
<td class="num">404</td>
<td class="num">3196</td>
</tr>
<tr>
<td>18</td>
<td><a href="http://twitter.com/johnhcook">johnhcook</a></td>
<td>John Cook</td>
<td class="num">403</td>
<td class="num">5740</td>
</tr>
<tr>
<td>19</td>
<td><a href="http://twitter.com/thinkmaya">thinkmaya</a></td>
<td>thinkmaya</td>
<td class="num">397</td>
<td class="num">6218</td>
</tr>
</table>
<p><a href="http://twitter.com/ShaunaCausey">Shauna Causey</a>, who manages social media at Nordstrom, ranks the highest, by quite a margin over second-placed <a href="http://twitter.com/moniguzman">Monica Guzman</a>, a tech journalist. Unsurprisingly, <a href="http://twitter.com/BillGates">Bill Gates</a>, perhaps the world’s foremost geek (and I use that approvingly), ranks highly in third. Two broadcast journalists, <a href="http://twitter.com/jennihogan">Jenni Hogan</a> and <a href="http://twitter.com/TheNewsChick">Linda Thomas</a>, follow-up in forth and fifth. <a href="http://twitter.com/KevinUrie">Kevin Urie</a>, founder of Social Media Club Seattle, ranks sixth.</p>
<p>Rounding out the top ten are: <a href="http://twitter.com/briancrouch">Brian Crouch</a> (7th), social media manager for the Music Group; <a href="http://twitter.com/ChrisPirillo">Chris Pirillo</a> (8th), a social media strategist; <a href="http://twitter.com/jshuey">Jeff Shuey</a> (9th), board member of the Seattle Social Media Club; and, finally, <a href="http://twitter.com/LilyJang">Lily Jang</a> (10th), a local TV anchor.</p>
<p>For the methodology and additional information, <a href="/dc-twitter-technorati/">check out the post I did on my DC analysis</a>.</p>
<h3>A few notes</h3>
<ul>
<li>This analysis mapped 1910 individual Twitter accounts, resulting in <strike>4.2</strike> 1.4 million relationships to crunch. <strike>Interestingly, this is fewer accounts than the DC analysis (2700 accounts), but more than twice as many relationships (1.9 million)</strike> Check out the <a href="#update">update below</a>.</li>
<li>There were more local journalists in my Seattle results, likely due to the wider network of relationships indexed as compared to the DC analysis. I debated removing these accounts to focus just on people self-identified as involved in the tech scene, but I didn&#8217;t want to adjust the results too much.</li>
<li>There were a good number of “institutional” Twitter accounts that I filtered out. Check out the <a href="/wp-content/uploads/2011/07/seattle_technorati.html">complete list of results</a> to see how they scored.</li>
<li>It’s interesting to see how well <a href="http://twitter.com/KevinUrie">Kevin Urie</a> was ranked. Despite having a relatively small following, he was very well connected within this network, no doubt through his work with the Seattle SMC.</li>
<li>Oh, and why Seattle? My girlfriend is working there and can help validate the results.</li>
</ul>
<p>Know the Seattle tech scene well? How do my results look to you? Anyone I missed?</p>
<div class="update" id="update"><strong>Update</strong></p>
<p>For some reason the app created multiple entries in the relationships database table, which quite inflated the numbers above. Since a &#8220;relationship&#8221; means someone within the network analyzed is following that account, you cannot have more followers than there were accounts analyzed. I should have noticed this when writing up the results (alas, late night hacking). This doesn&#8217;t change the ranking order much, though <a href="http://twitter.com/JenniferCabala">JenniferCabala</a> and <a href="http://twitter.com/johnhcook">johnhcook</a> did swap places in 17 and 18 (sorry John). <a href="http://twitter.com/moniguzman">Monica Guzman</a>&#8216;s follow-up questions brought the error to my attention! </p>
<p>I should also say that this is pretty experimental and involves hacking on nights and weekends. Nonetheless, it seemed to have worked well on the DC network.</p></div>
<p><em>Seattle skyline photograph by <a href="http://www.flickr.com/photos/bala_/4896456113/in/photostream/">Bala</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/seattle-twitter-technorati/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>DC Twitter Technorati: Who’s the best networked?</title>
		<link>http://www.darrenkrape.com/dc-twitter-technorati/</link>
		<comments>http://www.darrenkrape.com/dc-twitter-technorati/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:58:04 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=415</guid>
		<description><![CDATA[When it comes to social media for business, there is one question on everyone’s mind: Who are the influential people in my area? Unfortunately answering this is easier said than done. Take Twitter for example. You could look at a user’s total followers or the number of lists they are on, but those are blunt [...]]]></description>
			<content:encoded><![CDATA[<table class='image left'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/06/network.png' alt=''   /></td></tr></table>When it comes to social media for business, there is one question on everyone’s mind: Who are the influential people in my area? Unfortunately answering this is easier said than done. Take Twitter for example. You could look at a user’s total followers or the number of lists they are on, but those are blunt instruments at best. When you’re focused on a specific topic, those numbers can be downright misleading.</p>
<p>After mulling this over, I figured a good measure of potential influence would be how well networked a person is in a particular topical environment. To test this hypothesis I decided to look at an area I know pretty well: the Washington DC tech scene. Since I already have a good sense of this community, I could verify the analytical results from my own knowledge.</p>
<h3>The Results</h3>
<p>After doing my analysis, here is my ranking of the top ten most networked individuals:</p>
<table class="display">
<thead>
<tr>
<td><strong>Rank</strong></td>
<td><strong>Handle</strong></td>
<td><strong>Name</strong></td>
<td><strong>Relationships</strong></td>
<td><strong>Followers</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="http://twitter.com/corbett3000">corbett3000</a></td>
<td>Peter Corbett</td>
<td class="num">671</td>
<td class="num">7,980</td>
</tr>
<tr>
<td>2</td>
<td><a href="http://twitter.com/dcconcierge">dcconcierge</a></td>
<td>Shana Glickfield</td>
<td class="num">644</td>
<td class="num">5,979</td>
</tr>
<tr>
<td>3</td>
<td><a href="http://twitter.com/FrankGruber">FrankGruber</a></td>
<td>Frank Gruber</td>
<td class="num">571</td>
<td class="num">27,172</td>
</tr>
<tr>
<td>4</td>
<td><a href="http://twitter.com/cheeky_geeky">cheeky_geeky</a></td>
<td>Mark Drapeau</td>
<td class="num">539</td>
<td class="num">19,652</td>
</tr>
<tr>
<td>5</td>
<td><a href="http://twitter.com/DCeventjunkie">DCeventjunkie</a></td>
<td>Lisa Byrne</td>
<td class="num">492</td>
<td class="num">5,755</td>
</tr>
<tr>
<td>6</td>
<td><a href="http://twitter.com/shashib">shashib</a></td>
<td>Shashi Bellamkonda</td>
<td class="num">482</td>
<td class="num">14,287</td>
</tr>
<tr>
<td>7</td>
<td><a href="http://twitter.com/digiphile">digiphile</a></td>
<td>Alex Howard</td>
<td class="num">462</td>
<td class="num">78,433</td>
</tr>
<tr>
<td>8</td>
<td><a href="http://twitter.com/alexpriest">alexpriest</a></td>
<td>Alex Priest</td>
<td class="num">427</td>
<td class="num">4,940</td>
</tr>
<tr>
<td>9</td>
<td><a href="http://twitter.com/SteveCase">SteveCase</a></td>
<td>Steve Case</td>
<td class="num">414</td>
<td class="num">416,114</td>
</tr>
<tr>
<td>10</td>
<td><a href="http://twitter.com/digitalsista">digitalsista</a></td>
<td>Shireen Mitchell</td>
<td class="num">408</td>
<td class="num">7,562</td>
</tr>
</tbody>
</table>
<p>Overall, this squares pretty well with my knowledge of this community. Number one, <a href="http://twitter.com/@corbett3000">@corbett3000</a>, belongs to none other than Peter Corbett, the CEO of <a href="http://istrategylabs.com">iStrategyLabs</a>, a leading DC technology firm and organizer of many DC tech conferences (including the upcoming 10-day DC tech festival). Coming in second is Shana Glickfield, who goes by <a href="http://twitter.com/dcconcierge">@dcconcierge</a>, and is DC’s consummate networker and FOMO sufferer. Rounding out the top three is Frank Gruber, <a href="http://twitter.com/FrankGruber">@frankgruber</a>, CEO of <a href="http://techcocktail.com">TechCocktail.com</a>. Number four is every one&#8217;s favorite Microsoft staffer, Mark Drapeau who tweets at <a href="http://twitter.com/cheeky_geeky">@cheeky_geeky</a>.</p>
<p>It is particularly interesting to see how a large Twitter following does not necessary translate into a significant number of relationships within this particular network.</p>
<p>For kicks, I threw the top forty accounts into <a href="http://nodexl.codeplex.com/">NodeXL</a> to see what the network looks like:</p>
<p><table class='image none'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2011/06/dc_tech_chart.png' alt='Network of the top forty DC Twitter technorati. Each line represents a single follower-followed relationship. It is interesting to see which accounts are more central within this small network and which are more peripheral.'   /><caption align='bottom'><p>Network of the top forty DC Twitter technorati. Each line represents a single follower-followed relationship. It is interesting to see which accounts are more central within this small network and which are more peripheral.</p> </caption></td></tr></table>
<h3>Methodology</h3>
<p>And the big question: how did I arrive at these results? Here is the process I used:</p>
<ol>
<li>My starting point was trying to figure out how to measure the number of connections within a particular geographic region and subject area. For this, I needed a good index of who was active in the DC tech sphere on Twitter. Fortunately, this part of the job has been done by the community in the form of Twitter lists. I trolled through a large selection of Twitter lists looking for ones that had “DC” and either “social media” or “technology” and entered those info my database.</li>
<li>I then went through each list and saved all the individual accounts on that list.</li>
<li>From the users on these lists, I ended up with a database of about 2700 Twitter accounts that, through the Twitter lists, were related to the DC tech scene.</li>
<li>In the most time-consuming part of the analysis, I set-up a system to download all the people these Twitter accounts followed. Since a follow is an expression of interest in the followed account, I counted that as a “vote”. This is much the same way Google considers a link a vote of confidence in the linked page.</li>
<li>After a few days of downloading data from Twitter, I had a database of nearly 2 million follower-to-followed relationships. Using this index, I checked which accounts were most frequently followed and ranked them according.</li>
<li>I was able to automate nearly every set after selecting the Twitter lists, but the final step requires a good deal of “eyes on screen”. <a href="http://www.darrenkrape.com/wp-content/uploads/2011/06/dc_technorati.html">The final list</a> included a number of very widely followed accounts, but not ones I was interested in. Since I was only focusing on individuals in DC, I removed a lot of institutions and people outside of the city. For example, the top three <a href="http://twitter.com/mashable">@mashable</a>, <a href="http://twitter.com/barackobama">@barackobama</a>, and <a href="http://twitter.com/techcrunch">@techcrunch</a> are all widely followed, but not members of the DC tech scene. As such, I excluded these from the final results. (It is interesting that Mashable has a much wider following in DC than Techcrunch. I imagine if I was looking at Silicon Valley the ranking would be inverted.)</li>
</ol>
<p>I was able to automate most of the above steps using a small app I coded, so much of the data collection took place while I was fast asleep in bed. Due to Twitter API data call limits, most of this was done using automated CRON jobs. Steps 1 and 6 though were not automated and required diligently going through the data.</p>
<h3>Final Thoughts</h3>
<p>So that’s it? Certainly not, this only measures who is widely followed within this topical subset, not who is actually influential. You’d need to combine this with other measures (frequency of retweets, ability to drive conversations, and so on) to get real sense of influence.</p>
<p>Fortunately the results do square pretty well with my understanding of the DC tech scene, which helps validate the approach. Most likely I’ll do some more playing around with this technique, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/dc-twitter-technorati/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Public Media Camp: Hubs and Spokes and a Look at Measurement</title>
		<link>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/</link>
		<comments>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:41:48 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Measurement]]></category>
		<category><![CDATA[Public Diplomacy]]></category>
		<category><![CDATA[Public Media Camp]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.darrenkrape.com/?p=271</guid>
		<description><![CDATA[Recently I had the pleasure to participate in the Public Media Camp, an unconference focused on strengthening local and national public broadcasting. A good portion of the discussion focused on the disruptive and new opportunities being presented by Internet-based dissemination and social media. Of Hubs and Spokes While the focus on social media related well [...]]]></description>
			<content:encoded><![CDATA[<table class='image left'><tr><td><img src='http://www.darrenkrape.com/wp-content/uploads/2009/10/measurement-thumb.png' alt=''   /></td></tr></table>
<p>Recently I had the pleasure to participate in the <a href="http://publicmediacamp.org/">Public Media Camp</a>, an <a href="http://en.wikipedia.org/wiki/Unconference">unconference</a> focused on strengthening local and national public broadcasting. A good portion of the discussion focused on the disruptive and new opportunities being presented by Internet-based dissemination and social media.</p>
<h3>Of Hubs and Spokes</h3>
<p>While the focus on social media related well to my work in public diplomacy, the very structure of public media actually seems quite similar to the hub and spoke model of the central State Department in Washington and the various embassies, consulates and missions scattered around the world. As with public broadcasting, content is produced and disseminated in Washington and the very diverse missions overseas. Just as <a href="http://www.npr.org/">NPR</a> or <a href="http://www.pbs.org/">PBS</a> in Washington balances the needs of their direct national audience with the needs of their affiliate stations, the State Department also has to support an international audience for its America.gov properties while meeting overseas mission needs.</p>
<p>Additionally, most public media outlets focus more on informing audiences and social change than increasing profits. Public diplomacy has similar goals: changing perceptions about the United States&#8217; and its policies and creating a better environment for U.S. goals, such as democratization, improving religious freedoms and so on. Without profits as a baseline metric, both organizations aim for more intangible goals, such as those elucidated above. This makes measurement more challenging, with related knock-on effects.</p>
<p><span id="more-271"></span></p>
<h3>Measuring Impact</h3>
<p>Fortunately, public media and affiliated organizations are taking on a number of these challenges, most especially measurement. <a href="http://www.thefledglingfund.org/">The Fledgling Fund</a>, an NGO focused on helping social change projects get off the ground, has done quite a bit of work figuring out how to measure such an amorphous goal as creating social impact. Drawing from their experience, they&#8217;ve created a five-stage model which helps measure social impact of a program.</p>
<p>Here are the steps (scroll down for a diagram):</p>
<ol>
<li><strong>Media quality:</strong> Most basically, this stage asks if the subject is a quality piece of media? Are the characters strong and well defined? Is the story well-toned? Will it get press attention, resonate with viewers, generate online buzz and so on?</li>
<li><strong>Raising public awareness:</strong> Where is the topic in the public consciousness? Some topics don&#8217;t need more more widespread attention, so media focused solely on raising awareness isn&#8217;t necessary. However, some topics are not well known, so a basic introduction or media focused on moving beyond the choir may be necessary.</li>
<li><strong>Increased public engagement:</strong> There is the largest leap in the five stages, moving from awareness to engagement. Essentially, this is the leap from passive attention (viewing a film, reading a web site) to active engagement (promoting the film to friends, commenting on a web site). Reaching this state indicates a change in attitudes, beliefs and behaviors.</li>
<li><strong>Stronger social movement:</strong> At this stage, people have moved from low level engagement to greater collective action. If the media engaged the choir, then they&#8217;ve become more creative or effective after engaging with your media. If the media reached new audiences, then they&#8217;ve joined existing organizations or created their own to reach the goals elucidated in your media.</li>
<li><strong>Social change:</strong> This is the ultimate goal and, often, the most difficult to reach. At this stage the media has encouraged policy or legislative change, a tangible shift in the public dialog on the topic or influential changes in citizen or consumer behavior.</li>
</ol>
<p><img src="http://www.darrenkrape.com/wp-content/uploads/2009/10/impact-circle.png" alt="" /></p>
<p>This model seems to suit public diplomacy media efforts well, though it would require some time spent on teasing out the specific measures, qualitative and quantitative, for each step. The Fledgling Fund has <a href="http://www.thefledglingfund.org/impact/pdf/impactcircles.pdf">a good whitepaper on the model</a> (PDF) that delves much deeper while also providing some useful real-world case studies.</p>
<p>There were a few more gems from the public media camp that I hope to write-up in the next week or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenkrape.com/public-media-camp-a-look-at-measurement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

