Difference between revisions of "Team:CSMU NCHU Taiwan/test ver99"

Line 1: Line 1:
 
{{:Team:CSMU_NCHU_Taiwan/Templates/Header}}
 
{{:Team:CSMU_NCHU_Taiwan/Templates/Header}}
 +
<html>
 +
 +
 
<html lang="en">
 
<html lang="en">
 
   <head>
 
   <head>
Line 5: Line 8:
 
     <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
 
     <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
     <title>Safety</title>
+
     <title>software</title>
 
   </head>
 
   </head>
    <style type="text/css">
+
 
 +
<style type="text/css">
  
 
* {
 
* {
Line 19: Line 23:
 
   padding: 0;
 
   padding: 0;
 
   font-family: 'Ubuntu' !important; }
 
   font-family: 'Ubuntu' !important; }
.top {
+
img.center {
   position: fixed;
+
   display: block;
   right: 50px;
+
   margin: 0 auto; }
  bottom: 50px;
+
  height: 50px;
+
  width: 50px;
+
  cursor: pointer; }
+
  .top img {
+
    width: 100%; }
+
  
 +
 +
img.right {
 +
    float: right;
 +
  }
 
.bg-container {
 
.bg-container {
  overflow: hidden;
+
 
 
   position: relative;
 
   position: relative;
<!--  max-height: 200vh;--> }
+
  max-height: 200vh; }
 
   .bg-container > img {
 
   .bg-container > img {
 
     width: 100%;
 
     width: 100%;
Line 45: Line 47:
 
   padding: 50px 7%;
 
   padding: 50px 7%;
 
   min-height: 200vh;
 
   min-height: 200vh;
  overflow: hidden; }
+
}
  
 
.main-content {
 
.main-content {
Line 55: Line 57:
 
   z-index: 10; }
 
   z-index: 10; }
  
.text-area {
+
.m-text-area h1 {
  margin-bottom: 80px; }
+
  .text-area h1 {
+
 
     font-size: 60px;
 
     font-size: 60px;
 
     font-weight: 700;
 
     font-weight: 700;
Line 63: Line 63:
 
     text-align: center;
 
     text-align: center;
 
     margin-bottom: 1rem; }
 
     margin-bottom: 1rem; }
  .text-area p {
+
.m-text-area p {
     font-size: 22px;
+
     font-size: 22px !important;
 +
    font-family: 'Ubuntu' !important;
 
     font-weight: 500; }
 
     font-weight: 500; }
  
.text-area img {
+
.m-block img {
 
   width: 100%; }
 
   width: 100%; }
  
