Difference between revisions of "Team:Hong Kong-CUHK/Results"

Line 1: Line 1:
 
{{Hong_Kong-CUHK}}
 
{{Hong_Kong-CUHK}}
 
<html>
 
<html>
<head>
+
  <head>
  <meta charset="utf-8">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="viewport" content="width=device-width, initial-scale=1">
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+
  <style>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+
  <style>
+
.container {
+
    overflow: hidden;
+
    background-color: #FFFFFF;
+
    font-family: Arial;
+
    top:0;
+
    left:0;
+
padding: 5px;
+
}
+
  
 
section {
 
section {
Line 24: Line 14:
 
}  
 
}  
  
 +
.container {
 +
    overflow: hidden;
 +
    background-color: #FFFFFF;
 +
    font-family: Arial;
 +
}
  
body {
+
.container a {
      position: relative;  
+
    font-size: 16px;
  }
+
    color: black;
  #section1 {padding-top:120px;height:500px;color: #000; background-color: #FAFAFA;}
+
    text-align: center;
  #section2 {padding-top:120px;height:500px;color: #000; background-color: #FFFFFF;}
+
margin:auto;
  #section3 {padding-top:120px;height:500px;color: #000; background-color: #FAFAFA;}
+
    text-decoration: none;
  #section4 {padding-top:120px;height:500px;color: #000; background-color: #FFFFFF;}
+
}
 
+
}
+

 </style>
+
  
  </head>
 
  
  


<body>
+
.pull-right {
 +
    float: right;
 +
}
 +
 
 +
 
 +

 </style>
 +
  </head>

<body>
 +
 
 
<section id="section01">
 
<section id="section01">
 
<div class="splash" id="mainsplash">
 
<div class="splash" id="mainsplash">
Line 49: Line 47:
  
  
<div class="whole-div">
+
<h1>Result </h1>
  <div class="container-fluid">
+
</p>
    <div class="navbar-header">
+
<font size="4">
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
+
          <span class="icon-bar"></span>
+
          <span class="icon-bar"></span>
+
          <span class="icon-bar"></span>                       
+
      </button>
+
      <a class="navbar-brand" href="#">Results</a>
+
    </div>
+
    <div>
+
      <div class="collapse navbar-collapse" id="myNavbar">
+
        <ul class="nav navbar-nav">
+
          <li><a href="#section1">Toehold Switch</a></li>
+
          <li><a href="#section2">Interlab</a></li>
+
          <li><a href="#section3">Charaterization</a></li>
+
          <li><a href="#section4">Program</a></li>
+
            </ul>
+
          </li>
+
        </ul>
+
      </div>
+
    </div>
+
  </div>
+
</nav>
+
</div>
+
    </div>
+
  
 +
 Influenza switches
  
</div>
 
</div>
 
  
  
<div id="section1" class="container-fluid">
 
  <h1>Toehold Switch</h1>
 
  <p>This is overview about Toehold Switch.</p>
 
</div>
 
  
<div id="section2" class="container-fluid">
 
  <h1>Interlab</h1>
 
  <p>Please refer to the Interlab part.</p>
 
</div>
 
  
  
<div id="section3" class="container-fluid">
 
  <h1>Characterization</h1>
 
  
We found that amajLime was described as “chromoprotein” in the main page. We later found that amajLime is a fluorescent protein instead. Therefore we scanned the emission and excitation spectrum of it and documented it in registry:
 
<img src="https://static.igem.org/mediawiki/parts/1/15/Ex-Em._amajlime.png" width="50%" height="auto">
 
  
We then measured the fluorescent signal of mRFP and amajLime in buffer with different pH:
+
 Toehold switch cloning tool
  
<img src="
 
https://static.igem.org/mediawiki/parts/5/56/Mrfp.PNG" width="50%" height="auto">
 
<img src="https://static.igem.org/mediawiki/parts/4/44/Amaj.PNG" width="50%" height="auto">
 
  
  
Purified mRFP and amajLime was diluted to 10µg/100µl (total 200µl), in triplicates, into different buffers which pH ranges from pH2 to pH12. Volume of mRFP: pH buffer=1:1.8, amajLime : pH buffer =1:4.3. The lines represent the trend of the median fluorescence for the measured pH values. mRFP and amajLime were excited by 584nm and 470nm respectively and emission was measured at 607nm and 515nm respectively. To allow repeatable experiment, we converted the relative fluorescent intensity to an absolute fluorophore concentration by plotting standard curve of the fluorophore using the interlab protocol. We used Rhodamine to measure mRFP; Fluorescein to measure amajLime. The results show that the optimum pH of both chromoprotein ranges from pH6 to pH8. Their fluorescent signal thus will probably not be interfered by the pH of our proposed sample: saliva or NP swab.
 
  
  
