Difference between revisions of "Team:TP CC-SanDiego/test-abishek"

m (navbar urls)
 
(316 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<!DOCTYPE html>
 
 
<html>
 
<html>
 
<head>
 
<head>
<title>onebrain.</title>
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
+
 
     <meta charset="utf-8" />
 
     <meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="./style.css">
+
    <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<script>
+
<link href='https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700' rel='stylesheet' type='text/css'>
$(function() {
+
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
$('a[href*=#]:not([href=#])').click(function() {
+
    <script>
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
+
function setHeight() {
      var target = $(this.hash);
+
var winheight = ($(window).height() - 180)/2;
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+
$('#slider').css("margin-top", winheight);
      if (target.length) {
+
$('#slider').css("margin-bottom", winheight - 50)
        $('html,body').animate({
+
          scrollTop: target.offset().top
+
        }, 1000);
+
        return false;
+
      }
+
    }
+
  });
+
});
+
</script>
+
<script>
+
function newFunction() {
+
var winheight = $(window).height() - 414;
+
$('#content-wrapper').css("margin-top", winheight)
+
 
}
 
}
 
</script>
 
</script>
 
<script type="text/javascript">
 
<script type="text/javascript">
 
$(window).scroll(function(){
 
$(window).scroll(function(){
var winheight = $(window).height() - 50;
+
var winheight = $(window).height() - 67;
 
var mn = $("#nav-wrapper");
 
var mn = $("#nav-wrapper");
var nextdiv = $("#motto");
+
var mn2 = $("#nav");
 +
var nextdiv = $("#content-wrapper");
 
if($(window).scrollTop() > winheight){
 
if($(window).scrollTop() > winheight){
 
mn.addClass("fixed");
 
mn.addClass("fixed");
 +
mn2.addClass("marginRight")
 
nextdiv.css("padding-top", "50px");
 
nextdiv.css("padding-top", "50px");
 
}  
 
}  
 
else{
 
else{
 
mn.removeClass("fixed");
 
mn.removeClass("fixed");
 +
mn2.removeClass("marginRight")
 
nextdiv.css("padding-top", "0px");
 
nextdiv.css("padding-top", "0px");
 
}
 
}
 
});
 
});
 
</script>
 
</script>
<style>
+
<style>
/* WIKI SETTINGS*/
+
/* WIKI SETTINGS*/
+
 
/* Hide first heading */
 
/* Hide first heading */
.firstHeading {
+
.firstHeading {
display: none;
+
display: none;
}
+
}
 
 
 
/*-- Remove borders, float content left and remove padding/margin */
 
/*-- Remove borders, float content left and remove padding/margin */
#globalWrapper, #content{
+
#globalWrapper, #content{
background-color: transparent;
+
background-color: transparent;
border: none;
+
border: none;
float: center;
+
float: center;
                                width: 101%;
+
margin-left: -3px;
margin-left: -3px;
+
margin-top: -8px;
margin-top: -8px;
+
padding: auto;
padding: auto;
+
width: 101%;
}
+
}
 
+
 
/*left align Black Menu Bar
 
/*left align Black Menu Bar
#top_menu_inside {  
+
#top_menu_inside {  
margin-left: 0px;  
+
margin-left: 0px;  
} */
+
} */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
+
html{
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
+
overflow-x: hidden;
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);
+
}
body{
+
background-image: url(http://interfacelift.com/wallpaper/D9dbe26a/03397_rockefellercallsitaday_3840x2160.jpg);
+
margin: 0;
+
padding: 0;
+
min-height: 100%;
+
background-repeat: no-repeat;
+
}
+
  
h2{
+
body {  
font-family: Montserrat;
+
background: url(https://static.igem.org/mediawiki/2015/7/7c/Tpcc-homebackground.jpg) no-repeat center center fixed;
font-size: 26px;
+
-moz-background-size: cover;
color: #E25B58;
+
-webkit-background-size: cover;
line-height: 0px;
+
-o-background-size: cover;
}
+
background-size: cover;
 +
}
  
h4{
+
#whole-wrapper{
font-family: Oswald;
+
height: auto;
font-weight: 300;
+
width: auto;
font-size: 18px;
+
}
color: #30373F;
+
-webkit-animation-name: exampleone; /* Chrome, Safari, Opera */
+
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
+
    -webkit-animation-timing-function: ease-out;  
+
}
+
  
h5{
+
#nav-wrapper{
font-family: Oswald;
+
width: 101%;
font-weight: 700;
+
height: 50px;
font-size: 14px;
+
background-color: #333333;
color: #777777;
+
z-index: 100;
    letter-spacing: 1px;
+
line-height: 50px;
}
+
font-family: Verdana;
 +
}
  
