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

Line 9: Line 9:
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
   <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
   <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
 +
<link rel="alternate stylesheet" type="text/css" href="scroll_style.css">
 +
<script type="text/javascript" src="jquery.js"></script>
 +
<script type="text/javascript" src="scroll_script.js"></script>
 +
 +
 
   <style>
 
   <style>
  
Line 131: Line 137:
 
    
 
    
  
 +
#wrapper
 +
{
 +
text-align:center;
 +
margin:0px auto;
 +
padding:0px;
 +
width:700px;
 +
}
  
 +
#scrollToTop
 +
{
 +
position:fixed;
 +
left:45%;
 +
bottom:50px;
 +
border:3px solid #585858;
 +
background-color:white;
 +
color:#585858;
 +
border-radius:100%;
 +
height:45px;
 +
width:45px;
 +
font-size:40px;
 +
display:none;
 +
}
 
    
 
    
 

 </style>  
 

 </style>  
Line 234: Line 261:
 
   <p>This is overview about Toehold Switch.</p>
 
   <p>This is overview about Toehold Switch.</p>
 
    
 
    
 +
<a href="#" input type="button" id="scrollToTop" onclick="scrolltop();">&#8679;</a>
  
 
</div>
 
</div>
Line 240: Line 268:
 
   <h1>Interlab</h1>
 
   <h1>Interlab</h1>
 
   <p>This is overview about Interlab.</p>
 
   <p>This is overview about Interlab.</p>
 
+
 
 +
<a href="#" input type="button" id="scrollToTop" onclick="scrolltop();">&#8679;</a>
 +
 
 
</div>
 
</div>
  
Line 255: Line 285:
 
</ul>   
 
</ul>   
 
<br>
 
<br>
 +
 +
<a href="#" input type="button" id="scrollToTop" onclick="scrolltop();">&#8679;</a>
 
</div>
 
</div>
  
Line 262: Line 294:
 
   <p>This is overview about Program.</p>
 
   <p>This is overview about Program.</p>
 
    
 
    
 +
<a href="#" input type="button" id="scrollToTop" onclick="scrolltop();">&#8679;</a>
  
 
</div>
 
</div>
  
 +
<script>
 +
 +
$(document).ready(function(){
 +
$(window).scroll(function(){
 +
if ($(window).scrollTop() > 100) {
 +
  $('#scrollToTop').fadeIn();
 +
} else {
 +
  $('#scrollToTop').fadeOut();
 +
}
 +
});
 +
});
 +
 +
function scrolltop()
 +
{
 +
$('html, body').animate({scrollTop : 0},500);
 +
}
  
 +
</script>
  
 
<div class="column half_size" >
 
<div class="column half_size" >

Revision as of 13:10, 4 August 2017





Results

Toehold Switch

This is overview about Toehold Switch.

Interlab

This is overview about Interlab.

Characterization

Overview

Fluorescent protein is an important marker for qualitative analysis in validation test of Toehold switch which detects the presence of trigger (viral) RNA.The presence of trigger RNA is reported by fold change of fluorescent protein expression compared with switch only by fluorescent assays and rely on the ability of fluorescent protein expression. More often, body fluid of different pH from vary organs extracted as sample may disturb the fluorescent level due to pH-dependent folding and conformation of proteins.

To determine the effective range and optimize the protein expression level for clinical diagnosis, we have demonstrated their pH stability under different pH condition.


Key Achievements

  • Characterised two fluorescent proteins for the registry to functionalize Toehold switch for clinical diagnosis.
  • Proved the pH dependent stability of fluorescent proteins.

Program

This is overview about Program.

Inspiration

See how other teams presented their results.