Difference between revisions of "Team:UCSC"

 
(470 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Team_UCSC_banner.jpg]]
 
 
 
<html>
 
<html>
<!--Bootstrap Core Css-->
+
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+
<meta charset="utf-8">
 +
<!-- Bootstrap CSS -->
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
 +
  <link rel="stylesheet" href="https://2015.igem.org/Template:UCSC/CSS?action=raw&ctype=text/css">
 +
  <script src="https://2015.igem.org/Template:UCSC/Javascript?action=raw&ctype=text/javascript"></script>
 +
  <script src="https://2015.igem.org/Template:UCSC/Bootstrap_Javascript?action=raw&ctype=text/javascript"></script>
 +
<style>
 +
 
 +
body{padding-bottom: 70px;}
 +
 
 +
.navbar-nav > li{
 +
  padding-top: 5px;
 +
  padding-left:15px;
 +
  padding-right:20px;
 +
}
 +
 
 +
.navbar .navbar-nav {
 +
    display: inline-block;
 +
    float: none;
 +
}
 +
 
 +
.navbar .navbar-collapse {
 +
    text-align: center;
 +
}
 +
.bernick a:hover { color: #CCAC00;}
 +
 
 +
.foot a:link{ color: black;}
 +
 
 +
.foot a:visited{ color: black;}
 +
 
 +
.foot a:hover { color: #CCAC00;}
 +
 
 +
.bernick_swag a:link{ color: #8798b2; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
 +
 
 +
.bernick_swag a:visited{ color: #8798b2; font-family: Calibri, Helvetica; Arial font-size: 13px;}
 +
 
 +
.bernick_swag a:hover { color: #DAA520; font-family:  Calibri, Helvetica; Arial font-size: 13px;}
 +
 
 +
img {
 +
max-width: 100%;
 +
height: auto;
 +
width: auto\9; /* ie8 */
 +
}
 +
 
 +
 
 +
#salt {width: 100%;
 +
      position: relative;
 +
      top: -75px;}
 +
 
 +
 
 +
div.classname a:hover {
 +
    opacity: 0.4;
 +
    filter: alpha(opacity=100); /* For IE8 and earlier */
 +
}
 +
 
 +
 
 +
 
 +
.gear {
 +
    width: 80px;
 +
    height: 80px;
 +
    -webkit-animation:spin 4s linear infinite;
 +
    -moz-animation:spin 4s linear infinite;
 +
    animation:spin 4s linear infinite;
 +
}
 +
 
 +
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 +
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
 +
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 +
 
 +
p {margin-left: 20px;
 +
font-family: calibri, helvetica, arial;
 +
font-size: 16px;}
 +
 
 +
ul#menu li {
 +
    display:inline;
 +
}
 +
 
 +
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
    display:none;}
 +
 
 +
 
 +
#top-section {
 +
    border: none;
 +
    height: 0px;
 +
    width: 100%;
 +
    padding-left: 0px;}
 +
 
 +
 
 +
#content {
 +
    border: none;
 +
    width: 100%;
 +
    padding: 0px;}
 +
 
 +
 
 +
#our_content {
 +
 +
             
 +
position: relative;
 +
                width: 1220px;
 +
                margin: auto;
 +
                repeat: n;
 +
                font-family: Calibri, Helvetica; Arial;
 +
                font-size: 18px;
 +
 
 +
}
 +
 
 +
#foot {margin: auto;
 +
        font-size: 12px;
 +
        font-family: Calibri, Helvetica; Arial;}
 +
 
 +
 
 +
 
 +
}
 +
 
 +
@media screen and (max-width: 1280px) {
 +
 
 +
.gear {width: 10%; height: 10%;}
 +
 
 +
#salt {width: 100%}
 +
 
 +
#our_content {
 +
width: 100%;
 +
}
 +
 
 +
#top-section {
 +
width: 100%;
 +
}
 +
 
 +
#content {width: 100%;}
 +
 
 +
#foot {width: 100%}
 +
 
 +
 
 +
}
 +
 
 +