@-webkit-keyframes example {
+
#nav{
    from {padding-top: 5px;
+
width: 1100px;
    opacity: 0;}
+
margin: 0 auto 0 auto;
    to {padding-top:: 0px;
+
font-family: Montserrat;
    opacity: .8;}
+
font-size: 14px;
 +
font-weight: 700;
 
}
 
}
  
@-webkit-keyframes exampleone {
+
#nav a{
    from {opacity: 0;}
+
padding-left: 20px;
    to {opacity: .8;}
+
color: #f2f2f2;
}
+
font-weight: 400;
 +
text-decoration: none;
 +
}
  
@-webkit-keyframes exampletwo {
+
#nav a:hover{
from {padding-bottom: 10px;
+
color: #f15258;
  border-bottom: 2px solid #black;
+
-webkit-transition: color .1s ease-in;
  color: black;
+
text-decoration: none;
}
+
}
to {padding-bottom: 2px;
+
border-bottom: 2px solid #E25B58;
+
color: #E25B58;
+
}
+
}
+
  
@-webkit-keyframes examplethree{
+
#content-wrapper{
from {visibility: hidden;
+
width: 101%;
opacity: 0;
+
height: auto;
}
+
overflow: hidden;
to {visibility: visible;
+
background-color: white;
  opacity: 1;
+
padding-bottom: 20px;
}
+
}
}
+
  
@-webkit-keyframes examplefour{
+
#nav-right{
from {opacity:1;
+
width: 500px;
}
+
float: right;
to {opacity: .7;
+
text-align: right;
}
+
}
}
+
  
#nav-wrapper{
+
.fixed{
width: 100%;
+
position: fixed;
height: 50px;
+
top: 18px;
line-height: 50px;
+
width: 100%;
background-color: white;
+
bottom: 50px;
z-index: 100;
+
}
background-color: #f2f2f2;
+
}
+
  
nav{
+
.marginRight{
width: 1100px;
+
padding-left: 1%;
height: inherit;
+
}
line-height: inherit;
+
margin: 0 auto 0 auto;
+
font-family: Montserrat;
+
font-sizeL 12px;
+
color: #E25B58;
+
}
+
  
nav a{
+
#content{
font-size: 12px;
+
width: auto;
margin-right: 20px;
+
margin: 0 auto 0 auto;
font-weight: 300;
+
padding: 0;
text-decoration: none;
+
margin: 0;
color: black;
+
}
}
+
  
nav a:hover{
+
h2{
padding-bottom: 2px;
+
font-family: Poppins;
color: #E25B58;
+
font-size: 36px;
border-bottom: 2px solid red;
+
font-weight: 100;
-webkit-animation-name: exampletwo;
+
border-bottom: none;
    -webkit-animation-duration: .1s;
+
line-height: 40px;
    -webkit-animation-timing-function: ease-out;
+
margin-bottom: -20px;
}
+
}
  
#content-wrapper{
+
h5{
margin-top: 400px;
+
font-family: Poppins;
height: auto;
+
font-size: 18px;
overflow: hidden;
+
font-weight: 100;
background-color: white;
+
border-bottom: none;
}
+
line-height: 40px;
 +
margin-bottom: -20px;
 +
}
  
#nextcontent{
+
p{
height: auto;
+
font-family: Montserrat;
overflow: hidden;
+
font-size: 12px;
width: 1100px;
+
color: #333;
margin: 0 auto 0 auto;
+
font-weight: 400;
}
+
}
  
