Difference between revisions of "Team:CPU CHINA/Contribution"

(Prototype team page)
 
Line 1: Line 1:
{{IGEM_TopBar}}
+
<!DOCTYPE html>
{{CPU_CHINA}}
+
<html lang="en">
<html>
+
  
<div class="column full_size judges-will-not-evaluate">
+
<head>
<h3>★  ALERT! </h3>
+
    <meta charset="UTF-8">
<p>This page is used by the judges to evaluate your team for the <a href="https://2021.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2021.igem.org/Judging/Awards"> award listed below</a>. </p>
+
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2021.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</div>
+
    <link rel="stylesheet"
 +
        href="https://2017.igem.org/wiki/index.php?title= Template:SCU_China/default_CSS &action=raw&ctype=text/css">
 +
    <link rel="stylesheet"
 +
        href="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/reset_CSS &action=raw&ctype=text/css">
 +
    <link rel="stylesheet"
 +
        href="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/common_CSS &action=raw&ctype=text/css">
 +
    <link rel="stylesheet"
 +
        href="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/contentCommon_CSS &action=raw&ctype=text/css">
 +
    <style>
 +
        #header #title {
 +
            left: 8%;
 +
        }
  
 +
        #contain .left img {
 +
            position: absolute;
 +
            width: 70%;
 +
            top: 130px;
 +
            left: 12%;
 +
            z-index: 2;
 +
        }
  
<div class="clear"></div>
+
        @media screen and (max-width:1030px) {
 +
            #header #title {
 +
                top: 10%;
 +
                font-size: 700%;
 +
            }
  
 +
        }
  
 +
        @media screen and (max-width:930px) {
 +
            #header #title {
 +
                top: 10%;
 +
                font-size: 600%;
 +
            }
  
<div class="column full_size">
+
        }
  
<h1>Contribution </h1>
+
        @media screen and (max-width:830px) {
<H3>
+
            #header #title {
Bronze Medal Criterion #4
+
                top: 10%;
</H3>
+
                font-size: 500%;
<p>Make a useful contribution for future iGEM teams. Use this page to document that contribution.
+
            }
<br><br>
+
  
Please see the <a href="https://2021.igem.org/Judging/Medals">2021 Medals Page</a> for more information.
+
        }
  
<p>If you are making a contribution by adding information to an existing Part or creating a new Part, you must document your contribution on the Part's Main Page on the <a href="http://parts.igem.org/Main_Page">Registry</a> for your team to be eligible for this criteria. You can use this page to link to that part and include additional information about your contribution.</p>
+
        @media screen and (max-width:730px) {
</P>
+
            #header #title {
</DIV>
+
                top: 10%;
 +
                font-size: 450%;
 +
            }
 +
        }
 +
 
 +
        @media screen and (max-width:630px) {
 +
            #header #title {
 +
                top: 5%;
 +
                font-size: 400%;
 +
            }
 +
 
 +
        }
 +
 
 +
        @media screen and (max-width:530px) {
 +
            #header #title {
 +
                top: 4%;
 +
                font-size: 350%;
 +
            }
 +
 
 +
        }
 +
 
 +
        @media screen and (max-width:450px) {
 +
            #header #title {
 +
                font-size: 300%;
 +
            }
 +
 
 +
        }
 +
 
 +
        @media screen and (max-width:400px) {
 +
            #header #title {
 +
                font-size: 250%;
 +
            }
 +
        }
 +
 
 +
        @media screen and (max-width:350px) {
 +
            #header #title {
 +
                font-size: 200%;
 +
            }
 +
        }
 +
    </style>
 +
</head>
 +
 
 +
