Team:Kent

From 2014.igem.org

(Difference between revisions)
 
(41 intermediate revisions not shown)
Line 1: Line 1:
-
<html>  
+
<html>
-
 
+
-
<!-- this section changes the default wiki template to a white full width background -->
+
-
 
+
-
<style type="text/css">
+
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-
+
-
 
+
-
logo, .printfooter, .firstHeading,.visualClear {display:
+
-
 
+
-
none;} /*-- hides default wiki settings --*/
+
-
 
+
-
 
+
-
 
+
-
#top-section { /*-- styling for default menu bar (edit, page,history, etc.) --*/
+
-
+
-
border: 0 none;
+
-
height: 14px;
+
-
z-index: 100;
+
-
top: 0;
+
-
position: fixed;
+
-
width: 975px;
+
-
left: 50%;
+
-
margin-left: -487px;
+
-
 
+
-
 
+
-
/* Removes "teams" from the menubar */
+
-
#menubar > ul > li:last-child {
+
-
 
+
-
display: none;}
+
-
/* Resizes the menubar to fik the links (default is 400px) */
+
-
#menubar {
+
-
    width: auto;
+
-
}
+
<head>
<head>
<meta charset="utf-8">
<meta charset="utf-8">
-
<title>Untitled Document</title>
+
<title>Univeristy of Kent iGEM </title>
-
<LINK REL=StyleSheet HREF="Kent_igem_CSS.css" TYPE="text/css" MEDIA=screen>
+
<style type="text/css">
-
 
+
</style>
</style>
-
<link href="Kent_igem_CSS.css" rel="stylesheet" type="text/css">
+
<link rel="stylesheet" href="https://2014.igem.org/Team:Kent/CSS?action=raw&ctype=text/css" type="text/css" />
-
<link href="Dropdown.css" rel="stylesheet" type="text/css">
+
<link rel="stylesheet" href="https://2014.igem.org/Team:Kent/menu_bar?action=raw&ctype=text/css" type="text/css" />
-
 
+
</head>
-
<!--[if lt IE 9]>
+
-
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+
-
<![endif]--></head>
+
<body>
<body>
<div class="container">
<div class="container">
 +
  <div class="header"><a href="https://2014.igem.org/Main_Page"><img src= "https://static.igem.org/mediawiki/2014/0/04/IGEM_Header_Kent.jpg" alt="Insert Logo Here" name="Insert_logo" id="Insert_logo" width="auto" height ="107" style="background-color: #8090AB; display:block;" /></a>
 +
    <!-- end .header --></div>
    
    
-
  <header>
+
<div class="sidebar1">
-
    <a href="#"><img src="" alt="Insert Logo Here" width="1260" height="108" id="Insert_logo" style="background-color: #C6D580; display:block;" /></a>
+
 
-
  </header>
+
<table width="100%" border="0">
-
 
+
      <td><a href="https://2014.igem.org/Team:Kent"><img src="https://static.igem.org/mediawiki/2014/f/f5/Home.jpg"</a></td>
-
 
+
     <td><a href="https://2014.igem.org/Team:Kent/projectint"><img src="https://static.igem.org/mediawiki/2014/f/fa/Project_kent_igem2014.jpg"</a></td>
-
  <div class="sidebar1">
+
    <td><a href="https://2014.igem.org/Team:Kent/teamprofile"><img src="https://static.igem.org/mediawiki/2014/b/b9/Team_igem_kent2014.jpg"</a></td>
-
 
+
     <td><a href="https://2014.igem.org/Team:Kent/oficformint"><img src="https://static.igem.org/mediawiki/2014/0/01/Offcial_forms_kent_2014.jpg"</a></td>
-
<ul><li>Home</li>
+
     <td><a href="https://2014.igem.org/Team:Kent/inthuman"><img src="https://static.igem.org/mediawiki/2014/f/fb/Policey-Practices_kent_2014.jpg
-
  <li>About</li>
+
"</a></td>
-
  <li>
+
<td><a href="https://2014.igem.org/Team:Kent/contactus"><img src="https://static.igem.org/mediawiki/2014/6/61/Contactus_kent_2014.jpg"</a></td>
-
    NoteBook
+
    <td>&nbsp;</td>
-
     <ul>
