<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A crazy idea about graph visualisation</title>
	<atom:link href="http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/</link>
	<description>Getting into blogging before it&#039;s too late</description>
	<lastBuildDate>Mon, 08 Apr 2013 22:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ivan Miljenovic</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-377</link>
		<dc:creator><![CDATA[Ivan Miljenovic]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 20:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-377</guid>
		<description><![CDATA[Well, I&#039;m only planning on supporting the graph outputs of JIT, not all of them (since that&#039;s all &lt;i&gt;I&lt;/i&gt; care about) ;-)

I&#039;m not sure how far to take it: should it ust be Dot  JSON, or help generate the actual JavaScript for it as well?  If the latter, it might even be feasible to use the &lt;a href=&quot;http://hackage.haskell.org/package/webkit&quot; rel=&quot;nofollow&quot;&gt;webkit&lt;/a&gt; bindings to open a window to instantly play with a graph...]]></description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m only planning on supporting the graph outputs of JIT, not all of them (since that&#8217;s all <i>I</i> care about) <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;m not sure how far to take it: should it ust be Dot  JSON, or help generate the actual JavaScript for it as well?  If the latter, it might even be feasible to use the <a href="http://hackage.haskell.org/package/webkit" rel="nofollow">webkit</a> bindings to open a window to instantly play with a graph&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gb</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-376</link>
		<dc:creator><![CDATA[gb]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 19:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-376</guid>
		<description><![CDATA[InfoVis is really awesome. I&#039;ve been meaning to find some time/excuse to play with it. Some tool support from Haskell would be pretty nifty. I&#039;d start by thinking about what you&#039;d want to generate InfoVis input from Haskell in general, and then figure out how to tie the DotRepr stuff in as a client to that API. That way, whatever you produce will have more general value as well. If you&#039;re going to be producing javascript and not just json, then I&#039;d also consider taking a look at my pet project, JMacro :-)]]></description>
		<content:encoded><![CDATA[<p>InfoVis is really awesome. I&#8217;ve been meaning to find some time/excuse to play with it. Some tool support from Haskell would be pretty nifty. I&#8217;d start by thinking about what you&#8217;d want to generate InfoVis input from Haskell in general, and then figure out how to tie the DotRepr stuff in as a client to that API. That way, whatever you produce will have more general value as well. If you&#8217;re going to be producing javascript and not just json, then I&#8217;d also consider taking a look at my pet project, JMacro <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Miljenovic</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-375</link>
		<dc:creator><![CDATA[Ivan Miljenovic]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 13:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-375</guid>
		<description><![CDATA[Well, I&#039;ve mentally started working out how to do this.  The biggest barrier at the moment is that I&#039;m currently in the middle of porting graphviz from String to Text, and so I can&#039;t really start playing with it until that&#039;s done.  But from some experimentation I&#039;ve done it seems dot, neato, etc. ignore any extra Attributes you might want to add to the DotRepr values for JIT attributes that don&#039;t have corresponding Dot ones!]]></description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve mentally started working out how to do this.  The biggest barrier at the moment is that I&#8217;m currently in the middle of porting graphviz from String to Text, and so I can&#8217;t really start playing with it until that&#8217;s done.  But from some experimentation I&#8217;ve done it seems dot, neato, etc. ignore any extra Attributes you might want to add to the DotRepr values for JIT attributes that don&#8217;t have corresponding Dot ones!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-374</link>
		<dc:creator><![CDATA[Jens]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 12:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-374</guid>
		<description><![CDATA[After hearing about JIT infovis, I was wondering about a haskell tool/library to convert graphs to json too for infovis as an alternative to svg rendering.]]></description>
		<content:encoded><![CDATA[<p>After hearing about JIT infovis, I was wondering about a haskell tool/library to convert graphs to json too for infovis as an alternative to svg rendering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Miljenovic</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-373</link>
		<dc:creator><![CDATA[Ivan Miljenovic]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 22:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-373</guid>
		<description><![CDATA[OK, so the next question is: should I have intermediary datatypes or go directly between the DotRepr types and JSON?]]></description>
		<content:encoded><![CDATA[<p>OK, so the next question is: should I have intermediary datatypes or go directly between the DotRepr types and JSON?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Kmett</title>
		<link>http://ivanmiljenovic.wordpress.com/2011/01/25/a-crazy-idea-about-graph-visualisation/#comment-370</link>
		<dc:creator><![CDATA[Edward Kmett]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 03:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://ivanmiljenovic.wordpress.com/?p=179#comment-370</guid>
		<description><![CDATA[You&#039;re relatively crazy, but its still a good idea. ;)]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re relatively crazy, but its still a good idea. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