.pdfbtn {
+
.path-btns {
   width: 100%;
+
   position: fixed;
   margin: 20px 0 10px 0;
+
   width: 250px;
   padding: 10px 20px;
+
   top: 200px;
   border-radius: 5px;
+
   left: 225px; }
   background-color: #556b7e;
+
   .path-btns .path-dot {
  color: white;
+
    width: 25px;
  display: block;
+
    height: 25px;
  position: relative; }
+
    border-radius: 50%;
  .pdfbtn i {
+
 
     position: absolute;
 
     position: absolute;
     right: 50px;
+
     background-color: #fff;
     top: 50%;
+
     top: 5px;
     transform: translateY(-50%); }
+
     left: 27px;
 +
    border: 5px solid #385e66;
 +
    cursor: pointer; }
 +
    .path-btns .path-dot.active {
 +
      background-color: #385e66; }
 +
    .path-btns .path-dot:hover {
 +
      transition: all .3s;
 +
      transform: scale(1.2); }
  
.pdf-container {
+
 
   width: 100%;
+
.path {
   text-align: left;
+
   height: 65px;
   height: 90vh;
+
   display: flex; }
   display: none; }
+
  .path .pathSvg {
 +
    display: block; }
 +
  .path .pathWord {
 +
    padding-right: 10%; }
 +
   .path .path-btn {
 +
    cursor: pointer;
 +
    fill: #fff; }
 +
    .path .path-btn.path-active {
 +
      fill: #385e66; }
 +
   .path .path-word-sm {
 +
    font-size: 12px; }
 
#HQ_page .path .pathWord p {
 
#HQ_page .path .pathWord p {
 
       font-weight: 700;
 
       font-weight: 700;
       text-align: left !important;
+
       text-align: left !important;  
 
       font-size: 16px;
 
       font-size: 16px;
 
}
 
}
Line 101: Line 118:
 
img.center {
 
img.center {
 
   display: block;
 
   display: block;
  margin: 0 auto; }
 
p.center {
 
 
   margin: 0 auto; }
 
   margin: 0 auto; }
  
#HQ_page .text-area h2 {
+
.text-area h2 {
 +
    text-align: center;
 +
    margin-bottom: 2rem !important;
 +
    margin-top: 2rem;
 +
    color: black !important; }
 +
 
 +
.m-text-area {
 +
  padding-left: 225px; }
 +
  .m-text-area h2 {
 +
    text-align: center;
 +
    margin-bottom: 2rem !important;
 +
    margin-top: 2rem;
 +
    color: black !important; }
 +
 
 +
.path-tags{
 +
  position: fixed;
 +
  left: 15%;
 +
  font-size: 22px;
 +
  top: 200px;
 +
}
 +
.path-tags ul{
 +
  color: #000000;
 +
  list-style: none;
 +
font-weight:600;
 +
  font-size: 16px;
 +
}
 +
 
 +
.path-tags li{
 +
  cursor: pointer;
 +
font-size:16px;
 +
}
 +
 
 +
.path-tags span{
 +
    color: #fff;
 +
    font-weight:600;
 +
    font-size:22px;
 +
    position: relative;
 +
    top: -8px;
 +
    left: 10px;
 +
    z-index: 1;
 +
 
 +
    font-size: 15px;
 +
}
 +
.top {
 +
  position: fixed;
 +
  right: 50px;
 +
  bottom: 50px;
 +
  height: 50px;
 +
  width: 50px;
 +
  cursor: pointer; }
 +
  .top img {
 +
    width: 100%; }
 +
.m-text-area h3 {
 +
    font-size: 28px;
 +
    text-align: center;
 +
    font-weight:700;
 +
    margin-bottom: 2rem !important;
 +
    margin-top: 1rem;
 +
    color: #000000 !important; }
 +
.m-text-area h2 {
 
     text-align: center;
 
     text-align: center;
 
     margin-bottom: 2rem !important;
 
     margin-bottom: 2rem !important;
 
     margin-top: 2rem;
 
     margin-top: 2rem;
 
     color: black !important;
 
     color: black !important;
     font-size:28px;
+
     font-size:35px;
 
     font-weight:bold;
 
     font-weight:bold;
}
+
    }
.fig{
+
 
     font-size:18px !important;
+
 
 +
.img-container {
 +
  width: 100%;
 +
  text-align: center;
 +
  display: none; }
 +
  .img-container img {
 +
     width: 100%; }
 +
 
 +
 
 +
.pdfbtn {
 +
  width: 100%;
 +
  margin: 20px 0 10px 0;
 +
  padding: 10px 20px;
 +
  border-radius: 5px;
 +
  background-color: #102E4A;
 +
  color: white;
 +
  display: block;
 +
  position: relative; }
 +
  .pdfbtn i {
 +
    position: absolute;
 +
    right: 50px;
 +
    top: 50%;
 +
    transform: translateY(-50%); }
 +
.ul-style li{
 +
 +
font-size:22px;
 +
list-style-type:none; 
 +
list-style-image:url(' https://static.igem.org/mediawiki/2017/f/f1/Csmuxnchu_checkcheck.png ');
 +
 
 +
 
 
}
 
}
  
  
 +
.ul-container {
 +
  width: 100%;
 +
  text-align: center;
 +
  height: auto;
 +
  display: none; }
 +
 +
.ul-container ul.medal li {
 +
 
 +
  list-style: none; }
 +
  .ul-container ul.medal li:before {
 +
    content: '';
 +
    display: inline-block;
 +
    height: 1em;
 +
    width: 2em;
 +
    background-size: 1em;
 +
    background-image: url(../img/circle.png);
 +
    background-repeat: no-repeat; }
 +
 +
.ul-container ul {
 +
  text-align: left;
 +
  font-family: 'Ubuntu';
 +
  padding: 20px 20px;
 +
  margin-top: -20px;
 +
  margin-left: 0;
 +
  border: #556b7e solid 2px;
 +
  font-size: 22px; }
 +
  .ul-container ul.ul-brown {
 +
 +
    border: #102E4A solid 2px; }
 +
  .ul-container ul li {
 +
margin-left: 30px;
 +
margin-top: 50px;
 +
margin-bottom: 20px;
 +
    padding: 10px;
 +
    list-style: disc; }
 +
    .ul-container ul li a {
 +
      text-decoration: none;
 +
      color: #000; }
 +
      .ul-container ul li a:visited, .ul-container ul li a:hover, .ul-container ul li a:focus {
 +
        color: #000;
 +
        text-decoration: none; }
 +
    .ul-container ul li span {
 +
      background-color: #fadd3a;
 +
      padding: 1px 10px;
 +
      border-radius: 5px;
 +
      margin-left: 20px;
 +
      cursor: pointer; }
 +
    .ul-container ul li i {
 +
      padding-left: 10px; }
 +
 +
.ul-style-num ul2 li{
 +
list-style-type:decimal;
 +
letter-spacing: 3;
 +
 +
}
 
</style>
 
</style>
  <body>
+
 
     <div class="bg-container">
+
<body>
       <img src="https://static.igem.org/mediawiki/2017/d/da/T--CSMU_NCHU_Taiwan--DesignBg.png">
+
     <div class="bg-container" style="max-height:none;">
 +
       <img src="https://static.igem.org/mediawiki/2017/5/5a/T--CSMU_NCHU_Taiwan--DemonstrateBg.png">
 
       <div class="my-main-container">
 
       <div class="my-main-container">
 
         <div class="main-content">
 
         <div class="main-content">
           <div class="text-area">
+
           <div class="m-text-area">
             <h1>Design</h1>
+
             <h1>Demonstrate</h1>
            <img class = "center" src="https://static.igem.org/mediawiki/2017/1/16/T--CSMU_NCHU_Taiwan--design-antidote.png" alt="" style="width:30%">
+
<p>This year, we have two main products in our project AFLATOXOUT:<br>
            <h2>Thioredoxin fusion system</h2>
+
<b>1.</b> An enzyme that could degrade Aflatoxin<br>  
            <p style="text-indent:2em">In our project, we used E. coli to express two heterogeneous enzymes from mycobacterium smegmatis. However, we didn’t know whether they were toxic to E. coli and whether they would become inclusion bodies because of insolubility when E. coli produced them. Therefore, we found the thioredoxin fusion proteins system. When the gene of thioredoxin in E. coli (TrxA) were co-expressed, the target proteins were inserted into the active-site loop of thioredoxin, and therefore the fusion proteins can be more soluble<sub>[1]</sub>.</p>
+
<b>2.</b> Aflatoxin detection system that is extremely easy to use<br>
<p style="text-indent:2em">In addition, between the thioredoxin domain and the target gene domain, we designed some linkers to ligase two domains. The first part, which could be translated to the peptide sequence, “DDDDK”, was designed as the cleavage site of enterokinase. There were some restriction sites in the second part. The third one, which could be translated to glycine-glycine, was a flexible linker<sub>[2]</sub>.</p>
+
As a whole, the result of our lab work has proven our research hypothesis. We found that enzyme MSMEG_5998 could degrade aflatoxin in our lab result, plus, we designed a fusion protein by using enzyme MSMEG_5998 for better degrading function.  
<p class="fig">Fig. 1: BBa_K2382004 showed the gene design of the Thioredoxin fusion system construction.</p>
+
</p>
             <img class = "center" src="https://static.igem.org/mediawiki/2017/e/e8/T--CSMU_NCHU_Taiwan--Design1.png" alt="" style="width:95%">
+
             <div id="model-protein" class="m-block" >
            <img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
                <h3>Aflatoxin degrading enzyme</h3>
            <h2>Aflatoxin-degrading enzyme: F420-dependent reductase group A</h2>
+
<p>After undergoing numerous lab tests on fusion protein thioredoxin-MSMEG_5998 (BBa_K2382009), we finally identified the key characteristics of our fusion protein, and we listed them below:<br><br>
            <p style="text-indent:2em">F420-dependent reductases (FDR) can be divided into two classes (A and B) and be found in some species of bacteria<sub>[3]</sub>. FDR-A enzymes, has up to 100 times more activity than the other. In this class, MSMEG5998 has the best specific activity to AFB1 (10350 nmol/min/mol enzyme) and AFG1 (103210 nmol/min/mol enzyme). Therefore, we looked for the coding sequence of MSMEG5998, which was registered in NCBI in mycobacterium smegmatis and put the sequence of thioredoxin before it to form a fusion protein. For the purpose of purification through nickel-resin column, we added a 18-bp sequence which can code 6 histidines. In addition, we chose T7 promoter which contains lac operator to express this protein because it can be induced by IPTG. For the terminator, we chose BBa_B0015 because it was commonly used in E. coli. The gene design are shown in <font color="#005882">Fig. 2.</font></p>
+
<b>1.</b> It can be successfully expressed by E.coli using BBa_K2382006 in pSB1C3, and the His-Tag at the C terminal end helps its purification. (See Fig. 2)<br>
<p class="fig">Fig. 2: BBa_K2382006 showed the gene design of the Thioredoxin-MSMEG5998 fusion protein construction.</p>
+
<b>2.</b> It has the ability to degrade aflatoxin with the assistance of FGD (BBa_K2382002)<br>
            <img class = "center" src="https://static.igem.org/mediawiki/2017/e/ee/T--CSMU_NCHU_Taiwan--Design2.png" alt="" style="width:95%">
+
<b>3.</b> Its aflatoxin degrading ability is greater than the original Australian MSMEG_5998 (BBa_K2382001) with the assistance of FGD. (See Fig. 7)<br><br>We want to develop our enzyme into an antidote that could degrade Aflatoxin inside human body. Therefore, we did a series of experiments to evaluate how aflatoxin harm our liver cell. Then, we treated the HepG2 cell with aflatoxin and thioredoxin-MSMEG_5998 fusion protein. Eventually, we got the results below:<br>
            <img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<b>1.</b> Aflatoxin could cause DNA damages in human cell. (See Fig. 5)<br>
            <h2>The activator of F420: F420-dependent glucose-6-phosphate dehydrogenase</h2>
+
<b>2.</b> Aflatoxin could activate p53 pathway, which means aflatoxin could make normal cells become cancer. (See Fig. 6)<br>
            <p style="text-indent:2em">F420-dependent glucose-6-phosphate dehydrogenase (FGD) can catalyze D-glucose-6-phosphate (G6P) to become D-6-phsphogluconolactone. The chemical reaction are shown in <font color="#005882">Fig. 3</font><sub>[4]</sub>. This enzyme can be found in many organisms. In order to coordinate with MSMEG5998 and make the two enzymes react more naturally, we chose fgd gene also in mycobacterium smegmatis (strain MC(2) 155).To increase the solubility when E. coli produce this enzyme, we used the same design as Thioredoxin-MSMEG5998 fusion protein to form Thioredoxin-FGD fusion protein and the design is demonstrated in <font color="#005882">Fig. 4</font>.</p>
+
<b>3.</b> When we put aflatoxin, thioredoxin-MSMEG_5998 fusion protein, and HepG2 together in 37℃, pH=7.5, the result showed that we could prevent human cells from the damage caused by aflatoxin. (See Fig. 8)<br>
<p class="fig">Fig. 3: The chemical reaction of G6P and oxidized F420 were catalyzed by FGD.</p>
+
<br>
            <img class = "center" src="https://static.igem.org/mediawiki/2017/c/ce/T--CSMU_NCHU_Taiwan--Design3.jpeg" alt="" style="width:80%">
+
To sum up, thioredoxin-MSMEG_5998 fusion protein could degrade aflatoxin and reduce the cell damages caused by aflatoxin. All the possible mechanisms of thioredoxin-MSMEG_5998 fusion protein were demonstrated in Fig. 15. Furthermore, it worked well in not only 37℃ (human temperature), but also room temperature. Besides, after the Integrated Human Practice interviews, we saw many potentials in our fusion protein. For example, we could use it to produce drug, health supplements, or food additives that could use in animal husbandry.
<p class="fig">Fig. 4: BBa_K2382005 showed the gene design of the Thioredoxin-FGD fusion protein construction.</p>
+
</p>
            <img class = "center" src="https://static.igem.org/mediawiki/2017/9/92/T--CSMU_NCHU_Taiwan--Design4.png" alt="" style="width:95%">
+
<p style=" font-size:16px !important;margin-top: 30px;">Fig. 15: The possible mechanisms of thioredoxin-MSMEG_5998. The green tick signs indicated what we have done experiments to prove the pathway.</p>
            <img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<img src="https://static.igem.org/mediawiki/2017/b/bf/T--CSMU_NCHU_Taiwan--Demonstrate.png" style="width:95%; margin= 20px auto;">
<h2>The function of our proteins in aflatoxin-induced DNA repair pathway</h2>
+
<h3>Aflatoxin detection system</h3>
            <p style="text-indent:2em">When mammalian cells respond to DNA damage from environmental toxins or radiations, the two key signaling components, ATM and ATR were activated and therefore phosphorylated two protein kinases, Chk1 and Chk2<sub>[5]</sub>. All of them will reduce cyclin-dependent kinase (CDK) activity through activation of p53. Finally, inhibition of CDKs, such as p21 slows down or arrests cell-cycle progression. Therefore, we can know whether aflatoxin B1 induces DNA damage in HepG2 cells indirectly through the increasing expression of some markers in p53 pathway<sub>[6]</sub>. In our hypothesis, the modified aflatoxin-degrading enzyme, MSMEG_5998 can directly alleviate the genotoxicity of aflatoxin and indirectly inhibit the activation of p53 pathway by degrading the toxin when co-treatment in HepG2 cells. The model of our hypothesis is demonstrated in <font color="#005882">Fig. 5</font>.</p>
+
<p>
<p class="fig">Fig. 5: Our hypothesis were demonstrated in this figure.</p>
+
Aflatoxin detection system is a detection system that is cheap, user-friendly. Also, we could share and use the data we collect via our aflatoxin detection system.<br>
            <img class = "center" src="https://static.igem.org/mediawiki/2017/d/d2/T--CSMU_NCHU_Taiwan--Design5.png" alt="" style="width:95%">
+
Aflatoxin detection system is made of a kit, a mobile application, and backend control panel. We successfully produced our kit by using 3D printing technology. Our kit is easy to use, and its user interface is really intuitive to use. You could see more about design in “RESULTS-KIT”.<br>  
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
To add more value to our device, we designed a user-friendly mobile application that could help users upload the test results showed on the test strip and the information of the product that is tested. Users could collect the data on the cloud drive and apply it.<br>
<img class = "center" src="https://static.igem.org/mediawiki/2017/b/b1/T--CSMU_NCHU_Taiwan--design-teststrip.png" alt="" style="width:30%;margin:20px auto;">
+
Moreover, we constructed a social forum on food safety issues, so public could discuss the food safety issues on our platform. For more, click “Software”.
            <p style="text-indent:2em">Numerous methods for determining the level of Aflatoxin B1 in food and products have been established. As is well known, high performance liquid chromatography (HPLC) using a fluorescent detector is the most widely adopted means of monitoring Aflatoxin B1. However, HPLC has many disadvantages, including its cost, the complexity of operation of the machines involved, and the extensive preparation of samples. Since a simple and efficient technique for the routine monitoring of food such as grains, peanuts and related products is in an urgent demand, we chose immunostrip as the way to detect aflatoxin.</p>
+
</p>
<p style="text-indent:2em">Traditionally, this type of test strip required a special antibody that binds to aflatoxin, called “monoclonal antibody”. However, it would take a lot of time to produce it in the processes of immunization, fusion and cloning, production of ascites, and characterization of the monoclonal antibody. What’s more, not only is the cost to keep an animal hotel high, but also hybridoma is not stable enough to maintain the quality and quantity of monoclonal antibody. Not to mention the vulnerable Van der Waals force with nanoparticle probe, if the samples are not properly treated before tested, the immunostrip will not detect anything. Therefore, to change the situations of these disadvantages, we made lots of improvement on it.</p>
+
                           
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
               
<h2>scFv- RFP fusion system</h2>
+
            </div>
<p style="text-indent:2em">In our project, we designed a fusion protein to replace the traditional monoclonal antibody applied on the immunostrip. The fusion protein that we designed is composed of three domains,scFv, rigid linker, RFP  and His-Tag <font color="#005882">(Fig. 1)</font>.</p>
+
<p class="fig">Fig. 1: Using RAPTOR X to simulate the structure and folding of fusion protein. The left side is an anti-aflatoxin scFv, and the right side is an RFP with 6X His-Tag, linked by a rigid protein linker. The simulation result demonstrates that the rigid linker can maintain the distance between two domains, and keeps them from interrupting each other or misfolding.</p>
+
<img class = "center" src="https://static.igem.org/mediawiki/2017/e/eb/T--CSMU_NCHU_Taiwan--Design6.jpeg" alt="" style="width:60%">
+
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<h2>scFv</h2>
+
<p style="text-indent:2em">First, we designed an scFv, Single Chain Variable Fragment, to replace the traditional full-length antibody. Compared with full-length antibody,  scFv is not actually a fragment of an antibody, but instead is a fusion protein of the variable regions of the heavy (VH) and light chains (VL) of immunoglobulins, connected with a short linker peptide of 10 to about 25 amino acids. For instance, GS linker, the most commonly used protein linker in scFv design, to maintain the flexibility and protein folding. Consequently, it prevents the obstacle for E. coli to produce scFv in this host, since glycosylations are required for the effector functions and are mainly located in the Fc fragment. Nevertheless, this part of the antibody is not present in scFv molecules. The scFv used here exhibited the highest sensitivity against all four major kinds of aflatoxins in a previous research<sub>[7]</sub>.</p>
+
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<h2>EAAAK rigid linker</h2>
+
<p style="text-indent:2em">Second, at the C terminal of the scFv, we use an EAAAK rigid linker to link to maintain the distance between scFv and Red Fluorescent Protein(RFP), preventing unnecessary cross-interaction. This EAAAK rigid linker repeats amino acid “EAAAK” for three times, and it forms  α- helix in its structure<sub>[8]</sub>, exhibiting a rigid and stable property.</p>
+
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<h2>RFP with 6X His-Tag</h2>
+
<p style="text-indent:2em">Third, right after the rigid linker is a RFP with 6X His-Tag at the end. Since the antibody itself does not exhibit colors, traditional immunostrip shows the result with the aid of gold nanoparticles<font color="#005882">(Fig. 2)</font>.However, the result could be interfered because of many reasons. We add an RFP and a 6X His-Tag in this fusion protein to make it exhibit red color and  improve purification respectively. With this newly designed fusion protein, there’s no need for the immunostrip to use gold nanoparticles, leading to a new generation of aflatoxin detection.</p>
+
<p style="text-indent:2em">We used a constitutive promoter(BBa_J23101), a common ribosome binding site(BBa_B0034) and a double terminator (BBa_B0015) constructed  in pSB1C3, to express this fusion protein in our project. And this makes of our composite part BBa_K2382010.<font color="#005882">(Fig. 3)</font></p>
+
<p style="text-indent:2em">However, only strip is not enough because samples with Aflatoxin need to be extracted first. In the lab, we have to crush sample to increase reaction surface area, and using water or organic liquid to extract Aflatoxin B1. So, we also design the kit for helping people to finish this work.</p>
+
<p class="fig">Fig. 2: The traditional immunostrip use gold nanoparticle to exhibit red color on the antibodies. The red lines on the strip indicate the position of Control line and Test  line with the aid of gold nanoparticles.</p>
+
<img class = "center" src="https://static.igem.org/mediawiki/2017/e/e5/T--CSMU_NCHU_Taiwan--Design7.jpeg" alt="" style="width:70%">
+
<p class="fig">Fig. 3: The scFv compose three domains, scFv, rigid linker, RFP  and His-Tag.  This figure describes the design of BBa_K2382010, which can succefully express this fusion protein in pSB1C3.</p>
+
<img class = "center" src="https://static.igem.org/mediawiki/2017/4/4a/T--CSMU_NCHU_Taiwan--Design8.png" alt="" style="width:95%">
+
<img src="https://static.igem.org/mediawiki/2017/b/b9/T--CSMU_NCHU_Taiwan--design-line.png" alt="">
+
<img class = "center" src="https://static.igem.org/mediawiki/2017/f/fe/T--CSMU_NCHU_Taiwan--design-kits.png" alt="" style="width:30%;margin:20px auto;text-align:center !important;">
+
<h2>A small device that accelerates aflatoxin detection</h2>
+
<h2>Overview</h2>
+
<p style="text-indent:2em">Detection of aflatoxin is an important part of our AFLATOXOUT project. To make the processes of detecting aflatoxin faster, easier and cheaper, we designed a small kit to help us detect aflatoxin. By using the color changes of the test strip installed on the kit, we would know whether the food was contaminated by aflatoxin or not.</p>
+
<p style="text-indent:2em">We utilized 3D printing technology to develop our kit. The kit is printed with a Polylactic Acid (PLA), an eco-friendly plastic, and it could be degraded naturally.<br><br>The graph below shows the appearance of the kit.</p>
+
<img class = "center" src="https://static.igem.org/mediawiki/2017/6/6d/T--CSMU_NCHU_Taiwan--Design9.png" alt="" style="width:60%">
+
<h2>Component introduction</h2>
+
<p>The kit is a composite of 4 components. The following description shows the functions of each part.</p>
+
<img src="https://static.igem.org/mediawiki/2017/4/4b/T--CSMU_NCHU_Taiwan--Design10.png" alt="" style="width:55%">
+
<align:"right"><img src="https://static.igem.org/mediawiki/2017/e/e4/T--CSMU_NCHU_Taiwan--Design12.gif" alt="" style="width:35%;margin-left:20px;">
+
<p>1.Lid<br>The lid works as a part applying force to drive the grinder. User can rotate the lid with the handle and make the grinder work. It also prevents food debris from spilling.<br>2.Grinde<br>Grinder is the place where we put the food that is going to be tested. It breaks the food into smaller particles or powder in order to improve solubility.<br>3.Solvent<br>The special solvent could extract aflatoxin from the food powder. It is sealed with plastic membrane. Once combined with the mixing tank, the membrane would be punctured and the solvent would flow into the tank.<br>4.Mixing tank<br>The mixing tank is the place where the food powder mixed with the solvent. There’s a window on the side of the mixing tank where we can install the test strip.</p>
+
 
+
          </div>
+
          <div class="pdf-area">
+
            <span class="pdfbtn" id="design-btn-1">Reference<i class="fa fa-caret-down" aria-hidden="true"></i></span>
+
            <div class="pdf-container" id="design-1">
+
<ul>
+
<li>1. LaVallie, E.R. and J.M. McCoy, Gene fusion expression systems in Escherichia coli. Current Opinion in Biotechnology, 1995. 6(5): p. 501-506.</li>
+
<li>2. Chen, X., J. Zaro, and W.-C. Shen, Fusion Protein Linkers: Property, Design and Functionality. Advanced drug delivery reviews, 2013. 65(10): p. 1357-1369.</li>
+
<li>3. Lapalikar, G.V., et al., F420H2-dependent degradation of aflatoxin and other furanocoumarins is widespread throughout the Actinomycetales. PLoS One, 2012. 7(2): p. e30114.</li>
+
<li>4. Oyugi, M.A., et al., Mechanistic insights into F420-dependent glucose-6-phosphate dehydrogenase using isotope effects and substrate inhibition studies. Biochimica et Biophysica Acta (BBA) - Proteins and Proteomics, 2017.</li>
+
<li>5. Jackson, S.P. and J. Bartek, The DNA-damage response in human biology and disease. Nature, 2009. 461(7267): p. 1071-1078.</li>
+
<li>6. Boehme, K., et al., Activation of P53 in HepG2 cells as surrogate to detect mutagens and promutagens in vitro. Toxicology Letters, 2010. 198(2): p. 272-281.</li>
+
<li>7. Li, X., et al., Molecular characterization of monoclonal antibodies against aflatoxins: a possible explanation for the highest sensitivity. Anal Chem, 2012. 84(12): p. 5229-35.</li>
+
<li>8. Chen, X., Zaro, J. L., & Shen, W. (2013). Fusion protein linkers: Property, design and functionality. Advanced Drug Delivery Reviews, 65(10), 1357-1369. doi:10.1016/j.addr.2012.09.039</li>
+
</ul>
+
 
             </div>
 
             </div>
 +
         
 +
           
 +
           
 
           </div>
 
           </div>
 
         </div>
 
         </div>
 +
      </div>
 +
 +
      <div class="path-tags">
 +
        <ul>
 +
<a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#antidote"><p style="font-size:20px;">Antidote</p></a>
 +
<a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#expression"><p style="font-size:16px;">- Expression results</p></a>
 +
<a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#aflatoxin"><p style="font-size:16px;">- Aflatoxin damage results</p></a>
 +
<a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#enzyme"><p style="font-size:16px;">- Enzyme function results</p></a>
 +
<a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#cloning"><p style="font-size:16px;">- Cloning results</p></a>
 +
          <br>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#strip"><p style="font-size:18px;">Test strip</p></a>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Results#kit"><p style="font-size:18px;">Device & APP</p></a>
 +
          <a href="https://2017.igem.org/Team:CSMU_NCHU_Taiwan/Demonstrate"><p style="font-size:18px;">Demonstrate</p></a>
 +
          <a href="">
 +
            <span style="top:0px ; font-size:20px">Demonstrate</span>
 +
            <img src="https://static.igem.org/mediawiki/2017/a/ab/Csmuxnchu_result_flag.png" style="position: fixed; top: 506px;left:15%; width: 202px; height:40px;">
 +
          </a>
 +
 
 +
        </ul>
 
       </div>
 
       </div>
 
     </div>
 
     </div>
Line 210: Line 346:
 
   </body>
 
   </body>
 
   <script type="text/javascript">
 
   <script type="text/javascript">
     $('#design-btn-1').on('click', function(){
+
     $(document).ready(function(){
      $('#design-1').css('height','250vh')
+
      $('.top').on('click', function(){
       $('#design-1').slideToggle("slow");
+
        $('html, body').animate({scrollTop: '0px'}, 500);
       $('.main-content').css('min-height','200vh')
+
      });
    });
+
 
     $('.top').on('click', function(){
+
      $("ul>li#intro-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#model-intro").offset().top
 +
        }, 500);
 +
      });
 +
      $("#protein-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#model-protein").offset().top
 +
        }, 500);
 +
      });
 +
       $("#docking-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#model-docking").offset().top
 +
        }, 500);
 +
      });
 +
      $("#conclusion-btn").click(function() {
 +
        $('html, body').animate({
 +
            scrollTop: $("#model-conslusion").offset().top
 +
        }, 500);
 +
       });
 +
   
 +
  });
 +
  $(document).ready(function(){
 +
 
 +
      for( var i = 1; i < 4; i++){
 +
        $('#result-btn-' + i).click( toggleContainer(i) );
 +
      }
 +
      for( var j = 1; j < 4; j++){
 +
        $('#damage-btn-' + j).click( toggleContainer2(j) );
 +
      }
 +
    for( var z = 1; z < 3; z++){
 +
        $('#function-btn-' + z).click( toggleContainer3(z) );
 +
      }
 +
for( var k = 1; k < 2; k++){
 +
        $('#cloning-btn-' + k).click( toggleContainer4(k) );
 +
      }
 +
    $('#strip-btn-1').click( toggleContainer5() );
 +
    $('#kit-btn-1').click( toggleContainer6() );
 +
     $('#reference-btn-1').click( toggleContainer7() );
 +
      $('.top').on('click', function(){
 
       $('html, body').animate({scrollTop: '0px'}, 500);
 
       $('html, body').animate({scrollTop: '0px'}, 500);
 
     });
 
     });
