<?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>Web Dev News&#187; TechMeme &#8211; News for Web Developers</title>
	<atom:link href="http://webdevnews.net/tag/techmeme/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Sat, 30 Jan 2010 15:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Memetracker Module Released for Drupal</title>
		<link>http://webdevnews.net/2008/09/memetracker-module-released-for-drupal/</link>
		<comments>http://webdevnews.net/2008/09/memetracker-module-released-for-drupal/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 10:00:36 +0000</pubDate>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[MemeTracker]]></category>
		<category><![CDATA[TechMeme]]></category>

		<guid isPermaLink="false">http://webdevnews.net/?p=157</guid>
		<description><![CDATA[One of the most powerful and innovative modules to be developed for Drupal this year is Memetracker. Written by Kyle Mathews in the Google Summer of Code 2008, Memetracker intelligently filters content on a website to synthesize the most popular and important topics and conversations into memes. Similar to the way Google News and TechMeme [...]<p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/memetracker-module-released-for-drupal/">Memetracker Module Released for Drupal</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>One of the most powerful and innovative modules to be developed for Drupal this year is Memetracker. Written by Kyle Mathews in the Google Summer of Code 2008, Memetracker intelligently filters content on a website to synthesize the most popular and important topics and conversations into memes. Similar to the way Google News and TechMeme operate, Memetracker can work with RSS and Atom feeds to track issues, current events, and internet “buzz” across numerous channels simultaneously. The module is a “smart aggregator” that can analyze the actual text of RSS feeds and group posts with related content into categories that can be displayed on a website. The Memetracker module uses click tracking to rank the popularity of sources over time and sorts the display automatically based on these results. There is a <a href="http://memes.educon20.org/">public demo for Memetracker</a> available online.</p>
<p><a href="http://kyle.mathews2000.com/">Kyle Mathews’ blog</a> contains some great insights on developing social communities with Drupal, and working with Web 2.0 technologies. For example, he writes:</p>
<blockquote><p>In researching ways that online communities help participants find the most interesting content/conversations, I&#8217;ve found three patterns which help.</p>
<p>1.    First is the small-world pattern. Via Organic Groups, you split conversations by topic. Members congregate around only the groups they are interested in.<br />
2.    Second is the Twitter pattern. Using buddylist or user relationships, members follow friends or people who&#8217;s ideas they find interesting.<br />
3.    The third pattern is for members to read the most interesting memes as they are somehow determined by the community (this is where my module will help out)…</p>
<p>My proposal then is to write a memetracker module that will fulfill the same role as Techmeme does to the tech community for any community for which it is installed. My module will intelligently filter and group community generated content to display to the community in real time the most interesting conversations and memes as they emerge.
</p></blockquote>
<p><span id="more-157"></span></p>
<p>Memetracker is based on another module called Machine Learning API, also written by Kyle, which uses algorithms in a similar manner to a search engine to sort and rank the data into memes. The complexity of the application is such that it requires the processing power of Python to run, using the Python Numeric and Pycluster extensions that must be installed on the server along with Drupal and the standard LAMP configuration. While this is excellent in theory, in practice it is going to make it difficult for many people using shared hosting to use the module. Plans are being made for a future version of Memetracker that runs without the Python requirement, but it is not clear when that release will be made public.</p>
<p>Memetracker is currently the only Open Source meme generating software available for integration with popular Content Management System websites. As such, it is really a breakthrough, following upon the success of TechMeme and other sites that use this technology to rank the most popular news sources on the web, sifting through millions of pages of blog posts and RSS feeds. Another site that has been developed with Drupal and custom code using the Open Calais platform is <a href="http://www.polymeme.com">PolyMeme</a>. The site has just been upgraded with a new design, and is an excellent source of information about meme tracking on the web.</p>
<p><strong>Note:</strong> The “<a href="http://en.wikipedia.org/wiki/Meme">meme</a>” is a term first introduced by philosopher Richard Dawkins, who sought to apply scientific methods to the study of human ideas and cultural evolution in a Darwinian context. The meme is an autonomous conceptual entity like a gene or a virus, which can be transmitted, combining in new forms as it replicates, changing over time.</p>
<p><strong>Links:</strong><br />
<a href="http://drupal.org/project/memetracker">Memetracker Module</a><br />
<a href="http://drupal.org/project/machinelearningapi">Machine Learning API Module</a><br />
<a href="http://kyle.mathews2000.com/">Kyle Mathews&#8217; Blog</a><br />
<a href="http://groups.drupal.org/memetracker">Memetracker Group</a><br />
<a href="http://www.archive.org/details/memtracke">Drupalcon 2008 Szeged</a></p>
<p><strong>Python:</strong><br />
<a href="http://www.thesethingsmattertome.com/2008/09/how-to-install-python-prerequisites-for.htm">Installing Python for Memetracker</a><br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=1369&amp;package_id=1351&amp;release_id=370308">Download Python Numeric</a><br />
<a href="http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm#pycluster">Download Pycluster</a></p>
<!-- google_ad_section_end --><p>This is a post from <a href="http://webdevnews.net" title="News for Web Developers">Web Dev News</a>, a site brought to you by <a href="http://xavisys.com" title="For all your web development needs">Xavisys Web Development</a>.  <br/><br/><a href="http://webdevnews.net/2008/09/memetracker-module-released-for-drupal/">Memetracker Module Released for Drupal</a></p>



Share and Enjoy:


	<a rel="nofollow"  href="http://twitter.com/home?status=Memetracker%20Module%20Released%20for%20Drupal%20-%20http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F" title="Twitter"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F&amp;title=Memetracker%20Module%20Released%20for%20Drupal&amp;notes=One%20of%20the%20most%20powerful%20and%20innovative%20modules%20to%20be%20developed%20for%20Drupal%20this%20year%20is%20Memetracker.%20Written%20by%20Kyle%20Mathews%20in%20the%20Google%20Summer%20of%20Code%202008%2C%20Memetracker%20intelligently%20filters%20content%20on%20a%20website%20to%20synthesize%20the%20most%20popular%20and%20" title="del.icio.us"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F&amp;title=Memetracker%20Module%20Released%20for%20Drupal" title="StumbleUpon"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F&amp;title=Memetracker%20Module%20Released%20for%20Drupal&amp;bodytext=One%20of%20the%20most%20powerful%20and%20innovative%20modules%20to%20be%20developed%20for%20Drupal%20this%20year%20is%20Memetracker.%20Written%20by%20Kyle%20Mathews%20in%20the%20Google%20Summer%20of%20Code%202008%2C%20Memetracker%20intelligently%20filters%20content%20on%20a%20website%20to%20synthesize%20the%20most%20popular%20and%20" title="Digg"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F" title="Sphinn"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F&amp;t=Memetracker%20Module%20Released%20for%20Drupal" title="Facebook"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwebdevnews.net%2F2008%2F09%2Fmemetracker-module-released-for-drupal%2F&amp;title=Memetracker%20Module%20Released%20for%20Drupal&amp;annotation=One%20of%20the%20most%20powerful%20and%20innovative%20modules%20to%20be%20developed%20for%20Drupal%20this%20year%20is%20Memetracker.%20Written%20by%20Kyle%20Mathews%20in%20the%20Google%20Summer%20of%20Code%202008%2C%20Memetracker%20intelligently%20filters%20content%20on%20a%20website%20to%20synthesize%20the%20most%20popular%20and%20" title="Google Bookmarks"><img src="http://webdevnews.net/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://webdevnews.net/2008/09/memetracker-module-released-for-drupal/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
