Team:Amsterdam/shadow/index.html

From 2012.igem.org

(Difference between revisions)
Line 180: Line 180:
</head>
</head>
<body>
<body>
-
<div id="fb-root"></div>
 
-
<script>
 
-
  window.fbAsyncInit = function() {
 
-
    FB.init({
 
-
      appId      : 'YOUR_APP_ID', // App ID
 
-
      channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File
 
-
      status    : true, // check login status
 
-
      cookie    : true, // enable cookies to allow the server to access the session
 
-
      xfbml      : true  // parse XFBML
 
-
    });
 
-
 
-
    // Additional initialization code here
 
-
  };
 
-
 
-
  // Load the SDK Asynchronously
 
-
  (function(d){
 
-
    var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
 
-
    if (d.getElementById(id)) {return;}
 
-
    js = d.createElement('script'); js.id = id; js.async = true;
 
-
    js.src = "//connect.facebook.net/en_US/all.js";
 
-
    ref.parentNode.insertBefore(js, ref);
 
-
  }(document));
 
-
</script>
 
<div id="total">
<div id="total">
<div id="centerContent">
<div id="centerContent">

Revision as of 23:23, 19 May 2012

Test page

Test page

Bacterial populations in their natural form are very capable of storing, processing and acting on stimuli in their environment. Why not exploit these properties in the pursuit of massively parallel computation? The first thing one needs when constructing a computing device is memory to store the results onto. In order to meet this demand we present the cellular logbook which is usable to reliably store whether a signal was detected in E. coli's environment for a time span of its life duration. Expanding this straightforward molecular mechanism, multiple signals can be stored with the prospective of storing up to 64 bits on a single plasmid. Complex cellular behaviour can then be programmed according to the memory status of the cell by way of introducing additional modules transcriptionally controlled by the introduced memory plasmid.