Team:Chiba/Safety
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <!--- Background Contents ---> | ||
<html> | <html> | ||
+ | <body bgcolor="white" text="black" link="yellow" vlink="purple" alink="red" background="https://static.igem.org/mediawiki/2010/a/a1/Chiba_ground_2.jpg"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/5/59/Chiba_bar2.jpg"> | ||
+ | <p> | ||
+ | <style type="text/css"> | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | ||
+ | <title>Free CSS Navigation Menu Designs 1 at exploding-boy.com</title> | ||
+ | <style type="text/css"> | ||
+ | <!-- | ||
+ | body { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | font: bold 11px/1.5em Verdana; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font: bold 14px Verdana, Arial, Helvetica, sans-serif; | ||
+ | color: #000; | ||
+ | margin: 0px; | ||
+ | padding: 0px 0px 0px 15px; | ||
+ | } | ||
+ | |||
+ | /*- Menu Tabs E--------------------------- */ | ||
+ | |||
+ | #tabsE { | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | background:#373737; | ||
+ | font-size:100%; | ||
+ | line-height:normal; | ||
+ | margin-top: -8px; | ||
+ | |||
+ | } | ||
+ | #tabsE ul { | ||
+ | margin:0; | ||
+ | padding:2px 10px 0 20px; | ||
+ | list-style:none; | ||
+ | } | ||
+ | #tabsE li { | ||
+ | float:left; | ||
+ | display:inline; | ||
+ | padding:0; | ||
+ | margin-right: 40px; | ||
+ | |||
+ | } | ||
+ | #tabsE li ul { | ||
+ | position: absolute; | ||
+ | left: -999em; | ||
+ | } | ||
+ | |||
+ | #tabsE li:hover ul { | ||
+ | float:left; | ||
+ | color: white !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | #tabsE li:hover ul, #tabsE li.sfhover ul { | ||
+ | left:auto; | ||
+ | padding: 10px; | ||
+ | color: white !important; | ||
+ | } | ||
+ | |||
+ | #tabsE a { | ||
+ | float:left; | ||
+ | background:url("tableftE.gif") no-repeat left top; | ||
+ | margin:0; | ||
+ | padding:0 0 0 2px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #tabsE a span { | ||
+ | float:left; | ||
+ | display:block; | ||
+ | background:url("tabrightE.gif") no-repeat right top; | ||
+ | padding:5px 15px 4px 6px; | ||
+ | color:#FFF; | ||
+ | } | ||
+ | /* Commented Backslash Hack hides rule from IE5-Mac \*/ | ||
+ | #tabsE a span {float:none;} | ||
+ | /* End IE5-Mac hack */ | ||
+ | #tabsE a:hover span { | ||
+ | color:#FFF; | ||
+ | } | ||
+ | #tabsE a:hover { | ||
+ | background-position:0% -42px; | ||
+ | } | ||
+ | #tabsE a:hover span { | ||
+ | background-position:100% -42px; | ||
+ | } | ||
+ | |||
+ | #tabsE #current a { | ||
+ | background-position:0% -42px; | ||
+ | } | ||
+ | #tabsE #current a span { | ||
+ | background-position:100% -42px; | ||
+ | } | ||
+ | sfHover = function() { | ||
+ | var sfEls = document.getElementById("tabsE").getElementsByTagName("LI"); | ||
+ | for (var i=0; i<sfEls.length; i++) { | ||
+ | sfEls[i].onmouseover=function() { | ||
+ | this.className+=" sfhover"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() { | ||
+ | this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | if (window.attachEvent) window.attachEvent("onload", sfHover); | ||
+ | |||
+ | --> | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div id="tabsE"> | ||
+ | <ul> | ||
+ | <!-- CSS Tabs --> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba"><span>Home</span></a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Team"><span>Team</span></a> | ||
+ | <ul style="z-index:1"> <br> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Team">Team</a></li> <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Member">Member</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/School">School</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Project"><span>Project</span></a> | ||
+ | <ul style="z-index:1"><br> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Project">Overall Project</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_1">Circuit 1</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Circuit_2">Circuit 2</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Parts"><span>Parts</span></a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Modeling"><span>Modeling</span></a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Result"><span>Result</span></a> | ||
+ | <ul style="z-index:1"><br> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid1">Plasmid 1</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Plasmid2">Plasmid 2</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/lux_promoter">lux Promoter</a></li><br> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Notebook"><span>Notebook</span></a> | ||
+ | <ul style="z-index:1"><br> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook">Notebook 1</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook_2">Notebook 2</a></li> | ||
+ | <li><a class="tablinks" href="https://2010.igem.org/Team:Chiba/Notebook_3">Notebook 3</a></li><br> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Support"><span>Support</span></a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:Chiba/Safety"><span>Safety</span></a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | </body> | ||
+ | </html> | ||
+ | <!--- Background Contents End ---> | ||
<html> | <html> |
Revision as of 09:18, 23 October 2010
Safety
Key questions
For iGEM 2010 teams are asked to detail how they approached any issues of biological safety associated with their projects. Specifically, teams should consider the following questions:
|
|
Safety issues? safety page.