Team:Bilkent UNAM Turkey/biobrick

From 2011.igem.org

(Difference between revisions)
(Created page with "Biobrick is an online interface that contains a database of nucleic acids of organisms (especially bacteria species) of certain standard. Database is constituted by the efforts o...")
 
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-->
Biobrick is an online interface that contains a database of nucleic acids of organisms (especially bacteria species) of certain standard. Database is constituted by the efforts of IGEM teams and present data should share some properties that makes designing new genetic constructs easier and more effective. Biobrick standard biological parts that holds those information is growing bigger each year and extend its scope through adding new organisms and standards.
Biobrick is an online interface that contains a database of nucleic acids of organisms (especially bacteria species) of certain standard. Database is constituted by the efforts of IGEM teams and present data should share some properties that makes designing new genetic constructs easier and more effective. Biobrick standard biological parts that holds those information is growing bigger each year and extend its scope through adding new organisms and standards.
 +
 +
 +
<!-- 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>

Latest revision as of 01:32, 22 September 2011

Biobrick is an online interface that contains a database of nucleic acids of organisms (especially bacteria species) of certain standard. Database is constituted by the efforts of IGEM teams and present data should share some properties that makes designing new genetic constructs easier and more effective. Biobrick standard biological parts that holds those information is growing bigger each year and extend its scope through adding new organisms and standards.
There is a problem with poping up if you see this note.