Difference between revisions of "Team:JiangnanU China/Design"

(Prototype team page)
 
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{JiangnanU_China}}
+
{{:Team:JiangnanU_China/Header}}
<html>
+
<html xmlns="http://www.w3.org/1999/html">
 +
<head>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <meta charset="utf-8"/>
 +
    <!--Font-->
 +
    <!--    ////////////////////////-->
 +
    <style>
 +
        /*取消设置*/
 +
        #content {
 +
            line-height: unset;
 +
        }
  
<div class="column full_size">
+
        #globalWrapper {
<h1>Design</h1>
+
            font-size: unset;
<p>
+
        }
Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.
+
</p>
+
  
 +
        #HQ_page h1, h2, h3, h4, h5 {
 +
            margin: 0;
 +
            padding: 0;
 +
        }
  
</div>
+
        #HQ_page p {
 +
            font-size: inherit;
 +
            font-family: inherit;
 +
        }
  
 +
        p, body {
 +
            margin: 0;
 +
            padding: 0;
 +
            line-height: initial;
 +
            width: 100%;
 +
            height: 100%;
 +
        }
  
 +
        /*字体*/
 +
        @font-face {
 +
            font-family: 'Futura_Bold';
 +
            src: url('https://static.igem.org/mediawiki/2019/e/e0/T--JiangnanU_China--ziti_Futura_Bold.otf');
 +
        }
  
<div class="column two_thirds_size">
+
        @font-face {
<h3>What should this page contain?</h3>
+
            font-family: 'FuturaFuturisC-Italic';
<ul>
+
            src: url('https://static.igem.org/mediawiki/2019/4/49/T--JiangnanU_China--FuturaFuturisC-Italic.otf');
<li>Explanation of the engineering principles your team used in your design</li>
+
        }
<li>Discussion of the design iterations your team went through</li>
+
<li>Experimental plan to test your designs</li>
+
</ul>
+
  
</div>
+
        @font-face {
 +
            font-family: 'Futura-Medium-6';
 +
            src: url('https://static.igem.org/mediawiki/2019/1/11/T--JiangnanU_China--Futura-Medium-6.otf');
 +
        }
  
<div class="column third_size">
+
        .fb_48 {
<div class="highlight decoration_A_full">
+
            font-family: Futura_Bold, sans-serif;
<h3>Inspiration</h3>
+
            font-size: 2em;
<ul>
+
        }
<li><a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a></li>
+
 
<li><a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a></li>
+
        .fb_22 {
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
            font-family: Futura_Bold, sans-serif;
</ul>
+
            font-size: 1.3em;
</div>
+
        }
 +
 
 +
        .fb_72 {
 +
            font-family: Futura_Bold, sans-serif;
 +
            font-size: 4em;
 +
        }
 +
 
 +
        .fm_22 {
 +
            font-family: Futura-Medium-6, sans-serif;
 +
            font-size: 1.3em;
 +
        }
 +
 
 +
        .fmi_48 {
 +
            font-family: FuturaFuturisC-Italic, sans-serif;
 +
            font-size: 2em;
 +
        }
 +
 
 +
        /*常用css*/
 +
        /*分隔符*/
 +
        .split_small {
 +
            height: 32px;
 +
        }
 +
 
 +
        .split {
 +
            height: 64px;
 +
        }
 +
 
 +
        /*无书签正文*/
 +
        .contents {
 +
            margin: 5% 15% 15%;
 +
        }
 +
 
 +
        /*一排*/
 +
        .row {
 +
            display: flex;
 +
            flex-direction: row;
 +
            margin: 0;
 +
        }
 +
 
 +
        /*一列*/
 +
        .column {
 +
            display: flex;
 +
            flex-direction: column;
 +
        }
 +
 
 +
        .contents {
 +
            margin: 0% 15% 15%;
 +
        }
 +
 
 +
        .centers {
 +
            justify-content: center;
 +
        }
 +
    </style>
 +
 
 +
    <style>
 +
        .bgd {
 +
            background-image: url('https://static.igem.org/mediawiki/2019/9/94/T--JiangnanU_China--project_design_bgd.png');
 +
            background-size: 100% 100%;
 +
            background-position: center;
 +
            background-repeat: no-repeat;
 +
            width: 100%;
 +
            height: 100vh;
 +
            z-index: 0;
 +
        }
 +
    </style>
 +
</head>
 +
<body>
 +
<div class="bgd" id="head">
 +
    <div class="split_small"></div>
 +
    <div class="split"></div>
 +
    <div class="contents" style="color: white">
 +
        <div class="column">
 +
            <div class="centers">
 +
                <div class="fb_72">
 +
                    <b>Design</b>
 +
                </div>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
 
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <br/>
 +
                    <div class="split"></div>
 +
                    <!--                View more-->
 +
                    <a href="#phage" style="text-decoration: none">
 +
                        <div class="row" style="align-content: center;color: white;">
 +
                            <img
 +
                                    src="https://static.igem.org/mediawiki/2019/0/09/T--JiangnanU_China--host_liubianxing.png"
 +
                                    alt="back" style="width: 6%;height:6%;">
 +
                            <div class="fb_48" style="margin-left: 2%;margin-top: 1%">View all</div>
 +
                        </div>
 +
                    </a>
 +
 
 +
            </div>
 +
        </div>
 +
    </div>
 
</div>
 
</div>
  
  
 +
<div class="split"></div>
 +
