Difference between revisions of "Team:HZAU-China/Detailed-Attributions"

Line 3: Line 3:
 
<head>
 
<head>
 
     <meta charset="UTF-8">
 
     <meta charset="UTF-8">
     <title>Detailed-Attributions</title>
+
     <title>attribution</title>
<style>
+
    <style>
    *{margin: 0;padding: 0;}
+
        *{margin: 0;padding: 0;}
    .content_wrapper {
+
        .content_wrapper {
 
             position: absolute;
 
             position: absolute;
 
             top: 88px;
 
             top: 88px;
Line 12: Line 12:
 
             height: 1800px;
 
             height: 1800px;
 
             background-color: white;
 
             background-color: white;
}
+
        }
}
+
        .main_part{
 +
            width: 80%;
 +
            height: 100%;
 +
            float: left;
 +
        }
 +
        .article{
 +
            width: 60%;
 +
            height: auto;
 +
            position: absolute;
 +
            top: 0;
 +
            left: 13%;
 +
            padding:0 2% 2% 2%;
 +
            background-color: white;
 +
        }
 +
        .content_part{
 +
            width: 20%;
 +
            height: auto;
 +
            position: fixed;
 +
            right: 0%;
 +
            background-color:white;
 +
            border-radius: 50%;
 +
        }
 +
        .content_part>a{
 +
            text-decoration: none;
 +
            color: white;
 +
            font-family: Arial;
 +
            font-size: 16px;
 +
            display: block;
 +
            padding-left: 10% ;
 +
            padding-top: 5px;
 +
            height: 25px;
 +
            width: 70%;
 +
            background-color: #0e5386;
 +
            float: left;
 +
            margin-bottom: 5px;
 +
            transition: 0.3s;
 +
        }
 +
        .menutitle{
 +
            height: 25px;
 +
            background-color: #0e5386;
 +
            cursor:pointer;
 +
            padding-top: 5px;
 +
            margin-bottom: 5px;
 +
            width:20%;
 +
            color: white;
 +
            float: right;
 +
        }
 +
        .little{
 +
            content: "";
 +
            float: left;
 +
            margin-top: 6px;
 +
            margin-left: 18px;
 +
            border-left: 6px solid transparent;
 +
            border-right: 6px solid transparent;
 +
            border-bottom: 6px solid #fff955;
 +
            opacity: 1;
 +
        }
 +
        .my_submenu{
 +
            margin:0 !important;
 +
            padding:0;
 +
            border:0;
 +
            margin-bottom: 0.5em;
 +
            text-align: center;
 +
            list-style: none;
 +
        }
 +
        .my_submenu a{
 +
            display: block;
 +
            background-image: linear-gradient(white, #efefef);
 +
            text-decoration: none;
 +
            background-color:white;
 +
            padding: 5px;
 +
            font-size: 14px;
 +
            font-family: Arial;
 +
            color: #3d42e8;
 +
        }
 +
        .menutitle:hover {
 +
            opacity: 0.2;
 +
        }
 +
        .content_part >a:hover{
 +
            background-color: rgba(14, 83, 134, 0.38);
 +
            color: #0e5386;
 +
        }
 +
        .my_submenu a:hover{
 +
            color: #e7376d;
 +
        }
 +
        .random{
 +
            position: relative ;
 +
        }
 +
        .random a{
 +
            position: absolute;
 +
            top: -88px;
 +
        }
 +
        .article p{
 +
            text-align:justify;
 +
            font-family: Verdana;
 +
            font-size: 16px !important;
 +
            line-height: 190%;
 +
        }
 +
        .article h2{
 +
            padding-bottom:15px;
 +
            font-size: 50px;
 +
            font-family: Arial;
 +
            color: #1e6ed0;
 +
        }
 +
        .article h3{
 +
            display: block;
 +
            background-color:white;
 +
            padding-top:20px;
 +
            padding-bottom:15px;
 +
            font-size: 30px;
 +
            font-family: Helvetica;
 +
            color: #0783d6;
 +
 
 +
        }
 +
        .article h4{
 +
            display: block;
 +
            padding-top: 18px;
 +
            padding-bottom:15px;
 +
            background-color: white;
 +
            font-size: 25px;
 +
            font-family: Calibri;
 +
            color: #0e7eb1;
 +
        }
 +
        .article h5{
 +
            display: block;
 +
            padding-top: 16px;
 +
            padding-bottom:15px;
 +
            background-color: white;
 +
            font-size: 18px;
 +
            font-family: Arial;
 +
            color: #3c7ab1;
 +
        }
 +
 
 +
 
 +
    </style>
 +
 
 +
    <script type="text/javascript">
 +
        if (document.getElementById){
 +
            document.write('<style type="text/css">\n')
 +
            document.write('.my_submenu{display: block;}\n')
 +
            document.write('</style>\n')
 +
        }
 +
 
 +
        function SwitchMenu(obj){
 +
            if(document.getElementById){
 +
                var el = document.getElementById(obj);
 +
                var ar = document.getElementById("masterdiv").getElementsByTagName("span");
 +
                if(el.style.display != "block"){
 +
                    for (var i=0; i<ar.length; i++){
 +
                        if (ar[i].className=="my_submenu") //DynamicDrive.com change
 +
                            ar[i].style.display = "none";
 +
                    }
 +
                    el.style.display = "block";
 +
                }else{
 +
                    el.style.display = "none";
 +
                }
 +
            }
 +
        }
 +
    </script>
 +
</head>
  
 
</style>
 
</style>
Line 22: Line 181:
  
 
<div class="content_wrapper">
 
<div class="content_wrapper">
    <h1>Detailed-Attributions</h1>
 
    <div class = "list">
 
        <table border="1">
 
            <caption>Team member list</caption>
 
            <tr class = "table_title">
 
                <td>Name</td>
 
                <td>Major</td>
 
                <td>Grade</td>
 
            </tr>
 
            <tr>
 
                <td>Wen Wang</td>
 
                <td>bioscience</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Kangjian Hua</td>
 
                <td>bioinformation</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Jin Xiao</td>
 
                <td>bioinformation</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Bocheng Cheng</td>
 
                <td>bioinformation</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Xinran Zhao</td>
 
                <td>Bioengineering</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Zewen Ding</td>
 
                <td>Bioengineering</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Wenqi Huang</td>
 
                <td>Biotechnology</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Jun Li</td>
 
                <td>bioscience</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Pan Chu</td>
 
                <td>bioengineering</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Weitong Zhang</td>
 
                <td>bioinformation</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Haimen Li</td>
 
                <td>bioscience</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Boyao Zhang</td>
 
                <td>Biotechnology</td>
 
                <td>Junior</td>
 
            </tr>
 
            <tr>
 
                <td>Qiqi Xiong</td>
 
                <td>Biotechnology</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Yichi Zhang</td>
 
                <td>bioinformation</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Luyao Zhang</td>
 
                <td>Landscape and gardening</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Wentao Yu</td>
 
                <td>Biotechnology</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Anqi Zhou</td>
 
                <td>Biotechnology</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Zhujun Zia</td>
 
                <td>Bioengineering</td>
 
                <td>freshmen</td>
 
            </tr>
 
            <tr>
 
                <td>Tengteng Wang </td>
 
                <td>Bioengineering</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Kening Chen</td>
 
                <td>Biotechnology</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Yang Bai</td>
 
                <td>Automation</td>
 
                <td>sophomore</td>
 
            </tr>
 
            <tr>
 
                <td>Zhihao Li</td>
 
                <td>Automation</td>
 
                <td>sophomore</td>
 
            </tr>
 
        </table>
 
    </div>
 
  
     <div class = "detial">
+
     <div class="content_part" id="masterdiv">
        <div class="1">
+
         <a href="#A1">Wet Lab</a>
         <p><a href="https://2016.igem.org/Team:HZAU-China">https://2016.igem.org/Team:HZAU-China</a></p>
+
         <div class="menutitle" onclick="SwitchMenu('sub1')">
         <p>In the homepage</p>
+
            <div class="little"></div>
        <p>Figures are designed by Kening Chen.</p>
+
        <p>Animation Video (Designed by Kangjian Hua; Narrated by Xinran Zhao)</p>
+
 
         </div>
 
         </div>
 +
        <ul class="my_submenu" id="sub1" style="display: block">
 +
            <li><a href="#A11">Optogenetics</a></li>
 +
            <li><a href="#A12">Motility</a></li>
 +
            <li><a href="#A13">Riboswitch</a></li>
 +
            <li><a href="#A14">Gene knockout</a></li>
 +
            <li><a href="#A15">Safety</a></li>
 +
        </ul>
  
         <div class="2">
+
         <a href="#A2">Dry lab</a>
            <p><a href = "https://2016.igem.org/Team:HZAU-China/Description">https://2016.igem.org/Team:HZAU-China/Description</a></p>
+
        <div class="menutitle" onclick="SwitchMenu('sub2')">
            <p>In Description page</p>
+
            <div class="little"></div>
            <ul>
+
                <li>Figure 1. Augmented reality. (Designed by Kening Chen);</li>
+
                <li>Figure 2. Welcome to BioPaFiAR! (Designed by Tengteng Wang);</li>
+
                <li>Figure 3. Bio-pattern formation in Nature. (Designed by Tengteng Wang);</li>
+
                <li>Figure 4. The "band-detect" gene networks. (Quoted from S. Basu, Y. Gerchman, C. H. Collins, F. H. Arnold, R. Weiss, A synthetic multicellular system for programmed pattern formation. Nature 434, 1130-1134. (2005);</li>
+
                <li>Figure 5. Density-sensing and Motility-control. (Quoted from Chenli liu, et al. Sequential Establishment of Stripe Patterns in an Expanding Cell Population. Science 334, 238. (2011));</li>
+
                <li>Figure 6. The mechanisms of bacteria motility and the role of protein cheZ. (Designed by Pan Chu, Tengteng Wang);</li>
+
                <li>Figure 7. The working mechanisms of the TCS circuits. (Designed by Pan Chu, Tengteng Wang (inspired by: E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));</li>
+
                <li>Figure 8. The working mechanisms of Riboswitches. (Designed by Pan Chu)</li>
+
                <li>Figure 9. The hardware devices to quantify light-switchable TCS. (Photo taken by Pan Chu);</li>
+
                <li>Figure 10. Illustration for the BioPaFiAR hardware device. (Photo taken by Pan Chu);</li>
+
                <li>Figure 11. The software GUIs. (Designed by Kangjian Hua, Bocheng Chen).</li>
+
            </ul>
+
 
         </div>
 
         </div>
 +
        <ul class="my_submenu" id="sub2" style="display: block">
 +
            <li><a href="#A21">models</a></li>
 +
            <li><a href="#A22">Software</a></li>
 +
            <li><a href="#A23">Hardware</a></li>
 +
        </ul>
  
         <div class="3">
+
         <a href="#A3">Human Practice</a>
            <p><a href = "https://2016.igem.org/Team:HZAU-China/Design">https://2016.igem.org/Team:HZAU-China/Design</a></p>
+
        <div class="menutitle" onclick="SwitchMenu('sub3')" >
            <p>In Design page</p>
+
            <ul>
+
                <li>Figure 1. Overall Design Circuit. (Designed by Tengteng Wang, Kangjian Hua);</li>
+
                <li>Figure 2. “Traffic Light Circuit”. (Designed by Tengteng Wang, Pan Chu);</li>
+
                <li>Figure 3. (Designed by Tengteng Wang, Pan Chu);</li>
+
                <li>Figure 4. CcaS/CcaR TCS.  (Designed by Tengteng Wang, Pan Chu);</li>
+
                <li>Figure 5. (Designed by Tengteng Wang, Pan Chu);</li>
+
                <li>Figure 5. Schematic of riboswitches. (Designed by Pan Chu, Figure 5.b was quoted from H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016).).</li>
+
            </ul>
+
 
         </div>
 
         </div>
  
        <div class = "4">
 
            <p><a href = "https://2016.igem.org/Team:HZAU-China/Proof">https://2016.igem.org/Team:HZAU-China/Proof</a></p>
 
            <p>In Proof page</p>
 
            <ul>
 
                <li>Figure 1. Riboswitches modeling. (Designed by Bocheng cheng, Pan Chu);</li>
 
                <li>Figure 2. The kinetics of cheZ. (Designed by Bocheng cheng, Pan Chu);</li>
 
                <li>Figure 3. Motility modeling. (Designed by Bocheng cheng, Kangjian Hua);</li>
 
                <li>Figure 4. Proof of the Bacterial Motility Device. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 
                <li>Figure 5. Proof of the Light-Switchable TCS Device. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 
                <li>Figure 6. Optimization of the CcaS-CcaR System. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 
                <li>Figure 7. Proof of the Riboswitch Device. (This experiment was designed and finished by Pan Chu and Anqi Zhou);</li>
 
                <li>Figure 8. The differences of motility between riboswitch(+) and riboswitch(-). (This experiment was designed and finished by Pan Chu and Wenqi Huang).</li>
 
            </ul>
 
        </div>
 
  
         <div class = "4">
+
         <a href="#A4">Art Designer</a>
            <p><a href = "https://2016.igem.org/Team:HZAU-China/Demonstrate">https://2016.igem.org/Team:HZAU-China/Demonstrate</a></p>
+
        <div class="menutitle" onclick="SwitchMenu('sub4')">
            <p>In Demonstration page</p>
+
            <ul>
+
                <li>Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang)</li>
