Team:Bilkent UNAM Turkey/Escherichia coli

From 2011.igem.org

(Difference between revisions)
(Created page with "Escherichia coli is a Gram-negative, rod-shaped bacterium that is commonly found in the lower intestine of warm-blooded organisms (endotherms). Most E. coli strains are harmless,...")
Line 1: Line 1:
 +
<html>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/js/dropdowncontent.js?action=raw&amp;ctype=text/css\"></script>
 +
<link href='https://2011.igem.org/Team:Bilkent_UNAM_Turkey/css/tabbedContent.css?action=raw&amp;ctype=text/css' rel='stylesheet' type='text/css'/>
 +
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:Bilkent_UNAM_Turkey/wordlist.js?action=raw&amp;ctype=text/css\"></script>
 +
 +
<style type="text/css">
 +
#menubar li a {
 +
color: white;
 +
}
 +
#menubar.right-menu {
 +
margin-top: -15px;
 +
}
 +
#menubar.left-menu {
 +
top:0;
 +
}
 +
.right-menu ul {
 +
border: none;
 +
}
 +
#menubar {
 +
top: 12px;
 +
z-index: 25;
 +
}
 +
.left-menu noprint{
 +
top:0;
 +
}
 +
#content {
 +
background-color: transparent;
 +
}
 +
.anchor{
 +
text-decoration: underline
 +
}
 +
.pops{
 +
position:absolute;
 +
visibility: hidden;
 +
border: 9px solid black;
 +
background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top;
 +
width: 300px;
 +
padding: 8px;
 +
-webkit-border-radius: 8px;
 +
-moz-border-radius: 8px;
 +
border-radius: 8px;
 +
 +
}
 +
body {
 +
width: 100%;
 +
margin: 0 auto;
 +
padding: 0;
 +
font: trebuchet, verdana, arial, times new roman;
 +
}
 +
#home {overflow:auto;}
 +
img[src*="/wiki/skins/common/images/wiki.png"] {
 +
width: 0;
 +
height:0px;
 +
}
 +
 +
.firstHeading {
 +
border: none;
 +
display:none;
 +
}
 +
#catlinks {
 +
display: none;
 +
}
 +
#search-controls {
 +
display: none;
 +
}
 +
#footer-box {
 +
bottom: 3px;
 +
background-color: black;
 +
padding:0px -15px -2px -15px;
 +
z-index:999;
 +
}
 +
html{
 +
background-color:white;
 +
}
 +
#globalWrapper {
 +
width: 100%;
 +
height: 100%;
 +
padding-right: 0pt;
 +
padding-left: 0pt;
 +
padding-bottom: 10px;
 +
background-color: white;
 +
background: url(https://static.igem.org/mediawiki/2011/5/56/B.jpg) repeat-x left top;
 +
        /*-webkit-background-size: cover;
 +
        -moz-background-size: cover;
 +
        -o-background-size: cover;
 +
        background-size: cover;
 +
background-attachment: fixed;
 +
background-position:center top;
 +
        background-repeat:no-repeat;*/
 +
font: 13px Tahoma, Arial, Helvetica, sans-serif;
 +
position: absolute;
 +
overflow: shown;
 +
margin: 0 auto;
 +
color: white;
 +
}
 +
#banner{
 +
position:fixed;
 +
z-index:24;
 +
}
 +
 +
</style>
 +
 +
<div class='slide_content'>
 +
 +
 +
<!-- all content should be here-->
 +
Escherichia coli is a Gram-negative, rod-shaped bacterium that is commonly found in the lower intestine of warm-blooded organisms (endotherms). Most E. coli strains are harmless, but some serotypes can cause serious food poisoning in humans, and are occasionally responsible for product recalls. The harmless strains are part of the normal flora of the gut, and can benefit their hosts by producing vitamin K2, and by preventing the establishment of pathogenic bacteria within the intestine.
Escherichia coli is a Gram-negative, rod-shaped bacterium that is commonly found in the lower intestine of warm-blooded organisms (endotherms). Most E. coli strains are harmless, but some serotypes can cause serious food poisoning in humans, and are occasionally responsible for product recalls. The harmless strains are part of the normal flora of the gut, and can benefit their hosts by producing vitamin K2, and by preventing the establishment of pathogenic bacteria within the intestine.
Line 5: Line 113:
*directly taken from wikipedia
*directly taken from wikipedia
 +
 +
 +
<!-- up to here  -->
 +
 +
 +
 +
</div>
 +
<div class='popingProblem' id='popingProblem' >There is a problem with poping up if you see this note.</div>  <!-- dont delete this line, it is mandatory for poping up -->
 +
 +
 +
 +
<script type="text/javascript">
 +
