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

 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{IGEM_TopBar}}
+
<html lang="en">
{{CPU_CHINA}}
+
<html>
+
 
+
 
+
 
+
<div class="clear"></div>
+
 
+
<div class="column full_size">
+
<h1>Project Description </h1>
+
<h3>Bronze Medal Criterion #3</h3>
+
 
+
<p>Describe how and why you chose your iGEM project.
+
<br><br>
+
Please see the <a href="https://2021.igem.org/Judging/Medals">2021 Medals Page</a> for more information.
+
</p>
+
</div>
+
 
+
 
+
 
+
<div class="column two_thirds_size">
+
<h3>What should this page contain?</h3>
+
<ul>
+
<li> A clear and concise description of your project.</li>
+
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
</div>
+
 
+
<div class="column third_size" >
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p>See how other teams have described and presented their projects: </p>
+
 
+
<ul>
+
<li><a href="https://2019.igem.org/Team:Leiden/Description">2019 Leiden</a></li>
+
<li><a href="https://2019.igem.org/Team:ITESO_Guadalajara/Description">2019 ITESO Guadalajara</a></li>
+
<li><a href="https://2020.igem.org/Team:Technion-Israel/Description">2020 Technion Israel</a></li>
+
<li><a href="https://2020.igem.org/Team:Botchan_Lab_Tokyo/Description">2020 Botchan Lab Tokyo</a></li>
+
<li><a href="https://2020.igem.org/Team:St_Andrews/Description">2020 St Andrews</a></li>
+
<li><a href="https://2020.igem.org/Team:MIT/Description">2020 MIT</a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
<div class="column two_thirds_size" >
+
<h3>Advice on writing your Project Description</h3>
+
 
+
<p>
+
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements. Your Project Description should include more information than your project abstract.
+
</p>
+
 
+
</div>
+
 
+
<div class="column third_size">
+
<h3>References</h3>
+
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
 
+
</div>
+
 
+
 