+
            </ul>
+
 
         </div>
 
         </div>
  
        <div class = "5">
 
            <p><a href = "https://2016.igem.org/Team:HZAU-China/Measurement">https://2016.igem.org/Team:HZAU-China/Measurement</a></p>
 
            <p>In Measure page</p>
 
            <ul>
 
                <li>Figure 1.Quantification on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 
                <li>Figure 2. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 
                <li>Figure 3. Characterization in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 
                <li>Figure 4. Phenotype of pleD expression. (This experiment was designed and finished by Pan Chu);</li>
 
                <li>Figure 5. Quantification on riboswitches. (This experiment was designed and finished by Pan Chu and Anqi Zhou);</li>
 
                <li>Figure 6. cheZ-GFP overlapping extension fragment. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 
                <li>Figure 7. Quantification on function of CheZ in swarming assay. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 
                <li>Figure 8. Quantification on relationship between promoter strength and swarming ability. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 
                <li>Figure 9. Normalization of swarming rate. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
 
            </ul>
 
        </div>
 
  
         <div class = "6">
+
         <a href="#A5">Acknowledgement</a>
            <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-chassis_integration">https://2016.igem.org/Team:HZAU-China/Experiments-chassis_integration</a></p>
+
        <div class="menutitle" onclick="SwitchMenu('sub5')">
            <p>In this page</p>
