User:Carl Boettiger/Notebook/Comparative Phylogenetics/2010/08/31

From OpenWetWare
Jump to navigationJump to search
Comparative Phylogenetics Main project page
Previous entry      Next entry

Tuesday

Much of today's activity included in yesterday's.

Recording Reading

Still looking for a good way to capture time snapshots of what I've read. Perhaps the Mendeley API will have a good solution. Here I try twapper-keeper to create an rss of my tweets on a given day, and the google api, but not very ideal solutions. Checked a variety of ways to filter rss feeds by date so that it would just show the current ones, none seem to manage this though.


<xfeeds> http://twapperkeeper.com/rss.php?type=person&name=cboettig&sm=8&sd=31&sy=2010&em=9&ed=1&ey=2010&o=a&l=500&text= </xfeeds>


<html>

 <div id="feed-control">
   <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
 </div>


 <script src="http://www.google.com/jsapi?key=notsupplied-wizard"
   type="text/javascript"></script>
 <script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
   type="text/javascript"></script>
 <style type="text/css">
   @import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
 </style>
 <script type="text/javascript">
   function LoadDynamicFeedControl() {
     var feeds = [

{title: 'cboettig', url: 'http://friendfeed.com/cboettig?format=atom' }];

     var options = {
       stacked : true,
       horizontal : true,
       title : ""
     }
     new GFdynamicFeedControl(feeds, 'feed-control', options);
   }
   // Load the feeds API and set the onload callback.
   google.load('feeds', '1');
   google.setOnLoadCallback(LoadDynamicFeedControl);
 </script>


</html>