Difference between revisions of "Team:AshesiGhana/Description"

 
(19 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">
  
 
+
     <!-- Google Webfonts -->
<head>
+
     <link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500' rel='stylesheet' type='text/css'>
     <title>Header</title>
+
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
    <meta charset="utf-8">
+
    <link href='https://fonts.googleapis.com/css?family=Sanchez:400,400italic' rel='stylesheet' type='text/css'>
    <meta name="viewport" content="width=device-width, initial-scale=1">
+
     <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
+
       
     <link rel="stylesheet" type="text/css" href="https://ashbuspay.000webhostapp.com/assets/css/Header-Nightsky.css">
+
       
     <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
+
 
+
 
     <style>
 
     <style>
 
     #home_logo, #sideMenu { display:none; }
 
     #home_logo, #sideMenu { display:none; }
 
     #sideMenu, #top_title, .patrollink  {display:none;}
 
     #sideMenu, #top_title, .patrollink  {display:none;}
 
     #content { width:100%; padding:0px;  margin-top:-13px; margin-left:0px;}
 
     #content { width:100%; padding:0px;  margin-top:-13px; margin-left:0px;}
    #headerContainer { width:100%}
 
 
     body {background-color:white; }
 
     body {background-color:white; }
 
     #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
     #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
</style>
+
.navbar-brand {
</head>
+
  padding: 0px;
 +
}
 +
.navbar-brand>img {
 +
  height: 100%;
 +
  padding: 15px;
 +
  width: auto;
 +
}
  
<body>
+
 
     <div class="header-nightsky">
+
 
        <nav class="navbar navbar-default">
+
 
            <div class="headerContainer">
+
 
                <a class="navbar-brand" href="#">LOGO</a>
+
 
                <div class="navbar-header">
+
 
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
+
/*************************
                        <span class="icon-bar"></span>
+
EXAMPLES 2-7 BELOW
                         <span class="icon-bar"></span>
+
**************************/
                        <span class="icon-bar"></span>
+
 
                     </button>
+
/* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */
 +
 
 +
.example2 .navbar-brand>img {
 +
  padding: 7px 15px;
 +
}
 +
 
 +
 
 +
/* EXAMPLE 3
 +
 
 +
line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
 +
 
 +
.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;
 +
}
 +
 
 +
 
 +
/* EXAMPLE 4 - Small Narrow Logo*/
 +
.example4 .navbar-brand>img {
 +
  padding: 7px 14px;
 +
}
 +
 
 +
 
 +
/* 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>
                <div class="collapse navbar-collapse" id="myNavbar">
+
            </div>
                    <ul class="nav navbar-nav navbar-right">
+
        </header>
                        <li><a href="#">Home</a></li>
+
       
                        <li class="dropdown">
+
        <main role="main" id="fh5co-main">
                            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team <span class="caret"></span></a>
+
            <div class="container" id="bio-animate">
                            <ul class="dropdown-menu">
+
                <div class="row row-padded">
                                            <li><a href="">Meet The Miners</a></li>
+
                    <div class="col-md-3">
                                            <li><a href="">Nouguchi Heros</a></li>
+
                         <h2 class="fh5co-section-heading to-animate">Project Description<span class="fh5co-border"></span></h2>
                                        </ul>
+
                    </div>
                         </li>
+
                    <div class="col-md-8 col-md-push-1">
                        <li class="dropdown">
+
                         <div class="row">
                            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project <span class="caret"></span></a>
+
                             <div class="col-md-6 to-animate">
                            <ul class="dropdown-menu">
+
                                <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>
                                            <li><a href="https://2017.igem.org/Team:AshesiGhana/Description">Description</a></li>
+
 
                                            <li><a href="">Proof of Concept</a></li>
+
                                <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>
                                            <li><a href="">Results</a></li>
+
                            </div>
                                            <li><a href="">Safety</a></li>
+
                             <div class="col-md-6 to-animate">
                                            <li><a href="">Interlab</a></li>
+
                                <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>
                                            <li><a href="">Demonstrate</a></li>
+
                            </div>
                                            <li><a href="">Improvements</a></li>
+
 
                                        </ul>
+
                         </div>
                         </li>
+
                     </div>
                        <li class="dropdown">
+
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts <span class="caret"></span></a>
+
                          <ul class="dropdown-menu">
+
                                            <li><a href="">Parts</a></li>
+
                                            <li><a href="">Basic &amp; Composite Parts</a></li> <!-- https://2017.igem.org/Team:ColumbiaNYC/Composite_Part-->
+
                                            <li><a href="">Parts Collection</a></li>
+
                                        </ul>
+
                        </li>
+
                        <li class="dropdown">
+
                            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Modelling <span class="caret"></span></a>
+
                            <ul class="dropdown-menu">
+
                                            <li><a href="">Mathematical Models</a></li>
+
                                        </ul>
+
                        </li>
+
                        <li class="dropdown">
+
                            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook <span class="caret"></span></a>
+
                            <ul class="dropdown-menu">
+
                                            <li><a href="">Brainstorm</a></li>
+
                                            <li><a href="">Lab Notebook</a></li>
+
                                            <li><a href="">Protocols</a></li>
+
                                        </ul>
+
                        </li>
+
                        <li class="dropdown">
+
                             <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices<span class="caret"></span></a>
+
                            <ul class="dropdown-menu">
+
                                            <li><a href="">Engagment</a></li>
+
                                            <li><a href="">Entrepreneurship</a></li>
+
                                            <li><a href="">Collaborations</a></li>
+
                                            <li><a href="">Medal Citerion</a></li>
+
                                        </ul>
+
                         </li>
+
                     </ul>
+
 
                 </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>
 
             </div>
        </nav>
 
        <div class="hero">
 
            <h1>Team AshesiGhana</h1>
 
            <h2>Introducing the Greatest Gold Miners in the World....Microbes</h2>
 
            <div class="btn btn-primary">Learn more about us</div>
 
            <div class="btn btn-primary">Contact us</div>
 
        </div>
 
    </div>
 
  
 
      
 
      
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
+
        </main>
    <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
+
</body>
+
  
 +
       
 +
 +
        <!-- 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/