+
            <ul>
+
                <li>Figure 1. Mechanism of λ Red recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
+
                <li>Figure 2. Mechanism of Cre/Lox recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
+
                <li>Figure3. Plasmid: pSC101-BAD-gbaA-tet, pR6K-lox-kan-lox-new, pSC101-BAD-Cre-tet (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
+
                <li>Figure 4. EnvZ gene disruption. ( This experiment was designed and finished by Boyao Zhang and Pan Chu);</li>
+
                <li>Figure 5. Resistance test on resistance gene elimination, Kan (upper plates),Tet (lower plates). ( This experiment was designed and finished by Boyao Zhang and Pan Chu);</li>
+
                <li>Figure 6. PCR verification of resistant gene elimination. (This experiment was designed and finished by Boyao Zhang and Pan Chu).</li>
+
            </ul>
+
 
         </div>
 
         </div>
  
        <div class = "7">
+
    </div>
            <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-Light_control">https://2016.igem.org/Team:HZAU-China/Experiments-Light_control</a></p>
+
            <p>In this page </p>
+
            <ul>
+
                <li>Figure 1. Mechanism of λ Red recombination (quote from J. J. Tabor, A. Levskaya, C. A. Voigt, Multichromatic control of gene expression in Escherichia coli. Journal of molecular biology 405, 315-324 (2011));</p>
+
                <li>Table 1. Strains used in this work (Tabulated by: Jun Li and Boyao Zhang);</li>
+
                <li>Figure 2. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
+
                <li>Table 2. Plasmids used in this study. (Tabulated by: Jun Li and Boyao Zhang);</li>
+
                <li>Table 3. Plasmid assembly detailed descriptions. (Tabulated by: Jun Li and Boyao Zhang);</li>
+
                <li>Table 4. The protocol of Multi-Mode Reader (Tabulated by: Jun Li and Boyao Zhang);</li>
+
                <li>Figure 3. Measurement on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
+
                <li>Figure 4. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
+
                <li>Figure 5. Measurement on fluorescence in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li)</li>
+
            </ul>
+
        </div>
+
        <div class ="8">
+
            <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-Motility">https://2016.igem.org/Team:HZAU-China/Experiments-Motility</a></p>
+
            <p>In this page </p>
+
            <ul>
+
                <li>Figure 1. Mechanism of motility. (quote from : S. Schulmeister, M. Ruttorf, S. Thiem, D. Kentner, D. Lebiedz, V. Sourjik, Protein exchange dynamics at chemoreceptor clusters in Escherichia coli. Proceedings of the National Academy of Sciences of the United States of America 105, 6403-6408 (2008));</li>
+
                <li>Figure 2. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
+
                <li>Figure 3. CL1 means the E.coli K12 mg1655 cheZ lacking strain as the negative control. CK means CL1 strain transformed with BBa_K819010. CZ means CL1 transformed with our constructed Biobrick, BBa_K2012007. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
+
                <li>Figure 4. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
+
                <li>Figure 5. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
+
                <li>Figure 1. Mechanism of riboswitch. (Design and Draw: Pan Chu);</li>
+
                <li>Figure 2. PSB4A5-735F & peT-Ptac-pleD (Design: Pan Chu; Draw: Tengteng Wang);</li>
+
                <li>Figure 3. Phenotype of pleD expression (This experiment was designed and finished by Pan Chu);</li>
+
                <li>(Note: This work was done by our team member; the protocol referred to H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016); but there are some differences between our protocol and the protocol in that paper.)</li>
+
                <li>Figure 4. Characterization of riboswitch. (This experiment was designed and finished by Pan Chu, Anqi Zou and Luyao Zhang);</li>
+
                <li>(Note: This work was done by our team member; we re-construction all plasmids. assembly method: Bio-brick assembly.)</li>
+
            </ul>
+
        </div>
+
  
        <div class = "9">
 
            <p><a href="https://2016.igem.org/Team:HZAU-China/Model">https://2016.igem.org/Team:HZAU-China/Model</a></p>
 
            <p>In this page;</p>
 
            <ul>
 
                <li>Figure 1. Gene circuit. (Designed by Pan Chu, Tengteng Wang (imitate E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));</li>
 
                <li>Figure 2. Green light. (Bocheng Cheng);</li>
 
                <li>Figure 3. Red light. (Bocheng Cheng);</li>
 
                <li>Figure 4. The concentration of CheZ. (Bocheng Cheng);</li>
 
                <li>Figure 5. The 2D plane of bacteria diffusion. (Bocheng Cheng);</li>
 
                <li>Movie 1. Visualization for the R-M model of bacteria diffusion.(Kangjian Hua);</li>
 
                <li>Figure 6. Pikachu,a famous cartoon character. (Kangjian Hua);</li>
 
                <li>Movie 2. Visualization for the R-M model of bacteria diffusion in a restricted area using Pikachu as the target pattern. (Kangjian Hua);</li>
 
                <li>Movie 3. Visualization for the R-M model of bacteria diffusion with dynamic regulation using Pikachu as the target pattern. (Kangjian Hua);</li>
 
                <li>Figure 7. Moore neighbors. (Bocheng Cheng);</li>
 
                <li>Figure 8. Breeding process. (Bocheng Cheng);</li>
 
                <li>Figure 9. CA program. (Bocheng Cheng);</li>
 
            </ul>
 
        </div>
 
  
        <div class = "10">
+
    <div class="main_part">
            <p><a href="https://2016.igem.org/Team:HZAU-China/Software">https://2016.igem.org/Team:HZAU-China/Software</a></p>
+
        <img src="https://static.igem.org/mediawiki/2016/6/6d/T--HZAU-China--attribution.png"  width="168px" >
            <p>In this page;</p>