@media screen and (max-width: 1024px) {
 +
 
 +
#salt {width: 100%}
 +
 
 +
#our_content {
 +
width: 100%;
 +
}
 +
 
 +
#top-section {
 +
width: 100%;
 +
}
 +
 
 +
#content {width: 100%;}
 +
 
 +
#foot {width: 100%}
 +
 
 +
.gear {width: 10%; height: 10%;}
 +
 
 +
}
 +
@media screen and (max-width: 980px) {
 +
 
 +
#salt {width: 100%}
 +
#our_content {
 +
width: 100%;
 +
}
 +
 
 +
#top-section {
 +
width: 100%;
 +
}
 +
 
 +
#content {width: 100%;}
 +
 
 +
#foot {width: 100%}
 +
 
 +
.gear {width: 10%; height: 10%;}
 +
}
 +
 
 +
@media screen and (max-width: 650px) {
 +
 
 +
#salt {width: 100%}
 +
 
 +
#our_content {
 +
width: 100%;
 +
}
 +
 
 +
#top-section {
 +
width: 100%;
 +
}
 +
 
 +
#content {width: 100%;}
 +
 
 +
#foot {width: 100%}
 +
 
 +
.gear {width: 10%; height: 10%;}
 +
 
 +
}
 +
 
  
<!--Add custom CSS here-->
 
  </head>
 
  <body bgcolor="#90B4D2">
 
        </div>
 
  
<style>
 
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 
 
</style>
 
</style>
  
  
<!-- beginning of your page -->
+
</head>
 +
 
  
 
<!-- menu -->
 
<!-- menu -->
<div class="container col-lg-12 col-md-12 col-sm-12 col-xs-12">
+
 
<div class="row">
+
<!-- end of menu -->
<nav class="navbar" style="background: SteelBlue;" >
+
<body>
   <div class="container-fluid">
+
 
    <!-- Brand and toggle get grouped for better mobile display -->
+
<nav class="navbar navbar-fixed-top" style="position:relative; top: -10px; background-color: #E5E4E2; text-align:center;" >
     <div class="navbar-header">
+
   <div class="container-fluid" >
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
+
     <div class="navbar-header" >
        <span class="sr-only">Toggle navigation</span>
+
       <a class="navbar-brand" href="#"></a>
        <span class="icon-bar"></span>
+
        <span class="icon-bar"></span>
+
        <span class="icon-bar"></span>
+
      </button>
+
       <a class="navbar-brand" href="https://2014.igem.org/Team:UCSC" style="color: gold;">Home</a>
+
 
     </div>
 
     </div>
    <style>
+
     <div>
      .nav>li>a:hover {
+
       <ul class="nav navbar-nav bernick_swag">
        background-color: SteelBlue;
+
         <li class="active"><a href="https://2015.igem.org/Team:UCSC">Home</a></li>
      }
+
         <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team <span class="caret"></span></a>
    </style>
+
    <!-- Collect the nav links, forms, and other content for toggling -->
+
     <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+
       <ul class="nav navbar-nav">
+
         <li class="active"><a href="http://https://2014.igem.org/Team:UCSC/Project" style="color: gold;">Project</a></li>
+
        <li><a href="https://2014.igem.org/Team:UCSC/Parts" style="color: gold;">Parts</a></li>
+
        <li><a href="https://2014.igem.org/Team:UCSC/Team" style="color: gold;">Team</a></li>
+
        <li><a href="#" style="color: gold;">Community Outreach</a></li>
+
<!-- Dropdown Example
+
         <li class="dropdown">
+
          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
+
 
           <ul class="dropdown-menu">
 
           <ul class="dropdown-menu">
             <li><a href="#">Action</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Team">Meet the Team</a></li>
             <li><a href="#">Another action</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Breakdown">Breakdown</a></li>
             <li><a href="#">Something else here</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Fermentation">Fermentation</a></li>
            <li role="separator" class="divider"></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Field">Field</a></li>
             <li><a href="#">Separated link</a></li>
