<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Neoformix</title>
<copyright>Copyright (c) 2006-2009 Jeff Clark. All rights reserved.</copyright>
<link>http://neoformix.com</link>
<description>Discovering and Illustrating Patterns in Data</description>
<language>en-us</language>
<lastBuildDate>Thu, 12 Jan 2012 10:59:52 GMT</lastBuildDate>

<item>
 <title>Spot</title>
 <link>http://neoformix.com/2012/IntroducingSpot.html</link>
 <guid>http://neoformix.com/2012/IntroducingSpot.html</guid>
 <pubDate>Thu, 12 Jan 2012 10:15:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    <a href="http://neoformix.com/spot">Spot</a> is an interactive real-time Twitter visualization that uses a particle
    metaphor to represent tweets. The tweet particles are called <i>spots</i> and get organized in various configurations
    to illustrate information about the topic of interest.
  </p>
  
  <p>
    Spot has an entry field at the lower-left corner where you can type any valid Twitter search query. The latest 200 tweets
    will be gathered and used for the visualization. Note that Twitter search results only go back about a week so a search
    for a rare topic may only return a few. When you enter a query the URL is changed so you can easily bookmark it or send it to someone.
    The query <a href="http://neoformix.com/spot/#/brainpicker">brainpicker</a> gives you a display something like this:
  </p>
  
	<center>
		<img  src="http://neoformix.com/2012/spot1.png" border="0" width="720" height="446">
	</center>

  <p>
    At the top left, next to the logo, are five icons to access the different views. The first is called Group mode and is shown above.
    Basically, tweets that share a lot of the same words are grouped together inside larger circles. Tweets are often grouped
    because they are retweets of the same original content but this doesn't have to be the case. They may be tweets from different
    people that don't even know each other but happen to be discussing the same thing. The intent is to show quickly the most
    popular things people are saying about a particular topic. Tweets that are more unique are placed in the phyllotaxy spiral
    to the right.
  </p>
    
  <p>
    All the tweet spots show an image of the sender and at any time can be clicked on to see the tweet details.
    Clicking on the text of an open tweet will show the original in another browser window. Click on the background or
    an open tweet spot to close it or you can directly click on another spot.    
  </p>
  
  <h3>The Different Views</h3>
  
  <p>
    Here is a complete list of the views and what they show:
  </p>
  
    <ol>
    <li>Group View (speech bubble icon) places tweets that share common words inside large circles</li><br>
    <li>Timeline View (watch icon) places tweets along a timeline based on when they were sent</li><br>
    <li>User View (person icon) shows a bar chart with the people sending the most tweets in the set</li><br>
    <li>Word View (Word Circle icon) directly shows word bubbles with tweets attracted to the words they contain</li><br>
    <li>Source View (Megaphone icon) a bar chart showing the tool used to send the tweets (or sometimes the news source)</li><br>
    </ol>
  
  <p>
    The Word View, again for the query <a href="http://neoformix.com/spot/#/brainpicker">brainpicker</a>:
  </p>
  
 	<center>
		<img  src="http://neoformix.com/2012/spot2.png" border="0" width="720" height="446">
	</center>

  <br>
  
  <h3>User and Twitter List Queries</h3>
  
  <p>
    The string 'brainpicker' matches the wonderful twitter account by <a href="https://twitter.com/#!/brainpicker">Maria Popova</a> and
    the results shown above are mainly retweets of or discussions about the tweets she has sent. You can also do a search
    for <a href="http://neoformix.com/spot/#/@brainpicker">@brainpicker</a> including the <i>@</i> sign to see the latest
    tweets sent from that account. This uses the standard Twitter API to get the data and so can go back farther in time.
    The Word View for this query clearly shows the Brainpicker focus on books, reading, writing, art, and maps.
  </p>

 	<center>
		<img  src="http://neoformix.com/2012/spot3.png" border="0" width="720" height="446">
	</center>
  
  <p>
    You can also retrieve the latest tweets from a twitter list. Here is an example for a list I <a href="http://neoformix.com/2009/CreatingTopicalTwitterLists.html">created</a>
    by analyzing who was on various lists created about data visualization. In the search field enter <a href="http://neoformix.com/spot/#/@Top100in/datavis">@Top100in/datavis</a>
    and you should get something like this for the User View:
  </p>

 	<center>
		<img  src="http://neoformix.com/2012/spot4.png" border="0" width="720" height="513">
	</center>

  <br>
  <h3>Technology and Credits</h3>
  
  <p>
    I was inspired to create this when playing with the wonderful Twitter visualization called <a href="http://moritz.stefaner.eu/projects/revisit/">Revisit</a>
    by Moritz Stefaner. Another influence was the Stamen work on Digg swarm which is no longer active
    but there is a <a href="http://www.youtube.com/watch?v=vXVbxtfJBCk">video</a>. My academic background in physics
    makes it natural for me to think in terms of interacting particles.
  </p>
  
  <p>
    This application was created with the wonderful Processing.js which is the javascript-based extension of
    the Processing tool I have used in the past. Thanks to Ben Fry, Casey Reas, John Resig, David Humphrey and the other
    people in the Centre for Development of Open Technology at Seneca College. Thanks also to Jim Bumgardner for
    the excellent <a href="http://www.krazydad.com/tutorials/circles_js/">tutorial</a> on phyllotaxy spirals and to
    <a href="thenounproject.org">The Noun Project</a> for four of the icons. Thanks also of course to Twitter and all
    the people who fill it with great content!
  </p>
  
  <p>  
    Performance is pretty good with the Chrome browser, and decent in
    Firefox and Safari. It will not work in Internet Explorer (except perhaps the new IE 9). It seems to work reasonably
    well on the newer iPads although the search field is broken currently in that environment.
    The application will go out and get new tweets periodically. For popular queries the analysis and display of those
    tweets will often cause lagging to occur.
  </p>

  

 ]]></description>