+
        <div class="article">
            <ul>
+
            <h1>Detailed-Attributions</h1>
                <li>Figure 1. Colony radius calculation software. (Kangjian Hua);</li>
+
            <div class = "list">
                <li>Figure 2. Motility dynamic model software. (Kangjian Hua);</li>
+
                <table border="1">
                <li>Figure 3. The GUI for the colony motion simulation software. (Bocheng Cheng);</li>
+
                    <caption>Team member list</caption>
                <li>Movie 1. Hardware device demo. (Kangjian Hua);</li>
+
                    <tr class = "table_title">
                <li>Figure 4. Illustration for the working process of the BioPaFiAR software.  (Bocheng Cheng and Kangjian Hua)</li>
+
                        <td>Name</td>
            </ul>
+
                        <td>Major</td>
        </div>
+
                        <td>Grade</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Wen Wang</td>
 +
                        <td>bioscience</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Kangjian Hua</td>
 +
                        <td>bioinformation</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Jin Xiao</td>
 +
                        <td>bioinformation</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Bocheng Cheng</td>
 +
                        <td>bioinformation</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Xinran Zhao</td>
 +
                        <td>Bioengineering</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Zewen Ding</td>
 +
                        <td>Bioengineering</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Wenqi Huang</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Jun Li</td>
 +
                        <td>bioscience</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Pan Chu</td>
 +
                        <td>bioengineering</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Weitong Zhang</td>
 +
                        <td>bioinformation</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Haimen Li</td>
 +
                        <td>bioscience</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Boyao Zhang</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>Junior</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Qiqi Xiong</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Yichi Zhang</td>
 +
                        <td>bioinformation</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Luyao Zhang</td>
 +
                        <td>Landscape and gardening</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Wentao Yu</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Anqi Zhou</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Zhujun Zia</td>
 +
                        <td>Bioengineering</td>
 +
                        <td>freshmen</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Tengteng Wang </td>
 +
                        <td>Bioengineering</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Kening Chen</td>
 +
                        <td>Biotechnology</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Yang Bai</td>
 +
                        <td>Automation</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                    <tr>
 +
                        <td>Zhihao Li</td>
 +
                        <td>Automation</td>
 +
                        <td>sophomore</td>
 +
                    </tr>
 +
                </table>
 +
            </div>
  
        <div class = "11">
+
            <div class = "detial">
            <p><a href="https://2016.igem.org/Team:HZAU-China/Hardware">https://2016.igem.org/Team:HZAU-China/Hardware</a></p>
+
                <div class="1">
            <p>In this page</p>
+
                <p><a href="https://2016.igem.org/Team:HZAU-China">https://2016.igem.org/Team:HZAU-China</a></p>
            <ul>
+
                <p>In the homepage</p>
                 <li>Figure 1. Modules in the BioPaFiAR device. (Pan Chu);</li>
+
                 <p>Figures are designed by Kening Chen.</p>
                 <li>Figure 2. The flowchart for the temperature control software.(Drawn by: Kangjian Hua);</li>
+
                 <p>Animation Video (Designed by Kangjian Hua; Narrated by Xinran Zhao)</p>
                <li>Figure 3. The BioPaFiAR driver program test with a piece of paper as the target pattern. ( Bocheng Cheng and Kangjian Hua);</li>
+
                 </div>
                <li>Figure 4. The BioPaFiAR driver program test with a real bacteria colony. (Kangjian Hua);</li>
+
                <li>Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang);</li>
+
                <li>Figure 5. The inside demo of the BioPaFiAR hardware device (Kangjian Hua);</li>
+
                <li>Figure 6. Parts and finished product of the LPA device. (Shot by: Pan Chu);</li>
+
                 <li>Figure 7. Schematic of circuit board microcontroller (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
+
                <li>Figure 8. The LED driver stage can be controlled by microcontroller to regulate the intensity of LEDs. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
+
                <li>Figure 9. The final PCB plate printed as described above. This is our DIY PCB plate. (Shot by: Bocheng Cheng);</li>
+
                <li>Figure 10.a (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) ) Figure 10.b (Shot by: Kanjian Hua);</li>
+
                <li>Figure 11. (Bocheng Chen);</li>
+
                <li>Figure 12. Different situations when compiling the firmware. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
+
                <li>Figure 13. The file was downloaded from <a href = "http://iris.taborlab.rice.edu">http://iris.taborlab.rice.edu</a>;</li>
+
                <li>Figure 14. (This experiment was designed and finished by Jun Li)</li>
+
            </ul>
+
        </div>
+
  
        <div class = "12">
+
                <div class="2">
           
+
                    <p><a href = "https://2016.igem.org/Team:HZAU-China/Description">https://2016.igem.org/Team:HZAU-China/Description</a></p>
                <p><a href="http://parts.igem.org/Part:BBa_K2012000">http://parts.igem.org/Part:BBa_K2012000</a></p>
+
                    <p>In Description page</p>
                <ul>
+
                    <ul>
                <li>Figure 1 (Designed and Drawn by: Pan Chu);</li>
+
                        <li>Figure 1. Augmented reality. (Designed by Kening Chen);</li>
                <li>Figure 2. Schematic of riboswitches (Designed and Drawn by: Pan Chu);</li>
+
                        <li>Figure 2. Welcome to BioPaFiAR! (Designed by Tengteng Wang);</li>
                <li>Figure 3. Characterization of Riboswitch (This experiment was designed and finished by Pan Chu)</li>
+
                        <li>Figure 3. Bio-pattern formation in Nature. (Designed by Tengteng Wang);</li>
            </ul>
+
                        <li>Figure 4. The "band-detect" gene networks. (Quoted from S. Basu, Y. Gerchman, C. H. Collins, F. H. Arnold, R. Weiss, A synthetic multicellular system for programmed pattern formation. Nature 434, 1130-1134. (2005);</li>
        </div>
+
                        <li>Figure 5. Density-sensing and Motility-control. (Quoted from Chenli liu, et al. Sequential Establishment of Stripe Patterns in an Expanding Cell Population. Science 334, 238. (2011));</li>
 +
                        <li>Figure 6. The mechanisms of bacteria motility and the role of protein cheZ. (Designed by Pan Chu, Tengteng Wang);</li>
 +
                        <li>Figure 7. The working mechanisms of the TCS circuits. (Designed by Pan Chu, Tengteng Wang (inspired by: E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));</li>
 +
                        <li>Figure 8. The working mechanisms of Riboswitches. (Designed by Pan Chu)</li>
 +
                        <li>Figure 9. The hardware devices to quantify light-switchable TCS. (Photo taken by Pan Chu);</li>
 +
                        <li>Figure 10. Illustration for the BioPaFiAR hardware device. (Photo taken by Pan Chu);</li>
 +
                        <li>Figure 11. The software GUIs. (Designed by Kangjian Hua, Bocheng Chen).</li>
 +
                    </ul>
 +
                </div>
  
        <div class = "13">
+
                <div class="3">
           
+
                    <p><a href = "https://2016.igem.org/Team:HZAU-China/Design">https://2016.igem.org/Team:HZAU-China/Design</a></p>
                <p><a href="http://parts.igem.org/Part:BBa_K2012013">http://parts.igem.org/Part:BBa_K2012013</a></p>
+
                    <p>In Design page</p>
                <ul>
+
                    <ul>
                <li>Figure 1, 2 & 3 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
+
                        <li>Figure 1. Overall Design Circuit. (Designed by Tengteng Wang, Kangjian Hua);</li>
            </ul>
+
                        <li>Figure 2. “Traffic Light Circuit”. (Designed by Tengteng Wang, Pan Chu);</li>
        </div>
+
                        <li>Figure 3. (Designed by Tengteng Wang, Pan Chu);</li>
 +
                        <li>Figure 4. CcaS/CcaR TCS.  (Designed by Tengteng Wang, Pan Chu);</li>
 +
                        <li>Figure 5. (Designed by Tengteng Wang, Pan Chu);</li>
 +
                        <li>Figure 5. Schematic of riboswitches. (Designed by Pan Chu, Figure 5.b was quoted from H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016).).</li>
 +
                    </ul>
 +
                </div>
  
        <div class = "14">