</script>
+
 
 +
});
 +
 
 +
function toggleContainer(i){
 +
  return function(){
 +
      if($('#result-'+i).is(":visible")){
 +
        $('#result-'+i).slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#result-'+i).slideToggle(500);
 +
      }
 +
      $('.hp-bg-container').css('max-height','none')
 +
      $('.main-content').css('min-height','200vh')
 +
  }
 +
}
 +
function toggleContainer2(i){
 +
  return function(){
 +
      if($('#damage-'+i).is(":visible")){
 +
        $('#damage-'+i).slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#damage-'+i).slideToggle(500);
 +
      }
 +
      $('.hp-bg-container').css('max-height','none')
 +
      $('.main-content').css('min-height','200vh')
 +
  }
 +
}
 +
 
 +
function toggleContainer3(i){
 +
  return function(){
 +
      if($('#function-'+i).is(":visible")){
 +
        $('#function-'+i).slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#function-'+i).slideToggle(500);
 +
      }
 +
      $('.hp-bg-container').css('max-height','none')
 +
      $('.main-content').css('min-height','200vh')
 +
  }
 +
}
 +
function toggleContainer4(i){
 +
  return function(){
 +
      if($('#cloning-'+i).is(":visible")){
 +
        $('#cloning-'+i).slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#cloning-'+i).slideToggle(500);
 +
      }
 +
      $('.hp-bg-container').css('max-height','none')
 +
      $('.main-content').css('min-height','200vh')
 +
  }
 +
}
 +
