Difference between revisions of "Team:TJU China/Experiments"

 
Line 211: Line 211:
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                            <a href="https://2018.igem.org/Team:TJU_China/Model#Off-Target_Model">Off-target Model</a>
+
                        <a href="https://2018.igem.org/Team:TJU_China/Model#Off-Target_Model">Off-target Model</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                            <a href="https://2018.igem.org/Team:TJU_China/Model#Code">Code</a>
+
                        <a href="https://2018.igem.org/Team:TJU_China/Model#Code">Code</a>
 
                     </li>
 
                     </li>
                   
+
 
 
                 </ul>
 
                 </ul>
 
             </li>
 
             </li>
Line 309: Line 309:
 
                 on the bottom.
 
                 on the bottom.
 
             </div>
 
             </div>
 +
        </div>
 +
        <div class="second_button" style="padding-top:50px;">
 +
            <button id="btn000">Kit DNA conversion</button>
 +
        </div>
 +
        <div class="main_word" id="w000" style="display:none;margin-top:50px;">
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">Kit DNA conversion</div>
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">Kit DNA conversion</div>
 
             <div style="margin-top:20px;">
 
             <div style="margin-top:20px;">
Line 323: Line 328:
 
                 digestion and sequencing.
 
                 digestion and sequencing.
 
             </div>
 
             </div>
 +
        </div>
 +
 +
        <div class="second_button" style="padding-top:50px;">
 +
            <button id="btn001">PCR</button>
 +
        </div>
 +
        <div class="main_word" id="w001" style="display:none;margin-top:50px;">
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">PCR</div>
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">PCR</div>
 
             <div>
 
             <div>
Line 342: Line 353:
 
                 <img src="https://static.igem.org/mediawiki/2018/4/41/T--TJU_China--completed.png">
 
                 <img src="https://static.igem.org/mediawiki/2018/4/41/T--TJU_China--completed.png">
 
             </div>
 
             </div>
 +
        </div>
  
 +
 +
        <div class="second_button" style="padding-top:50px;">
 +
            <button id="btn002">Single enzyme digestion</button>
 +
        </div>
 +
        <div class="main_word" id="w002" style="display:none;margin-top:50px;">
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">Single enzyme digestion</div>
 
             <div style="font-size:25px;color:#4e72b8;font-weight:bold;margin-top:50px;">Single enzyme digestion</div>
 
             <div style="margin-top:20px;"> Take 1 ng of the verified plasmid, add BμI 1 μL, buffer 0.5 μL, add ddHO to 50 μL, place in a 37 ° C water bath
 
             <div style="margin-top:20px;"> Take 1 ng of the verified plasmid, add BμI 1 μL, buffer 0.5 μL, add ddHO to 50 μL, place in a 37 ° C water bath
Line 808: Line 825:
 
     </div>
 
     </div>
  
    <!--
+
<div style="height:100px;"></div>
        <div class="second_button" style="padding-top:50px;">
+
            <button id="btn211">Conversion</button>
+
        </div>
+
 
+
        <div class="main_word" id="w211" style="display:none;margin-top:50px;">
+
            <div class="main_word_head">Conversion</div>
+
            <div class="main_word_content"></div>
+
        </div>
+
 
+
        <div>
+
                <img src="https://static.igem.org/mediawiki/2018/4/41/T--TJU_China--completed.png">
+
        </div>
+
 
+
    -->
+
  
  
Line 868: Line 871:
 
                 else {
 
                 else {
 
                     allclose();
 
                     allclose();
 +
                }
 +
            }
 +
 +
 +
            var btn000 = document.getElementById("btn000");
 +
            var w000 = document.getElementById("w000");
 +
            btn000.onclick = function () {
 +
                if (w000.style.display == 'none') {
 +
                    w000.style.display = 'block';
 +
                }
 +
                else {
 +
                    w000.style.display = 'none';
 +
                }
 +
            }
 +
 +
            var btn001 = document.getElementById("btn001");
 +
            var w001 = document.getElementById("w001");
 +
            btn001.onclick = function () {
 +
                if (w001.style.display == 'none') {
 +
                    w001.style.display = 'block';
 +
                }
 +
                else {
 +
                    w001.style.display = 'none';
 +
                }
 +
            }
 +
 +
            var btn002 = document.getElementById("btn002");
 +
            var w002 = document.getElementById("w002");
 +
            btn002.onclick = function () {
 +
                if (w002.style.display == 'none') {
 +
                    w002.style.display = 'block';
 +
                }
 +
                else {
 +
                    w002.style.display = 'none';
 
                 }
 
                 }
 
             }
 
             }

Latest revision as of 01:42, 18 October 2018

<!DOCTYPE > home