Difference between revisions of "Team:SEU/Software"

(Undo revision 338589 by YeZiwen (talk))
 
(29 intermediate revisions by 3 users not shown)
Line 99: Line 99:
  
 
     <meta charset="utf-8">
 
     <meta charset="utf-8">
    <link href="https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900" rel="stylesheet">
 
 
     <link href="https://2019.igem.org/Template:SEU/Home_CSS?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
     <link href="https://2019.igem.org/Template:SEU/Home_CSS?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
     <link href="https://2019.igem.org/Template:SEU/Home_CSS2?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
 
     <link href="https://2019.igem.org/Template:SEU/Home_CSS2?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
Line 118: Line 117:
 
                                         <p><font size="4">By cliking on the three figures below the <b>Number</b> frame, reactions utilized in the three parts of the neuron will be shown respectively. Structures of DNA strands will be given in the upper diagram.</font></p>
 
                                         <p><font size="4">By cliking on the three figures below the <b>Number</b> frame, reactions utilized in the three parts of the neuron will be shown respectively. Structures of DNA strands will be given in the upper diagram.</font></p>
  
                                         <p><font size="4">Our theory is able to construct a neuron with arbitrary inputs. However, due to the limitation of computation capacity of web browsers, we limit the number of inputs of each neuron to 8 (generation of a DNA-based neuron might take 0-20 seconds depending on the input size).</font></p>
+
                                         <p><font size="4">Our theory is able to construct a neuron with arbitrary number of inputs. However, due to the limitation of computation capacity of web browsers, we limit the number of inputs of each neuron to 8 (generation of a DNA-based neuron might take 0-20 seconds depending on the input size).</font></p>
 
                                         <center>
 
                                         <center>
 
                                         <img src="https://static.igem.org/mediawiki/2019/a/a8/T--SEU--tool.png" style="background-color: transparent;width:80%"><br><br>
 
                                         <img src="https://static.igem.org/mediawiki/2019/a/a8/T--SEU--tool.png" style="background-color: transparent;width:80%"><br><br>
Line 138: Line 137:
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 +
        </div>       
 +
        <div id="fullpage" class="fullpage-default">
 
             <div>
 
             <div>
              <div class="section-inner">
+
                <div class="section-inner">
                  <div class="about-section">
+
                    <div class="about-section">
                    <center>
+
                        <div class="row justify-content-center">
                      <div class="diagram" id="words">
+
                            <div class="col-md-10">
                        <canvas id="canvas"  width="200" height="25000"></canvas><br>
+
                                <div class="row">
                            <!-- <script type="text/javascript">draw();</script> -->
+
                                    <div class="col-md-12">
                      </div>
+
                                          <center>
                      <button onclick="windowSeq();">Download Sequences</button>
+
                                              <div class="diagram" id="words">
                      <div class="sequence" id="sequence">
+
                                                  <canvas id="canvas"  width="1700" height="25000"></canvas><br>
                        <!--  <canvas id="seqCanvas"  width="800" height="20000"></canvas> -->
+
                                                      <!-- <script type="text/javascript">draw();</script> -->
                        <!-- <script type="text/javascript">draw();</script> -->
+
                                              </div>
                      </div>
+
                                              <button onclick="windowSeq();">Download Sequences</button>
                    </center>
+
                                              <div class="sequence" id="sequence">
                  </div>
+
                                                    <!--  <canvas id="seqCanvas"  width="200" height="20000"></canvas> -->
 +
                                                      <!-- <script type="text/javascript">draw();</script> -->
 +
                                              </div>
 +
                                          </center>
 +
                                    </div>
 +
                                </div>                     
 +
                            </div>
 +
                        </div>
 +
                    </div>
 
                 </div>
 
                 </div>
             </div>
+
             </div>
         </div>
+
         </div>  
 
     <script src="https://2019.igem.org/Template:SEU/toolJS?action=raw&ctype=text/javascript" type="text/javascript"></script>
 
     <script src="https://2019.igem.org/Template:SEU/toolJS?action=raw&ctype=text/javascript" type="text/javascript"></script>
 
</html>
 
</html>

Latest revision as of 06:35, 19 October 2019









User Instruction

This tool is developed to generate DNA-based neural networks and corresponding DNA sequences. We simply provide the reactions that are required in a single neuron, as a layer of neural network can be directly implemented by combining each neuron.

To use this tool, users should firstly specify the number of inputs to a neuron by typing the value in the Number frame and click Submit. After clicking the Submit button, sequences will be generated and shown in the lower diagram. Users can also click the Download Sequences button to download the generated sequences as a .txt file.

By cliking on the three figures below the Number frame, reactions utilized in the three parts of the neuron will be shown respectively. Structures of DNA strands will be given in the upper diagram.

Our theory is able to construct a neuron with arbitrary number of inputs. However, due to the limitation of computation capacity of web browsers, we limit the number of inputs of each neuron to 8 (generation of a DNA-based neuron might take 0-20 seconds depending on the input size).



Number: