Difference between revisions of "Team:Calgary/Project"

(Created page with "{{Team:Calgary/LandingPage |CONTENT= <html> <html lang="en"> <head> <title>Landing Page</title> <meta charset="utf-8"> <script src="https://ajax.googleapis.com/ajax/libs/...")
 
(Blanked the page)
 
Line 1: Line 1:
{{Team:Calgary/LandingPage
 
  
|CONTENT=
 
<html>
 
<html lang="en">
 
<head>
 
<title>Landing Page</title>
 
<meta charset="utf-8">
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
 
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
 
<script src ="LandingPageScripts.js"></script>
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
 
<link rel="stylesheet" href="LandingPageStyleSheet.css">
 
<body>
 
<button onclick="topFunction()" id="myBtn" title="to the top"><image src="top.png" width="60" height="60" border="0" onmouseover="this.src='topclick.png'" onmouseout="this.src='top.png'">
 
</button>
 
<nav class="navbar navbar-expand-md bg-dark navbar-dark fixed-top">
 
  <!-- Brand -->
 
  <a class="navbar-brand" href="#">iGEM University of Calgary 2018</a>
 
 
  <!-- Toggler/collapsibe Button -->
 
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
 
    <span class="navbar-toggler-icon"></span>
 
  </button>
 
 
  <!-- Navbar links -->
 
  <div class="navbar-collapse collapse w-100 order-3 dual-collapse2" id="collapsibleNavbar">
 
    <ul class="navbar-nav ml-auto">
 
      <li class="nav-item">
 
        <a class="nav-link" href="#">Link</a>
 
      </li>
 
      <li class="nav-item">
 
        <a class="nav-link" href="#">Link</a>
 
      </li>
 
      <li class="nav-item">
 
        <a class="nav-link" href="#">Link</a>
 
      </li>
 
    </ul>
 
  </div>
 
</nav>
 
 
<img src="Project_Logo_Draft_1.jpeg" class="img2">
 
 
<div class="col-xs-12" style="height:50px;"></div>
 
 
<div class="container-fluid">
 
 
<div class="row r1">
 
<div class="col-sm-4 center-block text-center">
 
<a href="https://2017.igem.org/Team:Calgary/Synthesis">
 
<img src="SynthesisLabel.png" alt="Synthesis" class="img1">
 
</a>
 
<div class="row">
 
<div class="col-8 col-xs-12 row" >
 
The overarching goal for the synthesis component of the project was to produce poly-3-hydroxybutyrate (PHB) by utilizing the nutrients present in human waste.
 
To accomplish efficiently convert organic feedstocks into PHB, we genetically engineered bacteria to produce PHB by manipulating two metabolic systems within
 
E. coli as follows...
 
</div>
 
</div>
 
</div>
 
 
<div class="col-sm-4 center-block text-center">
 
<a href="https://2017.igem.org/Team:Calgary/Secretion">
 
<img src="SecretionLabel.png" alt="Synthesis" class="img1">
 
</a>
 
<div class="row">
 
<div class="col-8 col-xs-12 row">
 
After E. coli BL21(DE3) engineered by the Synthesis team produces poly(3-hydroxybutyrate) (PHB), it is stored as intracellular granules that range in size from 60-80 nm.
 
This creates a challenging problem: efficient extraction of the desired PHB from inside the cell. During the early stages of our project, we explored many possible PHB extraction methods.
 
Before deciding on using a PHB-secretion system, we evaluated the advantages and disadvantages of each system in terms of our space application...
 
</div>
 
</div>
 
</div>
 
 
<div class="col-sm-4 center-block text-center">
 
<a href="https://2017.igem.org/Team:Calgary/Process">
 
<img src="ProcessDevelopmentLabel.png" alt="Synthesis" class="img1">
 
</a>
 
<div class="row">
 
<div class="col-8 col-xs-12 row">
 
Our proposed process is shown in Figure 1.
 
In the first step of the process, astronaut’s feces are collected into a storage tank using a vacuum toilet.
 
Feces are then transferred into another tank and left to ferment for three days with natural gut flora to increase the concentration of volatile fatty acids (
 
VFAs) that are later consumed by engineered...
 
</div>
 
</div>
 
</div>
 
 
</div>
 
</div>
 
<div class="col-xs-12" style="height:50px;"></div>
 
<div class="container-fluid">
 
<div class="row r3" style="height:100px;">
 
<div class="col-sm-4 center-block text-center"></div>
 
<div class="col-sm-1 center-block text-center">
 
<a href="https://2017.igem.org/Team:Calgary/Synthesis">
 
<img src="mail.png" alt="Synthesis" class="img3">
 
</a>
 
</div>
 
<div class="col-sm-1 center-block text-center">
 
<a href="https://www.facebook.com/igemcalgary/">
 
<img src="fb.png" alt="Synthesis" class="img3">
 
</a>
 
</div>
 
<div class="col-sm-1 center-block text-center">
 
<a href="https://www.instagram.com/igemcalgary/">
 
<img src="insta.png" alt="Synthesis" class="img3">
 
</a>
 
</div>
 
<div class="col-sm-1 center-block text-center">
 
<a href="https://twitter.com/iGEMCalgary">
 
<img src="twitter.png" alt="Synthesis" class="img3">
 
</a>
 
</div>
 
<div class="col-sm-4 center-block text-center"></div>
 
</div>
 
</div>
 
 
<div class="col-xs-12" style="height:50px;"></div>
 
 
</body>
 
</html>
 

Latest revision as of 15:59, 10 May 2018