Difference between revisions of "Team:AshesiGhana/Description"

(Prototype team page)
 
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AshesiGhana}}
+
{{Template:AshesiGhana/NavBar}}
<html>
+
<html class="no-js">
 +
    <head>
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  
 +
    <meta property="og:title" content=""/>
 +
    <meta property="og:image" content=""/>
 +
    <meta property="og:url" content=""/>
 +
    <meta property="og:site_name" content=""/>
 +
    <meta property="og:description" content=""/>
 +
    <meta name="twitter:title" content="" />
 +
    <meta name="twitter:image" content="" />
 +
    <meta name="twitter:url" content="" />
 +
    <meta name="twitter:card" content="" />
  
 +
       
 +
    <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
 +
    <link rel="shortcut icon" href="favicon.ico">
  
<div class="column full_size">
+
    <!-- Google Webfonts -->
<h1>Description</h1>
+
    <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'>
 +
       
 +
       
 +
    <style>
 +
    #home_logo, #sideMenu { display:none; }
 +
    #sideMenu, #top_title, .patrollink  {display:none;}
 +
    #content { width:100%; padding:0px;  margin-top:-13px; margin-left:0px;}
 +
    body {background-color:white; }
 +
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
.navbar-brand {
 +
  padding: 0px;
 +
}
 +
.navbar-brand>img {
 +
  height: 100%;
 +
  padding: 15px;
 +
  width: auto;
 +
}
  
  
<h5>What should this page contain?</h5>
 
<ul>
 
<li> A clear and concise description of your project.</li>
 
<li>A detailed explanation of why your team chose to work on this particular project.</li>
 
<li>References and sources to document your research.</li>
 
<li>Use illustrations and other visual resources to explain your project.</li>
 
</ul>
 
  
  
</div>
 
  
<div class="column full_size" >
 
  
<h5>Advice on writing your Project Description</h5>
 
  
<p>
+
/*************************
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
+
EXAMPLES 2-7 BELOW
</p>
+
**************************/
  
<p>
+
/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
</p>
+
  
</div>
+
.example2 .navbar-brand>img {
 +
  padding: 7px 15px;
 +
}
  
  
<div class="column half_size" >
+
/* EXAMPLE 3
  
<h5>References</h5>
+
line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
  
</div>
+
.example3 .navbar-brand {
 +
  height: 80px;
 +
}
  
 +
.example3 .nav >li >a {
 +
  padding-top: 30px;
 +
  padding-bottom: 30px;
 +
}
 +
.example3 .navbar-toggle {
 +
  padding: 10px;
 +
  margin: 25px 15px 25px 0;
 +
}
  
<div class="column half_size" >
 
<h5>Inspiration</h5>
 
<p>See how other teams have described and presented their projects: </p>
 
  
<ul>
+
/* EXAMPLE 4 - Small Narrow Logo*/
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
.example4 .navbar-brand>img {
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
  padding: 7px 14px;
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
}
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
</ul>
+
</div>
+
  
  
 +
/* EXAMPLE 5 - Logo with Text*/
 +
.example5 .navbar-brand {
 +
  display: flex;
 +
  align-items: center;
 +
}
 +
.example5 .navbar-brand>img {
 +
  padding: 7px 14px;
 +
}
  
 +
 +
/* EXAMPLE 6 - Background Logo*/
 +
.example6 .navbar-brand{
 +
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
 +
  width: 200px;
 +
}
 +
 +
 +
 +
 +
 +
/* EXAMPLE 8 - Center on mobile*/
 +
    @media only screen and (max-width : 768px){
 +
  .example-8 .navbar-brand {
 +
  padding: 0px;
 +
  transform: translateX(-50%);
 +
  left: 50%;
 +
  position: absolute;
 +
}
 +
.example-8 .navbar-brand>img {
 +
  height: 100%;
 +
  width: auto;
 +
  padding: 7px 14px;
 +
}
 +
}
 +
 +
 +
/* EXAMPLE 8 - Center Background */
 +
.example-8 .navbar-brand {
 +
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
 +
  width: 200px;
 +
  transform: translateX(-50%);
 +
  left: 50%;
 +
  position: absolute;
 +
}
 +
 +
 +
/* EXAMPLE 9 - Center with Flexbox and Text*/
 +
.brand-centered {
 +
  display: flex;
 +
  justify-content: center;
 +
  position: absolute;
 +
  width: 100%;
 +
  left: 0;
 +
  top: 0;
 +
}
 +