+
             <li><a href="https://2015.igem.org/Team:UCSC/Attributions">Attributions</a></li>
            <li role="separator" class="divider"></li>
+
             <li><a href="#">One more separated link</a></li>
+
 
           </ul>
 
           </ul>
 
         </li>
 
         </li>
-->
+
        <li><a href="https://2015.igem.org/Team:UCSC/Description">Project</a></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="https://2015.igem.org/Team:UCSC/Outreach">Outreach</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Practices">Bioethics</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="https://2015.igem.org/Team:UCSC/Logs">Logs</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Protocols">Protocols</a></li>
 +
          </ul>
 +
        </li>
 +
        <li><a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Achievements<span class="caret"></span></a>
 +
          <ul class="dropdown-menu">
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Medal_Fulfillment">Medal Fulfillment</a></li>
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Results">Results</a></li>
 +
 
 +
</ul>
 +
 
 +
            <li><a href="https://2015.igem.org/Team:UCSC/Software">Software</a></li>          
 
       </ul>
 
       </ul>
     </div><!-- /.navbar-collapse -->
+
     </div>
   </div><!-- /.container-fluid -->
+
   </div>
 
</nav>
 
</nav>
</div>
 
  
  
 +
<!--First Block -->
  
</td>
+
<div id="our_content" align="center">
<td  bgColor="#FFFFFF"></td>
+
<img src="https://static.igem.org/mediawiki/2015/7/73/Ucsclogo.png" width="99%" height="99%" />
</tr>
+
<img src="https://static.igem.org/mediawiki/2015/3/3f/Ucsc_slogan.png" />
</table>
+
<p style="font-size: 12px;">
<!-- end of menu -->
+
In collaboration with:
 +
<br />
 +
<img src="https://static.igem.org/mediawiki/2015/c/cd/IGEM_WikiFlicks_logo_white.png" style="height: 20%; width: 20%"/>
 +
</p>
  
<table  id="firstblock" width="100%"  cellspacing="0" height="250px">
+
<br />
<tr>
+
<br />
<td  width="35px" bgColor="gold"></td>
+
<td width="975px" align="center" bgColor="#FFFFFF" >
+
  
 
+
<div class="classname">
<h1 style="border-bottom: none;"> Welcome to UCSC iGEM 2015! </h1>
+
<table class="center">
<p style="padding: 0px 170px;"> The University of California, Santa Cruz strives to be a world leader in the emerging field of synthetic biology. UCSC introduces and trains our most brilliant and motivated students in this field of research in in order to enhance impending scientific talents in America while creating an impact in society.</p>
+
  <tr>
 
+
    <td><a href="https://2015.igem.org/Team:UCSC/Breakdown"><img src="https://static.igem.org/mediawiki/2015/5/5d/UCSC_Breakdown.jpg" width="350" height="200"></a></td>
</td>
+
  <td><a href="https://2015.igem.org/Team:UCSC/Fermentation"><img src="https://static.igem.org/mediawiki/2015/f/fe/UCSC_Fermentation.jpg" width="350" height="200"></a></td>    
<td width="35px" bgColor="gold"></td>
+
<td><a href="https://2015.igem.org/Team:UCSC/Field"><img src="https://static.igem.org/mediawiki/2015/7/73/Field_3.jpg" width="350" height="200"></a></td>
</tr>
+
 
 +
  </tr>
 
</table>
 
</table>
<!-- end of first block -->
+
<br />
 +
<br />
 +
<table class="center">
 +
<tr>
 +
    <td><a href="https://2015.igem.org/Team:UCSC/Description"><img src="https://static.igem.org/mediawiki/2015/3/3c/Ucsc_sustainability.jpg" width="350" height="200"></a></td>
 +
    <td><img src="https://static.igem.org/mediawiki/2015/4/41/Sammythumbsup.png" width="350" height="300"></a></td>
 +
    <td><a href="https://2015.igem.org/Team:UCSC/Outreach"><img src="https://static.igem.org/mediawiki/2015/3/32/Ucsc_outreach.jpg" width="350" height="200"></a></td>
 +
  </tr>
 +