</item>
<item>
 <title>Obama Mosaic Portrait</title>
 <link>http://neoformix.com/2011/ObamaMultiScaleMosaic.html</link>
 <guid>http://neoformix.com/2011/ObamaMultiScaleMosaic.html</guid>
 <pubDate>Wed, 30 Nov 2011 10:25:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    Here is a <a href="http://neoformix.com/2011/MultiScaleMosaic.html">Multiscale Mosaic</a> of Obama created from hundreds of pictures
    taken during his time in office.
  </p>
  
	<center>
		<img  src="http://neoformix.com/2011/mm_ob7_720.jpg" border="0" width="720" height="720">
	</center>

  <p>
    The <a href="http://neoformix.com/2011/VanGoghMosaicSet.html">Van Gogh Portrait Mosaics</a> were fun but I wanted to try an example that
    uses photographs as opposed to paintings. I settled on a portrait of Obama because of the
    widespread availability of photographs of him that are free of copyright restrictions. The subimages
    for this design are taken from the <a href="http://www.flickr.com/photos/whitehouse/">White House's Flickr photostream</a> and
    seem to have been primarily taken by Pete Souza. I downloaded the 1000 most 'interesting' photos from the
    stream and used those as input to my process. I also manually selected and hand-centered about 10 interesting regions from these images
    to augment the set.
  </p>
  
  <p>
    Here is a close-up showing the detail near the eye and nose.
  </p>

	<center>
		<img  src="http://neoformix.com/2011/mm_ob7_closeup.jpg" border="0" width="500" height="500">
	</center>


 ]]></description>
</item>
<item>
 <title>Van Gogh Mosaic Portraits</title>
 <link>http://neoformix.com/2011/VanGoghMosaicSet.html</link>
 <guid>http://neoformix.com/2011/VanGoghMosaicSet.html</guid>
 <pubDate>Wed, 23 Nov 2011 11:10:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    Here are four mosaic portraits of <a href="http://commons.wikimedia.org/wiki/Vincent_van_Gogh">Vincent Van Gogh</a>.
    The primary images and all the various component tiles are regions of paintings by Van Gogh.
  </p>
  
	<center>
		<img  src="http://neoformix.com/2011/vgb1.jpg" border="0" width="720" height="773"><br><br>
		<img  src="http://neoformix.com/2011/vgc1.jpg" border="0" width="720" height="720"><br><br>
		<img  src="http://neoformix.com/2011/vgd2.jpg" border="0" width="720" height="720"><br><br>
		<img  src="http://neoformix.com/2011/vg8_720.jpg" border="0" width="720" height="769">
	</center>

  <p>
    A few more details on the multiscale mosaic process can be found in the post <a href="http://neoformix.com/2011/MultiScaleMosaic.html">Multiscale Mosaics</a>.
    The portrait images are all from <a href="http://commons.wikimedia.org/wiki/Vincent_van_Gogh#Self-portraits">WikiMedia Commons</a>.
    The other Van Gogh paintings came from <a href="http://www.paintinghere.com/artist/Vincent_van_Gogh-1.html">here</a>.
    I created these by writing custom code in <a href="http://processing.org">Processing</a>.
  </p>



 ]]></description>
</item>
<item>
 <title>Multiscale Mosaics</title>
 <link>http://neoformix.com/2011/MultiScaleMosaic.html</link>
 <guid>http://neoformix.com/2011/MultiScaleMosaic.html</guid>
 <pubDate>Tue, 22 Nov 2011 10:20:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    I have been further refining my multiscale mosaic technique in search of the overriding goal
    of reconstructing an image from sub-images in such a way that balances the clarity of the large target image and
    the sub-images. I have tried out lots of ideas and the ones that seem to have the most potential for
    creating interesting multiscale mosaics are:
    <ul>
      <li>Allow use of lightened and darkened versions of the sub-images</li>
      <li>Allow manual adjustment of the detail level (size of sub-images used) in different regions of the image</li>
      <li>When matching sub-images to regions consider how often each sub-image has already been used in order to increase the number of different sub-images used in the final product</li>
      <li>Do some limited blending of the target image with the sub-images</li>
    </ul>
  </p>
  
  <p>
    I have used a cropped region of <a href="http://commons.wikimedia.org/wiki/Vincent_van_Gogh">Vincent Van Gogh's</a> painting 
    <a href="http://en.wikipedia.org/wiki/File:Van_Gogh_Self-Portrait_with_Grey_Felt_Hat_1886-87_Rijksmuseum.jpg">Self-Portrait With Grey Felt Hat</a> 
    as my target image while developing these ideas. The sub-images are sections of Van Gogh paintings. They are either the
    central squares or a few are manually selected square regions that focus on some interesting detail.
  </p>
  
	<center>
		<img  src="http://neoformix.com/2011/vg8_720.jpg" border="0" width="720" height="769">
	</center>

  <p>
    These techniques do seem capable of producing interesting mosaic images that can carry meaning
    at multiple visual scales. 
  </p>



 ]]></description>
