Team:Bilkent UNAM Turkey/Project Overview
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <link href='https://2011.igem.org/Team:Bilkent_UNAM_Turkey/css/tabbedContent.css?action=raw&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&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; | ||
+ | } | ||
+ | * html body { | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | #content { | ||
+ | background-color: transparent; | ||
+ | height: 550px; | ||
+ | } | ||
+ | .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; | ||
+ | overflow: hidden; | ||
+ | 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; | ||
+ | } | ||
+ | #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> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <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&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> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
<html> | <html> | ||
TNT or 2,4,6-trinitrotoluene was produced in 1863 by Wilbrand, and then used as the primary explosive by military forces<br> in the world for several decades. The storage, usage, and disposal of TNT is a worldwide problem. TNT can enter into biological<br> systems and constitutes a significant risk to human health. The adverse effects of TNT were indicated for humans such as <br>irritation of the skin, aplastic anemia, cataract or spermatozoa malformancy. Furthermore, there is a high risk of contamination <br>of food and water resources by TNT leakage from the contaminated areas. Thus, removal of TNT is highly important. | TNT or 2,4,6-trinitrotoluene was produced in 1863 by Wilbrand, and then used as the primary explosive by military forces<br> in the world for several decades. The storage, usage, and disposal of TNT is a worldwide problem. TNT can enter into biological<br> systems and constitutes a significant risk to human health. The adverse effects of TNT were indicated for humans such as <br>irritation of the skin, aplastic anemia, cataract or spermatozoa malformancy. Furthermore, there is a high risk of contamination <br>of food and water resources by TNT leakage from the contaminated areas. Thus, removal of TNT is highly important. | ||
Line 11: | Line 268: | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 18:38, 21 September 2011
TNT or 2,4,6-trinitrotoluene was produced in 1863 by Wilbrand, and then used as the primary explosive by military forces
in the world for several decades. The storage, usage, and disposal of TNT is a worldwide problem. TNT can enter into biological
systems and constitutes a significant risk to human health. The adverse effects of TNT were indicated for humans such as
irritation of the skin, aplastic anemia, cataract or spermatozoa malformancy. Furthermore, there is a high risk of contamination
of food and water resources by TNT leakage from the contaminated areas. Thus, removal of TNT is highly important.