.fixed{
+
#outer{
position: fixed;
+
height: 400px;
top: 0;
+
width: 100%;
}
+
background-image: url(https://static.igem.org/mediawiki/2015/b/b0/Tpcc-homesection1.jpg);
 +
background-size: cover;
 +
margin: 0px 0px 40px 0px;
 +
}
  
#header{
+
#outerRight{
color: #E25B58;
+
height: 400px;
font-family: Montserrat;
+
width: 100%;
font-size: 72px;
+
background-image: url(https://static.igem.org/mediawiki/2015/e/e6/Tpcc-homesection2.jpg);
text-align: center;
+
background-size: cover;
width: Auto;
+
margin: 20px 0px 20px 0px;
opacity: .8;
+
}
padding-top: 300px;
+
font-weight: 700;
+
line-height: 20px;
+
-webkit-animation-name: exampleone;
+
-webkit-animation-duration: 1s;
+
-webkit-animation-timing-function: ease-out;
+
}
+
  
 +
#inner{
 +
width: 1100px;
 +
height: 400px;
 +
overflow: hidden;
 +
margin: 0 auto 0 auto;
 +
}
  
/*JOURNALS*/
+
#finalinner{
#journals{
+
width: 250px;
width: 1100px;
+
height: 380px;
height: 350px;
+
float: left;
overflow: hidden;
+
background-color: white;
margin: 0 auto 0 auto;
+
padding: 18px 75px 0 35px;
font-family: Montserrat;
+
background-color: #f2f2f2;
font-size: 55px;
+
border-top: 2px solid #f15258;
color: black;
+
}
}
+
  
#journalone{
+
#finalinnerRight{
width: 525px;
+
width: 250px;
height: 350px;
+
height: 380px;
float: left;
+
float: right;
margin-right: 50px;
+
background-color: white;
}
+
padding: 18px 35px 0 75px;
 +
text-align: right;
 +
background-color: #f2f2f2;
 +
border-top: 2px solid #f15258;
 +
}
  
#journaltwo{
+
#team-wrap{
width: 525px;
+
width: 1000px;
height: 350px;
+
height: auto;
float: right;
+
overflow: hidden;
}
+
margin: 20px auto 20px auto;
 +
background-color: #f2f2f2;
 +
text-align: center;
 +
padding: 50px 50px 56px 50px;
 +
}
  
#journalone img, #journaltwo img{
+
#team{
z-index: 10;
+
height: 450px;
}
+
width: 250px;
 +
float: left;
 +
margin-right: 33.3px;
 +
background-color: #f2f2f2;
 +
margin-bottom: 25px;
 +
}
  
#journalone:hover img{
+
#team img{
opacity: .7;
+
margin-bottom: 15px;
-webkit-animation-name: examplefour;
+
}
-webkit-animation-duration: .5s;
+
-webkit-animation-timing-function: ease-out;
+
}
+
  
#journaltwo:hover img{
+
.name{
opacity: .7;
+
font-family: Poppins;
-webkit-animation-name: examplefour;
+
font-size: 24px;
-webkit-animation-duration: .5s;
+
font-weight: 100;
-webkit-animation-timing-function: ease-out;
+
margin-left: 10px;
}
+
}
  
.descript{
+
#inner a{
opacity: 1;
+
color: #f15258;
z-index: 99;
+
font-weight: 700;
height: 0px;
+
font-size: 12px;
text-align: center;
+
font-family: Montserrat;
}
+
border: 2px solid #f15258;
 +
padding: 5px 10px 5px 10px;
 +
}
  
#journalone:hover .descript{
+
#inner a:hover{
opacity: 1;
+
color: white;
visibility: visible;
+
font-weight: 700;
/*-webkit-animation-name: examplethree;
+
font-size: 12px;
-webkit-animation-duration: 1s;
+
font-family: Montserrat;
-webkit-animation-timing-function: ease-out;*/
+
background-color: #f15258;
}
+
border: 2px solid #f15258;
 +
padding: 5px 10px 5px 10px;
 +
text-decoration: none;
 +
}
  