function toggleContainer5(){
 +
  return function(){
 +
      if($('#strip-1').is(":visible")){
 +
        $('#strip-1').slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#strip-1').slideToggle(500);
 +
      }
 +
 
 +
  }
 +
}
 +
function toggleContainer6(){
 +
  return function(){
 +
      if($('#kit-1').is(":visible")){
 +
        $('#kit-1').slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#kit-1').slideToggle(500);
 +
      }
 +
 
 +
  }
 +
}
 +
function toggleContainer7(){
 +
  return function(){
 +
      if($('#reference-1').is(":visible")){
 +
        $('#reference-1').slideToggle(500);
 +
      }
 +
      else{
 +
        $('.ul-container:visible').slideToggle(500);
 +
        $('#reference-1').slideToggle(500);
 +
      }
 +
 
 +
  }
 +
}
 +
  </script>
 +
 
 +
 
 
</html>
 
</html>

Revision as of 17:36, 31 October 2017

software

Demonstrate

This year, we have two main products in our project AFLATOXOUT:
1. An enzyme that could degrade Aflatoxin
2. Aflatoxin detection system that is extremely easy to use
As a whole, the result of our lab work has proven our research hypothesis. We found that enzyme MSMEG_5998 could degrade aflatoxin in our lab result, plus, we designed a fusion protein by using enzyme MSMEG_5998 for better degrading function.

