Difference between revisions of "Team:CGU Taiwan/Description"

 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{CGU_Taiwan/clearwikiset}}
 +
{{CGU_Taiwan/cgustyle}}
 +
 
<html>
 
<html>
  <style>
+
<head>
body {
+
<meta charset="UTF-8">
background-color:white;
+
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
}
+
<title>iGem CGU_Taiwan 2017 - Project Description</title>
 
+
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
/* nav css start*/
+
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
nav{
+
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
 
+
<script type="text/javascript">
}
+
     $(document).ready(function() {
 
+
        $("#bioButton").click(function() {
nav ul {
+
        $("html, body").animate({
height: 100px;
+
            scrollTop: $("#pBio").offset().top }, {duration: 500,easing: "swing"});
    list-style-type: none;
+
            return false;
text-align: right;
+
        });
}
+
    });
 
+
    $(document).ready(function() {
nav li {
+
        $("#modelButton").click(function() {
display:inline-block;
+
        $("html, body").animate({
}
+
            scrollTop: $("#pModel").offset().top }, {duration: 500,easing: "swing"});
 
+
            return false;
nav li a{
+
        });
    display: inline-block;
+
     });
    color: #809bbb;
+
     $(document).ready(function() {
    text-decoration: none;
+
        $("#deviceButton").click(function() {
font-size: 18px;
+
        $("html, body").animate({
font-family: '微軟正黑體';
+
            scrollTop: $("#pDevice").offset().top }, {duration: 500,easing: "swing"});
padding: 40px 20px;
+
            return false;
transition: 0.5s;
+
        });
}
+
    });
 
+
    $(document).ready(function() {
nav li.logo{
+
        $("#marketingButton").click(function() {
display: inline-block;
+
        $("html, body").animate({
text-align: left;
+
            scrollTop: $("#pMarketing").offset().top }, {duration: 500,easing: "swing"});
position: absolute;
+
            return false;
left: 100px;
+
        });
width: 307px;
+
    });
height: 100px;
+
       
}
+
</script>
 
+
 
+
nav li a:hover, .dropdown:hover .dropbtn {
+
    background-color: #f1f1f1;
+
}
+
 
+
nav li.dropdown {
+
    display: inline-block;
+
}
+
 
+
.dropdown-content {
+
    display: none;
+
    position: absolute;
+
    background-color: #f9f9f9;
+
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
}
+
 
+
.dropdown-content a {
+
    color: black;
+
    padding: 12px 16px;
+
    text-decoration: none;
+
    display: block;
+
    text-align: left;
+
}
+
 
+
.dropdown-content a:hover {
+
background-color: #f1f1f1;
+
}
+
 
+
.dropdown:hover .dropdown-content {
+
    display: block;
+
}
+
 
+
/* nav css end*/
+
 