+
                <div class = "4">
            <p><a href="http://parts.igem.org/Part:BBa_K2012002">http://parts.igem.org/Part:BBa_K2012002</a></p>
+
                    <p><a href = "https://2016.igem.org/Team:HZAU-China/Proof">https://2016.igem.org/Team:HZAU-China/Proof</a></p>
            <ul>
+
                    <p>In Proof page</p>
            <li>Figure 1. (This experiment was designed and finished by Pan Chu)</li>
+
                    <ul>
            </ul>
+
                        <li>Figure 1. Riboswitches modeling. (Designed by Bocheng cheng, Pan Chu);</li>
        </div>
+
                        <li>Figure 2. The kinetics of cheZ. (Designed by Bocheng cheng, Pan Chu);</li>
 +
                        <li>Figure 3. Motility modeling. (Designed by Bocheng cheng, Kangjian Hua);</li>
 +
                        <li>Figure 4. Proof of the Bacterial Motility Device. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 5. Proof of the Light-Switchable TCS Device. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 6. Optimization of the CcaS-CcaR System. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 7. Proof of the Riboswitch Device. (This experiment was designed and finished by Pan Chu and Anqi Zhou);</li>
 +
                        <li>Figure 8. The differences of motility between riboswitch(+) and riboswitch(-). (This experiment was designed and finished by Pan Chu and Wenqi Huang).</li>
 +
                    </ul>
 +
                </div>
  
        <div class = "15">
+
                <div class = "4">
            <p><a href="http://parts.igem.org/Part:BBa_K2012007">http://parts.igem.org/Part:BBa_K2012007</a></p>
+
                    <p><a href = "https://2016.igem.org/Team:HZAU-China/Demonstrate">https://2016.igem.org/Team:HZAU-China/Demonstrate</a></p>
            <ul>
+
                    <p>In Demonstration page</p>
            <li>Figure 1, 2 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
+
                    <ul>
            </ul>
+
                        <li>Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang)</li>
        </div>
+
                    </ul>
 +
                </div>
  
        <div class = "16">
+
                <div class = "5">
            <p><a href="http://parts.igem.org/Part:BBa_K2012015">http://parts.igem.org/Part:BBa_K2012015</a></p>
+
                    <p><a href = "https://2016.igem.org/Team:HZAU-China/Measurement">https://2016.igem.org/Team:HZAU-China/Measurement</a></p>
            <ul>
+
                    <p>In Measure page</p>
            <li>Figure 1. (This experiment was designed and finished by Jun Li and Boyao Zhang)</li>
+
                    <ul>
            </ul>
+
                        <li>Figure 1.Quantification on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
        </div>
+
                        <li>Figure 2. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 3. Characterization in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 4. Phenotype of pleD expression. (This experiment was designed and finished by Pan Chu);</li>
 +
                        <li>Figure 5. Quantification on riboswitches. (This experiment was designed and finished by Pan Chu and Anqi Zhou);</li>
 +
                        <li>Figure 6. cheZ-GFP overlapping extension fragment. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 7. Quantification on function of CheZ in swarming assay. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 8. Quantification on relationship between promoter strength and swarming ability. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 9. Normalization of swarming rate. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
 +
                    </ul>
 +
                </div>
  
        <div class = "17">
+
                <div class = "6">
            <p><a href="http://parts.igem.org/Part:BBa_K2012023"></a></p>
+
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-chassis_integration">https://2016.igem.org/Team:HZAU-China/Experiments-chassis_integration</a></p>
            <ul>
+
                    <p>In this page</p>
            <li>Figure 1. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
+
                    <ul>
            </ul>
+
                        <li>Figure 1. Mechanism of λ Red recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
        </div>