</table>
 +
</nav>
  
<h2> Project Goal </h2>
+
<br />
<p>Over the course of the past several years, the fuels that are primarily petroleum based have become progressively harder to acquire, and the continued usage of these fuels has resulted in increased amounts of pollution due to their prolonged carbon chain and the fact that there has been an increased burning of these fuels. Based on these facts and this particular energy dense process, shorter carbon cycled biofuels have become a growing area of research.
+
<br />
 +
</div>
 +
<br />
 +
<br />
  
 +
</div>
  
Given this, it would be ideal to improve upon an existing biological mechanism, making it viable for large scale production. We have devised a plan that suggests the expression of gene homologs associated with butanol production in other microbes. We hope to improve the efficiency of this process and create a more sustainable method of bio-butanol production. </p>
+
  <!--Footer-->
 
+
  
 +
<div id="foot" class="center foot">
 +
<img src="https://static.igem.org/mediawiki/2015/8/80/Cellulose_Footer.png" width="25%" /><img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">&nbsp;&nbsp; <a href="https://2015.igem.org/Team:UCSC">Home</a> | <a href="https://2015.igem.org/Team:UCSC/Team">Teams</a> | <a href="https://2015.igem.org/Team:UCSC/Description">Project</a> | <a href="https://2015.igem.org/Team:UCSC/Practices">Human Practices</a> | <a href="https://2015.igem.org/Team:UCSC/Logs">Notebook</a> | <a href="https://2015.igem.org/Team:UCSC/Safety">Safety</a> | <a href="https://2015.igem.org/Team:UCSC/Parts">Parts</a> | <a href="https://2015.igem.org/Team:UCSC/Software">F.O.C.U.S</a> &nbsp;&nbsp; <img class="gear" src="https://static.igem.org/mediawiki/2015/1/11/Ucsc_gear.png" alt="">
 +
<img src="https://static.igem.org/mediawiki/2015/4/4c/Fuel_Footer.png"  width="25%"/>
  
 +
<ul id="menu">
 +
<li><img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" style="width: 88px; height:88px;" /></li>
  
 +
<li><img src="https://static.igem.org/mediawiki/2015/0/03/Vwr.png" style="width: 241px; height: 50px "/></li>
  
<div class="text-center">
+
<li><img src="https://static.igem.org/mediawiki/2015/6/62/Ucsc.png" style="width: 288px; height: 68px;" /></li>
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
  
 +
<li><img src="https://static.igem.org/mediawiki/2015/b/b6/Geneious_logo.png" style="width: 288px; height: 88px; " /></li>
  
    <!--Footer-->
+
<li><img src="https://static.igem.org/mediawiki/2015/3/34/Idt.jpg" style="width: 88px; height: 88px;" /></li>
    <div class="footer">
+
</ul>
      <div class="content-section-a">
+
      <div class="container">
+
        <div class="row">
+
          <div class="col-lg-12">           
+
            <a href= "http://www.ucsc.edu/"> <img src="https://static.igem.org/mediawiki/2014/9/94/UCSC_School_Logo_white.jpg" width="175px" align = "left"></a>
+
<a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px" align = "left"></a>
+
<a href = "http://www.geneious.com/"> <img src= "https://static.igem.org/mediawiki/2014/d/d6/Genious_logo.png" height = "55px" align = "left"></a>
+
<a href = "https://us.vwr.com/"> <img src= "https://static.igem.org/mediawiki/2014/4/4f/Sponsors_Logo_VWR.jpg" height = "30px" align = "left"></a>
+
<a href="http://www.hartnell.edu/"> <img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" width="55px" align = "left"></a>
+
<a href="http://www.hartnell.edu/"> <img src="https://static.igem.org/mediawiki/2015/a/a9/Fns4kg.png" width="55px" align = "left"></a>
+
            </ul>
+
          </div>
+
        </div>
+
      </div>
+
      </div>
+
    </div><br>
+
  
 
</div>
 
</div>
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 02:28, 19 September 2015

In collaboration with: