I’ve been playing around with a cool JavaScript library called MultiGraph which lets you interact with graphical data embedded in a blog post. The data format is a simple little xml file called a “MUGL“. Here’s a sample that took all of about 10 minutes to create:
Note that you can pan and zoom in on the data. For those readers who are interested, this data is the Oxygen-Oxygen pair distribution function, \(g_{OO}(r)\), for liquid water that was inferred from X-ray scattering data from G. Hura, J. M. Sorenson, R. M. Glaeser, and T. Head-Gordon, J. Chem. Phys. 113(20), pp. 9140-9148 (2000).
Inserting this into the blog post involved uploading two files, the javascript library itself and the MUGL file. After those were in place, there were only two lines that needed to be added to the blog post:
<script type="text/javascript" src="http://www.openscience.org/blog/wp-content/uploads/2013/05/multigraph-min.js"></script>
<div class="multigraph" data-height="300" data-src="http://www.openscience.org/blog/wp-content/uploads/2013/05/gofrmugl.xml" data-width="500"></div>
One thing that would be nice would be a way to automate the process of going from an xmgrace file directly to the MUGL format.

Yesterday’s
This news comes by way of John Parkhill, my new colleague here at Notre Dame.
March 14th is \(\pi\)-day in the US (and perhaps \(4.\overline{666}\) day in Europe). The idea of a day devoted to celebrating an important irrational number is wonderful — I’d love to see schools celebrate 


