Team:Uppsala-Swedenbrickbatfaqs

From 2010.igem.org

(Difference between revisions)
Line 44: Line 44:
   border-left: 0;
   border-left: 0;
   padding: 0;
   padding: 0;
-
   background: red;
+
   background: blue;
    
    
}
}
Line 54: Line 54:
   border: 0;
   border: 0;
   padding: 0;
   padding: 0;
-
   background: red;
+
   background: blue;
}
}
div.MenuBar ul li {
div.MenuBar ul li {
Line 63: Line 63:
   font-size: 1.3em;
   font-size: 1.3em;
   float: left;
   float: left;
-
   background: red;
+
   background: blue;
   text-align: center;
   text-align: center;
   width: 107px;
   width: 107px;
Line 72: Line 72:
   font: arial, helvetica, sans-serif;
   font: arial, helvetica, sans-serif;
   display: block;
   display: block;
-
   background: red;
+
   background: blue;
   height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
   height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
   color: #ffffff;
   color: #ffffff;
Line 94: Line 94:
                 Keep it sync with the menu bar height. */
                 Keep it sync with the menu bar height. */
   left: 0; /* Aligns the drop-down menu to its top-level item. */
   left: 0; /* Aligns the drop-down menu to its top-level item. */
-
   background-color: red; /* Selected item. */
+
   background-color: blue; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
Line 105: Line 105:
   padding-left: 0;
   padding-left: 0;
   padding-right: 0;
   padding-right: 0;
-
   background-color: red; /* Selected item. */
+
   background-color: blue; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
}
}
Line 116: Line 116:
ul.DropDownMenu li a span span {
ul.DropDownMenu li a span span {
   float: left; /* Aligns the text (back) to the left. */
   float: left; /* Aligns the text (back) to the left. */
-
   font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
   height: 20px;
   height: 20px;
   color: #FFFFFF;
   color: #FFFFFF;
Line 138: Line 138:
   width: 11em; /* Keep it sync with the side menu width.
   width: 11em; /* Keep it sync with the side menu width.
                             Use MenuTailor.css to customize. */
                             Use MenuTailor.css to customize. */
-
   font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
   left: 13em; /* Places the side menu to the right of the drop-down menu.
   left: 13em; /* Places the side menu to the right of the drop-down menu.
                             Keep it sync with the drop-down menu width.
                             Keep it sync with the drop-down menu width.
Line 147: Line 147:
   padding-right: 0.5em; /* Sets the right space of each side menu item. */
   padding-right: 0.5em; /* Sets the right space of each side menu item. */
   text-align: left;
   text-align: left;
-
   font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
+
   font: 12px arial, helvetica, sans-serif; /* Requiblue for IE55. */
   left: 13em; /* Places the side menu to the right of the drop-down menu.
   left: 13em; /* Places the side menu to the right of the drop-down menu.
                             Keep it sync with the drop-down menu width.
                             Keep it sync with the drop-down menu width.
Line 154: Line 154:
/*----------------------------------------------------------------------------- Browser Specific */
/*----------------------------------------------------------------------------- Browser Specific */
* html div.MenuBar ul li a {
* html div.MenuBar ul li a {
-
   float: left; /* Required for IE55 and IE6.
+
   float: left; /* Requiblue for IE55 and IE6.
                             Breaks O9.
                             Breaks O9.
                             Hidden (* html) from non-IE browsers. */
                             Hidden (* html) from non-IE browsers. */
}
}
* html ul.DropDownMenu li a:hover {
* html ul.DropDownMenu li a:hover {
-
   cursor: hand; /* Required for IE55.
+
   cursor: hand; /* Requiblue for IE55.
                   Hidden (* html) from non-IE browsers. */
                   Hidden (* html) from non-IE browsers. */
}
}
ul.DropDownMenu li a:hover {
ul.DropDownMenu li a:hover {
-
   cursor: pointer; /* Required for IE6 and IE7.
+
   cursor: pointer; /* Requiblue for IE6 and IE7.
                       Hidding it (* html) from non-IE browsers breaks IE7!  
                       Hidding it (* html) from non-IE browsers breaks IE7!  
}
}
* html div.MenuBar a:hover {
* html div.MenuBar a:hover {
-
   text-decoration: none; /* Required for IE55 and IE6.
+
   text-decoration: none; /* Requiblue for IE55 and IE6.
                             Hidden (* html) from non-IE browsers. */
                             Hidden (* html) from non-IE browsers. */
}
}
* html div.MenuBar ul li table,
* html div.MenuBar ul li table,
* html div.MenuBar ul li table td {
* html div.MenuBar ul li table td {
-
   border: 0; /* Required for IE55 and IE6.
+
   border: 0; /* Requiblue for IE55 and IE6.
                 Hidden (* html) from non-IE browsers. */
                 Hidden (* html) from non-IE browsers. */
}
}
Line 227: Line 227:
/*-------------------------------------------------------------------------------------- General */
/*-------------------------------------------------------------------------------------- General */
body {
body {
-
   background: white;
+
   background:url(https://static.igem.org/mediawiki/2010/2/20/Clock.jpg) repeat top left;
-
   color: red;
+
   color: blue;
   margin: 0;
   margin: 0;
   border: 0;
   border: 0;
Line 239: Line 239:
}
}
div.MenuBar ul {
div.MenuBar ul {
-
   font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
+
   font: 13px arial, helvetica, sans-serif; /* Requiblue for IE55. */
}
}
/*--------------------------------------------------------------------------------------- Colors */
/*--------------------------------------------------------------------------------------- Colors */
div.MenuBar {
div.MenuBar {
-
   background-color: red; /* Selected item. */
+
   background-color: blue; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
   border-bottom: 1px solid ButtonShadow;
   border-bottom: 1px solid ButtonShadow;
Line 252: Line 252:
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
-
   background-color: red; /* Selected item. */
+
   background-color: blue; /* Selected item. */
   color: #FFFFFF;
   color: #FFFFFF;
}
}
Line 346: Line 346:
<body>
<body>
-
<div id="header"><img src="https://static.igem.org/mediawiki/2010/e/e3/Uppsala_universitet_medium.jpg" alt="Team Uppsala" /><img src="https://static.igem.org/mediawiki/igem.org/5/54/Uppsala_480257b.jpg" alt="Team Uppsala" /></div>
+
<div id="header"><img src="https://static.igem.org/mediawiki/2010/e/e3/Uppsala_universitet_medium.jpg" alt="Team Uppsala" height="150" width="150" /><img src="https://static.igem.org/mediawiki/igem.org/5/54/Uppsala_480257b.jpg" alt="Team Uppsala" height="150" width="756" /></div>
<div class='MenuBar' id="navi">
<div class='MenuBar' id="navi">
<ul>
<ul>
Line 396: Line 396:
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 +
<ul class="DropDownMenu" id="MB1-DDM1">
 +
<li><a href="https://2010.igem.org/Team:Uppsala-Swedenbrickbatfaqs"><span><span>Brick Bat FAQ's</span></span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Uppsala-Swedenfeedback"><span><span>Brick Bat Feedback</span></span></a></li>
 +
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</li>
Line 403: Line 407:
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM5">
<ul class="DropDownMenu" id="MB1-DDM5">
 +
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenWeek1"><span><span>Week 1</span></span></a></li>
 +
<li><a href="https://2010.igem.org/Team:Uppsala-SwedenWeek2"><span><span>Week 2</span></span></a></li>
</ul>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
-
</li>
 
-
<li>
 
-
<a href="https://2010.igem.org/Team:Uppsala-SwedenSponsors" style="color: white">Sponsors</a>
 
</li>
</li>
</ul>
</ul>
Line 413: Line 416:
</div>
</div>
<div id="header_bottom"><img src="https://static.igem.org/mediawiki/2008/e/ef/Navi_bg.gif" alt="" / ></div>
<div id="header_bottom"><img src="https://static.igem.org/mediawiki/2008/e/ef/Navi_bg.gif" alt="" / ></div>
 +
</body>
<form id="searchbox_006220872262304550041:itdu6fizvd8" action="http://google.com/cse">
<form id="searchbox_006220872262304550041:itdu6fizvd8" action="http://google.com/cse">
<input type="hidden" name="cx" value="006220872262304550041:itdu6fizvd8" />
<input type="hidden" name="cx" value="006220872262304550041:itdu6fizvd8" />
Line 427: Line 431:
}
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
-
<h1>Brick Biosafety Assesment Tool</h1>
 
-
<a href="https://2010.igem.org/Team:Uppsala-Swedenbrickbatfaqs">Brick BAT FAQ's</a>
 
-
-----
 
-
<a href="https://2010.igem.org/Team:Uppsala-Swedenfeedback">Feedback</a>
 
-
<br>
 
<script type="text/javascript"><!--
<script type="text/javascript"><!--
google_ad_client="pub-9324829980761295";
google_ad_client="pub-9324829980761295";
Line 488: Line 487:
</script>
</script>
-
</body>
 
</html>
</html>
Line 494: Line 492:
|-valign="top" border="0"
|-valign="top" border="0"
|width="650px" style="padding: 0 20px 0 0;"|
|width="650px" style="padding: 0 20px 0 0;"|
-
 
|}
|}

Revision as of 21:49, 19 July 2010



1) Why use Brick BAT(Biosafety Assessment Tool)?

Brick BAT can be used to evaluate the safety of the parts created or used in the project. Some parts can be more of a safety problem than others, so different safety categories are needed for parts, and also for devices and systems.Brick BAT is an attempt to classify the bricks into different safety categories

2) How to use Brick BAT(Biosafety Assessment Tool)?

Brick BAT(Biosafety Assessment Tool) provides a set of questions that can be answered to get an idea of how safe a particular part is. The idea is to have different levels of safety associated with each of the parts. The safety level of each of the parts is shown on a scale of 1 to 5, 1 being the safest.

3) What to do with the safety value?

The idea is to have each brick associated with a safety category, to make it easier to perform bio safety assessments. Hopefully these values will become a part of the registry. These values can be put in your parts page along with each part.

4) How accurate is the safety categorization?

The safety categorization is based on the guidelines provided by Biosafety Assessment Tool. Additions and changes to improve the tool will be a continuous process.

5) How to add or modify the tool?

Your suggestions are most welcome. Please suggest your changes or additions in the talk page.