Team:ETH Zurich/project/overview/grid

From 2014.igem.org

(Difference between revisions)
Line 93: Line 93:
             {
             {
                 key: "red0",
                 key: "red0",
-
                 fillColor: 'ED1C24',
+
                 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 99: Line 99:
             {
             {
                 key: "blue0",
                 key: "blue0",
-
                 fillColor: '1FB1E0',
+
                 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 105: Line 105:
             {
             {
                 key: "red2",
                 key: "red2",
-
                 fillColor: 'ED1C24',
+
                 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 111: Line 111:
             {
             {
                 key: "blue2",
                 key: "blue2",
-
                 fillColor: '1FB1E0',
+
                 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()
             },
             },

Revision as of 21:59, 10 October 2014

Every cell on the grid below is supposed to compute an XOR of the two signals coming from above. XOR means that if only one of 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 above and make the pattern appear.