#journaltwo:hover .descript{
+
#team-wrap a{
opacity: 1;
+
color: #f15258;
visibility: visible;
+
font-weight: 700;
/*-webkit-animation-name: examplethree;
+
font-size: 12px;
-webkit-animation-duration: 1s;
+
font-family: Montserrat;
-webkit-animation-timing-function: ease-out;*/
+
border: 2px solid #f15258;
}
+
padding: 5px 10px 5px 10px;
 +
}
  
#motto{
+
#team-wrap a:hover{
width: 100%;
+
color: white;
height: auto;
+
font-weight: 700;
overflow: hidden;
+
font-size: 12px;
background-color: #E25B58;
+
font-family: Montserrat;
font-family: Oswald;
+
background-color: #f15258;
font-weight: 700;
+
border: 2px solid #f15258;
font-size: 50px;
+
padding: 5px 10px 5px 10px;
color: white;
+
text-decoration: none;
}
+
}
  
#mottoinside{
+
#borderBot{
width: 1100px;
+
border-bottom: 2px solid #f15258;
margin: 0 auto 0 auto;
+
width: 50px;
padding: 40px 0px 50px 0px;
+
}
text-align: center;
+
}
+
  
/*DISEASE SECTION*/
+
#slider{
#disease{
+
width: 648px;
width: 1100px;
+
height: 140px;
height: auto;
+
margin: 0 auto 0 auto;
overflow: hidden;
+
font-family: Poppins;
font-family: Montserrat;
+
font-size: 128px;
}
+
color: white;
 
+
font-weight: 500;
#diseaseone{
+
line-height: 140px;
width: 525px;
+
padding: 20px 30px 8px 30px;
height: auto;
+
border: 5px solid #f15258;
overflow: hidden;
+
color: #f15258;
margin-right: 50px;
+
}
float: left;
+
</style>
color: black;
+
padding-bottom: 10px;
+
}
+
 
+
#diseasetwo{
+
width: 525px;
+
height: auto;
+
overflow: hidden;
+
float: left;
+
color: black;
+
padding-bottom: 10px;
+
}
+
 
+
#disease a{
+
color: #E25B58;
+
font-weight: 700;
+
font-size: 12px;
+
font-family: Montserrat;
+
border: 2px solid #E25B58;
+
padding: 5px 10px 5px 10px;
+
}
+
 
+
#disease a:hover{
+
color: white;
+
font-weight: 700;
+
font-size: 12px;
+
font-family: Montserrat;
+
background-color: #E25B58;
+
border: 2px solid #E25B58;
+
padding: 5px 10px 5px 10px;
+
}
+
 
+
#footer-wrapper{
+
margin-top: 60px;
+
height: 80px;
+
background-color: #E25B58;
+
width: 100%;
+
}
+
 
+
#footer-wrapper a{
+
color: white;
+
font-weight: 700;
+
font-size: 12px;
+
font-family: Montserrat;
+
border: 2px solid white;
+
padding: 5px 10px 5px 10px;
+
}
+
 
+
#footer-wrapper a:hover{
+
color: #E25B58;
+
font-weight: 700;
+
font-size: 12px;
+
font-family: Montserrat;
+
background-color: white;
+
border: 2px solid white;
+
padding: 5px 10px 5px 10px;
+
}
+
 
+
#footer{
+
width: 1100px;
+
margin: 0 auto 0 auto;
+
padding-top: 30px;
+
}
+
</style>
+
 
</head>
 
</head>
  
<body onload="newFunction()" style="background-image:url("http://interfacelift.com/wallpaper/D9dbe26a/03397_rockefellercallsitaday_3840x2160.jpg");">
+
<body onload="setHeight()">
<div id="header">
+
<div id="whole-wrapper">
onebrain
+
<div id="slider">
<h4>WE WORK FOR YOUR BRAIN.</h4>
+
CHITINASE
</div>
+
</div>
<div id="content-wrapper">
+
 
<div id="nav-wrapper">
 
<div id="nav-wrapper">
<nav>onebrain
+
<div id="nav">
<div style="float: right;">
+
<span style="color: #f15258; border: 2px solid #f15258; padding: 5px 10px 5px 10px;">T P - C C</span>
<a href="#disease">DISEASES</a>
+
<div id="nav-right">
<a href="#solutions">SOLUTIONS</a>
+
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego">
<a href="#anchor">JOURNALS</a>
+
        HOME</a>