+
  
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 +
    <title>Description</title>
 +
    <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: 20%;
 +
        }
  
 +
        #contain .left img {
 +
            position: absolute;
 +
            width: 80%;
 +
            top: 130px;
 +
            left: 12%;
 +
            z-index: 2;
 +
        }
 +
    </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/6/63/T--CPU_CHINA--Description--Background.png"
 +
            alt="">
 +
        <h1 id="title">DESCRIPTION</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:#FFFFFF;" />
 +
                </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">DESCRIPTION</div>
 +
                <ul class="catalogue">
 +
                    <li class="num">
 +
                        <a href="#section1" title="INSPIRATION">INSPIRATION</a>
 +
                    </li>
 +
                    <li class="num">
 +
                        <a href="#section2" title="OUR SOLUTION">OUR SOLUTION</a>
 +
                    </li>
 +
                </ul>
 +
            </nav>
 +
            <img src="https://static.igem.org/mediawiki/2021/2/2e/T--CPU_CHINA--walking.png" alt="">
 +
        </div>
 +
        <div id="detail" class="clearfix">
 +
            <div class="section" id="section1">
 +
                <h2 id='inspiration'><strong><span>INSPIRATION</span></strong><span> </span></h2>
 +
                <p><span>With the rapid development of e-commerce, China has witnessed a sharp increase in the delivery
 +
                        volume of packages. To avoid the damage of goods during transportation, applying a certain
 +
                        degree of
 +
                        packagings is of great necessity. However, these packagings always end up as garbage for
 +
                        consumers.
 +
                    </span></p>
 +
                <p><span>In 2020, there are </span><strong><span>83.36 billion</span></strong><span> pieces of parcels
 +
                        in
 +
                        China, leading to more than </span><strong><span>9 million tons</span></strong><span> of wasted
 +
                        paper and </span><strong><span>1.8 million tons</span></strong><span> of wasted plastic. It is
 +
                        anticipated that material consumption caused by express packagings will reach
 +
                    </span><strong><span>41.2705 million tons</span></strong><span> by 2050, which imposes enormous
 +
                        strains
 +
                        on the environment.</span></p>
 +
                <img src="https://static.igem.org/mediawiki/2021/a/ae/T--CPU_CHINA--Project--1.jpg" alt="">
 +
                <p class="imgdescribe"><strong>Fig. 1 Volume and growth rate of express delivery business from 2016 to
 +
                        2020</strong></p>
 +
                <p><span>Among these wasted packaging materials, most of the plastic is hard to be degraded.</span></p>
 +
                <p><span>The lack of proper disposal methods, together with the high cost and low profit in recent
 +
                        recycling
 +
                        conditions, all account for the actuality that about 99% of plastic waste is eventually sent to
 +
                        incineration plants or refuse landfill, where its disposal is the same way as household waste.
 +
                        In
 +
                        this situation, resources are massively lost while the environment is severely polluted.</span>
 +
                </p>
 +
                <p><span>It is worth noting that authorities concerned have launched some policies to impose
 +
                        restrictions on
 +
                        the production, circulation, consumption and recycle of plastic materials in recent years. This
 +
                        action attaches extraordinary importance to plastic disposal.</span></p>
 +
                <p><span>Considering factors all above, we felt an obligation to do something to improve the present
 +
                        situation. By researching and interviewing, we got to know that the disposal of polyethylene
 +
                        (PE),
 +
                        the very material widely used in plastic packages, is a thorny issue, due to the vacuum of ideal
 +
                        treatment strategy. Therefore, our team planned to focus on inventing novel methods to degrade
 +
                        PE.</span></p>
 +
                <img src="https://static.igem.org/mediawiki/2021/1/1c/T--CPU_CHINA--Project--2.jpeg" alt="">
 +
                <p class="imgdescribe"><strong>Fig. 2 Members of CPU_CHINA consulting a staff working in the courier
 +
                        station of our school for disposal means of plastic packaging waste.</strong></p>
 +
                <p><span>However, because of its high molecular weight, strong hydrophobicity and low interface energy,
 +
                        the
 +
                        biodegradation process of PE requires hundreds of years for it to completely break down into
 +
                        water
 +
                        and carbon dioxide without any human engagement.</span></p>
 +
                <p><span>Thanks to some inspiring reports, we learnt that there are certain kinds of fungus own the
 +
                        ability
 +
                        to decompose compounds similar to PE. An idea of creating a PE-degrading enzyme complex flew
 +
                        into
 +
                        our minds. Taking biosafety into our consideration, we focused on synthetic biology-based
 +
                        measures
 +
                        and decided to construct a cell-free system to degrade PE in a more effective way.</span></p>
 +
            </div>
 +
            <div class="section" id="section2">
 +
                <h2>OUR SOLUTION</h2>
 +
                <p><span>Facing the imperious demand for an efficient way to dispose PE, we came up with the design of
 +
                        this
 +
                        system. We chose manganese peroxidase (MnP) to oxidize and degrade PE with the assistance of
 +
                        aryl
 +
                        alcohol oxidase (AAO). Then, we added hydrophobin-1 (HFB1), a type of amphipathic protein, to
 +
                        make
 +
                        it easier for the peroxidase to get closer to substrate and therefore improve its efficiency.
 +
                        These
 +
                        parts were eventually united by CRISPR/dCas9 system and SpyCatcher/SpyTag system into a
 +
                        programmable
 +
                        assembly, whose spatial distance and proportion can be controlled. It is hoped that our project
 +
                        can
 +
                        serve as an efficient disposal method of PE. Taking care of our shared environment by this tiny
 +
                        but
 +
                        delicate system, we are devoting ourselves to make the world a better one.</span></p>
 +
                <img src="https://static.igem.org/mediawiki/2021/3/34/T--CPU_CHINA--Project--3.png" alt="">
 +
                <p class="imgdescribe"><strong>Fig. 3 Our solution: Polyethylene Degradist.</strong></p>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <footer>
 +
        <div id="sponsor">
 +
            <img src="https://static.igem.org/mediawiki/2021/3/31/T--CPU_CHINA--Logoes.jpg" alt="">
 +
        </div>
 +
        <div id="connect">
 +
            <h4>Contact us</h4>
 +
            <ul id="contact">
 +
                <li>
 +
                    <a href="https://weibo.com/u/6054819039">
 +
                        <img src="https://static.igem.org/mediawiki/2021/b/ba/T--CPU_CHINA--weibologo.png" alt="">
 +
                        <p>@CPU_CHINA2021</p>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="mailto:cpuchina2021@163.com">
 +
                        <img src="https://static.igem.org/mediawiki/2021/9/92/T--CPU_CHINA--emailLogo.png" style="margin-bottom: 2vw;" alt="">
 +
                        <p>cpuchina2021@163.com</p>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="https://github.com/cpu-igem/cpu-igem2021">
 +
                        <img src="https://static.igem.org/mediawiki/2021/9/98/T--CPU_CHINA--GithubLogo.png" alt="">
 +
                        <p>Like our Website?</p>
 +
                    </a>
 +
                </li>
 +
                <li>
 +
                    <a href="https://international.cpu.edu.cn/">
 +
                        <img src="https://static.igem.org/mediawiki/2021/4/42/T--CPU_CHINA--CPUlogo.png" alt="">
 +
                        <p>International Communication</p>
 +
                    </a>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
    </footer>
 +
    <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>
 
