Team:Virginia

From 2012.igem.org

(Difference between revisions)
 
(71 intermediate revisions not shown)
Line 19: Line 19:
     visibility:hidden;
     visibility:hidden;
}
}
 +
 +
img.centering {  display: block;  margin-left: auto;  margin-right: auto; }
 +
 +
img
 +
{
 +
opacity:0.4;
 +
filter:alpha(opacity=40); /* For IE8 and earlier */
 +
margin:0px auto;
 +
}
 +
img:hover
 +
{
 +
opacity:1.0;
 +
filter:alpha(opacity=100); /* For IE8 and earlier */
 +
margin:0px auto;
 +
}
 +
body {
body {
-
     background-color: rgba(220, 235, 221, 1);
+
     background-color: rgba(235,255,255, 1);
-
     background-image: url('');
+
      
-
     background-position: center;
+
      
 +
   
}
}
#p-logo {
#p-logo {
Line 29: Line 46:
}
}
#top-section {
#top-section {
-
   
+
 
-
    background-image: url('https://static.igem.org/mediawiki/2012/e/e6/Phagepage1.fw.png');
+
-
    background-position: 120px;
+
-
margin-top: 72px;
+
-
    height:200px ;
+
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     border-width:0px;
     border-width:0px;
Line 46: Line 59:
}
}
 +
#catlinks {
 +
visibility:hidden;
 +
}
#content {
#content {
-
background-color: rgba(255, 255, 255, 0);
+
background-color: rgba(235,255,255, 1);
border-left:none;
border-left:none;
border-right:none;
border-right:none;
Line 80: Line 96:
}
}
 +
#menubar li {visibility: hidden;
 +
}
 +
#menubar li a:hover{visibility: hidden;}
.navbar {
.navbar {
padding:2 10px;
padding:2 10px;
}
}
 +
 +
 +
#float_corner {
 +
z-index:4000;
 +
position:fixed;_position:absolute;top:0px;  display: block;  margin-left: auto;  margin-right: auto;  clip:
 +
inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
navig{position:fixed; top:12px; left:12px; right:12px; z-index:3000; min-width:450px;  
navig{position:fixed; top:12px; left:12px; right:12px; z-index:3000; min-width:450px;  
-
background:url("https://static.igem.org/mediawiki/2012/b/b8/Igemlogo.fw.png") top left  no-repeat;
+
background:url("") top left  no-repeat;
background-position: 20px 0px;
background-position: 20px 0px;
display: inline;
display: inline;
Line 112: Line 137:
 +
}
 +
 +
/* begin css tabs */
 +
 +
ul#tabnav { /* general settings */
 +
text-align: center; /* set to left, right or center */
 +
margin: 1em 0 1em 0; /* set margins as desired */
 +
font: bold 13px verdana, arial, sans-serif; /* set font as desired */
 +
color:#a1787f;
 +
border-bottom: 0px solid #6c6; /* set border COLOR as desired */
 +
list-style-type: none;
 +
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
 +
position:fixed; top:0px;  z-index:3000;
 +
width: 900px;
 +
margin-left: auto;    margin-right: auto;
 +
}
 +
 +
ul#tabnav li { /* do not change */
 +
display: inline;
 +
}
 +
 +
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
 +
border-bottom: 1px solid #fff; /* set border color to page background color */
 +
background-color: #fff; /* set background color to match above border color */
 +
}
 +
 +
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
 +
background-color: #fff; /* set selected tab background color as desired */
 +
color: #000; /* set selected tab link color as desired */
 +
position:relative;
 +
top: 1px;
 +
padding-top: 2px; /* must change with respect to padding (X) above and below */
 +
}
 +
 +
ul#tabnav li a { /* settings for all tab links */
 +
padding: 4px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
 +
/*border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
 +
 +
background-color:rgba(74,92,97, 0);
 +
color: #000000;
 +
 +
 +
 +
/*background-color: #cfc;  set unselected tab background color as desired */
 +
color: #000000; /* set unselected tab link color as desired */
 +
margin-right: 15px; /* set additional spacing between tabs as desired */
 +
text-decoration: none;
 +
border-bottom: none;
 +
}
 +
 +
ul#tabnav a:hover { /* settings for hover effect */
 +
background-color:rgba(255,255,255, 0);
 +
color: #000000;
 +
background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%);
 +
background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%);
 +
background-image: -o-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%);
 +
background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%);
 +
background-image: radial-gradient(50% 50%, ellipse cover, rgba(255,255,255, 0.8), rgba(74,92,97, 0) 100%)
}
}
</style>
</style>
 +
<script type="text/javascript">
 +
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-32492100-1']);
 +
  _gaq.push(['_trackPageview']);
 +
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 +
 +
 +
</script>
</head>
</head>
<body>
<body>
-
<navig></navig>
+
 
 +
 
 +
<navig><ul id="tabnav">
 +
 +
 +
 +
<li class="tab2"><a href="/Team:Virginia/Project">Project</a></li>
 +
<li class="tab4"><a href="/Team:Virginia/Parts">Parts</a></li>
 +
        <li class="tab8"><a href="/Team:Virginia/Team">Team</a></li>
 +
<li class="tab9"><a href="/Team:Virginia/Practices">Practices</a></li>
 +
<li class="tab5"><a href="/Team:Virginia">
 +
&nbsp;&nbsp;<img src="https://static.igem.org/mediawiki/2012/b/b8/Igemlogo.fw.png" border="0"/>&nbsp;&nbsp;</a></li>
 +
 
 +
<li class="tab3"><a href="/Team:Virginia/Modeling">Modeling</a></li>
 +
<li class="tab6"><a href="http://openwetware.org/wiki/IGEM:Virginia_2012">Notebook</a></li>
 +
<li class="tab7"><a href="/Team:Virginia/Safety">Safety</a></li>
 +
<li class="tab7"><a href="/Team:Virginia/Attributions">Attributions</a></li>
 +
</ul></navig>
</p><p><br />
</p><p><br />
</p>
</p>
-
<table style="" cellpadding="3" cellspacing="1" width="100%" align="center">
 
-
<tr>
 
-
<th align="center"><strong class="selflink">Home</strong>
 
-
</th><th align="center"><a href="/Team:Virginia/Team" title="Team:Virginia/Team">Team</a>
 
-
</th><th align="center"><a href="https://igem.org/Team.cgi?year=2012&amp;team_name=Virginia" class="external text" rel="nofollow">Official Team Profile</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Project" title="Team:Virginia/Project">Project</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Parts" title="Team:Virginia/Parts">Parts Submitted to the Registry</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Modeling" title="Team:Virginia/Modeling">Modeling</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Notebook" title="Team:Virginia/Notebook">Notebook</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Safety" title="Team:Virginia/Safety">Safety</a>
 
-
</th><th align="center"><a href="/Team:Virginia/Attributions" title="Team:Virginia/Attributions">Attributions</a>
 
-
</th></tr></table>
 
-
<p><br />
 
-
<div align="center">
 
-
<img src="https://static.igem.org/mediawiki/2012/2/22/Hgc.fw.png" alt="some_text"/>
 
-
</div>
 
<p><br />
<p><br />
-
Hello, you've reached the wiki of the 2012 iGEM team from the University of Virginia.
+
<a href="/Team:Virginia/Project">
 +
<img src="https://static.igem.org/mediawiki/igem.org/2/2e/LogoHCG3.png" alt="Logo VGEM" align="absmiddle" class="centering"/></a>
 +
<br /><br />
 +
<h1><center>Genetically engineered bacteriophage for diagnosis of whooping cough</h1></center><br/>
 +
<p>
 +