Aflatoxin degrading enzyme

After undergoing numerous lab tests on fusion protein thioredoxin-MSMEG_5998 (BBa_K2382009), we finally identified the key characteristics of our fusion protein, and we listed them below:

1. It can be successfully expressed by E.coli using BBa_K2382006 in pSB1C3, and the His-Tag at the C terminal end helps its purification. (See Fig. 2)
2. It has the ability to degrade aflatoxin with the assistance of FGD (BBa_K2382002)
3. Its aflatoxin degrading ability is greater than the original Australian MSMEG_5998 (BBa_K2382001) with the assistance of FGD. (See Fig. 7)

We want to develop our enzyme into an antidote that could degrade Aflatoxin inside human body. Therefore, we did a series of experiments to evaluate how aflatoxin harm our liver cell. Then, we treated the HepG2 cell with aflatoxin and thioredoxin-MSMEG_5998 fusion protein. Eventually, we got the results below:
1. Aflatoxin could cause DNA damages in human cell. (See Fig. 5)
2. Aflatoxin could activate p53 pathway, which means aflatoxin could make normal cells become cancer. (See Fig. 6)
3. When we put aflatoxin, thioredoxin-MSMEG_5998 fusion protein, and HepG2 together in 37℃, pH=7.5, the result showed that we could prevent human cells from the damage caused by aflatoxin. (See Fig. 8)

