Difference between revisions of "Team:XJTU-China/InterLab"

Line 333: Line 333:
 
</div>
 
</div>
  
  <link rel="stylesheet" href="
 
  https://fonts.googleapis.com/css?family=Roboto+Mono" />
 
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
 
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu" />
 
  <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
 
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
 
  <link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" />
 
  <script type='text/javascript' src="https://2018.igem.org/wiki/index.php?title=Template:XJTU-China/jquery.waypoints.min.js&action=raw&ctype=text/javascript"></script>
 
 
  <script>
 
    $(document).ready(function(){
 
      // banner text showing animation
 
      $('#text-d').fadeIn(800);
 
      $('#text-e').delay(800).fadeIn(800);
 
      $('#text-cose').delay(1600).fadeIn(1000);
 
      $('.banner-sub-text').delay(3000).fadeIn(1000);
 
      $('.banner-up-arrow').delay(4000).fadeIn(800);
 
 
      // banner scroll hint animation
 
      setInterval(function(){
 
        $('.banner-up-arrow').fadeTo(1400, 0.4).fadeTo(1400, 0.8);
 
      }, 2800);
 
      var iter=1;
 
 
      // banner picture cycling animation
 
      setInterval(function(){
 
        if (iter == $('.banner-pic-wrapper').children().length-1) {
 
          var next_iter = 1;
 
        } else {
 
          var next_iter = iter+1;
 
        }
 
        $('#banner-pic-'+next_iter).fadeIn(1000);
 
        $('#banner-pic-'+iter).delay(500).fadeOut(1000);
 
        iter = next_iter;
 
      }, 6000)
 
 
      // content text showing animation
 
      $('.content-title').waypoint(function(){
 
        $(this.element).delay(400).animate({top: '0'}, 400, 'swing');
 
        console.log('title animation triggered');
 
      }, {offset: 'bottom-in-view'});
 
      $('.content-text').waypoint(function(){
 
        $(this.element).animate({left: '0'}, 800, 'swing');
 
      }, {offset: 'bottom-in-view'});
 
    });
 
  </script>
 
 
</body>
 
</body>
 
</html>
 
</html>
  
 
{{XJTU-China/Footer}}
 
{{XJTU-China/Footer}}

Revision as of 05:42, 14 October 2018

InterLab

Overview

Synthetic biology requires reliable and repeatable measurement. However, the ability to repeat measurements in different labs has been difficult for different units or different ways may be used in various groups. The InterLab Study is part of the Measurement Committee’s continuing effort to develop a standard measurement procedure for green fluorescent protein (GFP). In order to improve reproducibility, we used plate readers to take measurements of fluorescence and absorbance this year.

Methods and Materials


Calibrations


Acknowledgement:

We would like to thank NPU-China’s assistance.