Team:UIUC Illinois

From 2013.igem.org

(Difference between revisions)
 
(377 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template:SpryMenuBarHorizontal.css}}
+
<html>
-
{{Template:SpryValidationTextField.css}}
+
-
 
+
-
 
+
-
Cardiovascular disease (CVD) has been the leading cause of death in the United States for over twenty years and is becoming a severe global health issue. CVD is highly associated with the buildup of plaque in arteries, a disease known as Atherosclerosis. Trimethylamine N-oxide (TMAO) is a known proatherogenic substance, and is abundant in carnivorous humans and those who consume energy drinks. It is the goal of the University of Illinois at Urbana Champaign (UIUC) iGEM Team to lower the amount of TMAO found in such individuals and therefore reduce the risk of atherosclerosis for those afflicted.TMAO is produced when the gut microbiota process the amino acid derivatives L-carnitine and choline. These metabolites are abundant in red meats and energy drinks, and are important bodily compounds; however, humans are intrinsically capable of producing the necessary amounts. When these substances are consumed, specific gut bacteria convert L-carnitine and choline into a harmful byproduct trimethylamine (TMA.) To protect itself, the liver oxidizes TMA into TMAO.
+
-
We are creating a probiotic to outcompete the gut bacteria for L-carnitine and choline to effectively lower and ultimately remove the atherogenic activity caused by TMAO. Pseudomonas aeruginosa is a bacterium with novel adaptations that enable it to uptake L-carnitine as a (sole?) source of carbon and nitrogen. These genes have been selected for and are being tested in various Escherichia coli.
+
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Template:UIUCHeader?action=raw&amp;ctype=text/css" />
-
<title>Untitled Document</title>
+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css?action=raw&amp;ctype=text/css"/>
-
<style type="text/css">
+
<link href='http://fonts.googleapis.com/css?family=Rosario' rel='stylesheet' type='text/css'>
-
<!--
+
<script type= "text/javascript" src="http://code.jquery.com/jquery-1.9.1.js?action=raw&amp;ctype=text/javascript"/></script>
-
body {
+
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js?action=raw&amp;ctype=text/javascript"></script>
-
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
+
<script type="text/javascript" src="javascript/jquery.accordion.js"></script>
-
background: #42413C;
+
<script>
-
margin: 0;
+
  $(function() {
-
padding: 0;
+
    $( "#accordion" ).accordion({ active: 10 });
-
color: #000;
+
    $( "#accordion" ).accordion({
-
background-color: #CCC;
+
      collapsible: true
-
}
+
    });
 +
  });
 +
</script>
 +
</head>
 +
<body>
 +
 +
<div id="sandbox">
 +
  <div id="container" class="left">
 +
    <a href="https://2013.igem.org/Team:_UIUC_Illinois/Contact_Us" class="right"><u>Contact Us</u></a>
 +
    <div id="logo_box" class="left">
 +
        <a href="https://2013.igem.org/Team:UIUC_Illinois"><img src="https://static.igem.org/mediawiki/2013/0/02/Illinoisigem.png" width="407.36" height="200" alt="UIUC iGEM" class="center" /></a>
 +
        </div> 
 +
        <div id="major_image">
 +
        <img src="https://static.igem.org/mediawiki/2013/8/86/Uiuc_new_home_page_pic.jpg" width="720" height="294" alt="Smiling fox" />
 +
        </div>
 +
       
 +
        <div id="abstract">