To sum up, thioredoxin-MSMEG_5998 fusion protein could degrade aflatoxin and reduce the cell damages caused by aflatoxin. All the possible mechanisms of thioredoxin-MSMEG_5998 fusion protein were demonstrated in Fig. 15. Furthermore, it worked well in not only 37℃ (human temperature), but also room temperature. Besides, after the Integrated Human Practice interviews, we saw many potentials in our fusion protein. For example, we could use it to produce drug, health supplements, or food additives that could use in animal husbandry.

Fig. 15: The possible mechanisms of thioredoxin-MSMEG_5998. The green tick signs indicated what we have done experiments to prove the pathway.

Aflatoxin detection system

Aflatoxin detection system is a detection system that is cheap, user-friendly. Also, we could share and use the data we collect via our aflatoxin detection system.
Aflatoxin detection system is made of a kit, a mobile application, and backend control panel. We successfully produced our kit by using 3D printing technology. Our kit is easy to use, and its user interface is really intuitive to use. You could see more about design in “RESULTS-KIT”.
To add more value to our device, we designed a user-friendly mobile application that could help users upload the test results showed on the test strip and the information of the product that is tested. Users could collect the data on the cloud drive and apply it.
Moreover, we constructed a social forum on food safety issues, so public could discuss the food safety issues on our platform. For more, click “Software”.