+
 
-
      <li>Lab Book</li>
+
</table>
-
      <li>Protocols</li>
+
     <!-- end .sidebar1 --></div>
-
      <li>Saftey</li>
+
 
-
    </ul>
+
   <div class="content">
-
  </li>
+
-
  <li>Human Outreach</li>
+
-
  <li>Contact</li>
+
-
</ul>
+
-
</div>
+
-
  <!-- end .sidebar1 -->
+
-
 
+
-
 
+
-
  <article class="content">
+
-
 
+
-
    <h1>Instructions</h1>
+
-
     <section>
+
-
    <h2>How to use this document</h2>
+
-
      <p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
+
-
    </section>
+
-
     <section>
+
-
      <h2>Clearing Method</h2>
+
-
      <p>Because all the columns are floated, this layout uses a clear:both declaration in the footer rule. This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a &lt;br class=&quot;clearfloat&quot; /&gt; or &lt;div  class=&quot;clearfloat&quot;&gt;&lt;/div&gt; after your final floated column (but before the .container closes). This will have the same clearing effect. </p>
+
-
    </section>
+
-
    <section>
+
-
      <h2>Logo Replacement</h2>
+
-
      <p>An image placeholder was used in this layout in the header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
+
-
      <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
+
-
      <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
+
-
    </section>
+
-
 
+
-
  <!-- end .content -->
+
-
 
+
-
 
+
-
  </article>
+
-
  <aside>
+
-
    <h4>Backgrounds</h4>
+
-
     <p>By nature, the background color on any block element will only show for the length of the content. If you'd like a dividing line instead of a color, place a border on the side of the .content block (but only if it will always contain more content).</p>
+
-
  </aside>
+
-
 
+
-
   <footer>
+
    
    
 +
    <p><img src="https://static.igem.org/mediawiki/2014/7/71/Kent_2014_teamphoto.jpg" alt="Team Photo" >
 +
</p>
 +
    <p>&nbsp; </p>
 +
    <p><align="justify">Ecological systems are constantly threatened with destruction due to human practices such as deforestation and excessive over cropping to create depleting supplies for the perfume production industry. This dilemma is what we aim to tackle in our project. By engineering <em>E. coli</em> to produce scent compounds that are hard to come across naturally, we aim to make perfume accessible for all in a sustainable manner. This synthetic biology approach can be used to create a database of scents that can be ordered to consumer demand. By using <em>E. coli</em> to generate these compounds, we aim to reduce the cost of these scents and improve yield in a more environmentally sustainable and less destructive manner. In summary, our BioBricks will be aimed at the production of a class of scent compounds called terpenoids, which will provide a proof of concept for future scent production..</p>
 +
    <p>&nbsp;</p>
 +
    <p><img src="https://static.igem.org/mediawiki/2014/8/8f/Smell-Ya_later_kent.jpg" ="Team Photo" > </p>
 +
  <!-- end .content --></div>
   <div class="footer">
   <div class="footer">
-
     <img src= "https://static.igem.org/mediawiki/2014/d/d5/Footer_kent_igem_2014.jpg" >
+
     <img src= "https://static.igem.org/mediawiki/2014/d/d5/Footer_kent_igem_2014.jpg" >  
-
   
+
-
  </footer>
+
-
  <!-- end .container --></div>  
+
   <!-- end .footer --></div>
   <!-- end .footer --></div>
-
    
+
   <!-- end .container --></div>
</body>
</body>
-
</html>
 
-
 
-
 
</html>
</html>

Latest revision as of 01:11, 18 October 2014

Univeristy of Kent iGEM

 

Team Photo

 

Ecological systems are constantly threatened with destruction due to human practices such as deforestation and excessive over cropping to create depleting supplies for the perfume production industry. This dilemma is what we aim to tackle in our project. By engineering E. coli to produce scent compounds that are hard to come across naturally, we aim to make perfume accessible for all in a sustainable manner. This synthetic biology approach can be used to create a database of scents that can be ordered to consumer demand. By using E. coli to generate these compounds, we aim to reduce the cost of these scents and improve yield in a more environmentally sustainable and less destructive manner. In summary, our BioBricks will be aimed at the production of a class of scent compounds called terpenoids, which will provide a proof of concept for future scent production..