<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Structure+Strangeness</title>
<link>http://cs.unm.edu/~aaron/blog/</link>
<description></description>
<copyright>Copyright 2009</copyright>
<lastBuildDate>Tue, 17 Nov 2009 16:33:19 -0700</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.14</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>How big is a whale?</title>
<description><![CDATA[<p>One thing I've been working on recently is a project about <a href="http://en.wikipedia.org/wiki/Whales">whale</a> evolution [1]. Yes, whales, those massive and inscrutable aquatic mammals that are apparently <a href="http://en.wikipedia.org/wiki/Star_Trek_IV:_The_Voyage_Home">the key to saving the world</a> [2]. They've also been called the <a href="http://www.jstor.org/stable/1314008">poster child of macroevolution</a>, which is why I'm interested in them, due to their being so incredibly different from <a href="http://en.wikipedia.org/wiki/Even-toed_ungulate">their closest living cousins</a>, who still have four legs and nostrils on the front of their face.</p>

<p><img src="http://i79.photobucket.com/albums/j129/Volcanoes9/WHALES/BlueWhale.jpg" width=135 height=92> <img src="http://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2008/04/17/dolphin11a.jpg" width=153 height=92> <img src="http://www.itthai.net/wp-content/uploads/2009/07/Humpback-whale.jpg" width=138 height=92> <img src="http://www.taisha.org/test/jryd/photo/2008F05F27816836283.jpg" width=133 height=92> <img src="http://www.taisha.org/test/jryd/photo/2008F05F27816836281.jpg" width=133 height=92> <img src="http://www.irreplaceablewild.org/media/gallery/narwhals_closeup.jpg" width=138 height=92> <img src="http://www.botswanagallery.org/thesis/A/img2/amazon-river-dolphin.jpg" width=156 height=92> <img src="http://www.afsc.noaa.gov/Quarterly/amj2005/images/killerwhales.jpg" width=132 height=92></p>

<p>Part of this project requires understanding something about how whale size (mass) and shape (length) are related. This is because in some cases, it's possible to get a notion of how <i>long</i> a whale is (for example, a long dead one buried in <a href="http://en.wikipedia.org/wiki/Miocene">Miocene</a> sediments), but it's generally very hard to estimate how heavy it is. [3]</p>

<p>This goes back to an old question in animal morphology, which is whether size and shape are related geometrically or elastically. That is, if I were to double the mass of an animal, would it change its body shape in all directions at once (geometric) or mainly in one direction (elastic)? For some species, like snakes and cloven-hoofed animals (like cows), change is mostly elastic; they mainly get longer (snakes) or wider (bovids, and, some would argue, <a href="http://en.wikipedia.org/wiki/Obesity">humans</a>) as they get bigger.</p>

<p>About a decade ago, Marina Silva [4], building on earlier work [5], tackled this question quantitatively for about 30% of all mammal species and, unsurprisingly I think, showed that mammals tend grow geometrically as they change size. In short, yes, <a href="http://en.wikipedia.org/wiki/Spherical_cow">mammals are generally spheroids</a>, and L = (const.) x M^(1/3). This model is supposed to be even better for whales: because they're basically neutrally buoyant in water, gravity plays very little role in constraining their shape, and thus there's less reason for them to deviate from the geometric model [6].</p>

<p>Collecting data from primary sources on the length and mass of living whale species, I decided to reproduce Silva's analysis [7]. In this case, I'm using about 2.5 times as much data as Silva had (n=31 species versus n=77 species), so presumably my results are more accurate. Here's a plot of log mass versus log length, which shows a pretty nice allometric scaling relationship between mass (in grams) and length (in meters):</p>

<center><img src="http://cs.unm.edu/~aaron/images/blogstuff/whales_MvL.png" width=448 height=337></center>

<p>Aside from the fact that mass and length relate very closely, the most interesting thing here is that the estimated scaling exponent is <i>less than 3</i>. If we take the geometric model at face value, then we'd expect the mass of a whole whale to simply be its volume times its density, or</p>

<center><img src="http://cs.unm.edu/~aaron/images/blogstuff/whale_spheroid.png" width=349 height=45></center>

<p>where k_1 and k_2 scale the lengths of the two minor axes (its widths, front-to-back and left-to-right) relative to the major axis (its length L, nose-to-tail), and the trailing constant is the density of whale flesh (here, assumed to be the density of water) [8].</p>

<p>If the constants k_1 and k_2 are the same for all whales (the simplest geometric model), then we'd expect a cubic relation: M = (const.) x L^3. But, our measured exponent is less than 3. So, this implies that k_1 and k_2 cannot be constants, and must instead increase slightly with greater length L. Thus, as a whale gets longer, it gets wider less quickly than we expect from simple geometric scaling. But, that being said, we can't completely rule out the hypothesis that the scatter around the regression line is obscuring a beautifully simple cubic relation, since the 95% confidence intervals around the scaling exponent do actually include 3, but just barely: (2.64, 3.01).</p>

<p>So, the evidence is definitely in the direction of a geometric relationship between a whale's mass and length. That is, to a large extent, a <a href="http://www.google.com/search?client=safari&rls=en&q=blue+whale&ie=UTF-8&oe=UTF-8">blue whale</a>, which can be 80 feet long (25m), is just a really(!) big <a href="http://www.google.com/search?hl=en&client=safari&rls=en&q=bottlenose+dolphin&aq=0&oq=bottlen&aqi=g10">bottlenose dolphin</a>, which are usually only 9 feet long (2.9m). That being said, the support for the most simplistic model, i.e., strict geometric scaling with constant k_1 and k_2, is marginal. Instead, something slightly more complicated happens, with a whale's circumference growing more slowly than we'd expect. This kind of behavior could be caused by a mild pressure toward more hydrodynamic forms over the simple geometric forms, since the drag on a longer body should be slightly lower than the drag on a wider body.</p>

<p>Figuring out if that's really the case, though, is beyond me (since I don't know anything about hydrodynamics and drag) and the scope of the project. Instead, it's enough to be able to make a relatively accurate estimation of body mass M from an estimate of body length L. Plus, it's fun to know that big whales are mostly just scaled up versions of little ones.</p>

<p>More about why exactly I need estimates of body mass for will have to wait for another day.</p>

<p><b>Update 17 Nov. 2009</b>: Changed the 95% CI to 3 significant digits; tip to Cosma.</p>

<p>-----</p>

<p>[0] The pictures are, left-to-right, top-to-bottom: blue whale, bottlenose dolphin, humpback whale, sperm whale, beluga, narwhal, Amazon river dolphin, and killer whale.</p>

<p>[1] Actually, I mean <a href="http://en.wikipedia.org/wiki/Cetacea">Cetaceans</a>, but to keep things simple, I'll refer to whales, dolphins, and porpoises as "whales".</p>

<p>[2] Thankfully, the project doesn't involve <i>networks</i> of whales... If that sounds exciting, try this: D. Lusseau et al. "<a href="http://www.springerlink.com/content/pepxvj4lu42ur2gw/">The bottlenose dolphin community of Doubtful Sound features a large proportion of long-lasting associations. Can geographic isolation explain this unique trait?</a>" <i>Behavioral Ecology and Sociobiology</i> <b>54</b>(4): 396-405 (2003).</p>

<p>[3] For a terrestrial mammal, it's possible to estimate body size from the shape of its teeth. Basically, mammalian teeth (unlike reptilian teeth) are highly differentiated and certain aspects of their shape correlate strongly with body mass. So, if you happen to find the first molar of a long dead terrestrial mammal, there's a biologist somewhere out there who can tell you both how much it weighed and what it probably ate, even if the tooth is the only thing you have. Much of what we know about mammals from the Jurassic and Triassic, when dinosaurs were dominant, is derived from fossilized teeth rather than full skeletons.</p>

<p>[4] Silva, "<a href="http://www.jstor.org/stable/1382839">Allometric scaling of body length: Elastic or geometric similarity in mammalian design</a>." <i>J. Mammology</i> <b>79</b>, 20-32 (1998).</p>

<p>[5] Economos, "<a href="http://dx.doi.org/10.1016/0022-5193(83)90206-0">Elastic and/or geometric similarity in mammalian design?</a>" <i>J. Theoretical Biology</i> <b>103</b>, 167-172 (1983).</p>

<p>[6] Of course, fully aquatic species may face other biomechanical constraints, due to the drag that water exerts on whales as they move.</p>

<p>[7] Actually, I did the analysis first and then stumbled across her paper, discovering that I'd been scooped more than a decade ago. Still, it's nice to know that this has been looked at before, and that similar conclusions were arrived at.</p>

<p>[8] Blubber has a slight positive buoyancy, and bone has a negative buoyancy, so this value should be pretty close to the true average density of a whale.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/11/how_big_is_a_wh_1.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/11/how_big_is_a_wh_1.htm</guid>
<category>Evolution</category>
<pubDate>Tue, 17 Nov 2009 16:33:19 -0700</pubDate>
</item>
<item>
<title>Power laws and all that jazz, redux</title>
<description><![CDATA[<p>Long time readers will be very familiar with my interest in <a href="http://www.santafe.edu/~aaronc/powerlaws/">power-law distributions</a> (for instance, <a href="http://cs.unm.edu/~aaron/blog/archives/2008/10/power_laws_in_t.htm">here</a> and <a href="http://cs.unm.edu/~aaron/blog/archives/2007/06/power_laws_and_1.htm"> here</a>). So, I'm happy (and relieved) to report that my review article, with <a href="http://www.cscs.umich.edu/~crshalizi/weblog/">Cosma Shalizi</a> and <a href="http://www-personal.umich.edu/~mejn/">Mark Newman</a>, on methods for fitting and validating power-law distributions in empirical data has finally appeared in print over at <i>SIAM Review</i>. Given that this project started back in <a href="http://arxiv.org/abs/physics/0502014">late 2004</a> for me, it's very pleasing to see the finished product in print. This calls for a celebration, for sure.</p>

<p>A. Clauset, C. R. Shalizi and M. E. J. Newman. "<a href="http://dx.doi.org/10.1137/070710111">Power-law distributions in empirical data</a>." <i>SIAM Review</i> <b>51</b>(4), 661-703 (2009). (<a href="http://www.santafe.edu/~aaronc/powerlaws/">Download the code</a>.)</p>

<p class="blockquote"> Power-law distributions occur in many situations of scientiﬁc interest and have signiﬁcant consequences for our understanding of natural and man-made phenomena. Unfortunately, the detection and characterization of power laws is complicated by the large ﬂuctuations that occur in the tail of the distribution -- the part of the distribution representing large but rare events -- and by the diﬃculty of identifying the range over which power-law behavior holds. Commonly used methods for analyzing power-law data, such as least-squares ﬁtting, can produce substantially inaccurate estimates of parameters for power-law distributions, and even in cases where such methods return accurate answers they are still unsatisfactory because they give no indication of whether the data obey a power law at all. Here we present a principled statistical framework for discerning and quantifying power-law behavior in empirical data. Our approach combines maximum-likelihood ﬁtting methods with goodness-of-ﬁt tests based on the Kolmogorov–Smirnov (KS) statistic and likelihood ratios. We evaluate the eﬀectiveness of the approach with tests on synthetic data and give critical comparisons to previous approaches. We also apply the proposed methods to twenty-four real-world data sets from a range of diﬀerent disciplines, each of which has been conjectured to follow a power-law distribution. In some cases we ﬁnd these conjectures to be consistent with the data, while in others the power law is ruled out. </p>

<p>Here's a brief summary of the 24 data sets we looked at, and our conclusions as to how much statistical support there is in the data for them to follow a power-law distribution:</p>

<p><b>Good</b>:<br />
frequency of words (Zipf's law)</p>

<p><b>Moderate</b>:<br />
frequency of bird sightings<br />
size of blackouts<br />
book sales<br />
population of US cities<br />
size of religions<br />
severity of inter-state wars<br />
number of citations<br />
papers authored <br />
protein-interaction degree distribution<br />
severity of terrorist attacks</p>

<p><b>With an exponential cut-off</b>:<br />
size of forest fires<br />
intensity of solar flares<br />
intensity of earthquakes (Gutenberg-Richter law)<br />
popularity of surnames<br />
number of web hits<br />
number of web links, with cut-off<br />
Internet (AS) degree distribution <br />
number of phone calls<br />
size of email address book<br />
number of species per genus</p>

<p><b>None</b>:<br />
HTTP session sizes<br />
wealth<br />
metabolite degree distribution</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/11/power_laws_and.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/11/power_laws_and.htm</guid>
<category>Complex Systems</category>
<pubDate>Thu, 12 Nov 2009 08:19:11 -0700</pubDate>
</item>
<item>
<title>Things to read while the simulator runs; part 8</title>
<description><![CDATA[<p><b>1.</b><br />
While chatting with <a href="http://www.jakehofman.com/">Jake Hofman</a> the other day, he pointed me to <a href="http://overstated.net/2009/03/09/maintained-relationships-on-facebook">some analysis by the Facebook Data Team about the way people use online social networks</a>. One issue that seems to come up pretty regularly with Facebook is how many of your "friends" are "real" in some sense (for instance, this came up on a radio show this morning, and my wife routinely teases me for having nearly 400 "friends" on Facebook).</p>

<p>The answer, according to the Facebook Data Team, is that while it depends on how you define "real," with access to the underlying data, you can pretty clearly see how much interaction actually flows across the different links. One neat thing they found (within a lot of interesting analysis) is that the amount of interaction across all your connections scales up with the number of connections you have. That is, the more friends you have, the more friends you interact with. (It can't be a linear relationship, though, since otherwise, people with 1000s of friends would be spending all of their free time on Facebook... oh wait, some people actually do that.)</p>

<p><b>2.</b><br />
A related point that I've found myself discussing several times recently with my elders (some of whom I think are, at some level, alienated and befuddled by computer and Web technology), is whether Facebook (or, technology in general) increases social isolation, and thus is leading to some kind of collapse of civil society. I've argued passionately that it's human nature to be social and thus extremely unlikely that technology alone is having this effect, and that technology instead actually facilitates social interactions, allowing people to be even more social overall (even if they may spend slightly less time face-to-face) than before. Mobile phones are my favorite example of social facilitation, since they allow people to interact with their friends in situations when previously they could not (e.g., standing in line at the bank, walking around town, etc.), even if occasionally it leads to ridiculous situations like two people sitting next to each other, but each texting or talking on their phones with people elsewhere.</p>

<p>And, just in time to bolster my arguments, The <a href="http://www.pewinternet.org/Reports/2009/18--Social-Isolation-and-New-Technology.aspx">Pew Internet and American Life Project released a study</a> this week (also <a href="http://bits.blogs.nytimes.com/2009/11/05/does-technology-reduce-social-isolation/?hpw">discussed in the NYTimes</a>) showing that technology users are more social than non-technology users, and that other, non-technological trends are to blame for the apparent decrease in the size of (non-technology using) Americans' social circles over the past 20 years. Of course, access to and use of technology often correlates with affluence, so what really might be going on is that, <a href="http://www.ers.usda.gov/Publications/AP/AP036/AP036e.pdf">like with nutrition</a>, the affluent are <a href="http://en.wikipedia.org/wiki/Poverty_trap">better positioned to lead physically and socially healthy lives than the poor</a>.</p>

<p><b>3.</b><br />
Recently, for a project on evolution, I've been reading pretty deeply in the paleontology and marine mammal literature (more on that in the next post). The first thing that I noticed is how <b>easy</b> it is now to access vast amounts of scientific literature from the comfort of your office. Occasionally, I had to get up to see Margaret, our librarian, but most of the time I could get what I needed through electronic access. But, sometimes I would encounter a <a href="http://en.wikipedia.org/wiki/Pay_wall">pay wall</a> that my institutional access wouldn't allow me to circumvent.</p>

<p>At first, it was extremely irritating and induced <a href="http://en.wikipedia.org/wiki/Open_access_(publishing)">open-access revolutionary spirits</a> in me. Then, I did what I suspect many of you have done, too, which is to ask my friends at other universities to try to get access to the paper using <i>their</i> institutional access, and to send me a copy. On a small scale, this is like asking your friends to share individual musical tracks with you. So, naturally, the logical solution to the problem is to make a P2P sharing system for scientific papers, right? Exactly. There's apparently already <a href="http://arstechnica.com/science/news/2009/10/med-students-hoist-p2p-jolly-roger-to-get-access-to-papers.ars">such a system for mainly medical papers</a>, but I think the time is ripe for something more ambitious. Given what's been learned about how to run a good P2P system for music, it should be pretty simple to develop a good system (<a href="http://en.wikipedia.org/wiki/Chord_(peer-to-peer)">distributed, searchable, scalable</a>) for sharing PDFs of journal papers, right? I can't wait until the academic publishing industry starts suing researchers for sharing papers...</p>

<p><b>4.</b><br />
If you're male, when you use a public restroom, what do you think about for those  seconds while your body is busy but your mind is free to wander? Randall Munroe, of <a href="http://xkcd.com/">xkcd</a> fame, apparently, thinks about <a href="http://blag.xkcd.com/2009/09/02/urinal-protocol-vulnerability/">the mathematics of restroom awkwardness</a> and minimum awkward-ness packing arrangements for men using urinals. Who knew something so mundane could be so amusing?</p>

<p><b>5.</b><br />
Finally, this next bit is already almost a year old, but it's just so good. Remember last year when the media when predictably bonkers over two studies, by Nicholas Christakis and James Fowler, showing that <a href="http://www.reuters.com/article/domesticNews/idUSTRE4B400H20081205">happiness</a> and <a href="http://ucsdnews.ucsd.edu/newsrel/soc/07-07obesityik-.asp">obesity</a> were (socially) contagious? That is, if you're depressed, you can blame your friends for not cheering you up, and if you're fat, you can blame your friends for making you eat poorly. (Or, wait, maybe it's that misery loves company...?) Shortly after those studies hit the media, a wonderful followup study was published by <a href="http://ecohencole.weebly.com/">Cohen-Cole</a> and <a href="http://publichealth.yale.edu/faculty/fletcher.html">Fletcher</a>. Their study used the same techniques as Christakis and Fowler and showed that <a href="http://dx.doi.org/10.1136/bmj.a2533">acne, headaches and height are also socially contagious!</a> If only we had the data, I'm sure social network analysis could be show that hair color, IQ and wealth are socially contagious, too. Their concluding thoughts say it all, really:</p>

<p class="blockquote">There is a need for caution when attributing causality to correlations in health outcomes between friends using non-experimental data. Confounding is only one of many empirical challenges to estimating social network effects, but researchers do need to attempt to minimise its impact. Thus, while it will probably not be harmful for policy makers and clinicians to attempt to use social networks to spread the benefits of health interventions and information, the current evidence is not yet strong enough to suggest clear evidence based recommendations. There are many unanswered questions and avenues for future research, including use of more robust empirical methods to assess social network effects, crafting and implementing additional empirical solutions to the many difficulties with this research, and further understanding of how social networks are formed and operate.</p>

<p>E. Cohen-Cole and J. M. Fletcher, "<a href="http://dx.doi.org/10.1136/bmj.a2533 ">Detecting implausible social network effects in acne, height, and headaches: longitudinal analysis.</a>" <i>BMJ</i> <b>337</b>, a2533 (2008).</p>

<p><b>Update 10 Nov.</b>: <a href="http://judson.blogs.nytimes.com/2009/11/10/social-medicine/">Oh jeez.</a> Olivia Judson, <a href="http://arstechnica.com/science/news/2009/11/examining-science-on-the-fringes-vital-but-generally-wrong.ars">please get a clue</a>.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/11/things_to_read_8.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/11/things_to_read_8.htm</guid>
<category>Things to Read</category>
<pubDate>Fri, 06 Nov 2009 08:19:27 -0700</pubDate>
</item>
<item>
<title>The trouble with community detection</title>
<description><![CDATA[<p>I'm a little (a month!) late in posting it, but here's a new paper, largely by my summer student <a href="http://nic-nac-project.de/~bgood/">Ben Good</a>, about the trouble with community detection algorithms.</p>

<p>The short story is that the popular quality function called "modularity" (invented by <a href="http://www-personal.umich.edu/~mejn/">Mark Newman</a> and <a href="http://terpconnect.umd.edu/~girvan/">Michelle Girvan</a>) admits serious degeneracies that make it somewhat impractical to use in situations where the network is large or has a non-trivial number of communities (a.k.a. modules). At the end of the paper, we briefly survey some ways to potentially mitigate this problem in practical contexts.</p>

<p><b><a href="http://arxiv.org/abs/0910.0165">The performance of modularity maximization in practical contexts</a></b></p>

<p>Benjamin H. Good, Yves-Alexandre de Montjoye, Aaron Clauset, <a href="http://arxiv.org/abs/0910.0165">arxiv:0910.0165</a> (2009).</p>

<p class="blockquote">Although widely used in practice, the behavior and accuracy of the popular module identification technique called modularity maximization is not well understood. Here, we present a broad and systematic characterization of its performance in practical situations. First, we generalize and clarify the recently identified resolution limit phenomenon. Second, we show that the modularity function Q exhibits extreme degeneracies: that is, the modularity landscape admits an exponential number of distinct high-scoring solutions and does not typically exhibit a clear global maximum. Third, we derive the limiting behavior of the maximum modularity Q_max for infinitely modular networks, showing that it depends strongly on the size of the network and the number of module-like subgraphs it contains. Finally, using three real-world examples of metabolic networks, we show that the degenerate solutions can fundamentally disagree on the composition of even the largest modules. Together, these results significantly extend and clarify our understanding of this popular method. In particular, they explain why so many heuristics perform well in practice at finding high-scoring partitions, why these heuristics can disagree on the composition of the identified modules, and how the estimated value of Q_max should be interpreted. Further, they imply that the output of any modularity maximization procedure should be interpreted cautiously in scientific contexts. We conclude by discussing avenues for mitigating these behaviors, such as combining information from many degenerate solutions or using generative models.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/11/the_trouble_wit.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/11/the_trouble_wit.htm</guid>
<category>Networks</category>
<pubDate>Tue, 03 Nov 2009 08:55:21 -0700</pubDate>
</item>
<item>
<title>Happy halloween!</title>
<description><![CDATA[<p>Last year I was in New York City for Halloween. But, this year, I was at home, which meant it was time to <a href="http://cs.unm.edu/~aaron/blog/archives/2007/11/what_did_you_do.htm">carve another pumpkin</a>. This time, I made a starry night:</p>

<center><img src="http://cs.unm.edu/~aaron/images/blogstuff/pumpkin_2009.jpg"></center>

<p>(This was my first time using power tools to carve a pumpkin, and I have to say, they make it a lot easier and a lot more fun!)</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/10/happy_halloween.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/10/happy_halloween.htm</guid>
<category>Self Referential</category>
<pubDate>Sat, 31 Oct 2009 22:27:54 -0700</pubDate>
</item>
<item>
<title>Irony, tinged with truth</title>
<description><![CDATA[<p>During the G-20 protests in Pittsburgh held September 22-25, CMU machine learning students took to the streets to support their causes. "Support vector machines!" and "Ban genetic algorithms!", they demanded. "Bayesians against discrimination!", they cried. And my favorite of all:</p>

<center><img src="http://farm3.static.flickr.com/2603/3954695094_61d3b70f70.jpg"></center>

<p>Luckily, the news media, in the form of the indomitable John Oliver, were there to cover and support the efforts. (And thus these savvy protesters made it on the <a href="http://www.thedailyshow.com/full-episodes/250815/thu-october-1-2009-joy-behar">Oct. 1 Daily Show</a> for about 3 seconds at the 9m11s mark; blink and you'll miss them.)</p>

<center><img src="http://farm3.static.flickr.com/2663/3954356450_b4ba4aa9e4.jpg"></center>

<p>Tip to <a href="http://www.jakehofman.com/">Jake Hofman</a> and <a href="http://www.cs.cmu.edu/~arthurg/">Arthur Gretton</a> (<a href="http://www.flickr.com/photos/30686429@N07/sets/72157622330082619/">whose photos</a> these are).</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/10/irony_tinged_wi.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/10/irony_tinged_wi.htm</guid>
<category>Humor</category>
<pubDate>Sat, 24 Oct 2009 09:53:25 -0700</pubDate>
</item>
<item>
<title>This is the life I&apos;ve chosen</title>
<description><![CDATA[<p>An oldie, but goodie: John Oliver reporting on how academia really works.</p>

<center><table style='font:11px arial; color:#333; background-color:#f5f5f5' cellpadding='0' cellspacing='0' width='360' height='353'><tbody><tr style='background-color:#e5e5e5' valign='middle'><td style='padding:2px 1px 0px 5px;'><a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com'>The Daily Show With Jon Stewart</a></td><td style='padding:2px 5px 0px 5px; text-align:right; font-weight:bold;'>Mon - Thurs 11p / 10c</td></tr><tr style='height:14px;' valign='middle'><td style='padding:2px 1px 0px 5px;' colspan='2'<a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/watch/wed-august-5-2009/human-s-closest-relative'>Human's Closest Relative<a></td></tr><tr style='height:14px; background-color:#353535' valign='middle'><td colspan='2' style='padding:2px 5px 0px 5px; width:360px; overflow:hidden; text-align:right'><a target='_blank' style='color:#96deff; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/'>www.thedailyshow.com</a></td></tr><tr valign='middle'><td style='padding:0px;' colspan='2'><embed style='display:block' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:240620' width='360' height='301' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed></td></tr><tr style='height:18px;' valign='middle'><td style='padding:0px;' colspan='2'><table style='margin:0px; text-align:center' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr valign='middle'><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/full-episodes'>Daily Show<br/> Full Episodes</a></td><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.indecisionforever.com'>Political Humor</a></td><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/videos/tag/health'>Health Care Crisis</a></td></tr></table></td></tr></tbody></table></center>

<p>If that's not enough hilarity about chimps vs. orangs, or, if you were really intrigued by the arguments in favor of orangs, <a href="http://evanhambrick.com/animalbooks/chimpanzees-or-orangutans-our-closests-relatives">read this</a>.</p>

<p>Tip to <a href="http://www.jakehofman.com/">Jake Hofman</a>.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/10/this_is_the_lif.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/10/this_is_the_lif.htm</guid>
<category>Simply Academic</category>
<pubDate>Sat, 24 Oct 2009 09:45:12 -0700</pubDate>
</item>
<item>
<title>National Computer Science Education Week, or: It&apos;s About Time</title>
<description><![CDATA[<p>Is it cliche to say "it's about time"?</p>

<p>The <a href="http://www.acm.org/">ACM</a>, with Microsoft, Google, Intel and some other organizations, managed to persuade the US Congress that Computer Science is a Good Thing(tm) and that it deserves some recognition for driving economic growth (you know, making things like medicine, movies, music, and cars) [1]. To recognize the goodness, Congress passed a resolution (<a href="http://thomas.loc.gov/home/gpoxmlc111/hr558_ih.xml">H. RES. 558</a>) to designate the week of December 7 as “<a href="http://www.acm.org/press-room/news-releases/cs-education-week/view">National Computer Science Education Week</a>.” [2]</p>

<p class="blockquote">
The resolution, H. RES. 558, sponsored by Congressmen <a href="http://www.house.gov/ehlers/">Vernon Ehlers</a> (R-MI) and <a href="http://polis.house.gov/">Jared Polis</a> (D-CO) [3], designates the week of December 7 as “National Computer Science Education Week.”  Citing the influence of computing technology as a significant contributor to U.S. economic output, the House resolution calls on educators and policymakers to improve computer science learning at all educational levels, and to motivate increased participation in computer science.
</p>

<p class="blockquote">
 “Increasing energy efficiency, advancing healthcare, and improving communication in the digital age are just a few of the national priorities that depend on computer science, which Congress has recognized.  Computer science teaches students design, logical reasoning, and problem-solving – all skills that have value well beyond the classroom,” said Rick Rashid, senior vice president of Research for Microsoft.  </p>

<p class="blockquote">
“Despite serious economic challenges confronting the nation, computer science-related jobs are among the fastest-growing and highest paying over the next decade,” said Alfred Spector, vice president of Research and Special Initiatives at Google, Inc.  “These times require an increasing supply of diverse students exposed to rigorous and engaging computing courses at the K-12 level, and National Computer Science Education Week can help to reinforce this effort.” </p>

<p>Good fanfare, and good effort for sure. It's a small gesture really, but I guess it does give organizations like the ACM a hook to hang their public campaigns on. And for sure, education about computers, computer science, and their use (and abuse) in society is something the public could do with some educating on.</p>

<p>Tip to <a href="http://compbio.cs.uic.edu/~tanya/">Tanya Berger-Wolf</a>.</p>

<p>-----</p>

<p>[1] Thankfully, they didn't mention that computer science and computers have also produced massive amounts of wasted time, the <a href="http://www.salary.com/careers/layouthtmls/crel_display_nocat_Ser374_Par555.html">estimation of which</a> never ceases to amuse me. (If you'd like to estimate it for yourself, try <a href="http://www.psfk.com/2009/07/firefox-plugin-tracks-time-and-money-wasted-surfing-the-net-at-work.html">this</a>.)</p>

<p>[2] In a fit of gender-neutrality (something Computer Science is <a href="http://en.wikipedia.org/wiki/Turing_Award">not</a> <a href="http://www.eetimes.com/news/latest/showArticle.jhtml?articleID=197008156">known</a> <a href="http://cra-w.org/index.php?q=stat">for</a>), the date was chosen to honor <a href="http://en.wikipedia.org/wiki/Grace_Hopper">Grace Hopper</a>, who wrote the first compiler and helped invent the indispensable <a href="http://en.wikipedia.org/wiki/COBOL">COBOL</a>, in addition to being a Rear Admiral in the Navy, and having a <a href="http://en.wikipedia.org/wiki/USS_Hopper_(DDG-70)">Naval destroyer</a> named after her.</p>

<p>[3] Incidentally, I was very happy to discover that Mr. Polis represents the 2nd District of Colorado, and he'll be my representative once I move to Boulder next summer.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/10/national_comput.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/10/national_comput.htm</guid>
<category>Computer Science</category>
<pubDate>Thu, 22 Oct 2009 13:19:23 -0700</pubDate>
</item>
<item>
<title>Machinima meets science geekery</title>
<description><![CDATA[<p>Very poetic.</p>

<p>We are all connected (ft. Sagan, Feynman, deGrasse Tyson & Bill Nye)</p>

<center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XGK84Poeynk&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XGK84Poeynk&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center>

<p><br />
Tip to <a href="http://www.santafe.edu/~moore/">Cris Moore</a>.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/10/machinima_meets.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/10/machinima_meets.htm</guid>
<category>Pleasant Diversions</category>
<pubDate>Wed, 21 Oct 2009 10:27:24 -0700</pubDate>
</item>
<item>
<title>Be a postdoc at SFI</title>
<description><![CDATA[<p>It's that time of year again: SFI is hiring new postdocs.</p>

<p>Appointments begin Fall 2010. As a current postdoc, I can tell you that SFI is an exceptionally good place to spend a few years doing research. It's not for everyone, but if you do your best work in unstructured environments, have a good nose for asking fundamental questions, and are comfortable working in a highly interdisciplinary environment, then it's hard to beat the freedom and resources SFI provides.</p>

<p>This year's deadline is November 2.</p>

<p class="blockquote">The Santa Fe Institute (SFI) will be selectively seeking applications for Omidyar Fellows for 2011, starting in the Fall of 2010.  Fellows are appointed for up to three years during which they pursue research questions of their own design and are encouraged to transcend disciplinary lines. SFI’s unique structure and resources enable Fellows to collaborate with members of the SFI faculty, other Fellows, and researchers from around the world.</p>

<p class="blockquote">As the leader in multidisciplinary research, SFI has no formal programs or departments and we accept applications from any field. Research topics span the full range of natural and social sciences and often make connections with the humanities. Most research at SFI is theoretical and/or computational in nature, although some research includes an empirical component in collaboration with other institutions. Descriptions of the research themes and interests of the faculty and current Fellows can be found at <a href="http://www.santafe.edu/research/">http://www.santafe.edu/research/</a>. </p>

<p class="blockquote"><b>Benefits:</b> The compensation package includes a competitive salary and excellent health and retirement benefits. As full participants in the SFI community, Fellows are encouraged to invite speakers, organize workshops and working groups, and engage in research outside their fields. Funds are available to support this full range of research activities.</p>

<p class="blockquote"><b>Requirements:</b>  SFI is known for its catalytic research environment and applicants must demonstrate the potential to contribute to this community. Candidates must have a Ph.D. (or expect to receive one by September 2010), an exemplary academic record, and a proven ability to work independently. We expect a demonstrated interest in multidisciplinary research and evidence of the ability to think outside traditional paradigms. </p>

<p class="blockquote"> <b>Applications:</b>Applications are welcome from candidates in any country. Successful foreign applicants must acquire an acceptable visa (usually a J-1) as a condition of employment. Women and minorities are especially encouraged to apply. SFI is an equal opportunity employer. </p>

<p class="blockquote">TO APPLY: View the full position announcement and application instructions at <a href="http://www.santafe.edu/education/fellowships-postdoctoral.php">www.santafe.edu/education/fellowships-postdoctoral.php</a>. Application due by November 2, 2009.  For further information, email ofellowshipinfo@santafe.edu.</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/09/be_a_postdoc_at.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/09/be_a_postdoc_at.htm</guid>
<category>Complex Systems</category>
<pubDate>Fri, 18 Sep 2009 11:01:27 -0700</pubDate>
</item>
<item>
<title>But it makes so much sense</title>
<description><![CDATA[<center><img src="http://imgs.xkcd.com/comics/extrapolating.png" width=360 height=224 title="By the third trimester, there will be hundreds of babies inside you."></center>

<p>This is a little extreme, but to be honest, scientists also love to extrapolate, and <a href="http://en.wikipedia.org/wiki/The_Singularity_Is_Near">some of what they say</a> is <b>not much better</b> than this...</p>

<p>(thanks <a href="http://xkcd.com/">xkcd</a>)</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/07/but_it_makes_so.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/07/but_it_makes_so.htm</guid>
<category>Humor</category>
<pubDate>Fri, 03 Jul 2009 09:35:27 -0700</pubDate>
</item>
<item>
<title>A &quot;Baloney&quot; Detection Ket</title>
<description><![CDATA[<center><object width="425" height="349"><param name="movie" value="http://www.youtube.com/v/eUB4j0n2UDU&rel=0&border=1&color1=0x3a3a3a&color2=0x999999&hl=en&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/eUB4j0n2UDU&rel=0&border=1&color1=0x3a3a3a&color2=0x999999&hl=en&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="349"></embed></object></center>

<p>I like this.</p>

<p>(tip to <a href="http://onegoodmove.org/1gm/">onegoodmove</a>)</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/06/a_baloney_detec.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/06/a_baloney_detec.htm</guid>
<category>Scientifically Speaking</category>
<pubDate>Sat, 27 Jun 2009 19:12:06 -0700</pubDate>
</item>
<item>
<title>Goodbye postdoc</title>
<description><![CDATA[<p>I'm happy to announce that after a great deal of thought and many conversations with my fiance Lisa [1], I've accepted a tenure-track faculty position in the <a href="http://www.cs.colorado.edu/">Computer Science Department at the University of Colorado, Boulder</a>. This position is part of the <a href="http://cimb.colorado.edu/">Colorado Initiative in Molecular Biotechnology</a>, which means I'll be hanging out a lot more with molecular biologists and other people who love to study <a href="http://cs.unm.edu/~aaron/blog/archives/things_that_go_squish/index.htm">things that go squish</a>. The CIMB is a great initiative that I think will suit me well: one of it's stated purposes is to bring together scientists from a wide variety of disciplines, including computer science, applied math, physics, chemistry, biology and ecology, and I like the inclusion of technology in its focus. Plus, Boulder seems like a great place to live.</p>

<p>The appointment starts in the Fall of 2010, which gives me another year to finish out my postdoc at the Santa Fe Institute, and, more importantly, to finish up a lot of the projects that I've started here on topics like macroevolution and the mathematics of terrorism. So, come Summer 2010, it'll be goodbye postdoc, and hello responsibility! Wish me luck!</p>

<p>-----</p>

<p>[1] Oh yeah. I'm getting married, too!</p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/05/goodbye_postdoc.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/05/goodbye_postdoc.htm</guid>
<category>Self Referential</category>
<pubDate>Fri, 22 May 2009 15:33:48 -0700</pubDate>
</item>
<item>
<title>John Oliver vs. The LHC</title>
<description><![CDATA[<p>Oh my.</p>

<center><table style='font:11px arial; color:#333; background-color:#f5f5f5' cellpadding='0' cellspacing='0' width='360' height='353'><tbody><tr style='background-color:#e5e5e5' valign='middle'><td style='padding:2px 1px 0px 5px;'><a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/'>The Daily Show With Jon Stewart</a></td><td style='padding:2px 5px 0px 5px; text-align:right; font-weight:bold;'>M - Th 11p / 10c</td></tr><tr style='height:14px;' valign='middle'><td style='padding:2px 1px 0px 5px;' colspan='2'><a target='_blank' style='color:#333; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/video/index.jhtml?videoId=225921&title=large-hadron-collider'>Large Hadron Collider</a></td></tr><tr style='height:14px; background-color:#353535' valign='middle'><td colspan='2' style='padding:2px 5px 0px 5px; width:360px; overflow:hidden; text-align:right'><a target='_blank' style='color:#96deff; text-decoration:none; font-weight:bold;' href='http://www.thedailyshow.com/'>thedailyshow.com</a></td></tr><tr valign='middle'><td style='padding:0px;' colspan='2'><embed style='display:block' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:225921' width='360' height='301' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed></td></tr><tr style='height:18px;' valign='middle'><td style='padding:0px;' colspan='2'><table style='margin:0px; text-align:center' cellpadding='0' cellspacing='0' width='100%' height='100%'><tr valign='middle'><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/full-episodes/index.jhtml'>Daily Show<br/> Full Episodes</a></td><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://www.thedailyshow.com/tagSearchResults.jhtml?term=Clusterf%23%40k+to+the+Poor+House'>Economic Crisis</a></td><td style='padding:3px; width:33%;'><a target='_blank' style='font:10px arial; color:#333; text-decoration:none;' href='http://blog.indecisionforever.com/2009/04/29/barack-obamas-first-100-days-in-100-seconds/'>First 100 Days</a></td></tr></table></td></tr></tbody></table></center>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/05/john_oliver_vs.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/05/john_oliver_vs.htm</guid>
<category>Humor</category>
<pubDate>Sat, 02 May 2009 17:52:04 -0700</pubDate>
</item>
<item>
<title>Conference: Harvard Political Networks</title>
<description><![CDATA[<p>This is the (I believe) the second annual Harvard conference on networks and political science. It's not an area I know much about, but the conference looks pretty good.</p>

<p><b><a href="http://www.hks.harvard.edu/netgov/html/colloquia_HPNC2009.htm">The Harvard Political Networks Conference</a></b></p>

<p>11 June -- 13 June 2009 at Harvard in Cambridge, MA</p>

<p><i>Organizers</i>: <a href="http://jhfowler.ucsd.edu">James H. Fowler</a> and <a href="http://davidlazer.com">David Lazer</a></p>]]></description>
<link>http://cs.unm.edu/~aaron/blog/archives/2009/04/conference_harv.htm</link>
<guid>http://cs.unm.edu/~aaron/blog/archives/2009/04/conference_harv.htm</guid>
<category>Conferences and Workshops</category>
<pubDate>Fri, 24 Apr 2009 08:25:21 -0700</pubDate>
</item>


</channel>
</rss>