</item>
<item>
 <title>Phyllotaxy Spiral Mosaics</title>
 <link>http://neoformix.com/2011/SunflowerMosaic.html</link>
 <guid>http://neoformix.com/2011/SunflowerMosaic.html</guid>
 <pubDate>Tue, 15 Nov 2011 16:10:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    The post <a href="http://neoformix.com/2011/MonaMosaics.html">Mona Mosaics</a> showed a number of ways
    to segment a flat surface and build mosaics by filling regions with the average colour for that region in some
    underlying image. Here is another example of the same technique but this time using a Phyllotaxy spiral, sometimes
    called a Fibonacci spiral. It's an arrangement commonly found in plant growth - for example in the
    Sunflower.
    </p>
  
  <p>
    <a href="http://jbum.com">Jim Bumgardner</a> has an excellent <a href="http://www.krazydad.com/tutorials/circles_js/">tutorial</a>
    where he develops the idea and gives code for producing the pattern and several variations. I'm using something
    based on his Example 10 code to produce the mosaic below from a simple radial gradient. I love the swirling spirals in opposite directions
    found in the pattern.
  </p>

	<center>
		<img  src="http://neoformix.com/2011/m_gradient.png" border="0">
	</center>

  <p>
    And of course we must apply it to the Mona Lisa image as well.
  </p>
  
  <center>
		<img  src="http://neoformix.com/2011/m_mona10.png" border="0">
	</center>


 ]]></description>
</item>
<item>
 <title>Mona Pizza</title>
 <link>http://neoformix.com/2011/MonaPizza.html</link>
 <guid>http://neoformix.com/2011/MonaPizza.html</guid>
 <pubDate>Thu, 10 Nov 2011 13:35:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    In the previous posts <a href="http://neoformix.com/2011/MonaMosaics.html">Mona Mosaics</a>,
    <a href="http://neoformix.com/2011/RecursiveMona.html">Recursive Mona</a>, and <a href="http://neoformix.com/2011/BlendedMona.html">Blended Mona</a>
    I played around with some ideas for reconstructing the famous Mona Lisa image in different ways.
    One of the things I did was to build up the image from smaller versions of itself. I was using
    simple image tinting and blending to get reasonable results.
  </p>
  
  <p>
    This time I'm going to select sub-images from a set of pictures and use those to build the large image.
    This has been done for many years now and there are various tools to support it but I thought it would
    be interesting to try it myself. For this test rendering I'm using a small set of 23 images
    related to pizza. For simplicity they are all square images so they map well to the square regions
    determined by my algorithm. The algorithm selects the best-matching sub-image for each region and if
    the match isn't very good then it sub-divides the region and tries again at a smaller scale.
    This version uses blending to try and balance clarity of both the sub-images and the global picture.
  </p>

	<center>
    <b><i>Mona Pizza</i></b>
		<img  src="http://neoformix.com/2011/fm_monapizza.png" border="0">
	</center>

  <p>
    For purposes of comparison here is the same image with no blending applied. You can see
    the sub-images more clearly but the overall image is only vaguely defined. This could be
    improved by using smaller sub-image pixels or a larger collection of sub-images to choose from.
  </p>

	<center>
		<img  src="http://neoformix.com/2011/fm_monapizza_nb.png" border="0">
	</center>
	

 ]]></description>
</item>
<item>
 <title>Blended Mona</title>
 <link>http://neoformix.com/2011/BlendedMona.html</link>
 <guid>http://neoformix.com/2011/BlendedMona.html</guid>
 <pubDate>Wed, 09 Nov 2011 13:10:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    The previous post, <a href="http://neoformix.com/2011/RecursiveMona.html">Recursive Mona</a>,
    showed an image of the Mona Lisa constructed from smaller versions of itself. One of the things
    I don't like about that image, and most other 'photographic mosaic' type images, is that the
    grid structure controlling the sub-images is so visually prominent. Using multiple scales
    as I did helps to some degree but the regularity detracts from the overall image.
	</p>
  <p>
    I've tried to improve this by breaking down the squares that require a more detailed
    rendering into subsquares in a more varied fashion. There are now 5 or 6 different splitting
    algorithms used to get the sub-components. This reduces the number of places where you see
    large numbers of consecutive tiles with the same geometry.
  </p>
  <p>
    Another technique I've tried out is to blend the sub-images into the overall image at their edges.
    This tends to smooth out the edges between adjacent sub-images so it looks more natural and
    also has the impact of strengthening the overal global image. Here is Mona again with both of
    these techniques applied.
  </p>

	<center>
		<img  src="http://neoformix.com/2011/fm_mona8.png" border="0">
	</center>
	

 ]]></description>
</item>
<item>
 <title>Recursive Mona</title>
 <link>http://neoformix.com/2011/RecursiveMona.html</link>
 <guid>http://neoformix.com/2011/RecursiveMona.html</guid>
 <pubDate>Mon, 07 Nov 2011 17:25:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    One of the ideas presented in <a href="http://neoformix.com/2011/MonaMosaics.html">Mona Mosaics</a>
    was to break down an image into square areas at different scales where the colour doesn't vary much.
    A natural extension of this is to redraw a tinted version of the original image inside each square.
    Repeat a few times and you get a version of the starting image built recursively from smaller and smaller
    versions of itself. Here is an example of the concept applied again to the Mona Lisa.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/fm_mona5.png" border="0">
	</center>
	

 ]]></description>