.brand-centered .navbar-brand {
 +
  display: flex;
 +
  align-items: center;
 +
}
 +
.navbar-toggle {
 +
    z-index: 1;
 +
}
 +
 +
/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
 +
.navbar-alignit .navbar-header {
 +
      -webkit-transform-style: preserve-3d;
 +
  -moz-transform-style: preserve-3d;
 +
  transform-style: preserve-3d;
 +
  height: 50px;
 +
}
 +
.navbar-alignit .navbar-brand {
 +
    top: 50%;
 +
    display: block;
 +
    position: relative;
 +
    height: auto;
 +
    transform: translate(0,-50%);
 +
    margin-right: 15px;
 +
  margin-left: 15px;
 +
}
 +
 +
.navbar-nav>li>.dropdown-menu {
 +
    z-index: 9999;
 +
}
 +
 +
body {
 +
  font-family: "Lato";
 +
}
 +
    </style>
 +
   
 +
    <!-- Animate.css -->
 +
    <link rel="stylesheet" href="https://ashbuspay.000webhostapp.com/animate.css">
 +
    <!-- Icomoon Icon Fonts-->
 +
    <link rel="stylesheet" href="https://ashbuspay.000webhostapp.com/icomoon.css">
 +
    <!-- Magnific Popup -->
 +
    <link rel="stylesheet" href="https://ashbuspay.000webhostapp.com/magnific-popup.css">
 +
    <!-- Theme Style -->
 +
    <link rel="stylesheet" href="https://ashbuspay.000webhostapp.com/style.css">
 +
    <!-- Modernizr JS -->
 +
    <script src="https://ashbuspay.000webhostapp.com/js/modernizr-2.6.2.min.js"></script>
 +
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 +
 +
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 +
    <!-- FOR IE9 below -->
 +
    <!--[if lt IE 9]>
 +
    <script src="js/respond.min.js"></script>
 +
    <![endif]-->
 +
 +
    </head>
 +
    <body>
 +
 +
 +
        <header role="banner" id="fh5co-header" style="background-image: url(images/hero-4.jpg);" data-stellar-background-ratio="0.5">
 +
            <div class="fh5co-overlay" style="background: rgba(169,59,63,0.9);"></div>
 +
            <div class="container">
 +
                <div class="fh5co-intro-wrap">
 +
                    <div class="fh5co-intro">
 +
                        <div class="row">
 +
                            <div class="col-md-8 col-md-offset-2 text-center">
 +
                                <h1 class="fh5co-intro-lead animate-1 to-animate">Team AshesiGhana</h1>
 +
                                <h2 class="fh5co-intro-sub animate-2 to-animate">Introducing the Greatest Gold Miners in the World....Microbes</h2>
 +
                               
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </header>
 +
       
 +
        <main role="main" id="fh5co-main">
 +
            <div class="container" id="bio-animate">
 +
                <div class="row row-padded">
 +
                    <div class="col-md-3">
 +
                        <h2 class="fh5co-section-heading to-animate">Project Description<span class="fh5co-border"></span></h2>
 +
                    </div>
 +
                    <div class="col-md-8 col-md-push-1">
 +
                        <div class="row">
 +
                            <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>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 (mRuby2). 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>
 +
                            </div>
 +
                            <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>
 +
                            </div>
 +
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
                <!-- END .row -->
 +
                <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> 
 +
            </div>
 +
 +
   
 +
        </main>
 +
 +
       
 +
 +
        <!-- jQuery -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.min.js"></script>
 +
        <!-- jQuery Easing -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.easing.1.3.js"></script>
 +
        <!-- Bootstrap -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/bootstrap.min.js"></script>
 +
        <!-- Waypoints -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.waypoints.min.js"></script>
 +
        <!-- Stellar -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.stellar.min.js"></script>
 +
        <!-- countTo -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.countTo.js"></script>
 +
        <!-- Magnific Popup -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/jquery.magnific-popup.min.js"></script>
 +
        <!-- Main JS -->
 +
        <script src="https://ashbuspay.000webhostapp.com/js/main.js"></script>
 +
 +
   
 +
    </body>
 
</html>
 
</html>
 +
 +
{{Template:AshesiGhana/Footer}}

Latest revision as of 14:11, 1 November 2017

Project Description

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.

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 (mRuby2). 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.

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.

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/