Difference between revisions of "Team:AshesiGhana/fret"

 
(34 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
<link rel="shortcut icon" href="favicon.ico">
 
<link rel="shortcut icon" href="favicon.ico">
  
<!-- Google Webfonts -->
+
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500' rel='stylesheet' type='text/css'>
+
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
+
<link href='https://fonts.googleapis.com/css?family=Sanchez:400,400italic' rel='stylesheet' type='text/css'>
+
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'>
+
 
          
 
          
 
          
 
          
Line 167: Line 163:
 
}
 
}
  
body {
+
 
  font-family: "Lato";
+
 
 +
video {
 +
  display: block;
 +
    margin: auto;
 +
    width: 100%;
 
}
 
}
 +
 +
// Change the colors
 +
$color1: red;
 +
$color2: blue;
 +
 +
.text-effect {
 +
  overflow: hidden;
 +
  position: relative;
 +
 
 +
  // The blend modes mute the colors, so let's bump them up
 +
  filter: contrast(110%) brightness(190%);
 +
}
 +
 +
.neon {
 +
  position: relative;
 +
 
 +
  // Only works on a black background, sorry
 +
  background: black;
 +
 
 +
  // The actual text inside the div is superfluous, only data-text matters. The text is added so you can easily edit the preview
 +
  color: transparent;
 +
 
 +
  &::before,
 +
  &::after {
 +
    // Add two copies of the text on their own layer
 +
    content: attr(data-text);
 +
   
 +
    // White, so we can paint them later
 +
    color: white;
 +
   
 +
    // And blur them to create the neon effect with the blend-mode below
 +
    filter: blur(0.02em);
 +
   
 +
    position: absolute;
 +
    top: 0; left: 0;
 +
    pointer-events: none;
 +
  }
 +
 
 +
  // Set the top copy to difference. This creates the knock-out effect with a bit of glow
 +
  &::after {
 +
    mix-blend-mode: difference;
 +
  }
 +
}
 +
 +
// Position our two effect layers
 +
.gradient,
 +
.spotlight {
 +
  position: absolute;
 +
  top: 0; left: 0; bottom: 0; right: 0;
 +
  pointer-events: none;
 +
  z-index: 10; 
 +
}
 +
 +
// Add the colors
 +
.gradient {
 +
  background: linear-gradient(45deg, $color1, $color2);
 +
 
 +
  // Multiply mode will paint only the white text
 +
  mix-blend-mode: multiply;
 +
}
 +
 +
.spotlight {
 +
  animation: light 5s infinite linear;
 +
 
 +
  // These are the lights, color-dodge needs a black bg for optimum effect
 +
  background:
 +
    radial-gradient(circle, white, transparent 25%) 0 0 / 25% 25%,
 +
    radial-gradient(circle, white, black 25%) 50% 50% / 12.5% 12.5%;
 +
  top: -100%; left: -100%;
 +
 
 +
  // Color dodge gives the lights that shimmer effect
 +
  mix-blend-mode: color-dodge;
 +
}
 +
 +
@keyframes light {
 +
  100% {
 +
    transform: translate3d(50%, 50%, 0);
 +
  }
 +
}
 +
 +
//=== Pen styling, ignore
 +
 +
// Style text
 +
.neon {
 +
  font: 700 220px 'Lato', sans-serif;
 +
  text-transform: uppercase;
 +
  text-align: center;
 +
  margin: 0;
 +
 
 +
  &:focus { outline: none; border: 1px dotted white; }
 +
}
 +
 +
 
</style>
 
</style>
 
 
Line 195: Line 288:
  
  
<header role="banner" id="fh5co-header" data-stellar-background-ratio="0.5">
+
<header role="banner" id="fh5co-header" style="background-color: grey;" data-stellar-background-ratio="0.5">
<iframe src="http://www.youtube.com/embed/W7qWa52k-nE"
+
  width="560" height="315" frameborder="0" allowfullscreen></iframe>
+
<div class="row" style="padding: 60px;">
 +
<div class="col-sm-6">
 +
<h1 style="color: white;">What is FRET?</h1>
 +
<br>
 +
<br>
  