-
/* ~~ Element/tag selectors ~~ */
+
Our project, Cardiobiotics, works to prevent cardiovascular disease by reducing the metabolism of dietary L-carnitine within the digestive systemThis made possible through the use of three biological parts that fulfill two very important functions: the take-up and the break-down of L-carnitine.<br><br>
-
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
+
-
padding: 0;
+
-
margin: 0;
+
-
}
+
-
h1, h2, h3, h4, h5, h6, p {
+
-
margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
+
-
padding-right: 15px;
+
-
padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
+
-
text-align: left;
+
-
font-family: Georgia, "Times New Roman", Times, serif;
+
-
}
+
-
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
+
-
border: none;
+
-
}
+
-
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
+
The take-up of L-carnitine into the cell is facilitated by two biobricks: the <a href="http://parts.igem.org/Part:BBa_K1205002">CbcWV Uptake Protein</a> and <a href="http://parts.igem.org/Part:BBa_K1205001">CaiX Carnitine Carrier Protein</a>.  This combination of proteins form a membrane-bound carnitine uptake system for bringing greater amounts of L-carnitine into the cell.<br><br>
-
a:link {
+
-
color: #42413C;
+
-
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
+
-
}
+
-
a:visited {
+
-
color: #6E6C64;
+
-
text-decoration: underline;
+
-
}
+
-
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
+
-
text-decoration: none;
+
-
}
+
-
/* ~~ This fixed width container surrounds all other divs ~~ */
+
The break-down of L-carnitine is carried out by our biobrick <a href="http://parts.igem.org/Part:BBa_K1205000">Carnitine Dehydrogenase</a>.  This protein catalyzes the conversion of L-carnitine into 3-dehydrocarnitine, pushing it down an alternative metabolic pathway towaord the creation of the amino acid glycine.<br><br>
-
.container {
+
-
width: 960px;
+
-
background: #FFFFFF;
+
-
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
+
-
text-align: center;
+
-
}
+
-
/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
+
The cells containing the biological parts are then suspended within calcium alginate and inserted into gelatin capsules in order to transport them to the intestinal system.
-
.header {
+
        </div>
-
background: #ADB96E;
+
    </div>
-
}
+
<div id="nav_bar" class="right">
 +
<div id="igem"><a href="https://2013.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2013/0/08/IGEM_Logo.png" width="141.467" height="114.8" alt="iGEM" class="right" /></a> </div>
 +
<div id="accordion">
 +
  <h3>Home</h3>
 +
  <ul>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois"><u>Home</u></a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2012.igem.org/Team:UIUC-Illinois">2012 Team</a></li>
 +
  </ul>
 +
  <h3>About</h3>
 +
  <ul>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:_UIUC_Illinois/About-Main_Page">Meet Us</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://igem.org/Team.cgi?id=1205" target="_blank">Team Profile</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/About/Attributions">Attributions</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:_UIUC_Illinois/Photogallery">Photo Gallery</a></li>
 +
  </ul>
 +
  <h3>Project</h3>
 +
  <ul>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Project/Overview">Overview</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Project/Background_Info">Background</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Project/Design">Design</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Project/Parts">Parts</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Project/Results">Results</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:_UIUC_Illinois/Notebook">Notebook</a></li>
 +
  </ul>
 +
  <h3>Achievements</h3>
 +
  <ul>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team_UIUC_Illinois/Medal_Requirements">Achievements</a></li>
 +
  </ul>
 +
  <h3>Human Practices</h3>
 +
  <ul>
 +
     
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Human_Practices/Outreach">Outreach</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:UIUC_Illinois/Human_Practices/Ethics">Ethics</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://igem.org/Team:UIUC_Illinois/Safety/Main">Safety</a></li>
 +
  </ul>
 +
  <h3>Safety</h3>
 +
  <ul>
 +
      <li style="margin-bottom:20px;"><a href="https://igem.org/Team:UIUC_Illinois/Safety/Main">Safety Main Page</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:_UIUC_Illinos/Safety/Forms">Safety Forms</a></li>
 +
      <li style="margin-bottom:20px;"><a href="https://2013.igem.org/Team:_UIUC_Illinos/Safety/Database">EtBr Safety</a></li>
 +
  </ul>
 +