<a href="#biochem" style="margin-right: 0;">BIOCHEM</a>
+
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Description">
</div>
+
        PROJECT</a> <!-- Overview, Experiments/Protocols, Safety, Results -->
</nav>
+
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Notebook">
 +
        NOTEBOOK</a>
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Practices">
 +
        OUTREACH</a> <!-- Collaborations -->
 +
        <a href="https://2015.igem.org/Team:TP_CC-SanDiego/Team">
 +
        TEAM</a> <!-- Attributions -->
 +
</div>
 +
</div>
 
</div>
 
</div>
<div id="motto"><div id="mottoinside">
+
<div id="content-wrapper">
<h2 style="color: #CCCCCC">OUR MOTTO</h2>
+
<div id="content">
WE AIM TO MAKE THE BEST OUT OF OUR RESOURCES TO MAKE THE BEST SOLUTIONS FOR THE DISEASES THAT AFFECT YOU.
+
<div id="outer">
</div></div>
+
<div id="inner">
<div id="nextcontent">
+
<div id="finalinner">
<div id="disease"></div>
+
<h2 style="margin-bottom: 0px;">PROJECT OVERVIEW</h2>
<h2 style="margin-top: 80px;">DISEASES</h2>
+
<div id="borderBot"></div><br><br>
<div id="disease" style="margin-top: 0px;">
+
<p style="margin-bottom: 15px;">
<div id="diseaseone">
+
Around the world, fungal diseases are decimating crop yields and hindering agricultral efficiency. Our project seeks to create a safe, natural fungicide through the bacterial secretion of chitinase.
<h5 style="line-height: 0px; margin-top: 10px;">PITUITARY GLAND CANCEROUS TUMORS</h5>
+
</p>
JEV or Japanese Encephalitis Virus is a virus that affects the central nervous system by impairing the function of glial cells which normally serve to maintain the myelin sheathes and repair neurons.
+
<a href="https://2015.igem.org/Team:TP_CC-SanDiego/Description">FIND OUT MORE</a>
<br><br><a href="diseasePIT.php" style="text-decoration: none;">LEARN MORE</a>
+
</div>
 +
</div>
 
</div>
 
</div>
<div id="diseasetwo">
+
<div id="outerRight">
<h5 style="line-height: 0px; margin-top: 10px;">JAPANESE ENCIPHALITIS</h5>
+
<div id="inner">
JEV or Japanese Encephalitis Virus is a virus that affects the central nervous system by impairing the function of glial cells which normally serve to maintain the myelin sheathes and repair neurons.
+
<div id="finalinnerRight">
<br><br><a href="diseaseJEV.php" style="text-decoration: none;">LEARN MORE</a>
+
<h2 style="margin-bottom: 0px;">NOTEBOOK</h2>
 +
<div id="borderBot" style="float: right;"></div><br><br>
 +
<p style="margin-bottom: 15px;">Over several months in the lab, we've gone from concept to completion in creating an E. coli strain that synthesizes and secretes chitinase. Have an inside look at the processes and procedures that led to our success. </p>
 +
<a href="https://2015.igem.org/Team:TP_CC-SanDiego/Notebook">FIND OUT MORE</a>
 +
</div>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
  
<div id="solutions"></div>
+
<div id="content" style="padding-top: 16px; padding-bottom: 10px;">
<h2 style="margin-top: 80px;">SOLUTIONS</h2>
+
<div id="team-wrap">
<div id="disease" style="margin-top: 0px;">
+
<h2>
<div id="diseaseone">
+
THE TEAM MEMBERS OF TP_CC-SANDIEGO iGEM THAT MADE THIS PROJECT POSSIBLE
<h5 style="line-height: 0px; margin-top: 10px;">STEREOTACTIC RADIOSURGERY</h5>
+
</h2>
SRS precisely targets cancerous cells with radiation to destroy DNA within targets and simultaneously leaves normal cells alone, therefore quite effective.
+
<a href="https://2015.igem.org/Team:TP_CC-SanDiego/Team">MEET THE TEAM</a>
<br><br><a href="solPIT.php" style="text-decoration: none;">LEARN MORE</a>
+
<!--<div id="team">
</div>
+
<img src="http://whysquare.co.nz/wp-content/uploads/2013/07/profile_square3-270x270.jpg" width="250" />
<div id="diseasetwo">
+
<span class="name">ERIC CHEN</span>
<h5 style="line-height: 0px; margin-top: 10px;">TIxiaro</h5>
+
</div>-->
The Japanese Encephalitis Attenuated Vaccine Ixiaro which was based off of the SA14-14-2 strain of JEV has been approved for use on people 2 months age or older.
+
<br><br><a href="solJEV.php" style="text-decoration: none;">LEARN MORE</a>
+
</div>
+
</div>
+
 
+
<div id="anchor"></div>
+
<h2 style="margin-top: 80px">JOURNALS</h2>
+
<h5 style="line-height:15px; margin-bottom: 15px;">
+
JOURNALS ON BOTH STEREOTACTIC RADIOSURGERY AND ON JAPANESE ENCEPHALITIS (CLICK ON IMAGE TO VIEW).</h5>
+
<div id="journals">
+
<a href="./journalPIT.php"><div id="journalone">
+
<div class="descript"><br>
+
JOURNAL ON STEREOTACTIC RADIOSURGERY
+
</div>
+
<img src="http://cdn1.tnwcdn.com/wp-content/blogs.dir/1/files/2013/08/4-730x1071.jpg" height="600" width="525"/>
+
</div></a>
+
<a href="./journalJEV.php"><div id="journaltwo">
+
<div class="descript"><br>
+
JOURNAL ON JAPANESE ENCEPHALITIS
+
</div>
+
<img src="http://blog.jimdo.com/wp-content/uploads/2014/01/tree-247122.jpg" height="820" width="1400"/>
+
</div></a>
+
</div>
+
<div id="biochem"></div>
+
<h2 style="margin-top: 80px">BIOCHEMICAL PATHWAYS</h2>
+
<div id="disease" style="margin-top: 0px;">
+
<div id="diseaseone">
+
<h5 style="line-height: 0px; margin-top: 10px;">PITUITARY TUMOR & SRS</h5>
+
SRS precisely targets cancerous cells with radiation to destroy DNA within targets and simultaneously leaves normal cells alone, therefore quite effective.
+
<br><br><a href="biochemPIT.php" style="text-decoration: none;">LEARN MORE</a>
+
</div>
+
<div id="diseasetwo">
+
<h5 style="line-height: 0px; margin-top: 10px;">JEV AND TIxiaro</h5>
+
The Japanese Encephalitis Attenuated Vaccine Ixiaro which was based off of the SA14-14-2 strain of JEV has been approved for use on people 2 months age or older.
+
<br><br><a href="biochemJEV.php" style="text-decoration: none;">LEARN MORE</a>
+
 
</div>
 
</div>
</div>
 
</div>
 
 
<div id="footer-wrapper">
 
<div id="footer">
 
<a href="https://docs.google.com/document/d/1vBEyh2Ey8DwJhG7TzyEv3l2n-uEokyvKoewwubstO60/edit?usp=sharing" style="text-decoration: none;">CITATIONS ABISHEK SRS</a>
 
<a href="https://docs.google.com/document/d/16uWRGsnRl0LlRmpxLiSBEVhl9P6rR9IUZhyJSOjTKHk/edit?usp=sharing" style="text-decoration: none;">CITATIONS AIDAN JEV</a>
 
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</body>
 
</body>
<html>
+
</html>

Latest revision as of 16:38, 18 September 2015

CHITINASE

PROJECT OVERVIEW



Around the world, fungal diseases are decimating crop yields and hindering agricultral efficiency. Our project seeks to create a safe, natural fungicide through the bacterial secretion of chitinase.

FIND OUT MORE

NOTEBOOK



Over several months in the lab, we've gone from concept to completion in creating an E. coli strain that synthesizes and secretes chitinase. Have an inside look at the processes and procedures that led to our success.

FIND OUT MORE

THE TEAM MEMBERS OF TP_CC-SANDIEGO iGEM THAT MADE THIS PROJECT POSSIBLE

MEET THE TEAM