Line 111: Line 69:
  
  
</p>
 
</div>
 
  
<div id="section4" class="container-fluid">
+
 Improving existing biobricks and project: Cancer switches
  <h1>Program</h1>
+
  <p>Program</p>
+
</div>
+
  
  
  
  
<script>
 
$(document).ready(function(){
 
  // Add scrollspy to <body>
 
  $('body').scrollspy({target: ".navbar", offset: 50}); 
 
  
  // Add smooth scrolling on all links inside the navbar
 
  $("#myNavbar a").on('click', function(event) {
 
    // Make sure this.hash has a value before overriding default behavior
 
    if (this.hash !== "") {
 
      // Prevent default anchor click behavior
 
      event.preventDefault();
 
  
      // Store hash
 
      var hash = this.hash;
 
  
      // Using jQuery's animate() method to add smooth page scroll
 
      // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
 
      $('html, body').animate({
 
        scrollTop: $(hash).offset().top
 
      }, 800, function(){
 
 
 
        // Add hash (#) to URL when done scrolling (default click behavior)
 
        window.location.hash = hash;
 
      });
 
    }  // End if
 
  });
 
});
 
</script>
 
  
</body>
 
  
 +
 +
 +
 +
 +
 +
 +
 +
<h3>Characterization of chromoprotein</h3>
 +
We found that amajLime was described as “chromoprotein” in the main page. We later found that amajLime is a fluorescent protein instead. Therefore we scanned the emission and excitation spectrum of it and documented it in registry:
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/parts/1/15/Ex-Em._amajlime.png" width="50%" height="auto">
 +
<br>
 +
We then measured the fluorescent signal of mRFP and amajLime in buffer with different pH:
 +
<br>
 +
<img src="
 +
https://static.igem.org/mediawiki/parts/5/56/Mrfp.PNG" width="50%" height="auto">
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/parts/4/44/Amaj.PNG" width="55%" height="auto">
 +
<br>
 +
Purified mRFP and amajLime was diluted to 10µg/100µl (total 200µl), in triplicates, into different buffers which pH ranges from pH2 to pH12. Volume of mRFP: pH buffer=1:1.8, amajLime : pH buffer =1:4.3. The lines represent the trend of the median fluorescence for the measured pH values. mRFP and amajLime were excited by 584nm and 470nm respectively and emission was measured at 607nm and 515nm respectively. To allow repeatable experiment, we converted the relative fluorescent intensity to an absolute fluorophore concentration by plotting standard curve of the fluorophore using the interlab protocol. We used Rhodamine to measure mRFP; Fluorescein to measure amajLime. The results show that the optimum pH of both chromoprotein ranges from pH6 to pH8. Their fluorescent signal thus will probably not be interfered by the pH of our proposed sample: saliva or NP swab.
 +
 +
 +
 +
 +
</font>
 +
<br>
 +
 +
 +
 +
 +
<div class="clear"></div>
 +
 +
 +
<div class="column half_size">
 +
 +
 +
 +
</div>
 +
</div>
 +
<center>
 +
</section>
 
</html>
 
</html>
 
{{Template:Hong_Kong-CUHK_footer}}
 
{{Template:Hong_Kong-CUHK_footer}}

Revision as of 12:39, 22 October 2017





Result

 Influenza switches  Toehold switch cloning tool  Improving existing biobricks and project: Cancer switches

Characterization of chromoprotein

We found that amajLime was described as “chromoprotein” in the main page. We later found that amajLime is a fluorescent protein instead. Therefore we scanned the emission and excitation spectrum of it and documented it in registry:

We then measured the fluorescent signal of mRFP and amajLime in buffer with different pH:


Purified mRFP and amajLime was diluted to 10µg/100µl (total 200µl), in triplicates, into different buffers which pH ranges from pH2 to pH12. Volume of mRFP: pH buffer=1:1.8, amajLime : pH buffer =1:4.3. The lines represent the trend of the median fluorescence for the measured pH values. mRFP and amajLime were excited by 584nm and 470nm respectively and emission was measured at 607nm and 515nm respectively. To allow repeatable experiment, we converted the relative fluorescent intensity to an absolute fluorophore concentration by plotting standard curve of the fluorophore using the interlab protocol. We used Rhodamine to measure mRFP; Fluorescein to measure amajLime. The results show that the optimum pH of both chromoprotein ranges from pH6 to pH8. Their fluorescent signal thus will probably not be interfered by the pH of our proposed sample: saliva or NP swab.