Difference between revisions of "Team:SEU/Demonstrate"

Line 14: Line 14:
 
     margin: 4px 2px !important;
 
     margin: 4px 2px !important;
 
     cursor: pointer !important;
 
     cursor: pointer !important;
 +
}
 +
.about-contentbox1 {
 +
  margin-top: 80px;
 +
  text-align:left;
 +
  line-height:1.8;
 +
}
 +
.about-contentbox1 span {
 +
  font-size: 24px;
 +
  font-weight: 300;
 +
}
 +
.about-contentbox1 h1 {
 +
  font-size: 40px;
 +
  font-weight: 700;
 +
}
 +
.about-contentbox1 h2 {
 +
  font-size: 36px;
 +
  font-weight: 700;
 +
}
 +
.about-contentbox1 h3 {
 +
  font-size: 32px;
 +
  font-weight: 700;
 +
}
 +
.about-contentbox1 h4 {
 +
  font-size: 24px;
 +
  font-weight: 700;
 +
}
 +
.about-contentbox1 h5 {
 +
  font-size: 20px;
 +
  font-weight: 700;
 +
}
 +
.about-contentbox1 p {
 +
  max-width: 820px;
 +
  text-align: left !important;
 +
  line-height: 2;
 +
  font-weight:250;
 +
  font-size: 20px !important;
 +
}
 +
.img-float-right{
 +
  float:right;
 +
  vspace: 10px;
 +
  hspace:10px;
 +
}
 +
.img-float-left{
 +
  float: left;
 +
  vspace: 10px;
 +
  hspace:10px;
 
}
 
}
 
</style>
 
</style>
 
<div id="fullpage" class="fullpage-default">
 
<div id="fullpage" class="fullpage-default">
     <div class="section animated-row" data-section="slide02">
+
     <div>
 
         <div class="section-inner">
 
         <div class="section-inner">
 
             <div class="about-section">
 
             <div class="about-section">
Line 25: Line 71:
 
                           <div class="row justify-content-center">
 
                           <div class="row justify-content-center">
 
                               <div>
 
                               <div>
                                   <div class="about-contentbox">
+
                                   <div class="about-contentbox1">
 
                                       <div>
 
                                       <div>
                                           <h2>Demonstration</h2>
+
                                           <h2>Demonstrate</h2>
                                           <p style="font-size=36px">In this page, we provide simulation results along with experiment results. Simulations are based on a Mathematica numerical simulation package CRNsimulator [1]. Unitless concentrations and rate constants are utilized to simplify the model. For more details, please refer to our <a href="https://2019.igem.org/Team:SEU/Model">Model Page.</a></p>
+
                                           <p>In this page, we provide simulation results along with experiment results. Simulations are based on a Mathematica numerical simulation package CRNsimulator [1]. Unitless concentrations and rate constants are utilized to simplify the model. For more details, please refer to our <a href="https://2019.igem.org/Team:SEU/Model">Model Page.</a></p>
  
 
                                           <h3>Dry Experiments</h3>
 
                                           <h3>Dry Experiments</h3>
Line 47: Line 93:
  
 
                                           <p>2.We use such a model to construct a chemical neuron.</p>
 
                                           <p>2.We use such a model to construct a chemical neuron.</p>
                                           <p>A pattern recognition example in computer simulation is shown here. The DNA-based neuron is trained to recognize a 'T' in a \(3 \times 3\) grid. Only after 10 times of training, the neuron can successfully recognize the target 'T'.</p>
+
                                           <p>A pattern recognition example in computer simulation is shown here. The DNA-based neuron is trained to recognize a 'T' in a \(3 \times 3\) grid. The gery scales of the nine grids are provided and represented by the concentrations of nine species. Also, there are nine weights corresponding to the nine inputs. During training, when the image should be recognized as 'T', we provide a desired answer species which has high concentration. Otherwise the concentration is set to \(0\).</p>
 +
   
 +
                                          <p>Only after 10 times of training, the neuron can successfully recognize the target 'T'.</p>
 
                                           <center><img src="https://static.igem.org/mediawiki/2019/5/5c/T--SEU--pattern.png"  width="620" height="691" ></center>
 
                                           <center><img src="https://static.igem.org/mediawiki/2019/5/5c/T--SEU--pattern.png"  width="620" height="691" ></center>
 
                                            
 
                                            

Revision as of 12:35, 5 October 2019





Demonstrate

In this page, we provide simulation results along with experiment results. Simulations are based on a Mathematica numerical simulation package CRNsimulator [1]. Unitless concentrations and rate constants are utilized to simplify the model. For more details, please refer to our Model Page.

Dry Experiments

1.The simulation results of each calculation operation.

Addition:

The figure below shows the numerical simulation result of a set of reactions:\(A_1 \xrightarrow{k} O,\quad A_2 \xrightarrow{k_2} O, \quad A_3 \xrightarrow{k_3} O\) which perform addition calculation. The initial concentrations (input values) are 1, 2 and 3, respectively (dashed lines in the figure). The output result is the sum of such values (solid red line in the figure).

Subtraction:

The figure below shows the reaction \(A+B \xrightarrow{k} \phi\) which is a subtractor. There are two tests shown in this figure: \([A_1](0)=3, [B_1](0)=2\) and \([A_2](0)=2, [B_2](0)=4\).

Multiplication:

The numerical results of reactions \(\alpha \xrightarrow{k_1} \phi, A+B+\alpha \xrightarrow{k_2} A+B+\alpha+C\) are shown in the figure below. Initial concentrations are \([A](0)=4, [B](0)=3\). The result shows that the final concentration of \(C\) reaches \(4 \times 3=12\).

2.We use such a model to construct a chemical neuron.

A pattern recognition example in computer simulation is shown here. The DNA-based neuron is trained to recognize a 'T' in a \(3 \times 3\) grid. The gery scales of the nine grids are provided and represented by the concentrations of nine species. Also, there are nine weights corresponding to the nine inputs. During training, when the image should be recognized as 'T', we provide a desired answer species which has high concentration. Otherwise the concentration is set to \(0\).

Only after 10 times of training, the neuron can successfully recognize the target 'T'.

Wet Experiment

3.The DNA experment results of our calculation operations.

References

[1] CRNsimulator.