</item>
<item>
 <title>Iconic Faces</title>
 <link>http://neoformix.com/2011/IconicFaces.html</link>
 <guid>http://neoformix.com/2011/IconicFaces.html</guid>
 <pubDate>Mon, 07 Nov 2011 11:38:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    Here are a few iconic faces that I have reconstructed with triangles. Source images came
    from <a href="http://www.webdesignerdepot.com/2009/06/100-portraits-of-iconic-people-of-all-time/">100+ Portraits of Iconic People of All Time</a>.
    The faces are Che Guevara, Salvador Dali, and Audrey Hepburn.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/m_guevara.png" border="0"><br><br>
		<img  src="http://neoformix.com/2011/m_dali.png" border="0"><br><br>
		<img  src="http://neoformix.com/2011/m_AudreyHepburn.png" border="0"><br>
	</center>
	

 ]]></description>
</item>
<item>
 <title>Mona Mosaics</title>
 <link>http://neoformix.com/2011/MonaMosaics.html</link>
 <guid>http://neoformix.com/2011/MonaMosaics.html</guid>
 <pubDate>Sat, 05 Nov 2011 16:30:00 GMT</pubDate>
 <description><![CDATA[
 
  <p>
    A couple of years ago I explored reconstructing images based on <a href="http://neoformix.com/2009/VoronoiAndDelaunayImages.html">Delaunay triangulization and Voronoi decomposition</a>.
    Inspired by the work of <a href="http://jonathanpuckey.com/projects/delaunay-raster/">Jonathan Puckey</a> 
    and <a href="http://crowquills.com/">Andy Gilmore</a> I've revisited the idea of rebuilding images using
    some geometric-based simplification.
  </p>
	<p>
    The source image for all these example is the Mona Lisa. The first rendering is a simple square grid where the
    colour of each square is the average colour in that region of the underlying image. By using a smaller grid size
    one can obviously get more detail than is shown here.
  </p>
  <p>
    The image beside it is much more interesting. I start by looking at
    large square regions to see how much the colour varies. If it is fairly consistent then that implies there is
    less detail in that region and I can draw it as a simple large square. If the colour variation
    is higher than some threshold I look at the smaller subsquares and repeat the process recursively
    until some lower size is reached. This gives us a version of the image that has smaller more detailed
    squares where the image varies a lot and larger blocks of colour elsewhere.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/m_mona1.png" border="0"><img  src="http://neoformix.com/2011/m_mona2.png" border="0">
	</center>
	
	<p>
    Images 3 and 4 are similar but use triangular regions rather than squares. Another wrinkle
    which I added to the recursive process is to define a location on the base image that shows the
    'center of attention'. I then vary the colour consistency threshold based on distance from that point.
    This allows for manually defining, to a limited degree, where the regenerated image will be
    more detailed. For these examples I used a point in the middle of the Mona Lisa's face.
	</p>
	
	<center>
		<img  src="http://neoformix.com/2011/m_mona3.png" border="0"><img  src="http://neoformix.com/2011/m_mona4.png" border="0">
	</center>

	<p>
    The next 2 versions use circular regions which don't filll all the space so a background colour shows through.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/m_mona5.png" border="0"><img  src="http://neoformix.com/2011/m_mona6.png" border="0">
	</center>

  <p>
    These 2 fill the background of each circle with the average colour of that region and this gives
    a much more pleasing result.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/m_mona7.png" border="0"><img  src="http://neoformix.com/2011/m_mona8.png" border="0">
	</center>

  <p>
    This last image uses a recursive triangle decomposition as well but the sub-triangles are
    defined in a more varied fashion.
	</p>

	<center>
		<img  src="http://neoformix.com/2011/m_mona9.png" border="0">
	</center>
	

 ]]></description>
</item>
<item>
 <title>Sparklines for MLS Season</title>
 <link>http://neoformix.com/2011/MLSSparklines.html</link>
 <guid>http://neoformix.com/2011/MLSSparklines.html</guid>
 <pubDate>Tue, 25 Oct 2011 19:10:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
  <a href="http://en.wikipedia.org/wiki/Edward_Tufte">Edward Tufte</a> defines <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR">Sparklines</a>
  as <i>intense, simple, word-sized graphics</i>, that should also be high-resolution. They are a very
  useful technique, especially when combined with the idea of <i>small multiples</i>. 
	</p>
  
  <p>
    I generated the example
    below based on the <a href="http://www.mlssoccer.com/schedule?month=all&year=2011&club=all&competition_type=46&broadcast_type=all">results</a>
    of the 2011 Major League Soccer regular season. In this case, a <i>whisker-style</i>
    sparkline was generated for each team to show the complete Win-Loss-Tie sequence for the season.
    A small upward blue bar shows a win, a grey bar in the middle a tie, and a downward red bar is, of course,
    a loss.
  </p>
  
  <center>
    <img  src="http://neoformix.com/2011/MLS_sparklines.png">
  </center>
  
  <p>
    The graphic succinctly illustrates how each team did over the season. A few interesting tidbits:
    <ul>
    <li>Los Angeles was consistently strong over the entire season</li>
    <li>Real Salt Lake ended the season poorly with 4 losses then 2 ties</li>
    <li>Sporting KC had a horrible start going 1-6-1 but then recovered well</li>
    <li>DC United had no wins in their last 6 games</li>
    <li>Vancouver had many more ties in the first half of the season than the second half</li>
    </ul>
  </p>

  

 ]]></description>