for(var i =0;i<list.length;i++){
 +
var temp=list[i];
 +
$("div.slide_content").html($("div.slide_content").html().replace( temp, "<a class=\"anchor\" href=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/"+temp+"\" id=\"searchlink"+i+"\" rel=\"subcontent"+i+"\" rev=\"https://2011.igem.org/Team:Bilkent_UNAM_Turkey/pops/"+temp+"?action=raw&amp;ctype=text/css\">"+temp+"</a>" )); 
 +
 +
}
 +
 +
 +
//this is for banner
 +
 +
 +
var tr1 = document.createElement('tr');
 +
var table1 = document.createElement('table');
 +
table1.setAttribute('id','banner');
 +
 +
 +
var image1 = document.createElement('img');
 +
image1.setAttribute('src', 'https://static.igem.org/mediawiki/2011/a/a1/Unam.gif');
 +
image1.setAttribute('style','border:0;');
 +
 +
var image2 = document.createElement('img');
 +
image2.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/05/Igem.gif');
 +
image2.setAttribute('style','border:0;');
 +
 +
var image3 = document.createElement('img');
 +
image3.setAttribute('src', 'https://static.igem.org/mediawiki/2011/0/06/But.gif');
 +
image3.setAttribute('style','border:0;');
 +
 +
var image4 = document.createElement('img');
 +
image4.setAttribute('src', 'https://static.igem.org/mediawiki/2011/3/32/Bilkent.gif');
 +
image4.setAttribute('style','border:0;');
 +
 +
var href1 = document.createElement('a');
 +
href1.setAttribute('href','http://www.nano.org.tr/index1.html');
 +
 +
var href2 = document.createElement('a');
 +
href2.setAttribute('href','https://2011.igem.org/Main_Page');
 +
 +
var href3 = document.createElement('a');
 +
href3.setAttribute('href','https://2011.igem.org/Team:Bilkent_UNAM_Turkey');
 +
 +
var href4 = document.createElement('a');
 +
href4.setAttribute('href','http://www.bilkent.edu.tr');
 +
 +
var td1 = document.createElement('td');
 +
var td2 = document.createElement('td');
 +
var td3 = document.createElement('td');
 +
var td4 = document.createElement('td');
 +
var td5 = document.createElement('td');
 +
td5.setAttribute('width','110');
 +
td5.appendChild(document.createElement('g:plusone'));
 +
 +
 +
href1.appendChild(image1);
 +
href2.appendChild(image2);
 +
href3.appendChild(image3);
 +
href4.appendChild(image4);
 +
 +
td1.appendChild(href1);
 +
td2.appendChild(href2);
 +
td3.appendChild(href3);
 +
td4.appendChild(href4);
 +
 +
 +
tr1.appendChild(td1);
 +
tr1.appendChild(td5);
 +
tr1.appendChild(td2);
 +
tr1.appendChild(td3);
 +
tr1.appendChild(td4);
 +
 +
table1.appendChild(tr1);
 +
 +
 +
document.getElementById('top-section').appendChild(table1);
 +
 +
 +
//banner up to here
 +
 +
 +
 +
 +
var popdiv=" ";
 +
for(var i =0;i<list.length;i++){
 +
popdiv +="<DIV id=\"subcontent"+i+"\" class=\"pops\"></DIV>";
 +
}
 +
$('.popingProblem').after(popdiv)
 +
for(var i=0 ;i<list.length;i++)
 +
dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover");
 +
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
 +
$('div').remove('.popingProblem',function(){
 +
for(var i=0 ;i<list.length;i++)
 +
dropdowncontent.init(("searchlink"+i), "right-bottom", 500, "mouseover");
 +
//Call dropdowncontent.init("anchorID", "positionString", glideduration, "revealBehavior") at the end of the page:
 +
});
 +
 +
</script>
 +
 +
</html>

Revision as of 01:36, 22 September 2011

Escherichia coli is a Gram-negative, rod-shaped bacterium that is commonly found in the lower intestine of warm-blooded organisms (endotherms). Most E. coli strains are harmless, but some serotypes can cause serious food poisoning in humans, and are occasionally responsible for product recalls. The harmless strains are part of the normal flora of the gut, and can benefit their hosts by producing vitamin K2, and by preventing the establishment of pathogenic bacteria within the intestine. E. coli and related bacteria constitute about 0.1% of gut flora, and fecal-oral transmission is the major route through which pathogenic strains of the bacterium cause disease. Cells are able to survive outside the body for a limited amount of time, which makes them ideal indicator organisms to test environmental samples for fecal contamination. The bacterium can also be grown easily and inexpensively in a laboratory setting, and has been intensively investigated for over 60 years. E. coli is the most widely studied prokaryotic model organism, and an important species in the fields of biotechnology and microbiology, where it has served as the host organism for the majority of work with recombinant DNA.* *directly taken from wikipedia
There is a problem with poping up if you see this note.