+
/* background animation start */
+
.head{
+
position:fixed;
+
left:2%;
+
transform:translateX(500px);
+
display:block;
+
text-align:right;
+
float:right;
+
height:2000px;
+
width:1000px;
+
background:url(https://static.igem.org/mediawiki/2017/7/74/Cguheadsquare.png) -50px -425px no-repeat;
+
z-index:-1;
+
transition: 0.5s;
+
}
+
 
+
.square{
+
    position:fixed;
+
    top:20%;
+
    left:80%;
+
    display:inline-block;
+
    float:right;
+
    height:40vw;
+
    width:40vw;
+
    background:url(https://static.igem.org/mediawiki/2017/8/89/Cgusquare_2.png) top left no-repeat;
+
     background-size:contain;
+
    z-index:-1;
+
    transition: 0.5s;
+
}
+
 
+
/* left menu start */
+
.leftMenuBack{
+
    position:fixed;
+
    top:18%;
+
    display:inline-block;
+
    float:left;
+
    width:20vw;
+
  height:89vw;  background:url(https://static.igem.org/mediawiki/2017/7/70/LeftMenuBack.png) top left no-repeat;
+
    background-size:contain;
+
    z-index:-2;
+
}
+
 
+
.leftMenu{
+
    position:fixed;
+
    top:18%;
+
    display:inline-block;
+
    float:left;
+
width:10vw;
+
height:auto;
+
    /*null back ground*/
+
    background:url(https://static.igem.org/mediawiki/2017/0/0d/Null.png) top left no-repeat;
+
    background-size:contain;
+
    z-index:1;
+
/* transition: 1s; */
+
}
+
 
+
.leftMenu ul {
+
display: inline-block;
+
text-align:center;
+
margin:0px;
+
padding:0px;
+
list-style:none;
+
font-size:13px;
+
}
+
 
+
.leftMenu li {
+
float:left;
+
}
+
 
+
.leftMenu li a {
+
display:block;
+
text-decoration:none;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) top left no-repeat;
+
float:left;
+
width:20vw;
+
height:auto;
+
text-align:center;
+
text-indent:-300px;
+
margin:0px;
+
}
+
 
+
.leftMenu li.left1 a {
+
width:20vw;
+
height:11.9vw;
+
background:url(https://static.igem.org/mediawiki/2017/c/c7/LeftMenuBio.png) top left no-repeat;
+
    background-size:contain;
+
}
+
 
+
.leftMenu li.left2 a {
+
width:10vw;
+
height:auto;
+
background:url(https://static.igem.org/mediawiki/2017/e/e3/LeftMenuModel.png) top left no-repeat;
+
    background-size:contain;
+
}
+
.leftMenu li.left3 a {
+
width:10vw;
+
height:auto;
+
background:url(https://static.igem.org/mediawiki/2017/2/2f/LeftMenuDevice.png) top left no-repeat;
+
    background-size:contain;
+
}
+
 
+
.leftMenu li.left4 a {
+
width:10vw;
+
height:auto;
+
background:url(https://static.igem.org/mediawiki/2017/6/68/LeftMenuMarketing.png) top left no-repeat;
+
    background-size:contain;
+
}
+
 
+
.leftMenu li.left1 a:hover {
+
    width:20vw;
+
height:11.9vw;
+
    background:url(https://static.igem.org/mediawiki/2017/a/ae/LeftMenuBioB.png) left top no-repeat;
+
     background-size:contain;
+
}
+
.leftMenu li.left2 a:hover {
+
    width:10vw;
+
height:auto;
+
     background:url(https://static.igem.org/mediawiki/2017/2/2f/LeftMenuModelB.png) left top no-repeat;
+
    background-size:contain;
+
}
+
.leftMenu li.left2 a:hover {
+
    width:10vw;
+
height:auto;
+
    background:url(https://static.igem.org/mediawiki/2017/4/48/LeftMenuDeviceB.png) left top no-repeat;
+
    background-size:contain;
+
}
+
.leftMenu li.left2 a:hover {
+
    width:10vw;
+
height:auto;
+
    background:url(https://static.igem.org/mediawiki/2017/3/3f/LeftMenuMarketingB.png) left top no-repeat;
+
    background-size:contain;
+
}
+
 
+
 
+
 
+
 
+
 
+
/* right menu start */
+
.rightmenuBack{
+
    position:fixed;
+
    top:18%;
+
    display:inline-block;
+
    float:left;
+
    width:199.5px;
+
    height:430px;
+
    background:url(https://static.igem.org/mediawiki/2017/6/69/Cgurightmenu-back.png) top left no-repeat;
+
    background-size:contain;
+
    z-index:-2;
+
}
+
 
+
.rightmenu{
+
    position:fixed;
+
    top:18%;
+
    display:inline-block;
+
    float:left;
+
width:199.5px;
+
height:143.33px;
+
    background-size:contain;
+
    z-index:1;
+
/* transition: 1s; */
+
}
+
 
+
.rightmenu ul {
+
display: inline-block;
+
text-align:center;
+
margin:0px;
+
padding:0px;
+
list-style:none;
+
font-size:13px;
+
}
+
 
+
.rightmenu li {
+
float:left;
+
}
+
 
+
.rightmenu li a {
+
display:block;
+
text-decoration:none;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) top left no-repeat;
+
float:left;
+
width:199px;
+
height:143.33px;
+
text-align:center;
+
text-indent:-300px;
+
margin:0px;
+
}
+
 
+
.rightmenu li.right1 a {
+
width:199px;
+
height:143.33px;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) top left no-repeat;
+
}
+
 
+
.rightmenu li.right2 a {
+
width:199px;
+
height:143.33px;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) 0px -143.33px no-repeat;
+
}
+
 
+
.rightmenu li.right3 a {
+
width:199px;
+
height:143.33px;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) 0px -286.66px no-repeat;
+
}
+
 
+
.rightmenu li.right1 a:hover {
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) -199.5px 0px no-repeat;
+
}
+
 
+
.rightmenu li.right2 a:hover {
+
width:199px;
+
height:143.33px;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) -199.5px -143.33px no-repeat;
+
}
+
 
+
.rightmenu li.right3 a:hover {
+
width:199px;
+
height:143.33px;
+
background:url(https://static.igem.org/mediawiki/2017/7/7c/Cgurightmenu.png) -199.5px -286.66px no-repeat;
+
}
+
  
 +
</head>
  
/* right menu end */
+
<body bgcolor="White">
  
/* background animation end */
+
<!-- nav start -->
 +
<div class="head"></div>
 +
<div class="leftMenuBack">
 +
</div>
 +
<nav>
 +
<ul>
 +
  <a href="https://2017.igem.org/Team:CGU_Taiwan"><li class="logo" style="text-align:left;"><img src="https://static.igem.org/mediawiki/2017/7/7e/CGULOGO0930.png" height="100px" width="307px"/></li></a>
 +
  <!--<li><a href="index.html">HOME</a></li>
 +
  | -->
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Description">PROJECT</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Description">DESCRIPTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Results">RESULTS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/InterLab">INTERLAB</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Demonstrate">PROOF AND DEMONSTRATION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Model">MODEL</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Parts">PARTS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Future">FUTURE WORK</a>     
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">NOTEBOOK</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Notebook">LAB NOTE</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Protocols">PROTOCOLS</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Safety">SAFETY</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="https://2017.igem.org/Team:CGU_Taiwan/Team">TEAM</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Attributions">ATTRIBUTION</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Team">MEMBER</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Acknowledgement">ACKNOWLEDGEMENT</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Collaborations">COLLABORATION</a>
 +
      </div>
 +
  </li>
 +
  |
 +
  <li class="dropdown"><a href="">HUMAN PRACTICE</a>
 +
      <div class="dropdown-content">
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/HP/Silver">SILVER HP</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/HP/Gold_Integrated">INTERGRATED AND GOLD</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Engagement">PUBLIC ENGAGEMENT</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/TWConference">2017 iGEM TAIWAN CONFERENCE</a>
 +
      </div>
 +
  </li>
 +
  |
 +
<li class="dropdown2"><a href="">AWARD</a>
 +
      <div class="dropdown2-content">
  
.description{
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Entrepreneurship">ENTREPRENEURSHIP</a>
margin:auto;
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Hardware">HARDWARE</a>
padding-top: 50px;
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Measurement">MEASUREMENT</a>
padding-left: 100px;
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Model">MODEL</a>
padding-right: 100px;
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/InterLab">INTERLAB</a>
}
+
      <a href="https://2017.igem.org/Team:CGU_Taiwan/HP/Gold_Integrated">INTERGRATED AND GOLD</a>
 +
      <a href="https://2017.igem.org/Team:CGU_Taiwan/Engagement">PUBLIC ENGAGEMENT</a>
 +
      </div>
 +
  </li>
 +
  <li> &nbsp;&nbsp;&nbsp; </li>
 +
</ul>
 +
</nav>
  
h1{
+
<script type="text/javascript">
color:orange;
+
$(window).scroll(function() {
text-align:center;
+
}
+
  
.description p{
+
    //After scrolling 100px from the top...
margin:auto;
+
    if ( $(window).scrollTop() >= 75 ) {
padding-top: 20px;
+
$('.head').css('transform-origin', 'right');
padding-left: 120px;
+
        $('.head').css('transform', 'translateX(500px) rotate(20deg)');
padding-right: 120px;
+
    //Otherwise remove inline styles and thereby revert to original stying
         font-size: 200%;
+
    } else {
}
+
        $('.head').css('transform', 'translateX(500px) ');
 +
    }
 +
 +
if ( $(window).scrollTop() >= 0 ) {
 +
        var d = "deg)";
 +
         var rot = "rotate(";
 +
        var rD = Math.floor(($(window).scrollTop())/200) * 90;
 +
        var rDC = rD.toString();
 +
        rot = rot.concat(rDC.concat(d));
 +
        $('.square').css('transform', rot);
 +
    } else {
 +
        $('.square').css('transform', 'none');
 +
    }
 +
 +
 +
})
 +
;
 +
</script>
 +
<!-- nav end -->
  
 +
<!--background animation start -->
 +
<div class="leftMenu">
 +
<ul>
 +
<li id="bioButton" class="left1"><a href="#pBio"></a></li>
 +
<li id="modelButton" class="left2"><a href="#pModel"></a></li>
 +
<li id="deviceButton" class="left3"><a href="#pDevice"></a></li>
 +
<li id="marketingButton" class="left4"><a href="#pMarketing"></a></li>
 +
</ul>
 +
</div>
 +
<div class="square"></div>
 +
<!--background animation end -->
  
/* footer css start*/
+
<!-- Project Description start -->
footer{
+
<div class="description" style="text-align:center">
width: 100%;
+
<p align="center"><img src="https://static.igem.org/mediawiki/2017/b/be/Cgudescription1.png" width="100%"></p>
height: 100px;
+
<h1 id="pBio"><br>Bio Development</h1>
text-align: right;
+
  <p style="font-size:150%">
box-sizing: border-box;
+
      As environmental awareness rise, recycling paper has been indispensable in our daily routine. However, in the paper recycling procedure, chemical deinking created harmful byproducts which are released to the environment. To solve this problem, we found that enzymatic methods have the potential to remove ink particles from paper fibers more efficiently and result in lower fiber damage compared to chemical agents. In our project, we combine a photo-inducible system to stimulate the production of xylanase, glucanase,and lipase in yeast.
}
+
Yeast is our model organism. We chose yeast due to three reasons: first, it is able to secret enzymes; second, the enzymes we are using are of fungal origin; third, our light-inducible system is also of fungal origin. After construct been built, three constructs will be sent into yeast. Our yeast can be stimulated by red light and start our enzyme secretion. </p>
 +
 +
<h1 id="pModel"><br>Modeling</h1>
 +
<p>
 +
  <img src="https://static.igem.org/mediawiki/2017/a/ab/Cgupymol1.png" width="45%">
 +
<img src="https://static.igem.org/mediawiki/2017/b/bc/Cgupymol2.png" width="50%">
 +
  </p>
 +
  <p style="font-size:150%">
 +
    In the enzymatic deinking process, our project mainly focus on three deinking enzymes, such as xylanase, glucanase, and lipase. However, there are many different kinds of organism producing these enzymes, and the amino acid sequences are slightly different from each other. In order to find out the enzymes which have the best deinking efficiency, Information and Simulation group has utilized several software and technique to analyze hundreds of enzymes’ binding affinity with their ligand, and provided the result to bio-development group for constructing biobricks.
  
footer ul{
+
We have firstly searched the templates of related homologous proteins by using SWISS-MODEL, and downloaded all these protein 3D structure files from RCSB protein data bank. Before performing protein docking, the protein conformation problem is fixed, and the energy minimization of ligands is also done by using Discovery Studio in order to increase the accuracy of result.
display: block;
+
width: 100%;
+
height: 100px;
+
text-align: right;
+
box-sizing: border-box;
+
}
+
  
footer ul li{
+
Another simulation software, AutoDock can simulate the docking between enzyme and ligand, and helps to calculate the binding affinity. We have ranked the binding affinity of hundreds of enzymes, and visualized the top 10 docking situation by using PyMOL. Consequently, the bio-development group able to construct the plasmid base on this docking result.
display:inline-block;
+
 
text-decoration: none;
+
Furthermore, Information and simulation group has also built the wiki page to present our project, the enzymatic deinking developed by 2017 iGEM CGU Taiwan team.</p>
font-size: 15px;
+
<h1 id="pDevice"><br>Device</h1>
font-family: '微軟正黑體';
+
    <p style="font-size:150%">
}
+
        It is localizing the reaction of enzyme on the paper that can reach our two goals, reducing the pollution from deinking and maintaining the fibers without inks to keep the strength of the reprocessed paper. Thus, we have created a new device to reform the procedure to make reprocessed paper. Briefly describing the function of the device, the paper will be drew into the box and took a picture to be analyzed the distribution of the surface area of ink. Then, the engineered yeast will be sprayed on the ink part on the paper to be induced to secrete out enzyme only on the ink part. Thus, the enzyme can be precisely working on the ink part of the paper to preserve the other fibers without the ink on the paper. Additionally, our concept has been confirmed by the procedure we made reprocessed paper in lab. We believe our enzymatic deinking process can fulfill our dream with this innovative device.</p>
 +
<h1 id="pMarketing"><br>Marketing</h1>
 +
  <p style="font-size:150%">
 +
    Paper is one of the most common natural resources we used in everyday life. The invention of paper allowed human to record knowledge and spread information rapidly. In modern world, the enormous amount of paper usage is decreasing the tree density around the globe. Paper reuse is a strategy of reducing tree cut, but recycling paper isn’t an easy job. Paper are made of different fibers depending on the manufacturing process, and printed with different inks. These reasons increase the difficulty of turning the pulp clean and ready for use. Deinking is the process which separates the ink and paper fiber during the cleanup of reprocessed paper pulp. The deinking process in the industry use chemical reagents like detergent, alkali which would cause water pollution and air pollution. Our plan is to replace the chemical reagents with biological enzymes, turning the waste into an environmentally friendly organic compound. We are going to create a controllable enzyme secrete system which would extend the limit of deinking and be more eco-friendly.</p>
 +
    <br><br><br><br><br><br>
  
/* footer css end*/
+
</div>
 +
<!-- Project Description end -->
  
  </style>
+
<!-- footer start -->
 +
<footer align="center"> 
 +
<ul>
 +
<li><a href="http://www.cgu.edu.tw"><img src="https://static.igem.org/mediawiki/2017/d/d6/Cguwikifooter.png" width="100%"></a></li>
 +
</ul>   
 +
</footer>
 +
<!-- footer end -->
 +
</body>
 
</html>
 
</html>

Latest revision as of 03:05, 16 December 2017

iGem CGU_Taiwan 2017 - Project Description


Bio Development

As environmental awareness rise, recycling paper has been indispensable in our daily routine. However, in the paper recycling procedure, chemical deinking created harmful byproducts which are released to the environment. To solve this problem, we found that enzymatic methods have the potential to remove ink particles from paper fibers more efficiently and result in lower fiber damage compared to chemical agents. In our project, we combine a photo-inducible system to stimulate the production of xylanase, glucanase,and lipase in yeast. Yeast is our model organism. We chose yeast due to three reasons: first, it is able to secret enzymes; second, the enzymes we are using are of fungal origin; third, our light-inducible system is also of fungal origin. After construct been built, three constructs will be sent into yeast. Our yeast can be stimulated by red light and start our enzyme secretion.


Modeling

In the enzymatic deinking process, our project mainly focus on three deinking enzymes, such as xylanase, glucanase, and lipase. However, there are many different kinds of organism producing these enzymes, and the amino acid sequences are slightly different from each other. In order to find out the enzymes which have the best deinking efficiency, Information and Simulation group has utilized several software and technique to analyze hundreds of enzymes’ binding affinity with their ligand, and provided the result to bio-development group for constructing biobricks. We have firstly searched the templates of related homologous proteins by using SWISS-MODEL, and downloaded all these protein 3D structure files from RCSB protein data bank. Before performing protein docking, the protein conformation problem is fixed, and the energy minimization of ligands is also done by using Discovery Studio in order to increase the accuracy of result. Another simulation software, AutoDock can simulate the docking between enzyme and ligand, and helps to calculate the binding affinity. We have ranked the binding affinity of hundreds of enzymes, and visualized the top 10 docking situation by using PyMOL. Consequently, the bio-development group able to construct the plasmid base on this docking result.   Furthermore, Information and simulation group has also built the wiki page to present our project, the enzymatic deinking developed by 2017 iGEM CGU Taiwan team.


Device

It is localizing the reaction of enzyme on the paper that can reach our two goals, reducing the pollution from deinking and maintaining the fibers without inks to keep the strength of the reprocessed paper. Thus, we have created a new device to reform the procedure to make reprocessed paper. Briefly describing the function of the device, the paper will be drew into the box and took a picture to be analyzed the distribution of the surface area of ink. Then, the engineered yeast will be sprayed on the ink part on the paper to be induced to secrete out enzyme only on the ink part. Thus, the enzyme can be precisely working on the ink part of the paper to preserve the other fibers without the ink on the paper. Additionally, our concept has been confirmed by the procedure we made reprocessed paper in lab. We believe our enzymatic deinking process can fulfill our dream with this innovative device.


Marketing

Paper is one of the most common natural resources we used in everyday life. The invention of paper allowed human to record knowledge and spread information rapidly. In modern world, the enormous amount of paper usage is decreasing the tree density around the globe. Paper reuse is a strategy of reducing tree cut, but recycling paper isn’t an easy job. Paper are made of different fibers depending on the manufacturing process, and printed with different inks. These reasons increase the difficulty of turning the pulp clean and ready for use. Deinking is the process which separates the ink and paper fiber during the cleanup of reprocessed paper pulp. The deinking process in the industry use chemical reagents like detergent, alkali which would cause water pollution and air pollution. Our plan is to replace the chemical reagents with biological enzymes, turning the waste into an environmentally friendly organic compound. We are going to create a controllable enzyme secrete system which would extend the limit of deinking and be more eco-friendly.