</item>
<item>
 <title>Radial Scans</title>
 <link>http://neoformix.com/2011/RadialScans.html</link>
 <guid>http://neoformix.com/2011/RadialScans.html</guid>
 <pubDate>Fri, 21 Oct 2011 14:10:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    Here are a couple of portraits done with a simple radial scan technique. Arc segments
    are drawn that are coloured by sampling an image source.
	</p>
  <center>
    <img  src="http://neoformix.com/2011/ris_einstein.png">
  </center>
  
  <p>
 </p>

  <center>
    <img  src="http://neoformix.com/2011/ris_ghandi.png">
  </center>

  

 ]]></description>
</item>
<item>
 <title>Top Ten Cars in the UK</title>
 <link>http://neoformix.com/2011/TopTenCarsUK.html</link>
 <guid>http://neoformix.com/2011/TopTenCarsUK.html</guid>
 <pubDate>Mon, 30 May 2011 11:25:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    I created some print graphics for <a href="http://www.dailymail.co.uk/home/moslive/index.html">Live Magazine</a>
    back in February. I enjoyed the project a great deal and would be very happy to tackle more print projects. Send
    me an email at <a href="mailto:web1@neoformix.com">web1@neoformix.com</a> if you are interested.
	</p>
  
  <p>
    The graphic shows a streamgraph illustrating the top selling automobiles in the UK
    from 1973 until 2010. The various series were sorted to group the same brands together as much
    as possible and to add the newer brands to the outside of the graph.
  </p>
  
  <center>
    <i>Click on the image to see a larger version</i><br>
    <a href="http://neoformix.com/2011/UKAuto.png"><img  src="http://neoformix.com/2011/UKAuto_s.png" border="0"></a>
  </center>
  
  <p>
    I used custom code created with <a href="http://processing.org">Processing</a>
    to create vector output in PDF format and then fine-tuned the graphics with Adobe Illustrator.
  </p>

 ]]></description>
</item>
<item>
 <title>Minor Site Changes</title>
 <link>http://neoformix.com/2011/MinorSiteChanges.html</link>
 <guid>http://neoformix.com/2011/MinorSiteChanges.html</guid>
 <pubDate>Tue, 17 May 2011 10:02:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    I made a couple of minor changes to the <a href="http://neoformix.com">Neoformix.com</a>
    website. The first was that I removed the google Ads. They made virtually no money and
    cluttered the display up unnecessarily. The second change was that I added a 'Tweet' button
    at the bottom of every article page to make it easier to share my content on Twitter.
	</p>

 ]]></description>
</item>
<item>
 <title>War and Peace</title>
 <link>http://neoformix.com/2011/WarAndPeace.html</link>
 <guid>http://neoformix.com/2011/WarAndPeace.html</guid>
 <pubDate>Fri, 13 May 2011 11:00:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    I've created two new <a href="http://neoformix.com/2008/WordPictures.html">Word Portraits</a> titled
    War and Peace. Both the template images of <a href="http://upload.wikimedia.org/wikipedia/commons/1/1b/Bundesarchiv_Bild_102-13774%2C_Adolf_Hitler.jpg">Hitler</a>
    and <a href="http://upload.wikimedia.org/wikipedia/commons/0/03/MKGandhi.jpg">Gandhi</a> are from
    the wonderful <a href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons</a>.
	</p>
  <center>
    <img  src="http://neoformix.com/2011/Hitler2.png">
  </center>
  
  <p>
 </p>

  <center>
    <img  src="http://neoformix.com/2011/Gandhi2.png">
  </center>

  <p>
    I experimented a bit with adding a more 3D impression to the image by using a tool
    to bring forward the brighter parts of the image. This was done more for the Gandhi image
    since the highlighted parts of Hitler didn't correspond very well to depth. The tool I used
    was <a href="http://www.openprocessing.org/visuals/?visualID=22001">DeepImage</a> by Daniel Hawkes.
  </p>
  

 ]]></description>
</item>
<item>
 <title>Explore Twitter Lists</title>
 <link>http://neoformix.com/2011/ExploreTwitterLists.html</link>
 <guid>http://neoformix.com/2011/ExploreTwitterLists.html</guid>
 <pubDate>Sat, 30 Apr 2011 10:30:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
	</p>
  <p>
    It has been very gratifying to see the interest in my recently launched <a href="http://tweettopicexplorer.neoformix.com">Tweet Topic Explorer</a>.
    In the week since it was made available there have been posts about it on <a href="http://infosthetics.com/archives/2011/04/tweet_topic_explorer_what_do_people_actually_tweet_about.html">Infosthetics</a>,
    <a href="http://flowingdata.com/2011/04/20/see-what-you-and-others-tweet-about-with-the-topic-explorer/">FlowingData</a>,
    <a href="http://www.coolinfographics.com/blog/2011/4/22/the-tweet-topic-explorer.html">Cool Infographics</a>, and many other places. 
    It has also had over <a href="http://twitter.com/search?q=http%3A%2F%2Ftweettopicexplorer.neoformix.com">1,200 tweets</a> sent about it.
    Thank you everyone for trying it out and telling your friends!
  </p>
  <p>
    Much of the initial attention came from people in Europe looking at non-English accounts. The tool
    was enhanced a few days after launch to ignore stop words in German, Italian, Spanish, French, and Dutch.
    It's not a perfect implementation and of course misses many common languages but it does make the tool
    more useful for many more people.
  </p>
  <p>
    Another request for improvement that I was able to deliver was the capacity to analyze the tweets from Twitter Lists.
    You can now enter a list name in the field to see a <a href="http://neoformix.com/2011/WordClusterDiagram.html">Word Cluster Diagram</a>
    for the latest tweets from the people on the list. The volume of tweets on a list is usually pretty
    high so the last 800 tweets (which is how many are used by the tool) will not go very far back in time.
    When using the Tweet Topic Explorer with a list the tweets on the right are enhanced to include
    the account and icon for the author of each tweet.
  </p>
  <p>
    Here is the result for the Twitter List <a href="http://tweettopicexplorer.neoformix.com/#n=top100in/datavis">@Top100In/DataVis</a>:
  </p>
  <center>
    <a href="http://tweettopicexplorer.neoformix.com/#n=top100in/datavis"><img  src="http://neoformix.com/2011/wcd_top100inDatavis.png"></a>
  </center>
  
  <p>
    And here are a few others without the tweet list shown. <a href="http://tweettopicexplorer.neoformix.com/#n=mashable/marketing">@mashable/marketing</a>:
 </p>

  <center>
    <a href="http://tweettopicexplorer.neoformix.com/#n=mashable/marketing"><img  src="http://neoformix.com/2011/wcd_mashableMarketing.png"></a>
  </center>

  <p>
    And <a href="http://tweettopicexplorer.neoformix.com/#n=Scobleizer/iphone-and-ipad">@Scobleizer/iphone-and-ipad</a>:
 </p>

  <center>
    <a href="http://tweettopicexplorer.neoformix.com/#n=Scobleizer/iphone-and-ipad"><img  src="http://neoformix.com/2011/wcd_scobleizerIOS.png"></a>
  </center>
  

 ]]></description>