<body>
 +
    <header id="header">
 +
        <div id="load" v-show="loading"><img src="https://static.igem.org/mediawiki/2021/c/c4/T--CPU_CHINA--loading.gif"
 +
                alt=""></div>
 +
        <div id="menu">
 +
            <div id="menuBack" v-show="isOpen" :class="isActive" @click="ifclick"></div>
 +
            <a href="https://2021.igem.org/Team:CPU_CHINA"><img id="logo"
 +
                    src="https://static.igem.org/mediawiki/2021/d/d5/T--CPU_CHINA--ProjectLogo.png" alt="项目logo"></a>
 +
            <div id="select" @mouseleave="leave" @mouseover="on">
 +
                <img id="menuImg" :src="menu" alt="这是菜单图片" @mouseover="mouseover" @click="click">
 +
                <ul id="class-a" class="class" v-show="classA">
 +
                    <li v-for="(item,index) in classList" :class="isActiveA == index? 'class-a' : ''"
 +
                        @click="classAClick(index)">{{item}}</li>
 +
                </ul>
 +
                <ul id="class-b" class="class" v-show="classB">
 +
                    <li v-for="item in classList2[isActiveA]" :class="isActiveB == item.num? 'class-b' : ''"
 +
                        @mouseover="classBOver(item.num)" @mouseleave="classBLeave(item.num)"><a :href="item.url">
 +
                            {{item.text}}</a></li>
 +
                </ul>
 +
            </div>
 +
        </div>
 +
        <img class="background" src="https://static.igem.org/mediawiki/2021/f/fd/T--CPU_CHINA--Top.png" alt="">
 +
        <h1 id="title">CONTRIBUTIONS</h1>
 +
        <svg width="100%" height="100%" viewBox="0 0 1920 600" version="1.1"
 +
            style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
 +
            <g transform="matrix(1.16285,0,0,1.38837,253.426,-231.748)">
 +
                <g id="AD1">
 +
                    <path id="凹形遮罩"
 +
                        d="M1433.18,439.801C1433.18,439.801 1001.08,524.071 607.621,524.374C219.99,524.673 -217.935,439.801 -217.935,439.801L-217.935,944.811L1433.18,944.811L1433.18,439.801Z"
 +
                        style="fill:#FAFAFA;" />
 +
                </g>
 +
            </g>
 +
        </svg>
 +
    </header>
 +
    <div id="contain" class=" clearfix">
 +
        <div class="left clearfix">
 +
            <svg class="Frosting" width="70%" height="250px">
 +
                <defs>
 +
                    <pattern id="cardBg" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
 +
                        <image opacity="0.5" width="100" height="100"
 +
                            xlink:href="https://static.igem.org/mediawiki/2021/7/75/T--CPU_CHINA--Frosting1.png" />
 +
                        <image class="fillLight" opacity="0.5" width="100" height="100"
 +
                            xlink:href="https://static.igem.org/mediawiki/2021/f/fd/T--CPU_CHINA--Frosting2.png" />
 +
                    </pattern>
 +
                </defs>
 +
                <g class="main">
 +
                    <g class="card">
 +
                        <rect fill="none" stroke="#ccc" opacity="0.75" stroke-width="3" width="100%" height="100%"
 +
                            rx="10" ry="10" opacity="0.6" />
 +
                        <rect fill="url(#cardBg)" width="100%" height="100%" rx="11" ry="11" opacity="0.6" />
 +
                    </g>
 +
                </g>
 +
            </svg>
 +
            <nav>
 +
                <div class="catalogue-title">ART DESIGN</div>
 +
                <ul class="catalogue">
 +
                    <li class="num">
 +
                        <a href="#section1" title="OVERVIEW">OVERVIEW</a>
 +
                    </li>
 +
 
 +
                    <li class="num">
 +
                        <a href="#section2" title="CONTRIBUTIONS">CONTRIBUTIONS</a>
 +
                    </li>
 +
                </ul>
 +
            </nav>
 +
            <img src="https://static.igem.org/mediawiki/2021/b/b2/T--CPU_CHINA--experimentalize.png" alt="">
 +
        </div>
 +
        <div id="detail" class="clearfix">
 +
            <div class="section" id="section1">
 +
                <h2 id='overview-1'><span>Overview</span></h2>
 +
                <p><span> </span><span>Hoping to make a useful contribution for future iGEM teams, we completed the
 +
                        experimental characterization of an existing part </span><strong><span>Ethanol regulated
 +
                            promoter
 +
                            AOX1</span></strong>(<a href='http://parts.igem.org/Part:BBa_I764001' target='_blank'
 +
                        class='url'>BBa_I764001</a>)<span> and provided new data for it.
 +
                    </span>
 +
                </p>
 +
                <figure>
 +
                    <table>
 +
                        <thead>
 +
                            <tr>
 +
                                <th><span>Biobricks</span></th>
 +
                                <th><span>codes in the lab</span></th>
 +
                                <th><span>Quantitative Characterization</span></th>
 +
                            </tr>
 +
                        </thead>
 +
                        <tbody>
 +
                            <tr>
 +
                                <td><span><a href="http://parts.igem.org/Part:BBa_I764001">BBa_I764001</a></span></td>
 +
                                <td><span>promoter</span></td>
 +
                                <td><span>fluorescence intensity</span></td>
 +
                            </tr>
 +
                        </tbody>
 +
                    </table>
 +
                </figure>
 +
                <p><span>The details are in the part registrations page. </span></p>
 +
            </div>
 +
            <div class="section" id="section2">
 +
                <h2 id='contribution-2'><span>Contribution</span></h2>
 +
                <p><strong><span>P</span><sub><span>AOX1</span></sub></strong></p>
 +
                <p><span> </span><span>The AOX1 promoter(P</span><sub><span>AOX1</span></sub><span>) region from
 +
                    </span><em><span>Pichia pastoris</span></em><span>. It was first registered in 2007 and used as a
 +
                        strong
 +
                        promoter in </span><em><span>Pichia pastoris</span></em><span>. A complex pathway for the
 +
                        metabolism
 +
                        of methanol exists within some species of the </span><em><span>Komagataella</span></em><span>
 +
                        genus.
 +
                        Alcohol oxidase (AO) appears to be the first and major enzyme produced in this metabolic
 +
                        pathway.
 +
                        Transcribed from its gene (AOX1), AO converts methanol to formaldehyde within the yeast&#39;s
 +
                        peroxisome.</span></p>
 +
                <p><span> </span><span>In order to test the function of P</span><sub><span>AOX1</span></sub><span>, we
 +
                        construct
 +
                        &quot;</span><strong><span>P</span><sub><span>AOX1</span></sub><span>-α-factor-sfGFP-AOX1
 +
                            terminator&quot;(<a
 +
                                href="http://parts.igem.org/Part:BBa_K383050">BBa_K383050</a>)</span></strong><span>. If
 +
                        P</span><sub><span>AOX1</span></sub><span> is functional, we can test the fluorescence intensity
 +
                        of
 +
                        sfGFP in supernatant samples obtained from the culture of recombinant
 +
                    </span><em><span>P.pastoris</span></em><span> GS115 strain.</span></p>
 +
                <p>&nbsp;</p>
 +
                <p><span> </span><span>Our results matched the general expected trend (Fig 1). After fermentation
 +
                        experiment
 +
                        in BMMY medium containing 0.5% methanol. The fluorescence intensity of the supernatant samples
 +
                        of
 +
                        recombinant </span><em><span>P.pastoris</span></em><span> GS115 containing the sfGFP gene
 +
                        gradually
 +
                        increased over time, while that of wild-type </span><em><span>P.pastoris</span></em><span> GS115
 +
                        remained basically unchanged, which is in line with literature
 +
                        description</span><sup><span>[1]</span></sup><span>. SDS-PAGE results (Fig 2) also verified this
 +
                        phenomenon, almost no protein band before 36 h could be seen. The corresponding protein band
 +
                        began
 +
                        to appear at 36 h, and the clarity and width of the protein band gradually increased over time,
 +
                        which means the AOX1 promoter can continuously induce the expression of the protein. At the same
 +
                        time, by measuring the growth curve of the strains (Fig 3), we observed that the
 +
                        OD</span><sub><span>600</span></sub><span> of the recombinant
 +
                    </span><em><span>P.pastoris</span></em><span> GS115 containing the sfGFP gene was slightly lower
 +
                        than
 +
                        the wild-type </span><em><span>P.pastoris</span></em><span> GS115 , the phenomenon of which may
 +
                        be
 +
                        attributed to the expression of sfGFP. The results showed that the expression of foreign genes
 +
                        would
 +
                        partly inhibit cell growth, but not in an intensive manner.</span></p>
 +
                <p><img src="img2/Parts/Contributions/T--CPU_CHINA--Parts--Contributions--fig1.png"
 +
                        referrerpolicy="no-referrer"></p>
 +
                <p class="reference"><em><span>Fig 1. Fluorescence intensity of supernatant samples obtained at
 +
                            different time points from
 +
                            the
 +
                            culture of wild-type P.pastoris GS115 and corresponding recombinant P.pastoris GS115
 +
                            containing
 +
                            sfGFP gene.</span></em></p>
 +
                <p><img src="img2/Parts/Contributions/T--CPU_CHINA--Parts--Contributions--fig2.png"
 +
                        referrerpolicy="no-referrer"></p>
 +
                <p class="reference"><em><span>Fig 2. SDS-PAGE gel analysis of supernatant samples of the recombinant
 +
                            P.pastoris GS115
 +
                            containing the sfGFP gene during the fermentation</span></em></p>
 +
                <p>&nbsp;</p>
 +
                <p><img src="img2/Parts/Contributions/T--CPU_CHINA--Parts--Contributions--fig3.png"
 +
                        referrerpolicy="no-referrer"></p>
 +
                <p class="reference"><em><span>Fig3. OD</span><sub><span>600</span></sub><span> absorbance obtained at
 +
                            different time
 +
                            points
 +
                            from the culture of wild-type P.pastoris GS115 and recombinant P.pastoris GS115 that
 +
                            contains
 +
                            sfGFP gene</span></em><span>.</span></p>
 +
                <p><strong><span>Reference</span></strong></p>
 +
                <p class="reference"><span>[1] Xuan, Y. </span><em><span>et al.</span></em><span> An upstream activation
 +
                        sequence controls
 +
                        the
 +
                        expression of AOX1 gene in Pichia pastoris. </span><em><span>FEMS yeast
 +
                            research</span></em><span>,
 +
                        1271-1282, doi:10.1111/j.1567-1364.2009.00571.x (2009).</span></p>
 +
            </div>
 +
 
 +
        </div>
 +
    </div>
 +
    <script
 +
        src="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/VueJS &action=raw&amp;ctype=text/javascript">
 +
        </script>
 +
    <script
 +
        src="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/Jquery &action=raw&amp;ctype=text/javascript">
 +
        </script>
 +
    <script
 +
        src="https://2021.igem.org/wiki/index.php?title= Template:CPU_CHINA/common_JS &action=raw&amp;ctype=text/javascript"></script>
 +