</div>
-
/* ~~ These are the columns for the layout. ~~
+
  </div>
 +
<div id="bar_box">
 +
<img src="https://static.igem.org/mediawiki/2013/7/7b/Black_line_450.jpg" width="333"><img src="https://static.igem.org/mediawiki/2013/7/7b/Black_line_450.jpg" width="333"></div>
-
1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
+
<div id="sponsor_text">
 +
<h3>Thanks to our sponsors!</h3></div>
-
2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
+
<div id="sponsor_outerbox">
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/e/e5/Epoch.png" width="150" height="150"></div>
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/7/7e/Partners_tisbookstore.gif" width="178.66" height="150"></div>
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/3/3a/Bonn_sponsor_neb.jpg" width="386.24" height="150"></div>
 +
<div id="sponsor_innerbox"><a href="http://www.igb.illinois.edu/"><img src="https://static.igem.org/mediawiki/2013/2/20/IGB_Logo_New.jpg" width="800" height="132"></a></div>
 +
</div>
-
3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
+
<div id="sponsor_outerbox">
 +
<div id="sponsor_innerbox"><a href="http://bioengineering.illinois.edu"><img src="https://static.igem.org/mediawiki/2013/e/e8/Bioedept.jpg" width="299" height="40"></a></div>
 +
<div id="sponsor_innerbox"><a href="http://ifoundry.illinois.edu/"><img src="https://static.igem.org/mediawiki/2013/1/1d/IFoundry.jpg" width="140" height="42"></a></div>
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/4/48/Dental.jpg" width="130" height="48"></div>
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/8/81/Fisher.jpg" width="138" height="50"></div>
 +
<div id="sponsor_innerbox"><a href="http://marianjordaportfolio.tumblr.com/"><img src="https://static.igem.org/mediawiki/2013/8/89/Logo2.png" width="80" height="80"></a></div>
 +
</div>
-
4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
+
<div id="sponsor_outerbox">
 +
<div id="sponsor_innerbox"><img src="https://static.igem.org/mediawiki/2013/6/61/Midsci_logo.jpg" width="267" height="130"></div>
 +
<div id="sponsor_innerbox"><a href="http://nanobio.illinois.edu/"><img src="https://static.igem.org/mediawiki/2013/c/cf/Nano_bio_logo.png" width="630" height="100"></a></div>
 +
</div>
 +
<div id="sponsor_innerbox"><img src="http://res.illumina.com/images/logos/university-illinois-biotech-center.png" width="350" height="75"></div>
 +
</div>
-
*/
 
-
.sidebar1 {
 
-
float: left;
 
-
width: 180px;
 
-
background: #EADCAE;
 
-
padding-bottom: 10px;
 
-
}
 
-
.content {
 
-
padding: 10px 0;
 
-
width: 600px;
 
-
float: left;
 
-
}
 
-
.sidebar2 {
 
-
float: left;
 
-
width: 180px;
 
-
background: #EADCAE;
 
-
padding: 10px 0;
 
-
}
 
-
 
-
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
 
-
.content ul, .content ol {
 
-
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
 
-
}
 
-
 
-
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
 
-
ul.nav {
 
-
list-style: none; /* this removes the list marker */
 
-
border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
 
-
margin-bottom: 15px; /* this creates the space between the navigation on the content below */
 
-
}
 
-
ul.nav li {
 
-
border-bottom: 1px solid #666; /* this creates the button separation */
 
-
}
 
-
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
 
-
padding: 5px 5px 5px 15px;
 
-
display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
 
-
width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
 
-
text-decoration: none;
 
-
background: #C6D580;
 
-
}
 
-
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
 
-
background: #ADB96E;
 
-
color: #FFF;
 
-
}
 
-
 
-
/* ~~ The footer styles ~~ */
 
-
.footer {
 
-
padding: 10px 0;
 
-
background: #CCC49F;
 
-
position: relative;/* this gives IE6 hasLayout to properly clear */
 
-
clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
 
-
}
 
-
 
-
/* ~~ Miscellaneous float/clear classes ~~ */
 
-
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 
-
float: right;
 
-
margin-left: 8px;
 
-
}
 
-
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
 
-
float: left;
 
-
margin-right: 8px;
 
-
}
 
-
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
 
-
clear:both;
 
-
height:0;
 
-
font-size: 1px;
 
-
line-height: 0px;
 
-
}
 
-
-->
 
-
</style>
 