<div class="fh5co-overlay" ></div>
+
<p style="font-size:medium;">With the evolution of synthetic biology, the use of biosensors in designing major projects in this field has gained popularity over the years. Biosensors are devices which detect the presence of certain chemicals or compounds by use of living organisms or biological molecules. As part of the several mechanisms used in bio-sensing is the method termed Fluorescence Resonance Energy Transfer, popularly known as “FRET”. This method originated in the late 1940s by German Physical Chemist Theodor Forster (Lavdas, n.d.). This technique over the years has been widely used as a reporter method in biomedical research. This project seeks to detect the presence of gold as well as aid in its quantification, especially in refractory ores, hence the need to employ this technique as an efficient and effective way of achieving this objective. </p><p style="font-size:medium;">
<div class="container">
+
The FRET mechanism is a physical process that works on the principle of energy transfer from a donor molecule to an acceptor molecule. In addition to this, FRET is distance-dependent process hence its use in living cells. (Held, 2005). A variety of FRET pairs have been discovered and used in different applications, however, it is the cyan-yellow fluorescent protein pair that has been the most widely used pair. </p></div>
<div class="fh5co-intro-wrap">
+
<div class="col-sm-6">
<div class="fh5co-intro">
+
<div style="padding-top: 150px;">
<div class="row">
+
<video poster="" controls>
<div class="col-md-8 col-md-offset-2 text-center">
+
<source src="https://static.igem.org/mediawiki/2017/a/ab/T--AshesiGhana--fretMech.mp4" type='video/mp4'/>
<h1 class="fh5co-intro-lead animate-1 to-animate">Team AshesiGhana</h1>
+
<a href="https://www.youtube.com/watch?v=CVMb7qxVRSc"><img border="0" src="" alt="Click to view on Youtube" width="500" height="281.25"></a>
<h2 class="fh5co-intro-sub animate-2 to-animate">Introducing the Greatest Gold Miners in the World....Microbes</h2>
+
<p style="font-style:italic;color:red;border-style:solid;border-width:2px;border-color:red">Your browser either does not support HTML5 or cannot handle MediaWiki open video formats. Please consider upgrading your browser, installing the appropriate plugin or switching to a Firefox or Chrome install.</p>
+
</video>
</div>
+
</div></div>
</div>
+
</div>
</div>
+
</div>
+
</div>
+
 
</header>
 
</header>
 
 
Line 219: Line 314:
 
<div class="row row-padded">
 
<div class="row row-padded">
 
<div class="col-md-3">
 
<div class="col-md-3">
<h2 class="fh5co-section-heading to-animate">Project Description<span class="fh5co-border"></span></h2>
+
<h2 class="fh5co-section-heading to-animate">Fluorescence Resonance Energy Transfer (FRET)<span class="fh5co-border"></span></h2>
 
</div>
 
</div>
 
<div class="col-md-8 col-md-push-1">
 
<div class="col-md-8 col-md-push-1">
 
<div class="row">
 
<div class="row">
 
<div class="col-md-6 to-animate">
 
<div class="col-md-6 to-animate">
<p>For the 2017 IGEM, Team AshesiGhana is working on a bio-mining project. The objective of our project is to develop an organism capable of liberating gold from the refractory ore. We aim to provide not only an alternative, non-toxic approach for small scale mining, but also deliver an easy and fast bio-detection and quantification method of ore in the mining industry of our country. The availability of such a biosensor will allow routine monitoring of the ore before a mining endeavor is undertaken thus preventing the destruction of the environment. The project will engineer the typical environmental organism Acidithiobacillus ferroxidans with a FRET probe.</p>
+
<p style="font-size:medium;">Rather than the traditional Cyan-Yellow FRET pairs, this project relies on the newly identified and most effective Green-Red pair, which according to research has gained popularity due to its excitation at a longer wavelength reducing cellular auto-fluorescence and photo-toxicity while monitoring FRET (George Abraham et al., 2015). The Green-Red pair utilized in this project are, NowGFP serving as the fluorescent donor, and mRuby2 serving as the fluorescent acceptor. NowGFP, a highly efficient green fluorescent protein is an improved version of the WasCFP with tryptophan-based chromophore in anionic state (George Abraham et al., 2015). This fluorescent protein has a fluorescence lifetime of ~5ns which makes this the longest lifetime reported for any green fluorescent protein thus far (George Abraham et al., 2015). With a high emission yield of 0.76, NowGFP has several other qualities which makes it the best donor partner in the pair for our FRET mechanism in this project. To complete the green-red FRET mechanism td-tomato fluorescent protein would have been the best pair for NowGFP, however due to the td-tomato part sequence being cut by some restriction enzymes, the part could not serve the purpose for this project. In replacement for td-tomato, mRuby2 which has equally proven to be an effective FRET acceptor probe for NowGFP donor, is used. mRuby2 is an enhanced version of the mRuby red fluorescent protein (George Abraham et al., 2015). </p>
  