<div class="contents" id="phage">
 +
    <div class="column">
 +
        <div class="centers">
  
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/8/89/T--JiangnanU_China--project_designs_0.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/3/3f/T--JiangnanU_China--RESEARCH_IDEA.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
            <div class="fm_22">
 +
                Recombinant <i>E. coli</i> resistant to phage infection will be constructed. It will be mainly divided into four
 +
                parts.
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <div class="fb_48">
 +
                1. Looking for Inducible Promoters
 +
            </div>
 +
            <br/>
 +
            <div class="fm_22">
 +
                Therefore, transcriptome data from different stages of phage infection will be measured to find parts that
 +
                can respond to phage infection at latent period and burst period. Fluorescence gene <i>gfp</i> and
 +
                <i>mCherry</i>
 +
                will be used to characterize them.
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/d/db/T--JiangnanU_China--design3.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
 +
            <div class="split_small"></div>
 +
            <div class="fb_48">
 +
                2. Looking for Anti-phage Protein
 +
            </div>
 +
            <br/>
 +
            <div class="fm_22">
 +
                On the one hand, we will search for resistant parts that can resist phage infection through literature, and
 +
                use plate test to determine the resistance effect of the parts.
 +
                <br/><br/>
 +
 +
                On the other hand, we will use ARTP (Atmospheric and Room Temperature Plasma) mutagenesis screening to screen
 +
                for bacteriophage-resistant parts. Specifically, we identify the mutant strain by co-culture with the
 +
                phage, and after sorting out the mutant strain, we culture all the mutant strains for ten generations
 +
                to strengthen the mutant sites. In this process, the phage plate test has been carried out to eliminate
 +
                the degraded resistant strains.
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/f/f3/T--JiangnanU_China--project_designs_2.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
            <div class="fm_22">
 +
                Finally, we will obtain some mutant strains and we will select key sites by comparing the whole genome.
 +
         
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/3/3b/T--JiangnanU_China--design4.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
            <div class="fm_22">
 +
                Anti-phage detection is carried out on the selected anti-phage part, and the part with the best
 +
                anti-phage effect is cascaded with the anti-phage part screened in the literature, and both of them
 +
                are connected to the inducible promoter that could respond to phages in the latent period.
 +
            </div>
 +
 +
 +
            <div class="split_small"></div>
 +
            <div class="fb_48">
 +
                3. Kill Switch
 +
            </div>
 +
            <br/>
 +
            <div class="fm_22">
 +
                In the second part, we plan to find anti-phage parts which could in the latent period resist to phage.
 +
                However, if the phage skip our first line of defense, we are able to ligate the kill switch with the
 +
                burst period inducible promoter to kill the cell before the complete assembly of phage.
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/c/cc/T--JiangnanU_China--project_designs_4.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
 +
            <div class="split_small"></div>
 +
            <div class="fb_48">
 +
                4. Application
 +
            </div>
 +
            <br/>
 +
            <div class="fm_22">
 +
                When the recombinant mutant is constructed, we will revisit our original purpose, which is to play a role in the practical application. In view of the advantages of our school Jiangnan University in fermentation engineering, we will apply our construction circuit to the production strain to verify its ability to resist phage. This experiment will be done in a specific laboratory where our school works with the respective companies, and we will ensure the safety of the entire experiment and prevent any bacteria and phage from leaking.
 +
            </div>
 +
            <div class="split_small"></div>
 +
            <img src="https://static.igem.org/mediawiki/2019/c/c8/T--JiangnanU_China--project_designs_6.png"
 +
                style="width: 100%;height: auto;">
 +
            <div class="split_small"></div>
 +
 +
 +
            <!--            书签-->
 +
            <div class="split_small"></div>
 +
            <a href="#head"><img src="https://static.igem.org/mediawiki/2019/2/24/T--JiangnanU_China--host_back.png"
 +
                                alt="back" style="width: 6%;height:auto;margin-left: 46%"></a>
 +
        </div>
 +
    </div>
 +
</div>
 +
</body>
 
</html>
 
</html>
 +
{{:Team:JiangnanU_China/Footer}}

Latest revision as of 19:01, 21 October 2019

JiangNan

Recombinant E. coli resistant to phage infection will be constructed. It will be mainly divided into four parts.
1. Looking for Inducible Promoters

Therefore, transcriptome data from different stages of phage infection will be measured to find parts that can respond to phage infection at latent period and burst period. Fluorescence gene gfp and mCherry will be used to characterize them.
2. Looking for Anti-phage Protein

On the one hand, we will search for resistant parts that can resist phage infection through literature, and use plate test to determine the resistance effect of the parts.

On the other hand, we will use ARTP (Atmospheric and Room Temperature Plasma) mutagenesis screening to screen for bacteriophage-resistant parts. Specifically, we identify the mutant strain by co-culture with the phage, and after sorting out the mutant strain, we culture all the mutant strains for ten generations to strengthen the mutant sites. In this process, the phage plate test has been carried out to eliminate the degraded resistant strains.
Finally, we will obtain some mutant strains and we will select key sites by comparing the whole genome.
Anti-phage detection is carried out on the selected anti-phage part, and the part with the best anti-phage effect is cascaded with the anti-phage part screened in the literature, and both of them are connected to the inducible promoter that could respond to phages in the latent period.
3. Kill Switch

In the second part, we plan to find anti-phage parts which could in the latent period resist to phage. However, if the phage skip our first line of defense, we are able to ligate the kill switch with the burst period inducible promoter to kill the cell before the complete assembly of phage.
4. Application

When the recombinant mutant is constructed, we will revisit our original purpose, which is to play a role in the practical application. In view of the advantages of our school Jiangnan University in fermentation engineering, we will apply our construction circuit to the production strain to verify its ability to resist phage. This experiment will be done in a specific laboratory where our school works with the respective companies, and we will ensure the safety of the entire experiment and prevent any bacteria and phage from leaking.
back