Whooping cough, the infectious respiratory disease caused by <i>Bordetella pertussis</i>, is diagnosed in tens of millions of people and results in almost 300,000 deaths globally each year. Low-income and unvaccinated individuals as well as infants are especially susceptible. Current diagnostic procedures are complicated, costly, and can take up to a week, by which time the disease may have progressed or spread. The enormous impact of this disease urgently motivates the development of a faster, cheaper, and more reliable diagnostic test. Our epidemiology models suggest that earlier diagnosis could drastically reduce the incidence and impact of the disease. We propose an engineered bacteriophage diagnostic system for rapid clinical detection of <i>pertussis</i>. We first engineered T7 bacteriophage to demonstrate this approach in <i>E. coli</i>. Our modular diagnostic approach can be applied to the high-sensitivity detection of other bacteria.
 +
  <br /> <br />
-
Our project idea has finally crystallized! This summer we plan to engineer a bacteriophage to improve a clinical method for the detection of Bordetella pertussis, the pathogenic bacterium that causes whooping cough. Whooping cough outbreaks arise periodically every three to five years (in the 2010 epidemic in California, there were 9,143 reported cases of pertussis, including ten infant deaths). It is difficult to diagnose whooping cough because other respiratory infections cause similar symptoms, and common diagnostic methods can yield false positive results. Our test would be fast, reliable, easy-to-perform, and sufficiently low-tech such that it could be implemented in place of the current test and in developing regions that lack advanced medical infrastructure.
+
<!-- <img src="https://static.igem.org/mediawiki/2012/b/b8/Igemlogo.fw.png" alt="some_text"/>-->
-
Bacteriophages are viruses that infect only bacteria, and each phage is extremely specific to a particular bacterial species. Their specificity is an excellent property to use in a diagnostic test. When bacteriophages lyse bacteria in a cell culture, the absence of bacteria becomes visible as a clear area called a plaque. If a clinical sample is obtained from an individual suspected to have whooping cough, and plaques form after the addition of Bordetella bacteriophage to the sample, then this is a positive test result for the presence of Bordetella pertussis.
+
<!--
-
 
+
<img src="http://www.seas.virginia.edu/students/vgem/tttt.gif" alt="some_text" class="center"/>
-
This summer we plan to genetically engineer Bordetella bacteriophage to replicate faster so that the results of the diagnostic test will be available within one day. We will increase the speed of the viral life cycle by economizing the phage genome and substituting genetic parts for existing parts in the phage. We will also insert a gene that induces a color change in the sample if the bacterium is present, further speeding up detection. We foresee the use of the engineered phage in clinical tests as a faster alternative to current detection methods. Faster detection of Bordetella pertussis will enable earlier treatment for patients with whooping cough and decrease the incidence of mortality.
+
-->
-
 
+
</div><br /><br /><br /><br /><br />
-
 
+
-
Please email us if you would like to collaborate or discuss an aspect related to this project. You can can leave a message at igemvirginia at gmail dot com or you can comment below.
+
Line 155: Line 258:
         site_id: 305006
         site_id: 305006
     });
     });
 +
 +
 +
</script>
</script>
<!-- END: Livefyre Embed -->
<!-- END: Livefyre Embed -->

Latest revision as of 02:23, 27 October 2012



Logo VGEM

Genetically engineered bacteriophage for diagnosis of whooping cough


Whooping cough, the infectious respiratory disease caused by Bordetella pertussis, is diagnosed in tens of millions of people and results in almost 300,000 deaths globally each year. Low-income and unvaccinated individuals as well as infants are especially susceptible. Current diagnostic procedures are complicated, costly, and can take up to a week, by which time the disease may have progressed or spread. The enormous impact of this disease urgently motivates the development of a faster, cheaper, and more reliable diagnostic test. Our epidemiology models suggest that earlier diagnosis could drastically reduce the incidence and impact of the disease. We propose an engineered bacteriophage diagnostic system for rapid clinical detection of pertussis. We first engineered T7 bacteriophage to demonstrate this approach in E. coli. Our modular diagnostic approach can be applied to the high-sensitivity detection of other bacteria.