</body>
 +
 
 +
</html>

Revision as of 11:31, 27 September 2021

<!DOCTYPE html>

Overview

Hoping to make a useful contribution for future iGEM teams, we completed the experimental characterization of an existing part Ethanol regulated promoter AOX1(BBa_I764001) and provided new data for it.

Biobricks codes in the lab Quantitative Characterization
BBa_I764001 promoter fluorescence intensity

The details are in the part registrations page.

Contribution

PAOX1

The AOX1 promoter(PAOX1) region from Pichia pastoris. It was first registered in 2007 and used as a strong promoter in Pichia pastoris. A complex pathway for the metabolism of methanol exists within some species of the Komagataella genus. Alcohol oxidase (AO) appears to be the first and major enzyme produced in this metabolic pathway. Transcribed from its gene (AOX1), AO converts methanol to formaldehyde within the yeast's peroxisome.

In order to test the function of PAOX1, we construct "PAOX1-α-factor-sfGFP-AOX1 terminator"(BBa_K383050). If PAOX1 is functional, we can test the fluorescence intensity of sfGFP in supernatant samples obtained from the culture of recombinant P.pastoris GS115 strain.

 

Our results matched the general expected trend (Fig 1). After fermentation experiment in BMMY medium containing 0.5% methanol. The fluorescence intensity of the supernatant samples of recombinant P.pastoris GS115 containing the sfGFP gene gradually increased over time, while that of wild-type P.pastoris GS115 remained basically unchanged, which is in line with literature description[1]. SDS-PAGE results (Fig 2) also verified this phenomenon, almost no protein band before 36 h could be seen. The corresponding protein band began to appear at 36 h, and the clarity and width of the protein band gradually increased over time, which means the AOX1 promoter can continuously induce the expression of the protein. At the same time, by measuring the growth curve of the strains (Fig 3), we observed that the OD600 of the recombinant P.pastoris GS115 containing the sfGFP gene was slightly lower than the wild-type P.pastoris GS115 , the phenomenon of which may be attributed to the expression of sfGFP. The results showed that the expression of foreign genes would partly inhibit cell growth, but not in an intensive manner.

Fig 1. Fluorescence intensity of supernatant samples obtained at different time points from the culture of wild-type P.pastoris GS115 and corresponding recombinant P.pastoris GS115 containing sfGFP gene.

Fig 2. SDS-PAGE gel analysis of supernatant samples of the recombinant P.pastoris GS115 containing the sfGFP gene during the fermentation

 

Fig3. OD600 absorbance obtained at different time points from the culture of wild-type P.pastoris GS115 and recombinant P.pastoris GS115 that contains sfGFP gene.

Reference

[1] Xuan, Y. et al. An upstream activation sequence controls the expression of AOX1 gene in Pichia pastoris. FEMS yeast research, 1271-1282, doi:10.1111/j.1567-1364.2009.00571.x (2009).