<p>This new organism will primarily be capable of sensing and quantifying the amount of gold in the ore. This will be accomplished by using a two-part probe, a donor part which is made up of gold binding protein (golB) attached to a green fluorescent protein (nowGFP). The second part of the acceptor is also made up of a binding protein and a red fluorescent protein (mCherry). In the presence of a high amount of free gold, the two parts would be in close proximity and energy transfer can take place and the red protein would be excited giving off a fluorescent signal. Using calibration experiments, we can relate the amount of fluorescence to the amount of gold present,liberated by the organism from the ore.</p>
+
<p style="font-size:medium;">For the design of this project, each part of the FRET (the donor and acceptor) is attached to gol B, the gold binding protein. GolB is part of the gol operon that confers resistance to A. ferroxidans. In the presence of gold, under the control of golS, golB is expressed and binds to the gold being bound to the two components of the FRET part. This therefore places each component of the FRET part in close proximity and thus decreases the distance between the donor and acceptor. In theory, the amount of gold bound to golB on each side is a determining factor in the distance between the donor and the acceptor and this therefore affects the intensity of the fluorescence from the FRET part. The more gold bound, the higher the fluorescence from the FRET part and vice versa. </p>
 
</div>
 
</div>
 
<div class="col-md-6 to-animate">
 
<div class="col-md-6 to-animate">
<p>As Acidithiobacillus ferroxidans is a difficult organism to grow in large quantities, we will engineer a strain of E coli to produce two of the main oxidizing enzymes for iron and sulphite which will liberate the gold from the ore. The organism will also be engineered with protective enzymes against the low pH, which is one of the bi-products of the gold liberation reaction, and metal toxicity. The same FRET biosensor part can be added to the E coli strain for the quantification of gold. This new organism can easily be grown in large batches and so can be used to extract gold from refractory ore without the need of any toxic treatment thus providing a safe alternative for small scale mining. </p>
+
<p style="font-size:medium;">This design could have made use of mCherry and mRFP which are also red fluorescent proteins. However, these fluorescent proteins are said to have very low emissions, making it difficult for these emissions to be detected above the donor emission tail which brings about problems in ratiometric imaging (Lam et al., 2012). Another option was to use a single reporter protein in the biosensor bit of our entire device which is common among bio-sensing systems, as it is an easy and sure way of detecting the presence of gold in an ore. The reporter proteins could also easily be used to detect the presence of gold when gol T, under the influence of gol S, starts to transport gold to be bound by gol B. However, the aim of the project is not just to sense the presence of gold but also, to quantify it. Using a single reporter protein defeats the purpose of this project. As mentioned earlier, the more gold bound, the more the intensity of the fluorescence as a result of the decrease in distance between the donor and acceptor. This therefore provides a rough estimate of how much gold is in an ore. Whenever gold molecules are bound to either side of a donor acceptor complex, the distance between the donor and acceptor is reduced. This reduction in distance is what gives rise to the increase in FRET intensity as there is a direct correlation between the distance between a donor acceptor complex and overall FRET efficiency (George Abraham et al., 2015). </p>
 
</div>
 
</div>
 
</div>
 
</div>
Line 235: Line 330:
 
</div>
 
</div>
 
<!-- END .row -->
 
<!-- END .row -->
</div>
+
<div class="row">
 +
                                <p>Sugio, T., Taha, T., & Takeuchi, F. (2009). Ferrous Iron Production Mediated by Tetrathionate Hydrolase in Tetrathionate-, Sulfur-, and Iron-GrownAcidithiobacillus ferrooxidansATCC 23270 Cells. Bioscience, Biotechnology, And Biochemistry, 73(6), 1381-1386. http://dx.doi.org/10.1271/bbb.90036</p><p>
 +
Zeng, J., Jiang, H., Liu, Y., Liu, J., & Qiu, G. (2007). Expression, purification and characterization of a high potential iron–sulfur protein from Acidithiobacillus ferrooxidans. Biotechnology Letters, 30(5), 905-910. http://dx.doi.org/10.1007/s10529-007-9612-2
 +
</p>
  
 +
<p>George Abraham, B., Sarkisyan, K., Mishin, A., Santala, V., Tkachenko, N., & Karp, M. (2015). Fluorescent Protein Based FRET Pairs with Improved Dynamic Range for Fluorescence Lifetime Measurements. PLOS ONE, 10(8). http://dx.doi.org/10.1371/journal.pone.0134436</p><p>
 +