</item>
<item>
 <title>Tweet Topic Explorer</title>
 <link>http://neoformix.com/2011/TweetTopicExplorer.html</link>
 <guid>http://neoformix.com/2011/TweetTopicExplorer.html</guid>
 <pubDate>Tue, 19 Apr 2011 10:10:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    One problem I face on a daily basis is to decide for a given Twitter
    account whether I want to follow it or not. I consider many factors when
    making the decision such as language of their tweets, frequency, whether they
    interact on twitter with other people I admire, or if I have
    some personal or geographic connection with them. But the most critical factor for me
    is whether they tweet about things that match my interests. Sometimes
    you can get a hint about this by looking at their short one line twitter bio
    but the best way is usually to scan their latest tweets.
	</p>
  <p>
    I have created a new tool to help see which topics a person tweets about most often.
    It also shows the other twitter users that are mentioned most frequently in their tweets.
    I call it the <a href="http://tweettopicexplorer.neoformix.com">Tweet Topic Explorer</a>.
    I'm using the recently described <a href="http://neoformix.com/2011/WordClusterDiagram.html">Word Cluster Diagrams</a>
    to show the most frequently used words in their tweets and how they are grouped together.
    This example below is for my own account, <a href="http://twitter.com/jeffclark">@JeffClark</a>,
    and shows one word cluster containing twitter,data,visualization,list,venn, and streamgraph.
    Another group has word,cloud,shaped,post etc. It's a bit hard to see in this small image
    but there is a cluster about Toronto where I live and mentions of run, marathon, soccer.
    Also, there are bubbles for some of the people on Twitter I mention the most often: @flowingdata,
    @eagereyes, @blprnt, @moritz_stefaner, @dougpete.
  </p>
  <p>
    For all these images below you can click on them to go to a live version of the tool.
  </p>
  <center>
    <a href="http://tweettopicexplorer.neoformix.com/#n=jeffclark"><img  src="http://neoformix.com/2011/wcd_JeffClarkTweets.png"></a>
  </center>
  
  <p>
    Here is another example showing the full tool. This one is for one of my favourite
    accounts to follow, <a href="http://twitter.com/brainpicker">@brainpicker</a>, by Maria Popova.
    In this case the word 'book' has been highlighted with a click and the list to the right shows the
    tweets that contain the word. The words in the tweet list are coloured if they appear in the word cluster diagram.
    Clicking a different word bubble will select that word instead.
    You can click on any twitter @ID in the tweet list to load the data for that account. The
    tool is currently configured to load the last 800 tweets. For my account this goes back
    a couple of years in time but for more prolific tweeters it may only span a few weeks.
    The entry field at the lower left lets you explore the tweets for any twitter user.
 </p>

  <center>
    <a href="http://tweettopicexplorer.neoformix.com/#n=brainpicker"><img  src="http://neoformix.com/2011/wcd_brainpicker.png"></a>
  </center>

  <p>
    Here are a few more examples of the word cluster diagrams generated from some twitter
    accounts. <a href="http://twitter.com/acarvin">@acarvin</a> is doing an extraordinary
    job of covering the events in the Middle East.
  </p>
<br><a href="http://neoformix.com/2011/TweetTopicExplorer.html#SummaryEnd">(More...)</a>

 ]]></description>
