Team:USTC-China/modeling/physical

From 2014.igem.org

(Difference between revisions)
(Created page with "{{:Team:USTC-China/partials/header}} <html> <div id="main" class="row"> <div id="main" class="row"> <div class="large-3 columns" id="side-navbar"> <div class="side-na...")
Line 49: Line 49:
     <div class="large-9 columns" id="content-page">
     <div class="large-9 columns" id="content-page">
-
       <div class="title"><h1>Color Model</h1></div>
+
       <div class="title"><h1>Color Model</h1>
 +
  <div data-magellan-expedition="fixed">
 +
      <dl class="sub-nav">
 +
      <dd data-magellan-arrival="description"><a herf="#description">Description</a></dd>
 +
  <dd data-magellan-arrival="approach"><a herf="#approach">Approach</a></dd>
 +
  <dd data-magellan-arrival="assumptions"><a herf="#assumptions">Assumptions</a></dd>
 +
  <dd data-magellan-arrival="rgbcomponents"><a herf="#rgbcomponents">RGB components</a></dd>
 +
  <dd data-magellan-arrival="proteinexpressionoutputProtein"><a herf="#proteinexpressionoutput>Protein expression</a></dd>
 +
</dl>
 +
  </div>
 +
  </div>
       <div class="text">
       <div class="text">
-
         <h2 id="description">Description</h2>
+
         <a name="description"></a>
 +
<h2 data-magellan-destination="description">Description</h2>
         <p>The eye's ability to separate two distinct colors depends of the hue, saturation and brightness of the observed color. <br />
         <p>The eye's ability to separate two distinct colors depends of the hue, saturation and brightness of the observed color. <br />
Line 57: Line 68:
         <img src="https://static.igem.org/mediawiki/2014/5/5d/Path.png" class="th" /></p>
         <img src="https://static.igem.org/mediawiki/2014/5/5d/Path.png" class="th" /></p>
-
         <h2 id="approach">Approach</h2>
+
         <a name="approach"></a>
 +
<h2 data-magellan-destination="approach">Approach</h2>
         <p>RGB is a convenient color model for computer graphics because the human visual system works in a way that is similar — though not quite identical — to an RGB color space. <br />
         <p>RGB is a convenient color model for computer graphics because the human visual system works in a way that is similar — though not quite identical — to an RGB color space. <br />
         First, we find the image coordinates in RGB color space and extract three matrices for primary color red, green and blue. secondly, simply assume the RGB value is linearly related to fluorescent protein quantity. Gene expression output is closely related to light intensity input.Then, Hill function was used to describe this relationship. finally, three transfered matrices were compound to one picuture as output.  </p>
         First, we find the image coordinates in RGB color space and extract three matrices for primary color red, green and blue. secondly, simply assume the RGB value is linearly related to fluorescent protein quantity. Gene expression output is closely related to light intensity input.Then, Hill function was used to describe this relationship. finally, three transfered matrices were compound to one picuture as output.  </p>
-
         <h2 id="assumptions">Assumptions</h2>
+
         <a name="assumptions"></a>
 +
<h2 data-magellan-destination="assumptions">Assumptions</h2>
         <ul>
         <ul>
Line 73: Line 86:
         </ul>
         </ul>
-
         <h3 id="rgbcomponents">RGB components</h3>
+
         <a name="rgbcomponents"></a>
 +
<h2 data-magellan-destination="rgbcomponents">RGB components</h2>
 +
 
         <p>Here we works with The CIE 1931 color space standard which consisted of monochromatic primaries red, green and blue. <br />
         <p>Here we works with The CIE 1931 color space standard which consisted of monochromatic primaries red, green and blue. <br />
Line 82: Line 97:
         <img src="https://static.igem.org/mediawiki/2014/8/81/123.png" class="th" /></p>
         <img src="https://static.igem.org/mediawiki/2014/8/81/123.png" class="th" /></p>
-
         <h3 id="proteinexpressionoutput">Protein expression output</h3>
+
         <a name="proteinexpressionoutput"></a>
 +
<h2 data-magellan-destination="proteinexpressionoutput">Protein expression output</h2>
         <p>As mentioned in assumption, we assume that two colors that are equally distant in the color space are equally different in the amount of fluorescent protein, which means relationship between the RGB values and required protein quantity can be characterized by a linear function.</p>
         <p>As mentioned in assumption, we assume that two colors that are equally distant in the color space are equally different in the amount of fluorescent protein, which means relationship between the RGB values and required protein quantity can be characterized by a linear function.</p>

Revision as of 13:54, 16 October 2014

Color Model