Held, P. (2005). White Paper: An Introduction to Fluorescence Resonance Energy Transfer (FRET) Technology and its Application in Bioscience. Biotek.com. Retrieved 10 July 2017, from https://www.biotek.com/resources/white-papers/an-introduction-to-fluorescence-resonance-energy-transfer-fret-technology-and-its-application-in-bioscience/</p><p>
 +
Lam, A., St-Pierre, F., Gong, Y., Marshall, J., Cranfill, P., & Baird, M. et al. (2012). Improving FRET dynamic range with bright green and red fluorescent proteins. Nature Methods, 9(10), 1005-1012. http://dx.doi.org/10.1038/nmeth.2171</p><p>
 +
Lavdas, A. You May Not Know Theodor Förster but You Know His Work: FRET - Bitesize Bio. Bitesize Bio. Retrieved 16 July 2017, from http://bitesizebio.com/23012/you-may-not-know-theodor-forster-but-you-know-his-work-fret/</p>
  
<div class="fh5co-section-seperator fh5co-section-seperator-white" id="contact-animate" style="background-image: url(images/hero-4.jpg);" data-stellar-background-ratio="0.5">
+
         
<div class="fh5co-overlay"></div>
+
    </div>  
<div class="container">
+
</div>
<div class="fh5co-section-content-wrap">
+
<div class="fh5co-section-content">
+
<div class="row">
+
+
<div class="col-md-3">
+
<h2 class="fh5co-section-heading to-animate">Get In Touch<span class="fh5co-border"></span></h2>
+
+
<ul class="fh5co-contact">
+
<li class="fh5co-contact-address to-animate">
+
<i class="icon-home"></i>
+
1 University Avenue ,Berekuso Eastern Region, Ghana
+
</li>
+
<li class="to-animate"><i class="icon-phone"></i> +233 302 610 330</li>
+
<li class="to-animate"><i class="icon-email"></i> <a href="http://ashesi.edu.gh/" target="_blank">ashesi.edu.gh</a></li>
+
</ul>
+
</div>
+
  
<div class="col-md-8 col-md-push-1">
 
<div class="row">
 
<div class="col-md-6">
 
<div class="form-group to-animate">
 
<label for="name" class="sr-only">Name</label>
 
<input type="text" id="name" class="form-control" placeholder="Name">
 
</div>
 
<div class="form-group to-animate">
 
<label for="email" class="sr-only">Email</label>
 
<input type="email" id="email" class="form-control" placeholder="Email">
 
</div>
 
<div class="form-group to-animate">
 
<label for="phone" class="sr-only">Phone</label>
 
<input type="text" id="phone" class="form-control" placeholder="Phone">
 
</div>
 
</div>
 
<div class="col-md-6">
 
<div class="form-group to-animate">
 
<label for="message" class="sr-only">Message</label>
 
<textarea name="" id="message" cols="30" rows="5" class="form-control" placeholder="Message"></textarea>
 
</div>
 
<div class="form-group to-animate">
 
<input type="submit" class="btn btn-primary btn-block" value="Send Message">
 
</div>
 
</div>
 
  
</div>
+
</div>
+
 
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
 
<!-- END .container -->
 
<!-- END .container -->
  
 
</main>
 
</main>
  
<footer role="contentinfo" id="fh5co-footer">
+
<div class="container" id="footer-animate">
+
<div class="row row-padded">
+
<div class="col-md-8 col-md-push-4">
+
<p class="to-animate">Designed: Team AshesiGhana</p>
+
<p class="to-animate"></p>
+
</div>
+
</div>
+
</div>
+
<!-- END .container -->
+
</footer>
+
 
+
 
<!-- jQuery -->
 
<!-- jQuery -->
 
<script src="https://ashbuspay.000webhostapp.com/js/jquery.min.js"></script>
 
<script src="https://ashbuspay.000webhostapp.com/js/jquery.min.js"></script>
Line 328: Line 371:
 
</body>
 
</body>
 
</html>
 
</html>
 +
 +
{{Template:AshesiGhana/Footer}}

Latest revision as of 14:33, 1 November 2017

Fluorescence Resonance Energy Transfer (FRET)