</item>
<item>
 <title>Word Cluster Diagram</title>
 <link>http://neoformix.com/2011/WordClusterDiagram.html</link>
 <guid>http://neoformix.com/2011/WordClusterDiagram.html</guid>
 <pubDate>Mon, 18 Apr 2011 00:17:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    A few years back I introduced the idea of <a href="http://www.neoformix.com/2008/ClusteredWordClouds.html">Clustered Word Clouds</a>
    which use word size to indicate frequency but also use positioning and word colour
    to group words together that were highly correlated in the text. It works reasonably
    well I think. See the example below:
	</p>
  <center>
    <img  src="http://neoformix.com/2011/cwc_KingIHaveADream.png">
  </center>
  
  <p>
    I've come up with a new variation on this idea that tries to improve a couple of things.
    In many word clouds, including those generated by <a href="http://www.wordle.net">Wordle</a>
    and my clustered clouds, the font size of the
    words are proportional to the word frequency. This has the effect that words with many letters
    (for example 'indisposed') cover a much greater area than a word with fewer letters (say 'ill')
    if they have the same word count. Some word clouds are constructed so that the area of the word
    is proportional to the word count rather than font height. This often has the opposite effect of
    unnaturally emphasizing words with fewer letters. My new design uses solid circles of colour whose area is
    proportional to the count. I think they may do a slightly better job of giving the proper visual emphasis to the words.
  </p>
  <p>
    By using larger blocks of colour I think it's also easier to visually distinguish the
    groups in a clustered cloud. I'm calling this new variation a 'Word Cluster Diagram'.
    The one below is for the same text as the older style above but the clustering algorithm,
    and stop word list are
    a bit different so they aren't directly comparable. I think it has some promise although
    it's not as space efficient as using the words on their own.
  </p>
  
  <center>
    <img  src="http://neoformix.com/2011/wcd_KingIHaveADream.png">
  </center>

 ]]></description>
</item>
<item>
 <title>Five Years</title>
 <link>http://neoformix.com/2011/FiveYears.html</link>
 <guid>http://neoformix.com/2011/FiveYears.html</guid>
 <pubDate>Fri, 08 Apr 2011 16:00:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    Five years ago today, I published my first entry on <a href="http:\\neoformix.com">Neoformix.com</a>.
    I wasn't really sure if anyone would pay attention. You have, and for that I thank you all. Thanks especially to
    everyone who has written about my work or passed it along to your friends.
	</p>
  
  <p>
    Except for the first few months, virtually all the images, interactive applications, and analysis presented on this
    blog were created using code I wrote with <a href="http://processing.org">Processing</a>. Thanks very much to 
    <a href="http://reas.com/">Casey Reas</a>, <a href="http://benfry.com/">Ben Fry</a>, and the community around that
    wonderful tool. Thanks to all the amazing researchers, coders, artists, and designers that have most directly influenced my work, especially:
     <a href="http://www.cs.umd.edu/%7Eben/">Ben Shneiderman</a>,
     <a href="http://www.bewitched.com/">Martin Wattenberg</a>,
     <a href="http://fernandaviegas.com/">Fernanda Viégas</a>,
     <a href="http://benfry.com/">Ben Fry</a>,
     <a href="http://reas.com/">Casey Reas</a>,
     <a href="http://www.chrisharrison.net/">Chris Harrison</a>,
     <a href="http://flowingdata.com/">Nathan Yau</a>,
     <a href="http://www.leebyron.com">Lee Byron</a>,
     <a href="http://moritz.stefaner.eu/">Moritz Stefaner</a>,
     <a href="http://mrfeinberg.com/">Jonathan Feinberg</a>,
     <a href="http://www.guiborchert.com/">Gui Borchet</a>,
     <a href="http://blog.blprnt.com/">Jer Thorp</a>,
     <a href="http://eagereyes.org/">Robert Kosara</a>,
     <a href="http://infosthetics.com/">Andrew Vande Moere</a>,
     <a href="http://www.visualcomplexity.com/vc/">Manuel Lima</a>,
     <a href="http://www.frederikvanhoutte.com/">Frederik Vanhoutte</a>,
     <a href="http://www.quasimondo.com/">Mario Klingemann</a>,
     <a href="http://www.flight404.com/blog/">Robert Hodgin</a>, and
     <a href="http://www.tom-carden.co.uk/">Tom Carden</a>.
  </p>
  
  <p>
    I've selected images from a few representative posts from the past five years. Click on the image to visit the respective post. Thanks again everyone and I'm looking forward to what the next five years will bring!
  </p>
  
	<center>
    <a href="http://www.neoformix.com/2008/TwitterStreamGraphs.html"><img  src="http://neoformix.com/Projects/portfolio/TwitterStreamGraph.png" border="1"></a>
    <a href="http://neoformix.com/2008/DiggTrends.html"><img  src="http://neoformix.com/Projects/portfolio/DiggTrends.png" border="1"></a><br>
    <a href="http://neoformix.com/2008/CloudComparison3.html"><img  src="http://neoformix.com/Projects/portfolio/WordCloudComparisons.png" border="1"></a>
    <a href="http://neoformix.com/2008/WordHearts.html"><img  src="http://neoformix.com/Projects/portfolio/WordHearts.png" border="1"></a><br>
    <a href="http://neoformix.com/2008/DocumentContrastDiagrams.html"><img  src="http://neoformix.com/Projects/portfolio/DocumentContrastDiagram.png" border="1"></a>
    <a href="http://www.neoformix.com/2008/NewsSpectrum.html"><img  src="http://neoformix.com/Projects/portfolio/NewsSpectrum.png" border="1"></a><br>
    <a href="http://www.neoformix.com/2008/TwitArcs.html"><img  src="http://neoformix.com/Projects/portfolio/TwitterArcs.png" border="1"></a>
    <a href="http://neoformix.com/2008/ClusteredWordClouds.html"><img  src="http://neoformix.com/Projects/portfolio/ClusteredWordClouds.png" border="1"></a><br>
    <a href="http://neoformix.com/2008/WordPictures.html"><img  src="http://neoformix.com/Projects/portfolio/WordPortraits.png" border="1"></a>
    <a href="http://www.neoformix.com/2008/TwitterVenn.html"><img  src="http://neoformix.com/Projects/portfolio/TwitterVenn.png" border="1"></a><br>
    <a href="http://www.neoformix.com/2007/DocumentArcDiagrams.html"><img  src="http://neoformix.com/2007/top3.png" border="1"></a>
    <a href="http://neoformix.com/2006/TopicFlower.htm"><img  src="http://neoformix.com/2007/top7.png" border="1"></a><br>
    <a href="http://www.neoformix.com/2007/TextFlake.html"><img  src="http://neoformix.com/2007/top8.png" border="1"></a>
    <a href="http://neoformix.com/2007/ATextExplorer.html"><img  src="http://neoformix.com/2007/top5.png" border="1"></a><br>
    <a href="http://neoformix.com/2009/IranElectionShapedWordCloud.html"><img  src="http://neoformix.com/Projects/portfolio/IranElection.png" border="1"></a>
    <a href="http://neoformix.com/2009/Sep11PagerData.html"><img  src="http://neoformix.com/Projects/portfolio/Sep11PagerCloud.png" border="1"></a><br>
    <a href="http://neoformix.com/2009/AppleTwitterWordMap.html"><img  src="http://neoformix.com/Projects/portfolio/ShapedWordCloud.png" border="1"></a>
    <a href="http://neoformix.com/2009/PeaceDove.html"><img  src="http://neoformix.com/Projects/portfolio/PeaceDove.png" border="1"></a><br>
    <a href="http://neoformix.com/2009/TimeOfDayWordCorrelations.html"><img  src="http://neoformix.com/Projects/portfolio/TimeOfDayWordCorrelations.png" border="1"></a>
    <a href="http://neoformix.com/2009/Flowercycle.html"><img  src="http://neoformix.com/Projects/portfolio/FlowerCycleSmall.png" border="1"></a><br>
    <a href="http://neoformix.com/2009/TorontoTwitterCommunity.html"><img  src="http://neoformix.com/Projects/portfolio/TorontoTwitterMap.png" border="1"></a>
    <a href="http://neoformix.com/2007/RaceResultsAnalyzer.html"><img  src="http://neoformix.com/Projects/portfolio/RaceAnalyzer.png" border="1"></a>
  </center>



 ]]></description>
