Team:ETH Zurich/project/overview/grid

From 2014.igem.org

(Difference between revisions)
Line 87: Line 87:
   $('#mapTest').mapster({
   $('#mapTest').mapster({
     fillOpacity: 0.5,
     fillOpacity: 0.5,
 +
    fillColor: 'FFFFFF',
     isSelectable: false,
     isSelectable: false,
     showToolTip: true,
     showToolTip: true,
Line 96: Line 97:
             {
             {
                 key: "red0",
                 key: "red0",
-
                fillColor: 'FFFFFF',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/8/8b/ETH_Zurich_Red0.png"/> ').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/8/8b/ETH_Zurich_Red0.png"/> ').contents()
             },
             },
Line 102: Line 102:
             {
             {
                 key: "blue0",
                 key: "blue0",
-
                fillColor: 'FFFFFF',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/0/06/ETH_Zurich_Blue0.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/0/06/ETH_Zurich_Blue0.png" />').contents()
             },
             },
Line 108: Line 107:
             {
             {
                 key: "red2",
                 key: "red2",
-
                fillColor: 'FFFFFF',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/d/d7/ETH_Zurich_Red2.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/d/d7/ETH_Zurich_Red2.png" />').contents()
             },
             },
Line 114: Line 112:
             {
             {
                 key: "blue2",
                 key: "blue2",
-
                fillColor: 'FFFFFF',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/f/f6/ETH_Zurich_Blue2.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/f/f6/ETH_Zurich_Blue2.png" />').contents()
             },
             },
Line 120: Line 117:
             {
             {
                 key: "redon",
                 key: "redon",
-
                fillColor: '00FF00',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/c/c5/ETH_Zurich_Redon.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/c/c5/ETH_Zurich_Redon.png" />').contents()
             },
             },
Line 126: Line 122:
             {
             {
                 key: "redonlux",
                 key: "redonlux",
-
                fillColor: '00FF00',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/7/7c/ETH_Zurich_Redonlux.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/7/7c/ETH_Zurich_Redonlux.png" />').contents()
             },
             },
Line 132: Line 127:
             {
             {
                 key: "redonlas",
                 key: "redonlas",
-
                fillColor: '00FF00',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/e/e5/ETH_Zurich_Redonlas.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/e/e5/ETH_Zurich_Redonlas.png" />').contents()
             },
             },
Line 138: Line 132:
             {
             {
                 key: "blueonlux",
                 key: "blueonlux",
-
                fillColor: '00FF00',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/7/72/ETH_Zurich_Blueonlux.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/7/72/ETH_Zurich_Blueonlux.png" />').contents()
             },
             },
Line 144: Line 137:
             {
             {
                 key: "blueonlas",
                 key: "blueonlas",
-
                fillColor: '00FF00',
 
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/f/f3/ETH_Zurich_Blueonlas.png" />').contents()
                 toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/f/f3/ETH_Zurich_Blueonlas.png" />').contents()
             }
             }

Revision as of 12:07, 11 October 2014

Every cell on the grid below computes an XOR of the two signals coming from above. XOR means that if only one of the two signals (red or blue) is coming, the cell should turn ON (and show green fluorescence), whereas if none or both signals are coming, the cell should stay OFF.



Pass the mouse on the different colonies to understand how they process the signals coming from the top and make the pattern appear.

Input
encoded in the genes of the first cell