Rather than the traditional Cyan-Yellow FRET pairs, this project relies on the newly identified and most effective Green-Red pair, which according to research has gained popularity due to its excitation at a longer wavelength reducing cellular auto-fluorescence and photo-toxicity while monitoring FRET (George Abraham et al., 2015). The Green-Red pair utilized in this project are, NowGFP serving as the fluorescent donor, and mRuby2 serving as the fluorescent acceptor. NowGFP, a highly efficient green fluorescent protein is an improved version of the WasCFP with tryptophan-based chromophore in anionic state (George Abraham et al., 2015). This fluorescent protein has a fluorescence lifetime of ~5ns which makes this the longest lifetime reported for any green fluorescent protein thus far (George Abraham et al., 2015). With a high emission yield of 0.76, NowGFP has several other qualities which makes it the best donor partner in the pair for our FRET mechanism in this project. To complete the green-red FRET mechanism td-tomato fluorescent protein would have been the best pair for NowGFP, however due to the td-tomato part sequence being cut by some restriction enzymes, the part could not serve the purpose for this project. In replacement for td-tomato, mRuby2 which has equally proven to be an effective FRET acceptor probe for NowGFP donor, is used. mRuby2 is an enhanced version of the mRuby red fluorescent protein (George Abraham et al., 2015).

For the design of this project, each part of the FRET (the donor and acceptor) is attached to gol B, the gold binding protein. GolB is part of the gol operon that confers resistance to A. ferroxidans. In the presence of gold, under the control of golS, golB is expressed and binds to the gold being bound to the two components of the FRET part. This therefore places each component of the FRET part in close proximity and thus decreases the distance between the donor and acceptor. In theory, the amount of gold bound to golB on each side is a determining factor in the distance between the donor and the acceptor and this therefore affects the intensity of the fluorescence from the FRET part. The more gold bound, the higher the fluorescence from the FRET part and vice versa.

This design could have made use of mCherry and mRFP which are also red fluorescent proteins. However, these fluorescent proteins are said to have very low emissions, making it difficult for these emissions to be detected above the donor emission tail which brings about problems in ratiometric imaging (Lam et al., 2012). Another option was to use a single reporter protein in the biosensor bit of our entire device which is common among bio-sensing systems, as it is an easy and sure way of detecting the presence of gold in an ore. The reporter proteins could also easily be used to detect the presence of gold when gol T, under the influence of gol S, starts to transport gold to be bound by gol B. However, the aim of the project is not just to sense the presence of gold but also, to quantify it. Using a single reporter protein defeats the purpose of this project. As mentioned earlier, the more gold bound, the more the intensity of the fluorescence as a result of the decrease in distance between the donor and acceptor. This therefore provides a rough estimate of how much gold is in an ore. Whenever gold molecules are bound to either side of a donor acceptor complex, the distance between the donor and acceptor is reduced. This reduction in distance is what gives rise to the increase in FRET intensity as there is a direct correlation between the distance between a donor acceptor complex and overall FRET efficiency (George Abraham et al., 2015).

Sugio, T., Taha, T., & Takeuchi, F. (2009). Ferrous Iron Production Mediated by Tetrathionate Hydrolase in Tetrathionate-, Sulfur-, and Iron-GrownAcidithiobacillus ferrooxidansATCC 23270 Cells. Bioscience, Biotechnology, And Biochemistry, 73(6), 1381-1386. http://dx.doi.org/10.1271/bbb.90036

Zeng, J., Jiang, H., Liu, Y., Liu, J., & Qiu, G. (2007). Expression, purification and characterization of a high potential iron–sulfur protein from Acidithiobacillus ferrooxidans. Biotechnology Letters, 30(5), 905-910. http://dx.doi.org/10.1007/s10529-007-9612-2

George Abraham, B., Sarkisyan, K., Mishin, A., Santala, V., Tkachenko, N., & Karp, M. (2015). Fluorescent Protein Based FRET Pairs with Improved Dynamic Range for Fluorescence Lifetime Measurements. PLOS ONE, 10(8). http://dx.doi.org/10.1371/journal.pone.0134436

Held, P. (2005). White Paper: An Introduction to Fluorescence Resonance Energy Transfer (FRET) Technology and its Application in Bioscience. Biotek.com. Retrieved 10 July 2017, from https://www.biotek.com/resources/white-papers/an-introduction-to-fluorescence-resonance-energy-transfer-fret-technology-and-its-application-in-bioscience/

Lam, A., St-Pierre, F., Gong, Y., Marshall, J., Cranfill, P., & Baird, M. et al. (2012). Improving FRET dynamic range with bright green and red fluorescent proteins. Nature Methods, 9(10), 1005-1012. http://dx.doi.org/10.1038/nmeth.2171

Lavdas, A. You May Not Know Theodor Förster but You Know His Work: FRET - Bitesize Bio. Bitesize Bio. Retrieved 16 July 2017, from http://bitesizebio.com/23012/you-may-not-know-theodor-forster-but-you-know-his-work-fret/