</item>
<item>
 <title>Love and Hate on Twitter</title>
 <link>http://neoformix.com/2011/LoveAndHateOnTwitter.html</link>
 <guid>http://neoformix.com/2011/LoveAndHateOnTwitter.html</guid>
 <pubDate>Mon, 14 Feb 2011 07:25:00 GMT</pubDate>
 <description><![CDATA[
 	
	<p>
    I have been collecting tweets containing the words 'love' and 'hate' for a couple of years now and decided
    to analyze them to see what could be discovered. It was a fun project that I finished just in time for
    Valentine's Day. I hope you love it!
	</p>
  
	<center>
	<i>Click to enlarge</i>
	<a href="http://neoformix.com/2011/LoveAndHateOnTwitter.png"><img  src="http://neoformix.com/2011/LoveAndHateOnTwitter_m.png"></a>
	</center>

  <p>
    For the data I chose to use every tenth tweet containing the word 'love' and every
    tenth tweet containing the word 'hate' from all of 2010. This yielded 658,391 love tweets and 503,489 hate tweets.
    Incidentally, this means there were roughly 6.5 million tweets last year containing 'love' and about 5 million containing
    'hate'.
  </p>
  
  <p>
    The first set of diagrams in the graphic show the love/hate ratio for various sets of related words. Basically, I counted
    the number of times a word appeared together with 'love' and together with 'hate'. A simple percentage of 'love'
    associations out of the total gives a basic measure of sentiment - let's call it the Love Quotient ;) A value near
    100% means the word is used almost exclusively with 'love' and never with 'hate' and the graph will show hearts
    all the way to the right side. Each full heart represents 5% over the 50% neutral point so, for example, 'amazon'
    has six and a bit hearts showing so its' Love Quotient is about 82%.
  </p>
  
  <p>
    Using simple word association is a pretty crude measure of sentiment. It obviously would be fooled by a sarcastic
    tweet like: <i>Ugg - liver and onions again. Don't you just love the food in the cafeteria?</i> Even so, by looking at large
    quantities of data it seems to give reasonable results in many cases. The data definitely settles the age-old question:
    pie > cake!
  </p>
  
  <p>
    The diagram with all the photos is actually a <a href="http://www.cs.umd.edu/hcil/treemap-history/">Treemap</a>. Surprisingly, this is the first treemap to appear on
    Neoformix since my second post back in April of 2006 about <a href="http://neoformix.com/2006/MapOfTheMarket.html">The Map of
    the Market</a>. This one shows the people who were mentioned most frequently with the word 'love'. It's dominated by
    celebrities, mostly singers who appeal to young teenagers.
  </p>
	
  <p>
    The <a href="http://neoformix.com/2008/StreamGraph.html">StreamGraph</a> shows how the word 'love' was used together with various sports
    over the course of 2010. The term 'football' combines references to both american football and international football (soccer).
    You can see the peak in June for the World Cup and peaks for both hockey and skating during the winter olympics in February.
  </p>
  
  <p>
    Text analysis and creation of the various graphics was done with custom code created in <a href="http://processing.org">Processing</a>.
    The Treemap diagram used the Treemap library created by Benjamin B. Bederson and Martin Wattenberg. Thanks!
  </p>
  

 ]]></description>
</item>

</channel>
</rss>

