<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.11" -->
<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/"
	>

<channel>
	<title>Eric Gilbert</title>
	<link>http://social.cs.uiuc.edu/people/gilbert</link>
	<description></description>
	<pubDate>Wed, 02 Jul 2008 14:21:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>
	<language>en</language>
			<item>
		<title>Blogs Are Echo&#160;Chambers</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/26/blogs-are-echo-chambers</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/26/blogs-are-echo-chambers#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:15:26 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>paper</category>

		<category>social</category>

		<category>echo</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/26/blogs-are-echo-chambers</guid>
		<description><![CDATA[
I recently finished a paper about blogs as echo chambers. Our project was heavily influenced by various books by Cass Sunstein, a law professor at the University of Chicago: InfoTopia, Republic.com and Why Societies Need Dissent. We were siting around in social seminar, and Karrie said, &#8220;it seems like most blogs are just echo chambers—everyone [...]]]></description>
			<content:encoded><![CDATA[<p><img title="white and black workers" alt="blogs are echo chambers" src="http://social.cs.uiuc.edu/people/gilbert/images/echo-arcs3.png" /></p>
<p>I recently finished a paper about blogs as echo chambers. Our project was heavily influenced by various books by <a href="http://www.law.uchicago.edu/faculty/sunstein/">Cass Sunstein</a>, a law professor at the University of Chicago: <a href="http://www.amazon.com/Infotopia-Many-Minds-Produce-Knowledge/dp/0195189280"><em>InfoTopia</em></a>, <a href="http://www.amazon.com/Republic-com-Cass-R-Sunstein/dp/0691095892"><em>Republic.com</em></a> and <a href="http://www.amazon.com/Societies-Dissent-Oliver-Wendell-Lectures/dp/0674012682"><em>Why Societies Need Dissent</em></a>. We were siting around in <a href="http://courses.uiuc.edu/cis/schedule/urbana/2008/Fall/CS/591.html">social seminar</a>, and Karrie said, &#8220;it seems like most blogs are just echo chambers—everyone always agrees.&#8221; I said, &#8220;let&#8217;s see if we can prove it.&#8221; We hand-coded over 1,000 blog comments and wrote a paper on the project. It&#8217;s currently in submission, so I won&#8217;t post it; I&#8217;ll just include the abstract for&nbsp;now.</p>
<p><strong>Abstract<br />
</strong>In the last decade, blogs have exploded in number, popularity and scope. However, many commentators and researchers speculate that blogs isolate readers in echo chambers, cutting them off from dissenting opinions. Our empirical paper tests this hypothesis. Using a hand-coded sample of over 1,000 comments from 33 of the world’s top blogs, we find that agreement outnumbers disagreement in blog comments by more than 3 to 1. However, this ratio depends heavily on a blog&#8217;s genre, varying between 2 to 1 and 9 to 1. Using these hand-coded blog comments as input, we also show that natural language processing techniques can identify the linguistic markers of agreement. We conclude by applying our empirical and algorithmic findings to practical implications for blogs, and discuss the many questions raised by our&nbsp;work.
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/26/blogs-are-echo-chambers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Citeulike, BibDesk and&#160;Pages</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/25/citeulike-bibdesk-and-pages</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/25/citeulike-bibdesk-and-pages#comments</comments>
		<pubDate>Wed, 18 Jun 2008 16:49:16 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>yay!</category>

		<category>tactics</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/25/citeulike-bibdesk-and-pages</guid>
		<description><![CDATA[Every researcher has (and hopefully solves) the reference management problem, and yet it seems hard to find concrete information on how people do it. I use Apple&#8217;s Pages to write up my research. The major alternatives, Word and LaTeX, have two crucial flaws that just drive me crazy. First, and this is a big one, [...]]]></description>
			<content:encoded><![CDATA[<p>Every researcher has (and hopefully solves) the reference management problem, and yet it seems hard to find concrete information on how people do it. I use Apple&#8217;s Pages to write up my research. The major alternatives, Word and LaTeX, have two crucial flaws that just drive me crazy. First, and this is a big one, Word handles images very poorly. It does not float text around them well and it provides almost no help in alignment. LaTeX has the type and compile routine that disrupts my concentration. LaTeX does have one thing that I love: \cite{} plus&nbsp;BibDesk.</p>
<p>While writing my latest research paper, I found a way to get the best of LaTeX, BibDesk, citeulike and Pages—and quickly. I <strong>love</strong> <a href="http://www.citeulike.org">citeulike</a>. The early parts of research involve a lot of page-hopping from research paper to research paper. I often have 25 tabs open in this phase. Citeulike offers a convenient bookmarklet that parses major research sites for reference info (no more hunting for the issue number). Plus, it offers the standard amount of socialness. I love it. Now I can quickly connect <a href="http://bibdesk.sourceforge.net/">BibDesk</a> to citeulike to Pages. It goes like&nbsp;this.</p>
<p>1. Download, install and open BibDesk.<br />
2. Right click on Library and select Add External File Group.<br />
3. Enter http://www.citeulike.org/bibtex/user/<strong><em>yourciteulike</em></strong>?key_type=4<br />
4. Download and install (per readme) <a href="http://jhh.med.virginia.edu/main/CiteInPages">CiteInPages</a>.<br />
5. Drag references, one or more at a time, into Pages.<br />
6. Choose CiteInPages alpha numbered from the BibDesk scripts&nbsp;menu.</p>
<p>The CiteInPages scripts are wonderful and open source. This gives me the best of LaTeX and Pages. Very nice. I hacked together a <a href="http://social.cs.uiuc.edu/people/gilbert/CIP-ACMstyle.rtf">nearly-compliant ACM-style template</a> for BibDesk. Install it in BibDesk&#8217;s application support directory: ~/Library/Application Support/BibDesk/Templates. If you want to use it, you first point the CiteInPages alpha numbered script to it by editing the script. Such is the price for good and&nbsp;free.</p>
<p>I&#8217;m in&nbsp;love.
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/25/citeulike-bibdesk-and-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CHI 08 Talk: Network in the&#160;Garden</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/24/chi-08-talk-network-in-the-garden</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/24/chi-08-talk-network-in-the-garden#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:09:31 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>rural</category>

		<category>talk</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/24/chi-08-talk-network-in-the-garden</guid>
		<description><![CDATA[
I recently returned from CHI in Italy. I&#8217;m happy with how the Network talk turned out, and I&#8217;m also happy with the sense of closure that came with it. I got a few requests to post the slides, so here are the slides in PDF and on&#160;slideshare.
I received some excellent questions and comments, and I [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="zip codes samples" title="zip codes samples" src="http://social.cs.uiuc.edu/people/gilbert/images/myzipcodes2.png" /></p>
<p>I recently returned from <a href="http://chi2008.org">CHI in Italy</a>. I&#8217;m happy with how the <span style="font-style: italic">Network </span>talk turned out, and I&#8217;m also happy with the sense of closure that came with it. I got a few requests to post the slides, so here are the <a href="http://social.cs.uiuc.edu/people/gilbert/docs/gilbert-chi08-talk.pdf">slides in PDF</a> and <a href="http://www.slideshare.net/eegilbert/the-network-in-the-garden-chi-08">on&nbsp;slideshare</a>.</p>
<p>I received some excellent questions and comments, and I enjoyed meeting a number of people after the talk. Thanks! I wonder if the video will actually be posted in the ACM digital library this&nbsp;year.</p>
<p>Now onto new work and more&nbsp;deadlines&#8230;
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/24/chi-08-talk-network-in-the-garden/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Verb Paraphrasing&#160;Experiment</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/23/verb-paraphrasing</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/23/verb-paraphrasing#comments</comments>
		<pubDate>Tue, 11 Mar 2008 15:06:37 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>language</category>

		<category>nlp</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=23</guid>
		<description><![CDATA[
I&#8217;m taking an NLP class this semester, and it has been interesting. We just completed our first problem set: find verb pairs such that you can replace one with the other in at least one sentence (without changing the meaning of the sentence too much). Example: &#8220;President Bush addressed/toasted the&#160;crowd.&#8221;
For my part, I implemented an [...]]]></description>
			<content:encoded><![CDATA[<p><img title="addressed ~ toasted (sometimes)" alt="addressed ~ toasted (sometimes)" src="http://social.cs.uiuc.edu/people/gilbert/images/verbparaphrase.png" /></p>
<p>I&#8217;m taking an <a href="http://l2r.cs.uiuc.edu/%7Edanr/Teaching/CS546-08/">NLP class</a> this semester, and it has been interesting. We just completed our first problem set: find verb pairs such that you can replace one with the other in at least one sentence (without changing the meaning of the sentence too much). Example: &#8220;President Bush addressed/toasted the&nbsp;crowd.&#8221;</p>
<p>For my part, I implemented an algorithm by <a href="http://arxiv.org/abs/cs/0312058">Glickman and Dagan</a> that takes a probabilistic and unsupervised approach to the problem. The reason I post this here is because <a href="http://social.cs.uiuc.edu/people/gilbert/glickman.pl">my code</a> will just rot on my machine unless I do something with it. The code works on the AQUAINT corpus, processed by <a href="http://www.cs.ualberta.ca/~lindek/minipar.htm">minipar</a>. The algorithm finds some legitimate paraphrases and also some bogus ones. The top 5 ranked verbs drawn from a New York Times&nbsp;corpus:</p>
<p>take approached (good)<br />
become defined (not so good)<br />
abandon put (bad)<br />
planned mounted (good)<br />
addressed toasted&nbsp;(good)
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/23/verb-paraphrasing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CHI 08 Best Paper&#160;Award!</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/22/chi-08-best-paper-award</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/22/chi-08-best-paper-award#comments</comments>
		<pubDate>Tue, 26 Feb 2008 16:25:07 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>paper</category>

		<category>rural</category>

		<category>yay!</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=22</guid>
		<description><![CDATA[
I am very pleased to announce that The Network in the Garden has been awarded best paper at CHI 2008! I&#8217;m very honored, especially because the work was a pretty big risk in the first place. I look forward to presenting the paper in Florence! Get me on Facebook or email and let&#8217;s meet&#160;up.

]]></description>
			<content:encoded><![CDATA[<p><img title="star" src="http://social.cs.uiuc.edu/people/gilbert/images/best.png" /></p>
<p>I am very pleased to announce that <em>The Network in the Garden</em> has been awarded best paper at CHI 2008! I&#8217;m very honored, especially because the work was a pretty big risk in the first place. I look forward to presenting the paper in Florence! Get me on Facebook or email and let&#8217;s meet&nbsp;up.
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/22/chi-08-best-paper-award/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paper: The Network in the&#160;Garden</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/21/paper-the-network-in-the-garden</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/21/paper-the-network-in-the-garden#comments</comments>
		<pubDate>Fri, 11 Jan 2008 17:54:04 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>paper</category>

		<category>rural</category>

		<category>social</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=21</guid>
		<description><![CDATA[
image courtesy of the Illinois state highway&#160;system
The Network in the Garden: An Empirical Analysis of Social Media in Rural Life.
Proc. CHI, 2008. 
Abstract
History repeatedly demonstrates that rural communities have unique technological needs. Yet, we know little about how rural communities use modern technologies, so we lack knowledge on how to design for them. To address [...]]]></description>
			<content:encoded><![CDATA[<p><img title="corn and chicago" alt="corn and chicago" src="http://social.cs.uiuc.edu/people/gilbert/images/illinois4.png" /><br />
<small>image courtesy of the Illinois state highway&nbsp;system</small></p>
<p><em>The Network in the Garden: An Empirical Analysis of Social Media in Rural Life.<br />
Proc. CHI, 2008. </em></p>
<p><strong>Abstract</strong><br />
History repeatedly demonstrates that rural communities have unique technological needs. Yet, we know little about how rural communities use modern technologies, so we lack knowledge on how to design for them. To address this gap, our empirical paper investigates behavioral differences between more than 3,000 rural and urban social media users. Using a dataset collected from a broadly popular social network site, we analyze users’ profiles, 340,000 online friendships and 200,000 interpersonal messages. Using social capital theory, we predict differences between rural and urban users and find strong evidence supporting our hypotheses. Namely, rural people articulate far fewer friends online, and those friends live much closer to home. Our results also indicate that the groups have substantially different gender distributions and use privacy features differently. We conclude by discussing design implications drawn from our findings; most importantly, designers should reconsider the binary friend-or-not model to allow for incremental&nbsp;trust-building.</p>
<p><a href="http://social.cs.uiuc.edu/people/gilbert/pub/chi08-rural-gilbert.pdf">Full paper as&nbsp;PDF</a></p>
<p>P.S. I am very happy to announce this paper—I&#8217;m especially proud of this work. And, yes, I reused the state highway sign from an earlier post. I love&nbsp;it!</p>
<p><strong>Update (Apr 14)</strong>: I just learned that <a href="http://www.danah.org/">danah boyd</a> included this paper in her <a href="http://www.danah.org/SNSResearch.html">bibliography</a> of research on social network sites. Thanks,&nbsp;danah!
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/21/paper-the-network-in-the-garden/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debate Diagrams: Primaries&#160;Visualization</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/20/debate-diagrams-unfinished</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/20/debate-diagrams-unfinished#comments</comments>
		<pubDate>Sun, 16 Dec 2007 18:24:38 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>visualization</category>

		<category>flex</category>

		<category>language</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=20</guid>
		<description><![CDATA[
I built Debate Diagrams to make sense of the Democratic primary debates. In such a crowded field, the candidates need to distinguish themselves: one strategy is direct comparison. Debate Diagrams parses the transcripts of 5 officially sanctioned Democratic debates to place an arc between two candidates when one mentions another by name. The arcs become [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://social.cs.uiuc.edu/people/gilbert/debatediagrams"><img title="debate diagrams" alt="debate diagrams" src="http://social.cs.uiuc.edu/people/gilbert/images/dd.png" /></a></p>
<p>I built Debate Diagrams to make sense of the Democratic primary debates. In such a crowded field, the candidates need to distinguish themselves: one strategy is direct comparison. Debate Diagrams parses the transcripts of 5 officially sanctioned Democratic debates to place an arc between two candidates when one mentions another by name. The arcs become denser as they continue doing&nbsp;it.</p>
<p>My visualization draws substantial inspiration from Martin Wattenberg&#8217;s fantastic piece, <a href="http://www.turbulence.org/Works/song/">The Shape of Song</a>. It also follows on the heels of a <a href="http://www.nytimes.com/interactive/2007/12/15/us/politics/DEBATE.html">similar visualization</a> produced by the NY Times for last Sunday&#8217;s paper. It&#8217;s my first project in&nbsp;<a href="http://www.adobe.com/products/flex/">Flex</a>.</p>
<p><a href="http://social.cs.uiuc.edu/people/gilbert/debatediagrams">Try the interactive&nbsp;version!</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/20/debate-diagrams-unfinished/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paper: Social Data Analysis&#160;Workshop</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/19/paper-social-data-analysis-workshop</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/19/paper-social-data-analysis-workshop#comments</comments>
		<pubDate>Mon, 03 Dec 2007 20:01:07 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>paper</category>

		<category>visualization</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=19</guid>
		<description><![CDATA[
image adapted from Many&#160;Eyes
Visualization Annotation at Internet Scale, Social Data Analysis Workshop, CHI 2008.

Abstract
Visualization annotation allows users to communicate within a visualization as opposed to outside it.  While effective in research settings, the technique has not found a home on today’s social data analysis sites. Scaling the technique to an Internet-sized audience represents the [...]]]></description>
			<content:encoded><![CDATA[<p><img title="codesaw screenshot" alt="codesaw screenshot" src="http://social.cs.uiuc.edu/people/gilbert/images/annotations.png" /><br />
<small>image adapted from Many&nbsp;Eyes</small></p>
<p><em>Visualization Annotation at Internet Scale, Social Data Analysis Workshop, CHI 2008.<br />
</em></p>
<p><strong>Abstract</strong><br />
Visualization annotation allows users to communicate within a visualization as opposed to outside it.  While effective in research settings, the technique has not found a home on today’s social data analysis sites. Scaling the technique to an Internet-sized audience represents the most significant obstacle to its wide-spread adoption. In this paper, we discuss the problem and propose four interaction techniques to help visualization annotation scale for a Web audience. Our designs strive for clarity of the underlying visualization while providing integrated and rapid feedback about&nbsp;annotations.</p>
<p><a href="http://social.cs.uiuc.edu/people/gilbert/pub/gilbert-sda-chi08.pdf">Full paper as&nbsp;PDF</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/19/paper-social-data-analysis-workshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visualizations of Race and Money in&#160;Chicago</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/16/working-title</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/16/working-title#comments</comments>
		<pubDate>Sat, 03 Nov 2007 01:31:17 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>visualization</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=16</guid>
		<description><![CDATA[
white and black workers in&#160;Chicago
I started a submission to the InfoVis 2006 contest last year, but I decided not to submit it a few weeks before the deadline. The code has hung around my Processing directory for over a year, untouched. During an after-class chat, I brought it up with Karrie and she suggested that [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="white and black workers" title="white and black workers" style="border: 1px solid #000000" src="http://social.cs.uiuc.edu/people/gilbert/images/race-3.png" /><br />
<small>white and black workers in&nbsp;Chicago</small></p>
<p>I started a submission to the <a href="http://sun.cs.lsus.edu/iv06/">InfoVis 2006 contest</a> last year, but I decided not to submit it a few weeks before the deadline. The code has hung around my Processing directory for over a year, untouched. During an after-class chat, I brought it up with Karrie and she suggested that I put it here. I decided not to submit mostly because I was a naive first-year student. (The data contains a significant amount of noise&thinsp;&#8212;&thinsp;the locations are not exact, for example&thinsp;&#8212;&thinsp;but the &#8220;triangulation&#8221; from many different individual surveys evens it out,&nbsp;IMO.)</p>
<p>The image above shows three screenshots from a visualization of white and black workers in Chicago. Chicago is a notoriously segregated city, and I was interested in whether jobs do anything to bring whites and blacks together. I extracted the data from the 1% PUMS Census dataset. The visualization makes the following mappings: worker&#8217;s home (center of circle), race (circle color), length of daily commute to work (size of circle, animates through the commute) and the aggregation of all workers in Chicago at any moment of the day. The visualization animates through time, but unfortunately I could not get Processing&#8217;s movie maker library to give me something&nbsp;presentable.</p>
<p><img alt="money in the city" title="money in the city" style="border: 1px solid #aaaaaa" src="http://social.cs.uiuc.edu/people/gilbert/images/money-3.png" /><br />
<small>the concentration of wealth in Chicago at different times of the&nbsp;day</small></p>
<p>The second image (above) remaps yearly salary to color (to the saturation of green, particularly). You can watch the city wake up, and you can see when the poor, the middle-class and the very wealthy stockbrokers leave for work in the morning. There is a substantial second-shift around 2:00 PM as well. (I wish the Census data included &#8220;return home&#8221; time too, but alas.) It&#8217;s really quite neat in animation: I included a little feature that highlights all the people just leaving for work, then fades them to their appropriate colors shortly&nbsp;thereafter.
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/16/working-title/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Grasses or&#160;Cords</title>
		<link>http://social.cs.uiuc.edu/people/gilbert/15/grasses-or-cords</link>
		<comments>http://social.cs.uiuc.edu/people/gilbert/15/grasses-or-cords#comments</comments>
		<pubDate>Fri, 02 Nov 2007 20:44:49 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category>visualization</category>

		<category>design</category>

		<guid isPermaLink="false">http://social.cs.uiuc.edu/people/gilbert/?p=15</guid>
		<description><![CDATA[
Living in the prairie, I like grasses. This weekend, I played around with code that generates a system of grass (or cords) bundles (like CAT5 cords). A sprig of grass usually joins an existing bundle, but with some very low probability will strike out on its own. Thick clumps have a higher probability of getting [...]]]></description>
			<content:encoded><![CDATA[<p><img title="bundles of cords (or grasses)" alt="bundles of cords (or grasses)" src="http://social.cs.uiuc.edu/people/gilbert/images/grasses-cords1.jpg" /></p>
<p>Living in the prairie, I like grasses. This weekend, I played around with <a title="Processing source code" href="http://social.cs.uiuc.edu/people/gilbert/cords.pde">code</a> that generates a system of grass (or cords) bundles (like CAT5 cords). A sprig of grass usually joins an existing bundle, but with some very low probability will strike out on its own. Thick clumps have a higher probability of getting new sprigs than thin clumps: a rich-get-richer scheme. Sprigs that do not attract any friends get killed off by a periodic layer of transparency. The three images above represent 3 different experiments to distribute the clumps: dense noise, sparse randomness and dense randomness. No data&#8230;just something to do besides read research papers for a&nbsp;while.
</p>
]]></content:encoded>
			<wfw:commentRss>http://social.cs.uiuc.edu/people/gilbert/15/grasses-or-cords/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