-
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
 
-
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
 
-
</head>
 
-
 
-
<body>
 
-
 
-
<div class="container">
 
-
  <div class="header">
 
-
    <p><!-- end .header --></p>
 
-
</div>
 
-
  <a href="#"><img src="https://static.igem.org/mediawiki/2013/1/1b/IGEM_UIUC_Logo.jpg" alt="logo" width="161" height="69" align="left" /></a>
 
-
  <table width="786" height="68" border="0">
 
-
    <tr>
 
-
      <th width="780" height="64" scope="col"><ul id="MenuBar1" class="MenuBarHorizontal">
 
-
        <li><a href="#" class="MenuBarItemSubmenu">Project</a>
 
-
          <ul>
 
-
            <li><a href="#">Overview</a></li>
 
-
            <li><a href="#">L-Carnitine</a></li>
 
-
            <li><a href="#">Modeling</a></li>
 
-
            <li><a href="#">Safety</a></li>
 
-
          </ul>
 
-
        </li>
 
-
        <li><a href="#" class="MenuBarItemSubmenu">Notebook</a>
 
-
          <ul>
 
-
            <li><a href="#">Protocol</a></li>
 
-
          </ul>
 
-
        </li>
 
-
        <li><a href="#" class="MenuBarItemSubmenu">Outreach </a>
 
-
          <ul>
 
-
            <li><a href="#">Presentations</a></li>
 
-
            <li><a href="#">Public Awareness</a></li>
 
-
          </ul>
 
-
        </li>
 
-
        <li><a href="#" class="MenuBarItemSubmenu">Team </a>
 
-
          <ul>
 
-
            <li>Undergrads</li>
 
-
            <li><a href="#">Advisors</a></li>
 
-
            <li><a href="#">Sponsors</a></li>
 
-
          </ul>
 
-
        </li>
 
-
        <li><a href="#" class="MenuBarItemSubmenu">H Prac</a>
 
-
          <ul>
 
-
            <li><a href="#">Ethics</a></li>
 
-
          </ul>
 
-
        </li>
 
-
      </ul></th>
 
-
    </tr>
 
-
  </table>
 
-
  <p>&nbsp;</p>
 
-
  <table width="958" height="405" border="0">
 
-
    <tr>
 
-
      <th width="664" height="326" scope="col"><img src="https://static.igem.org/mediawiki/2013/3/34/Image.png" width="611" height="275" alt="jum" /></th>
 
-
      <th width="284" scope="col">&nbsp;</th>
 
-
    </tr>
 
-
  </table>
 
-
  <table width="961" border="0" align="left">
 
-
    <tr>
 
-
      <th width="947" colspan="10" scope="col">Sponsors</th>
 
-
    </tr>
 
-
    <tr>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
      <td>&nbsp;</td>
 
-
    </tr>
 
-
  </table>
 
-
  <p><!-- end .container --></p>
 
-
</div>
 
<script type="text/javascript">
<script type="text/javascript">
-
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
+
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
</script>
</script>
 +
</body>
</body>
</html>
</html>

Latest revision as of 23:40, 19 February 2014

Contact Us
UIUC iGEM
Smiling fox
Our project, Cardiobiotics, works to prevent cardiovascular disease by reducing the metabolism of dietary L-carnitine within the digestive system. This made possible through the use of three biological parts that fulfill two very important functions: the take-up and the break-down of L-carnitine.

The take-up of L-carnitine into the cell is facilitated by two biobricks: the CbcWV Uptake Protein and CaiX Carnitine Carrier Protein. This combination of proteins form a membrane-bound carnitine uptake system for bringing greater amounts of L-carnitine into the cell.

The break-down of L-carnitine is carried out by our biobrick Carnitine Dehydrogenase. This protein catalyzes the conversion of L-carnitine into 3-dehydrocarnitine, pushing it down an alternative metabolic pathway towaord the creation of the amino acid glycine.

The cells containing the biological parts are then suspended within calcium alginate and inserted into gelatin capsules in order to transport them to the intestinal system.