+
                        <li>Figure 2. Mechanism of Cre/Lox recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
 +
                        <li>Figure3. Plasmid: pSC101-BAD-gbaA-tet, pR6K-lox-kan-lox-new, pSC101-BAD-Cre-tet (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
 +
                        <li>Figure 4. EnvZ gene disruption. ( This experiment was designed and finished by Boyao Zhang and Pan Chu);</li>
 +
                        <li>Figure 5. Resistance test on resistance gene elimination, Kan (upper plates),Tet (lower plates). ( This experiment was designed and finished by Boyao Zhang and Pan Chu);</li>
 +
                        <li>Figure 6. PCR verification of resistant gene elimination. (This experiment was designed and finished by Boyao Zhang and Pan Chu).</li>
 +
                    </ul>
 +
                </div>
  
 +
                <div class = "7">
 +
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-Light_control">https://2016.igem.org/Team:HZAU-China/Experiments-Light_control</a></p>
 +
                    <p>In this page </p>
 +
                    <ul>
 +
                        <li>Figure 1. Mechanism of λ Red recombination (quote from J. J. Tabor, A. Levskaya, C. A. Voigt, Multichromatic control of gene expression in Escherichia coli. Journal of molecular biology 405, 315-324 (2011));</p>
 +
                        <li>Table 1. Strains used in this work (Tabulated by: Jun Li and Boyao Zhang);</li>
 +
                        <li>Figure 2. (Design: Boyao Zhang; Drawn by: Tengteng Wang );</li>
 +
                        <li>Table 2. Plasmids used in this study. (Tabulated by: Jun Li and Boyao Zhang);</li>
 +
                        <li>Table 3. Plasmid assembly detailed descriptions. (Tabulated by: Jun Li and Boyao Zhang);</li>
 +
                        <li>Table 4. The protocol of Multi-Mode Reader (Tabulated by: Jun Li and Boyao Zhang);</li>
 +
                        <li>Figure 3. Measurement on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 4. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);</li>
 +
                        <li>Figure 5. Measurement on fluorescence in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li)</li>
 +
                    </ul>
 +
                </div>
 +
                <div class ="8">
 +
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Experiments-Motility">https://2016.igem.org/Team:HZAU-China/Experiments-Motility</a></p>
 +
                    <p>In this page </p>
 +
                    <ul>
 +
                        <li>Figure 1. Mechanism of motility. (quote from : S. Schulmeister, M. Ruttorf, S. Thiem, D. Kentner, D. Lebiedz, V. Sourjik, Protein exchange dynamics at chemoreceptor clusters in Escherichia coli. Proceedings of the National Academy of Sciences of the United States of America 105, 6403-6408 (2008));</li>
 +
                        <li>Figure 2. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 3. CL1 means the E.coli K12 mg1655 cheZ lacking strain as the negative control. CK means CL1 strain transformed with BBa_K819010. CZ means CL1 transformed with our constructed Biobrick, BBa_K2012007. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 4. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 5. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);</li>
 +
                        <li>Figure 1. Mechanism of riboswitch. (Design and Draw: Pan Chu);</li>
 +
                        <li>Figure 2. PSB4A5-735F & peT-Ptac-pleD (Design: Pan Chu; Draw: Tengteng Wang);</li>
 +
                        <li>Figure 3. Phenotype of pleD expression (This experiment was designed and finished by Pan Chu);</li>
 +
                        <li>(Note: This work was done by our team member; the protocol referred to H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016); but there are some differences between our protocol and the protocol in that paper.)</li>
 +
                        <li>Figure 4. Characterization of riboswitch. (This experiment was designed and finished by Pan Chu, Anqi Zou and Luyao Zhang);</li>
 +
                        <li>(Note: This work was done by our team member; we re-construction all plasmids. assembly method: Bio-brick assembly.)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "9">
 +
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Model">https://2016.igem.org/Team:HZAU-China/Model</a></p>
 +
                    <p>In this page;</p>
 +
                    <ul>
 +
                        <li>Figure 1. Gene circuit. (Designed by Pan Chu, Tengteng Wang (imitate E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));</li>
 +
                        <li>Figure 2. Green light. (Bocheng Cheng);</li>
 +
                        <li>Figure 3. Red light. (Bocheng Cheng);</li>
 +
                        <li>Figure 4. The concentration of CheZ. (Bocheng Cheng);</li>
 +
                        <li>Figure 5. The 2D plane of bacteria diffusion. (Bocheng Cheng);</li>
 +
                        <li>Movie 1. Visualization for the R-M model of bacteria diffusion.(Kangjian Hua);</li>
 +
                        <li>Figure 6. Pikachu,a famous cartoon character. (Kangjian Hua);</li>
 +
                        <li>Movie 2. Visualization for the R-M model of bacteria diffusion in a restricted area using Pikachu as the target pattern. (Kangjian Hua);</li>
 +
                        <li>Movie 3. Visualization for the R-M model of bacteria diffusion with dynamic regulation using Pikachu as the target pattern. (Kangjian Hua);</li>
 +
                        <li>Figure 7. Moore neighbors. (Bocheng Cheng);</li>
 +
                        <li>Figure 8. Breeding process. (Bocheng Cheng);</li>
 +
                        <li>Figure 9. CA program. (Bocheng Cheng);</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "10">
 +
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Software">https://2016.igem.org/Team:HZAU-China/Software</a></p>
 +
                    <p>In this page;</p>
 +
                    <ul>
 +
                        <li>Figure 1. Colony radius calculation software. (Kangjian Hua);</li>
 +
                        <li>Figure 2. Motility dynamic model software. (Kangjian Hua);</li>
 +
                        <li>Figure 3. The GUI for the colony motion simulation software. (Bocheng Cheng);</li>
 +
                        <li>Movie 1. Hardware device demo. (Kangjian Hua);</li>
 +
                        <li>Figure 4. Illustration for the working process of the BioPaFiAR software.  (Bocheng Cheng and Kangjian Hua)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "11">
 +
                    <p><a href="https://2016.igem.org/Team:HZAU-China/Hardware">https://2016.igem.org/Team:HZAU-China/Hardware</a></p>
 +
                    <p>In this page</p>
 +
                    <ul>
 +
                        <li>Figure 1. Modules in the BioPaFiAR device. (Pan Chu);</li>
 +
                        <li>Figure 2. The flowchart for the temperature control software.(Drawn by: Kangjian Hua);</li>
 +
                        <li>Figure 3. The BioPaFiAR driver program test with a piece of paper as the target pattern. ( Bocheng Cheng and Kangjian Hua);</li>
 +
                        <li>Figure 4. The BioPaFiAR driver program test with a real bacteria colony. (Kangjian Hua);</li>
 +
                        <li>Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang);</li>
 +
                        <li>Figure 5. The inside demo of the BioPaFiAR hardware device (Kangjian Hua);</li>
 +
                        <li>Figure 6. Parts and finished product of the LPA device. (Shot by: Pan Chu);</li>
 +
                        <li>Figure 7. Schematic of circuit board microcontroller (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
 +
                        <li>Figure 8. The LED driver stage can be controlled by microcontroller to regulate the intensity of LEDs. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
 +
                        <li>Figure 9. The final PCB plate printed as described above. This is our DIY PCB plate. (Shot by: Bocheng Cheng);</li>
 +
                        <li>Figure 10.a (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) ) Figure 10.b (Shot by: Kanjian Hua);</li>
 +
                        <li>Figure 11. (Bocheng Chen);</li>
 +
                        <li>Figure 12. Different situations when compiling the firmware. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );</li>
 +
                        <li>Figure 13. The file was downloaded from <a href = "http://iris.taborlab.rice.edu">http://iris.taborlab.rice.edu</a>;</li>
 +
                        <li>Figure 14. (This experiment was designed and finished by Jun Li)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "12">
 +
                   
 +
                        <p><a href="http://parts.igem.org/Part:BBa_K2012000">http://parts.igem.org/Part:BBa_K2012000</a></p>
 +
                        <ul>
 +
                        <li>Figure 1 (Designed and Drawn by: Pan Chu);</li>
 +
                        <li>Figure 2. Schematic of riboswitches (Designed and Drawn by: Pan Chu);</li>
 +
                        <li>Figure 3. Characterization of Riboswitch (This experiment was designed and finished by Pan Chu)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "13">
 +
                   
 +
                        <p><a href="http://parts.igem.org/Part:BBa_K2012013">http://parts.igem.org/Part:BBa_K2012013</a></p>
 +
                        <ul>
 +
                        <li>Figure 1, 2 & 3 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "14">
 +
                    <p><a href="http://parts.igem.org/Part:BBa_K2012002">http://parts.igem.org/Part:BBa_K2012002</a></p>
 +
                    <ul>
 +
                    <li>Figure 1. (This experiment was designed and finished by Pan Chu)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "15">
 +
                    <p><a href="http://parts.igem.org/Part:BBa_K2012007">http://parts.igem.org/Part:BBa_K2012007</a></p>
 +
                    <ul>
 +
                    <li>Figure 1, 2 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "16">
 +
                    <p><a href="http://parts.igem.org/Part:BBa_K2012015">http://parts.igem.org/Part:BBa_K2012015</a></p>
 +
                    <ul>
 +
                    <li>Figure 1. (This experiment was designed and finished by Jun Li and Boyao Zhang)</li>
 +
                    </ul>
 +
                </div>
 +
 +
                <div class = "17">
 +
                    <p><a href="http://parts.igem.org/Part:BBa_K2012023"></a></p>
 +
                    <ul>
 +
                    <li>Figure 1. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)</li>
 +
                    </ul>
 +
                </div>
 +
 +
            </div>
 +
        </div>
 
     </div>
 
     </div>
  

