<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
    <title>Eldan Goldenberg&apos;s lab notebook</title>
    <link>http://blog.case.edu/exg39/</link>
    <description>notes about my work and other peoples&apos;</description>
    <language>en-us</language>
    <pubDate>Thu, 22 Feb 2007 10:40:01 EST</pubDate>
    <lastBuildDate>Thu, 22 Feb 2007 10:40:01 EST</lastBuildDate>
    <managingEditor>eldan.goldenberg@case.edu</managingEditor>
    <webMaster>eldan.goldenberg@case.edu</webMaster>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Movable Type v3.121</generator>

        <item>
      <title>Why I found Collapse so depressing</title>
      <link>http://blog.case.edu/exg39/2007/02/22/why_i_found_collapse_so_depressing</link>
      <description>On Monday, Mano Singham wrote about The odd response to global warming warnings, and this reminded me that I never finished my response to Jared Diamond&apos;s Collapse. I finished reading the book some time ago, and unfortunately continued to be more convinced by the doom-and-gloom side of the argument...than the hopeful side.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/22/why_i_found_collapse_so_depressing</guid>
              <category domain="http://blog.case.edu/exg39/environment/index">environment</category>
              <category domain="http://blog.case.edu/exg39/politics/index">politics</category>
      
      <pubDate>Thu, 22 Feb 2007 10:40:01 EST</pubDate>
      <content:encoded><![CDATA[<p>On Monday, Mano Singham wrote about <a href="http://blog.case.edu/mxs24/2007/02/19/the_odd_response_to_global_warming_warnings">The odd response to global warming warnings</a>, and this reminded me that I  never finished <a href="http://blog.case.edu/exg39/2006/10/04/environmental_optimism">my response to Jared Diamond's <q>Collapse</q></a>.  I finished reading the book some time ago, and unfortunately continued to be <q>more convinced by the doom-and-gloom side of the argument...than the hopeful side</q>.  </p>]]></content:encoded>
    </item>
    <item>
      <title>Random number generators</title>
      <link>http://blog.case.edu/exg39/2007/02/19/random_number_generators</link>
      <description>Starting to use some tools I haven&apos;t used before for original work, I&apos;m wondering about details that didn&apos;t matter when I was only using Matlab for course exercises. Specifically, I&apos;m trying to figure out whether to trust its random number generator, considering that issues with the C++ random number generator have caused me trouble before, and in the near future I&apos;m likely to find myself using monte carlo methods to estimate the properties of systems.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/19/random_number_generators</guid>
              <category domain="http://blog.case.edu/exg39/tools/index">tools</category>
      
      <pubDate>Mon, 19 Feb 2007 14:42:59 EST</pubDate>
      <content:encoded><![CDATA[<p>Starting to use some tools I haven't used before for original work, I'm wondering about details that didn't matter when I was only using Matlab for course exercises.  Specifically, I'm trying to figure out whether to trust its random number generator, considering that issues with the C++ random number generator have caused me trouble before, and in the near future I'm likely to find myself using monte carlo methods to estimate the properties of systems.</p>]]></content:encoded>
    </item>
    <item>
      <title>Learning how to use some new tools</title>
      <link>http://blog.case.edu/exg39/2007/02/16/learning_how_to_use_some_new_tools</link>
      <description>Most of what I have accomplished in the past two weeks amounts to learning how to use the BN/PBN toolbox, and re-learning how to use Matlab. In a sense it&apos;s a bit frustrating&amp;#8212;all this time not actually progressing in research&amp;#8212;but it&apos;s also clearly necessary to do this sometimes. The experiment replication I had almost finished with yesterday is now up and running, and replicates the published results very neatly. It turns out that my error wasn&apos;t in the code itself, but a simple typo in the input matrix.... I&apos;ve also discovered that there is an existing function in the toolbox to do essentially the same thing as my code, which makes me feel a tad foolish, but really the point of the exercise was to learn the tools,... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/16/learning_how_to_use_some_new_tools</guid>
              <category domain="http://blog.case.edu/exg39/brainstorming/index">brainstorming</category>
              <category domain="http://blog.case.edu/exg39/tools/index">tools</category>
              <category domain="http://blog.case.edu/exg39/weekly_update/index">weekly update</category>
      
      <pubDate>Fri, 16 Feb 2007 17:35:35 EST</pubDate>
      <content:encoded><![CDATA[<p>Most of what I have accomplished in the past two weeks amounts to learning how to use the BN/PBN toolbox, and re-learning how to use Matlab.  In a sense it's a bit frustrating&#8212;all this time not actually progressing in research&#8212;but it's also clearly necessary to do this sometimes.</p>

<p>The <a href="http://blog.case.edu/exg39/2007/02/15/matlab_code_working">experiment replication</a> I had almost finished with yesterday is now up and running, and replicates the published results very neatly.  It turns out that my error wasn't in the code itself, but a simple typo in the input matrix....  I've also discovered that there is an existing function in the toolbox to do essentially the same thing as my code, which makes me feel a tad foolish, but really the point of the exercise was to learn the tools, so it wasn't entirely wasted effort.  I was going to try and do the same thing in C++, but I feel like now that I'm over the hump of working out how to use it, the BN/PBN toolbox saves so much wheel-reinvention that it's just foolish <i>not</i> to use it, so unless I can find a C/C++ library to do the same sort of thing I'll stick to what I know.</p>

<p>This means I'm ready to start doing some 'real' work next week, and I'll sketch out one idea for this work behind the cut.</p>]]></content:encoded>
    </item>
    <item>
      <title>Matlab code working</title>
      <link>http://blog.case.edu/exg39/2007/02/15/matlab_code_working</link>
      <description>It took me longer than I had intended, partly because I was re-learning to use Matlab and partly because I&apos;ve written something more general than I had originally set out to, but my attempt at replicating a GRN model from literature is up and running. I&apos;ve written some code that makes it easy for me to convert a list of &quot;Node A activates Node B and Node C inhibits it&quot; type interactions into a fully-specified GRN, and I&apos;m using that to try and replicate Li et al&apos;s yeast cell cycle network. So far, the network I have isn&apos;t behaving the same as the one reported in their paper, but I haven&apos;t done anywhere near enough debugging yet. I&apos;ll be spending tomorrow doing just that, because the chances are...</description>
      <guid>http://blog.case.edu/exg39/2007/02/15/matlab_code_working</guid>
              <category domain="http://blog.case.edu/exg39/status_reports/index">status reports</category>
              <category domain="http://blog.case.edu/exg39/tools/index">tools</category>
      
      <pubDate>Thu, 15 Feb 2007 18:35:12 EST</pubDate>
      <content:encoded><![CDATA[<p>It took me longer than I had intended, partly because I was re-learning to use Matlab and partly because I've written something more general than I had originally set out to, but my attempt at replicating a GRN model from literature is up and running.  I've written some code that makes it easy for me to convert a list of "Node A activates Node B and Node C inhibits it" type interactions into a fully-specified GRN, and I'm using that to try and replicate <a href="http://www.citeulike.org/user/eldan/article/1048296">Li et al</a>'s yeast cell cycle network.</p>

<p>So far, the network I have isn't behaving the same as the one reported in their paper, but I haven't done anywhere near enough debugging yet.  I'll be spending tomorrow doing just that, because the chances are the lack of correspondence between my results and theirs stems from a logic error in my code.</p>

<p>Oh, and it's been really nice interacting with Matlab again.  I had forgotten quite how much I liked it as a development environment.</p>]]></content:encoded>
    </item>
    <item>
      <title>Eberhart E. Fetz - Recurrent brain-computer interfaces</title>
      <link>http://blog.case.edu/exg39/2007/02/14/eberhart_e_fetz_recurrent_braincomputer_interfaces</link>
      <description>The third of last Thursday&apos;s talks was at the UW bioengineering department. Eberhart E. Fetz of the Washington National Primate Research Center presented current work on implantable brain-computer interfaces.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/14/eberhart_e_fetz_recurrent_braincomputer_interfaces</guid>
              <category domain="http://blog.case.edu/exg39/seminars/index">seminars</category>
      
      <pubDate>Wed, 14 Feb 2007 16:38:28 EST</pubDate>
      <content:encoded><![CDATA[<p>The third of last Thursday's talks was at the <a href="http://depts.washington.edu/bioe/">UW bioengineering department</a>.  <a href="http://depts.washington.edu/pbiopage/people_fac_page.php?fac_ID=12">Eberhart E. Fetz</a> of the <a href="http://www.wanprc.org/WaNPRC/">Washington National Primate Research Center</a> presented current work on implantable brain-computer interfaces.</p>]]></content:encoded>
    </item>
    <item>
      <title>Unmentionables</title>
      <link>http://blog.case.edu/exg39/2007/02/13/unmentionables</link>
      <description>I read a rather depressing article this morning: Evolution by Any Other Name: Antibiotic Resistance and Avoidance of the E-Word. The paper presented a [not exhaustive, but reasonably convincing] survey of articles about the phenomenon of antibiotic resistant pathogens, in which the authors found a striking difference between the use of language in the &apos;evolutionary&apos; literature versus papers in the &apos;biomedical&apos; literature.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/13/unmentionables</guid>
              <category domain="http://blog.case.edu/exg39/other_peoples_research/index">other people&apos;s research</category>
              <category domain="http://blog.case.edu/exg39/politics/index">politics</category>
      
      <pubDate>Tue, 13 Feb 2007 16:56:00 EST</pubDate>
      <content:encoded><![CDATA[<p>I read a rather depressing article this morning: <a href="http://biology.plosjournals.org/perlserv/?request=get-document&doi=10.1371/journal.pbio.0050030">Evolution by Any Other Name: Antibiotic Resistance and Avoidance of the E-Word</a>.  The paper presented a [not exhaustive, but reasonably convincing] survey of articles about the phenomenon of antibiotic resistant pathogens, in which the authors found a striking difference between the use of language in the 'evolutionary' literature versus papers in the 'biomedical' literature.</p>]]></content:encoded>
    </item>
    <item>
      <title>Visualising a cell</title>
      <link>http://blog.case.edu/exg39/2007/02/12/visualising_a_cell</link>
      <description>Just a short post to draw attention to something I was too impressed with to leave it on the linkblog only: A group at Harvard has put together an amazing animation of the inner life of the cell. There are also narrated versions here (all the Inner Life links; the &apos;speed&apos; refers to the connection speed they&apos;re targeted for), and a mostly-complete text description of what&apos;s going on here. Picked up from Livejournal user plantae, via tylik....</description>
      <guid>http://blog.case.edu/exg39/2007/02/12/visualising_a_cell</guid>
              <category domain="http://blog.case.edu/exg39/other_peoples_research/index">other people&apos;s research</category>
      
      <pubDate>Mon, 12 Feb 2007 18:40:39 EST</pubDate>
      <content:encoded><![CDATA[<p>Just a short post to draw attention to something I was too impressed with to leave it on the linkblog only:</p>

<p>A group at Harvard has put together an amazing animation of <a href="http://aimediaserver.com/studiodaily/videoplayer/?src=harvard/harvard.swf&width=640&height=520">the inner life of the cell</a>.  There are also narrated versions <a href="http://multimedia.mcb.harvard.edu/media.html">here</a> (all the <i>Inner Life</i> links; the 'speed' refers to the connection speed they're targeted for), and a mostly-complete text description of what's going on <a href="http://sparkleberrysprings.com/innerlifeofcell.html">here</a>.</p>

<p>Picked up from Livejournal user <a href="http://plantae.livejournal.com/70106.html">plantae</a>, via <a href="http://tylik.livejournal.com/569828.html">tylik</a>.</p>]]></content:encoded>
    </item>
    <item>
      <title>Fawwaz Ulaby - How Radar Connects to Carbon Economics</title>
      <link>http://blog.case.edu/exg39/2007/02/12/fawwaz_ulaby_how_radar_connects_to_carbon_economics</link>
      <description>Last Thursday I went to a Electrical Engineering colloquium at the UW. The speaker was Fawwaz Ulaby of the University of Michigan, and he presented a project based on using radar satellites to audit carbon sinks.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/12/fawwaz_ulaby_how_radar_connects_to_carbon_economics</guid>
              <category domain="http://blog.case.edu/exg39/environment/index">environment</category>
              <category domain="http://blog.case.edu/exg39/seminars/index">seminars</category>
      
      <pubDate>Mon, 12 Feb 2007 17:01:29 EST</pubDate>
      <content:encoded><![CDATA[<p>Last Thursday I went to a <a href="http://www.ee.washington.edu/research/colloquium/">Electrical Engineering colloquium</a> at the UW.  The speaker was <a href="http://sitemaker.umich.edu/fawwaz.ulaby/home">Fawwaz Ulaby</a> of the University of Michigan, and he presented a project based on using radar satellites to audit carbon sinks.</p>]]></content:encoded>
    </item>
    <item>
      <title>Incremental progress</title>
      <link>http://blog.case.edu/exg39/2007/02/09/incremental_progress</link>
      <description>I didn&apos;t get quite as much done this week as I was hoping, because I underestimated the speed difference between working in an environment I&apos;m used to (C++ with header files I&apos;ve been using for 3 years) and one I&apos;m not (Matlab with a toolbox I first looked at last week). I&apos;m not unhappy with my progress, all told, but I was being a little overoptimistic when I set my goals for this week. Both the literature survey and the GRN model are under way, and I do at least feel like I know what I&apos;m doing with both now. It&apos;s just going to take me another day or two till I have anything to show for that....</description>
      <guid>http://blog.case.edu/exg39/2007/02/09/incremental_progress</guid>
              <category domain="http://blog.case.edu/exg39/weekly_update/index">weekly update</category>
      
      <pubDate>Fri, 09 Feb 2007 19:23:52 EST</pubDate>
      <content:encoded><![CDATA[<p>I didn't get quite as much done this week as I was hoping, because I underestimated the speed difference between working in an environment I'm used to (C++ with header files I've been using for 3 years) and one I'm not (Matlab with a toolbox I first looked at last week).  I'm not unhappy with my progress, all told, but I was being a little overoptimistic when I set my <a href="http://blog.case.edu/exg39/2007/02/02/reading_and_more_reading">goals for this week</a>.  Both the literature survey and the GRN model are under way, and I do at least feel like I know what I'm doing with both now.  It's just going to take me another day or two till I have anything to show for that.</p>]]></content:encoded>
    </item>
    <item>
      <title>Raghu Ramakrishnan - The World Online</title>
      <link>http://blog.case.edu/exg39/2007/02/08/raghu_ramakrishnan_the_world_online</link>
      <description>Today felt like being back in taught courses, with three seminars at UW in one day. Once again this is very convenient, but I&apos;ll be spreading the write-ups out so as not to take up too long a block of time with them. The CSE department had Raghu Ramakrishnan of Yahoo! Research talking about the social, participatory web, which as far is can tell is Yahoo!&apos;s prime focus these days. He gave several examples of relatively well-known participatory sites, some of which Yahoo! owns (Flickr, Yahoo! Answers, Yahoo! Groups), and some of which it probably wishes it did (Freecycle and YouTube), to illustrate the general area he&apos;s working in, and then spoke about some of the challenges and benefits of sites that are heavily based on user-supplied content.... ....</description>
      <guid>http://blog.case.edu/exg39/2007/02/08/raghu_ramakrishnan_the_world_online</guid>
              <category domain="http://blog.case.edu/exg39/seminars/index">seminars</category>
      
      <pubDate>Thu, 08 Feb 2007 18:21:31 EST</pubDate>
      <content:encoded><![CDATA[<p>Today felt like being back in taught courses, with three seminars at UW in one day.  Once again this is very convenient, but I'll be spreading the write-ups out so as not to take up too long a block of time with them.</p>

<p>The <a href="http://www.cs.washington.edu/">CSE department</a> had <a href="http://www.cs.wisc.edu/~raghu/">Raghu Ramakrishnan</a> of <a href="http://research.yahoo.com/" title="grammar! be damned">Yahoo! Research</a> talking about the social, participatory web, which as far is can tell is Yahoo!'s prime focus these days.  He gave several examples of relatively well-known participatory sites, some of which Yahoo! owns (<a href="http://flickr.com/">Flickr</a>, <a href="http://answers.yahoo.com/">Yahoo! Answers</a>, <a href="http://groups.yahoo.com/">Yahoo! Groups</a>), and some of which it probably wishes it did (<a href="http://www.freecycle.org/">Freecycle</a> and <a href="http://youtube.com/">YouTube</a>), to illustrate the general area he's working in, and then spoke about some of the challenges and benefits of sites that are heavily based on user-supplied content.</p>]]></content:encoded>
    </item>


</channel>
</rss>