Difference between revisions of "Team:Exeter/Results"

Line 3: Line 3:
 
<div class="container">
 
<div class="container">
  
<img src="https://static.igem.org/mediawiki/2015/3/32/Exeter_results.jpeg">
+
<script src="https://2015.igem.org/Team:Exeter/jquery.com/jquery-latest-min?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2015.igem.org/Team:Exeter/ajax-googleapis-com/ajax/libs/jqueryui/1-10-3/jquery-ui-min?action=raw&ctype=text/javascript"></script>
 +
 
 +
 
 +
<script src="https://2015.igem.org/Team:Exeter/jquery-coverflow?action=raw&ctype=text/javascript"></script>
 +
<!-- Optional. CSS style interpolation. -->
 +
<script src="https://2015.igem.org/Team:Exeter/jquery-interpolate?action=raw&ctype=text/javascript"></script>
 +
<!-- Optional. Mouse wheel. -->
 +
<script src="jquery-mousewheel-js?action=raw&ctype=text/javascript"></script>
 +
<!-- Optional. Touch swipe. -->
 +
<script src="jquery-touchSwipe-min-js?action=raw&ctype=text/javascript"></script>
 +
<!-- Optional. Reflection.
 +
<script src="reflection.js?action=raw&ctype=text/javascript"></script>-->
 +
 
 +
 
 +
 
 +
 
 +
    <script src="https://2015.igem.org/Team:Exeter/js/jquery-bxslider-min?action=raw&ctype=text/javascript"></script>
 +
 
 +
    <link href="https://2015.igem.org/Team:Exeter/lib/jquery-bxslider?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
 
 +
<style>
 +
 
 +
.containerSlider300 {
 +
width: 350px;
 +
padding-left: 20px;
 +
}
 +
 
 +
.containerSlider400 {
 +
width: 450px;
 +
padding-left: 20px;
 +
}
 +
 
 +
.containerSlider500 {
 +
width: 550px;
 +
padding-left: 20px;
 +
}
 +
 
 +
 
 +
 
 +
</style>
 +
 
 +
<script>
 +
$(function() {
 +
if ($.fn.reflect) {
 +
$('#demo-coverflow .cover').reflect();// only possible in very specific situations
 +
}
 +
 
 +
$('#demo-coverflow').coverflow({
 +
index:6,
 +
density:2,
 +
animateStep:function(event, cover, offset, isVisible, isMiddle, sin, cos) {
 +
if (isVisible) {
 +
if (isMiddle) {
 +
$(cover).css({
 +
'filter':'none',
 +
'-webkit-filter':'none'
 +
});
 +
} else {
 +
var brightness= 1 + Math.abs(sin),
 +
contrast= 1 - Math.abs(sin),
 +
filter= 'contrast('+contrast+') brightness('+brightness+')';
 +
$(cover).css({
 +
'filter':filter,
 +
'-webkit-filter':filter
 +
});
 +
}
 +
}
 +
}
 +
});
 +
});
 +
 
 +
$(document).ready(function(){
 +
 
 +
 
 +
 
 +
var slider = $('.slider500').bxSlider({
 +
    slideWidth: 500,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 +
  });
 +
 
 +
  $('.slider300').bxSlider({
 +
    slideWidth: 300,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 +
  });
 +
 
 +
$('.slider400').bxSlider({
 +
    slideWidth: 400,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all'
 +
  });
 +
 
 +
$('.sliderstatic400').bxSlider({
 +
    slideWidth: 400,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 
 +
$('.sliderstatic300').bxSlider({
 +
    slideWidth: 300,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 
 +
$('.sliderstatic500').bxSlider({
 +
    slideWidth: 500,
 +
    minSlides: 1,
 +
    maxSlides: 1,
 +
    slideMargin: 0,
 +
    captions: true,
 +
    adaptiveHeight: true,
 +
    preloadImages: 'all',
 +
    controls: false,
 +
    touchEnabled: false,
 +
    pager: false
 +
  });
 +
 
 +
 
 +
 
 +
});
 +
 
 +
</script>
 +
 
 +
<div class="container">
 +
 
 +
<div id="container">
 +
 
 +
<h1>Experiments &amp; Protocols</h1>
 +
 
 +
<div id="toehold_experiments">
 +
 
 +
<h2>Toehold experiments</h2>
 +
 
 +
 
 +
<div id="in_silico">
 +
 
 +
<h4><em>In silico</em> testing:</h4>
 +
 
 +
</div>
 +
 
 +
 
 +
 
 +
<div id="validation">
 +
<h4>Experimental validation of GreenFET1J (<a href="https://2015.igem.org/Team:Exeter/Parts#toeholds">BBa_K1586000</a>):</h4>
 +
 
 +
 
 +
 
 +
</div>
 +
</div>
 +
 
 +
<div id="further_characterisation">
 +
 
 +
 
 +
 
 +
<h2>Further characterisation:</h2>
 +
 
 +
 
 +
<p>
 +
As has been stated previously, we wish our diagnostic test to be carried out in the field with little technical equipment/training, therefore the visualisation of the result must be simple. In order to do this, we decided that a colour change would be best, and that the expression of chromoproteins on activation of the toehold would be a good way to achieve this. In order to better inform ourselves and the model, and also to generate data which would be useful for testing toeholds with chromoproteins as the protein coding regions, we decided to further characterise some of the chromoproteins in the iGEM registry; <a href="http://parts.igem.org/Part:BBa_K1431814">amajLime</a>, <a href="http://parts.igem.org/Part:BBa_K1073020">aeBlue</a>, and <a href="http://parts.igem.org/Part:BBa_K1073022">eforRed</a>.
 +
</p>
 +
 
 +
<h4>Absorbance spectra:</h4>
 +
 
 +
 
 +
<h4>Standard curve - concentration vs. OD:</h4>
 +
 
 +
 
 +
 
 +
 
 +
</div>
 +
 
  
  

Revision as of 19:24, 18 September 2015

Experiments & Protocols

Toehold experiments

In silico testing:

Experimental validation of GreenFET1J (BBa_K1586000):

Further characterisation:

As has been stated previously, we wish our diagnostic test to be carried out in the field with little technical equipment/training, therefore the visualisation of the result must be simple. In order to do this, we decided that a colour change would be best, and that the expression of chromoproteins on activation of the toehold would be a good way to achieve this. In order to better inform ourselves and the model, and also to generate data which would be useful for testing toeholds with chromoproteins as the protein coding regions, we decided to further characterise some of the chromoproteins in the iGEM registry; amajLime, aeBlue, and eforRed.

Absorbance spectra:

Standard curve - concentration vs. OD:

  • Contact us:
    exeterigem@gmail.com