</html>

Latest revision as of 02:34, 22 October 2021

Description

INSPIRATION

With the rapid development of e-commerce, China has witnessed a sharp increase in the delivery volume of packages. To avoid the damage of goods during transportation, applying a certain degree of packagings is of great necessity. However, these packagings always end up as garbage for consumers.

In 2020, there are 83.36 billion pieces of parcels in China, leading to more than 9 million tons of wasted paper and 1.8 million tons of wasted plastic. It is anticipated that material consumption caused by express packagings will reach 41.2705 million tons by 2050, which imposes enormous strains on the environment.

Fig. 1 Volume and growth rate of express delivery business from 2016 to 2020

Among these wasted packaging materials, most of the plastic is hard to be degraded.

The lack of proper disposal methods, together with the high cost and low profit in recent recycling conditions, all account for the actuality that about 99% of plastic waste is eventually sent to incineration plants or refuse landfill, where its disposal is the same way as household waste. In this situation, resources are massively lost while the environment is severely polluted.

It is worth noting that authorities concerned have launched some policies to impose restrictions on the production, circulation, consumption and recycle of plastic materials in recent years. This action attaches extraordinary importance to plastic disposal.

Considering factors all above, we felt an obligation to do something to improve the present situation. By researching and interviewing, we got to know that the disposal of polyethylene (PE), the very material widely used in plastic packages, is a thorny issue, due to the vacuum of ideal treatment strategy. Therefore, our team planned to focus on inventing novel methods to degrade PE.

Fig. 2 Members of CPU_CHINA consulting a staff working in the courier station of our school for disposal means of plastic packaging waste.

However, because of its high molecular weight, strong hydrophobicity and low interface energy, the biodegradation process of PE requires hundreds of years for it to completely break down into water and carbon dioxide without any human engagement.

Thanks to some inspiring reports, we learnt that there are certain kinds of fungus own the ability to decompose compounds similar to PE. An idea of creating a PE-degrading enzyme complex flew into our minds. Taking biosafety into our consideration, we focused on synthetic biology-based measures and decided to construct a cell-free system to degrade PE in a more effective way.

OUR SOLUTION

Facing the imperious demand for an efficient way to dispose PE, we came up with the design of this system. We chose manganese peroxidase (MnP) to oxidize and degrade PE with the assistance of aryl alcohol oxidase (AAO). Then, we added hydrophobin-1 (HFB1), a type of amphipathic protein, to make it easier for the peroxidase to get closer to substrate and therefore improve its efficiency. These parts were eventually united by CRISPR/dCas9 system and SpyCatcher/SpyTag system into a programmable assembly, whose spatial distance and proportion can be controlled. It is hoped that our project can serve as an efficient disposal method of PE. Taking care of our shared environment by this tiny but delicate system, we are devoting ourselves to make the world a better one.

Fig. 3 Our solution: Polyethylene Degradist.