<?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>Musings &#187; visualization</title>
	<atom:link href="http://cbeer.info/blog/tag/visualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://cbeer.info/blog</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 02:47:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Force Directed Positioning with PHP, SVG, and HTML</title>
		<link>http://cbeer.info/blog/2008/10/25/force-directed-positioning-with-php-svg-and-html/</link>
		<comments>http://cbeer.info/blog/2008/10/25/force-directed-positioning-with-php-svg-and-html/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:21:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[force directed graph]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://192.168.2.101/wordpress/?p=15</guid>
		<description><![CDATA[I recently released a proof-of-concept library for drawing force directed graphs with PHP. Right now, it is absurdly simple and has a few quirks, but it gets the job done. It&#8217;s original purpose is for visualizing search results within a &#8230; <a href="http://cbeer.info/blog/2008/10/25/force-directed-positioning-with-php-svg-and-html/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently released a proof-of-concept library for drawing force directed graphs with PHP. Right now, it is absurdly simple and has a few quirks, but it gets the job done. It&#8217;s original purpose is for visualizing search results within a controlled vocabulary, although I can imagine other uses.</p>
<p>Right now, it will only properly function in browers that support the &lt;canvas&gt; tag, although that will change in a couple of weeks. I also hope to implement a few parsers to make it easier to create graphs (I&#8217;m thinking RDF and dot will be sufficient). There&#8217;s also some necessary performance enhancements before it can be considered production-ready.</p>
<p>You can download the files <a href="http://d-archive.com/~chris/graph.tar.gz">here</a> or see the library in context at the <a href="http://bazaar.launchpad.net/%7Echris-beer/bvault/wgbh/files/9?file_id=graph-20081024202937-ckq4r5lpe3lemvw2-1">bvault repository on launchpad</a>.</p>
<p>This work is inspired by the <a href="http://www.jsviz.org/blog/">JSViz library</a> which renders forced directed graphs on the client side using javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://cbeer.info/blog/2008/10/25/force-directed-positioning-with-php-svg-and-html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