Revision as of 06:58, 31 December 2016

attribution

Detailed-Attributions

Team member list
Name Major Grade
Wen Wang bioscience Junior
Kangjian Hua bioinformation Junior
Jin Xiao bioinformation Junior
Bocheng Cheng bioinformation Junior
Xinran Zhao Bioengineering Junior
Zewen Ding Bioengineering sophomore
Wenqi Huang Biotechnology sophomore
Jun Li bioscience sophomore
Pan Chu bioengineering sophomore
Weitong Zhang bioinformation sophomore
Haimen Li bioscience sophomore
Boyao Zhang Biotechnology Junior
Qiqi Xiong Biotechnology freshmen
Yichi Zhang bioinformation freshmen
Luyao Zhang Landscape and gardening freshmen
Wentao Yu Biotechnology freshmen
Anqi Zhou Biotechnology freshmen
Zhujun Zia Bioengineering freshmen
Tengteng Wang Bioengineering sophomore
Kening Chen Biotechnology sophomore
Yang Bai Automation sophomore
Zhihao Li Automation sophomore

https://2016.igem.org/Team:HZAU-China

In the homepage

Figures are designed by Kening Chen.

Animation Video (Designed by Kangjian Hua; Narrated by Xinran Zhao)

https://2016.igem.org/Team:HZAU-China/Description

In Description page

  • Figure 1. Augmented reality. (Designed by Kening Chen);
  • Figure 2. Welcome to BioPaFiAR! (Designed by Tengteng Wang);
  • Figure 3. Bio-pattern formation in Nature. (Designed by Tengteng Wang);
  • Figure 4. The "band-detect" gene networks. (Quoted from S. Basu, Y. Gerchman, C. H. Collins, F. H. Arnold, R. Weiss, A synthetic multicellular system for programmed pattern formation. Nature 434, 1130-1134. (2005);
  • Figure 5. Density-sensing and Motility-control. (Quoted from Chenli liu, et al. Sequential Establishment of Stripe Patterns in an Expanding Cell Population. Science 334, 238. (2011));
  • Figure 6. The mechanisms of bacteria motility and the role of protein cheZ. (Designed by Pan Chu, Tengteng Wang);
  • Figure 7. The working mechanisms of the TCS circuits. (Designed by Pan Chu, Tengteng Wang (inspired by: E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));
  • Figure 8. The working mechanisms of Riboswitches. (Designed by Pan Chu)
  • Figure 9. The hardware devices to quantify light-switchable TCS. (Photo taken by Pan Chu);
  • Figure 10. Illustration for the BioPaFiAR hardware device. (Photo taken by Pan Chu);
  • Figure 11. The software GUIs. (Designed by Kangjian Hua, Bocheng Chen).

https://2016.igem.org/Team:HZAU-China/Design

In Design page

  • Figure 1. Overall Design Circuit. (Designed by Tengteng Wang, Kangjian Hua);
  • Figure 2. “Traffic Light Circuit”. (Designed by Tengteng Wang, Pan Chu);
  • Figure 3. (Designed by Tengteng Wang, Pan Chu);
  • Figure 4. CcaS/CcaR TCS. (Designed by Tengteng Wang, Pan Chu);
  • Figure 5. (Designed by Tengteng Wang, Pan Chu);
  • Figure 5. Schematic of riboswitches. (Designed by Pan Chu, Figure 5.b was quoted from H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016).).

https://2016.igem.org/Team:HZAU-China/Proof

In Proof page

  • Figure 1. Riboswitches modeling. (Designed by Bocheng cheng, Pan Chu);
  • Figure 2. The kinetics of cheZ. (Designed by Bocheng cheng, Pan Chu);
  • Figure 3. Motility modeling. (Designed by Bocheng cheng, Kangjian Hua);
  • Figure 4. Proof of the Bacterial Motility Device. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 5. Proof of the Light-Switchable TCS Device. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 6. Optimization of the CcaS-CcaR System. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 7. Proof of the Riboswitch Device. (This experiment was designed and finished by Pan Chu and Anqi Zhou);
  • Figure 8. The differences of motility between riboswitch(+) and riboswitch(-). (This experiment was designed and finished by Pan Chu and Wenqi Huang).

https://2016.igem.org/Team:HZAU-China/Demonstrate

In Demonstration page

  • Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang)

https://2016.igem.org/Team:HZAU-China/Measurement

In Measure page

  • Figure 1.Quantification on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 2. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 3. Characterization in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 4. Phenotype of pleD expression. (This experiment was designed and finished by Pan Chu);
  • Figure 5. Quantification on riboswitches. (This experiment was designed and finished by Pan Chu and Anqi Zhou);
  • Figure 6. cheZ-GFP overlapping extension fragment. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 7. Quantification on function of CheZ in swarming assay. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 8. Quantification on relationship between promoter strength and swarming ability. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 9. Normalization of swarming rate. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)

https://2016.igem.org/Team:HZAU-China/Experiments-chassis_integration

In this page

  • Figure 1. Mechanism of λ Red recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );
  • Figure 2. Mechanism of Cre/Lox recombination. (Design: Boyao Zhang; Drawn by: Tengteng Wang );
  • Figure3. Plasmid: pSC101-BAD-gbaA-tet, pR6K-lox-kan-lox-new, pSC101-BAD-Cre-tet (Design: Boyao Zhang; Drawn by: Tengteng Wang );
  • Figure 4. EnvZ gene disruption. ( This experiment was designed and finished by Boyao Zhang and Pan Chu);
  • Figure 5. Resistance test on resistance gene elimination, Kan (upper plates),Tet (lower plates). ( This experiment was designed and finished by Boyao Zhang and Pan Chu);
  • Figure 6. PCR verification of resistant gene elimination. (This experiment was designed and finished by Boyao Zhang and Pan Chu).

https://2016.igem.org/Team:HZAU-China/Experiments-Light_control

In this page

  • Figure 1. Mechanism of λ Red recombination (quote from J. J. Tabor, A. Levskaya, C. A. Voigt, Multichromatic control of gene expression in Escherichia coli. Journal of molecular biology 405, 315-324 (2011));

  • Table 1. Strains used in this work (Tabulated by: Jun Li and Boyao Zhang);
  • Figure 2. (Design: Boyao Zhang; Drawn by: Tengteng Wang );
  • Table 2. Plasmids used in this study. (Tabulated by: Jun Li and Boyao Zhang);
  • Table 3. Plasmid assembly detailed descriptions. (Tabulated by: Jun Li and Boyao Zhang);
  • Table 4. The protocol of Multi-Mode Reader (Tabulated by: Jun Li and Boyao Zhang);
  • Figure 3. Measurement on sfGFP fluorescence in PCB optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 4. Fluorescence assay in different chassis strain B,C,D. (This experiment was designed and finished by Boyao Zhang and Jun Li);
  • Figure 5. Measurement on fluorescence in PcpcG2 optimization. (This experiment was designed and finished by Boyao Zhang and Jun Li)

https://2016.igem.org/Team:HZAU-China/Experiments-Motility

In this page

  • Figure 1. Mechanism of motility. (quote from : S. Schulmeister, M. Ruttorf, S. Thiem, D. Kentner, D. Lebiedz, V. Sourjik, Protein exchange dynamics at chemoreceptor clusters in Escherichia coli. Proceedings of the National Academy of Sciences of the United States of America 105, 6403-6408 (2008));
  • Figure 2. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 3. CL1 means the E.coli K12 mg1655 cheZ lacking strain as the negative control. CK means CL1 strain transformed with BBa_K819010. CZ means CL1 transformed with our constructed Biobrick, BBa_K2012007. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 4. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 5. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang);
  • Figure 1. Mechanism of riboswitch. (Design and Draw: Pan Chu);
  • Figure 2. PSB4A5-735F & peT-Ptac-pleD (Design: Pan Chu; Draw: Tengteng Wang);
  • Figure 3. Phenotype of pleD expression (This experiment was designed and finished by Pan Chu);
  • (Note: This work was done by our team member; the protocol referred to H. Zhou et al., Characterization of a natural triple-tandem c-di-GMP riboswitch and application of the riboswitch-based dual-fluorescence reporter. Sci Rep 6, 20871 (2016); but there are some differences between our protocol and the protocol in that paper.)
  • Figure 4. Characterization of riboswitch. (This experiment was designed and finished by Pan Chu, Anqi Zou and Luyao Zhang);
  • (Note: This work was done by our team member; we re-construction all plasmids. assembly method: Bio-brick assembly.)

https://2016.igem.org/Team:HZAU-China/Model

In this page;

  • Figure 1. Gene circuit. (Designed by Pan Chu, Tengteng Wang (imitate E. J. Olson, L. A. Hartsough, B. P. Landry, R. Shroff, J. J. Tabor, Characterizing bacterial gene circuit dynamics with optically programmed gene expression signals. Nature Methods 11, 449-455. (2014));
  • Figure 2. Green light. (Bocheng Cheng);
  • Figure 3. Red light. (Bocheng Cheng);
  • Figure 4. The concentration of CheZ. (Bocheng Cheng);
  • Figure 5. The 2D plane of bacteria diffusion. (Bocheng Cheng);
  • Movie 1. Visualization for the R-M model of bacteria diffusion.(Kangjian Hua);
  • Figure 6. Pikachu,a famous cartoon character. (Kangjian Hua);
  • Movie 2. Visualization for the R-M model of bacteria diffusion in a restricted area using Pikachu as the target pattern. (Kangjian Hua);
  • Movie 3. Visualization for the R-M model of bacteria diffusion with dynamic regulation using Pikachu as the target pattern. (Kangjian Hua);
  • Figure 7. Moore neighbors. (Bocheng Cheng);
  • Figure 8. Breeding process. (Bocheng Cheng);
  • Figure 9. CA program. (Bocheng Cheng);

https://2016.igem.org/Team:HZAU-China/Software

In this page;

  • Figure 1. Colony radius calculation software. (Kangjian Hua);
  • Figure 2. Motility dynamic model software. (Kangjian Hua);
  • Figure 3. The GUI for the colony motion simulation software. (Bocheng Cheng);
  • Movie 1. Hardware device demo. (Kangjian Hua);
  • Figure 4. Illustration for the working process of the BioPaFiAR software. (Bocheng Cheng and Kangjian Hua)

https://2016.igem.org/Team:HZAU-China/Hardware

In this page

  • Figure 1. Modules in the BioPaFiAR device. (Pan Chu);
  • Figure 2. The flowchart for the temperature control software.(Drawn by: Kangjian Hua);
  • Figure 3. The BioPaFiAR driver program test with a piece of paper as the target pattern. ( Bocheng Cheng and Kangjian Hua);
  • Figure 4. The BioPaFiAR driver program test with a real bacteria colony. (Kangjian Hua);
  • Movie 1. (Film: Kangjian Hua ; performance: Boyao Zhang);
  • Figure 5. The inside demo of the BioPaFiAR hardware device (Kangjian Hua);
  • Figure 6. Parts and finished product of the LPA device. (Shot by: Pan Chu);
  • Figure 7. Schematic of circuit board microcontroller (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );
  • Figure 8. The LED driver stage can be controlled by microcontroller to regulate the intensity of LEDs. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );
  • Figure 9. The final PCB plate printed as described above. This is our DIY PCB plate. (Shot by: Bocheng Cheng);
  • Figure 10.a (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) ) Figure 10.b (Shot by: Kanjian Hua);
  • Figure 11. (Bocheng Chen);
  • Figure 12. Different situations when compiling the firmware. (Quote from: K. Gerhardt et al., An open-hardware platform for optogenetics and photobiology. bioRxiv, 055053. (2016) );
  • Figure 13. The file was downloaded from http://iris.taborlab.rice.edu;
  • Figure 14. (This experiment was designed and finished by Jun Li)

http://parts.igem.org/Part:BBa_K2012000

  • Figure 1 (Designed and Drawn by: Pan Chu);
  • Figure 2. Schematic of riboswitches (Designed and Drawn by: Pan Chu);
  • Figure 3. Characterization of Riboswitch (This experiment was designed and finished by Pan Chu)

http://parts.igem.org/Part:BBa_K2012013

  • Figure 1, 2 & 3 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)

http://parts.igem.org/Part:BBa_K2012002

  • Figure 1. (This experiment was designed and finished by Pan Chu)

http://parts.igem.org/Part:BBa_K2012007

  • Figure 1, 2 (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)

http://parts.igem.org/Part:BBa_K2012015

  • Figure 1. (This experiment was designed and finished by Jun Li and Boyao Zhang)

  • Figure 1. (This experiment was designed and finished by Wen Wang , Zewen Ding and Wenqi Huang)