Team:Manchester/medaltest
From 2013.igem.org
Abramov denn (Talk | contribs) (Created page with "{{:Team:Manchester/layout/noheader}} {{:Team:Manchester/Navbartest}} {{:Team:Manchester/Footer}} <html> <head> <title> Safety </title> <style type="text/css"> * { margin:0; pad...") |
|||
(38 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{:Team:Manchester/layout/noheader}} | {{:Team:Manchester/layout/noheader}} | ||
- | {{:Team:Manchester/ | + | {{:Team:Manchester/Navbartest3}} |
{{:Team:Manchester/Footer}} | {{:Team:Manchester/Footer}} | ||
Line 60: | Line 60: | ||
float:left; | float:left; | ||
margin-left:100px; | margin-left:100px; | ||
- | |||
} | } | ||
Line 73: | Line 72: | ||
position:relative; | position:relative; | ||
width:950px; | width:950px; | ||
- | height: | + | height:2500px; |
} | } | ||
Line 80: | Line 79: | ||
position:absolute; | position:absolute; | ||
clear:both; | clear:both; | ||
- | width: | + | width:951px; |
- | top: | + | top:110px; |
left:0; | left:0; | ||
+ | padding-left:8px; | ||
+ | |||
+ | /*background-color:white; | ||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/ | ||
+ | } | ||
+ | |||
+ | /******************************************************containers*****************************************************/ | ||
+ | .column1 | ||
+ | { | ||
+ | float:left; | ||
+ | width:300px; | ||
+ | height:550px; | ||
+ | margin:7px; | ||
+ | padding:0; | ||
+ | background-color:#CCC; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .column2 | ||
+ | { | ||
+ | float:left; | ||
+ | width:300px; | ||
+ | margin:7px; | ||
+ | padding:0; | ||
+ | background-color:#CCC; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .column3 | ||
+ | { | ||
+ | float:left; | ||
+ | width:300px; | ||
+ | |||
+ | margin:7px; | ||
+ | padding:0; | ||
+ | background-color:#CCC; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .column1 .left, .column2 .left, .column3 .left | ||
+ | { | ||
+ | float:left; | ||
+ | margin:10px 0 10px 10px; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .column1 .right, .column2 .right, .column3 .right | ||
+ | { | ||
+ | float:right; | ||
+ | margin:10px 10px 10px 0; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .column1 .list | ||
+ | { | ||
+ | clear:both; | ||
+ | margin:0 auto; | ||
+ | display:block; | ||
+ | width:260px; | ||
+ | height:405px; | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
padding:10px; | padding:10px; | ||
- | background | + | background:#F2F2F2; |
+ | text-align:justify; | ||
+ | list-style:none; | ||
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | .column2 .list | ||
+ | { | ||
+ | clear:both; | ||
+ | margin:0 auto; | ||
+ | display:block; | ||
+ | width:260px; | ||
+ | height:515px; | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
+ | padding:10px; | ||
+ | background:#F2F2F2; | ||
+ | text-align:justify; | ||
+ | list-style:none; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
} | } | ||
+ | .column3 .list | ||
+ | { | ||
+ | clear:both; | ||
+ | margin:0 auto; | ||
+ | display:block; | ||
+ | width:260px; | ||
+ | height:370px; | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
+ | padding:10px; | ||
+ | background:#F2F2F2; | ||
+ | text-align:justify; | ||
+ | list-style:none; | ||
+ | |||
+ | -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); | ||
+ | } | ||
+ | |||
+ | .list .item | ||
+ | { | ||
+ | height:30px; | ||
+ | width:260px; | ||
+ | margin:0; | ||
+ | clear:both; | ||
+ | } | ||
+ | |||
+ | .list .item img | ||
+ | { | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .list .item .link | ||
+ | { | ||
+ | margin-left:10px; | ||
+ | text-decoration:none; | ||
+ | float:left; | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
+ | padding:5px; | ||
+ | line-size:5; | ||
+ | } | ||
+ | |||
+ | .list .item .link2 | ||
+ | { | ||
+ | width:205px; | ||
+ | margin-left:10px; | ||
+ | text-decoration:none; | ||
+ | float:left; | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .list a | ||
+ | { | ||
+ | font-style:Trebuchest MS; | ||
+ | font-size:14px; | ||
+ | color:#4C0082; | ||
+ | } | ||
+ | |||
+ | .block1 a, .block2 a, .block3 a, .block4 a, .block5 a, .block6 a, .block7 a, .block8 a, .block9 a, .block10 a, .block11 a, .block12 a, .block13 a | ||
+ | { | ||
+ | width:120px; | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | text-align:center; | ||
+ | background:#606060; | ||
+ | padding:5px; | ||
+ | font-style:Trebuchet MS; | ||
+ | font-weight:bold; | ||
+ | font-size:12px; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | .block1 a:hover, .block2 a:hover, .block3 a:hover, .block4 a:hover, .block5 a:hover, .block6 a:hover, .block7 a:hover, .block8 a:hover, .block9 a:hover, .block10 a:hover, .block11 a:hover, .block12 a:hover, .block13 a:hover | ||
+ | { | ||
+ | background:#C0C0C0; | ||
+ | color:#606060; | ||
+ | } | ||
+ | |||
+ | .leftbar | ||
+ | { | ||
+ | width:120px; | ||
+ | height:600px; | ||
+ | position:fixed; | ||
+ | top:120px; | ||
+ | left:5px; | ||
+ | } | ||
+ | |||
+ | .block1 a | ||
+ | { | ||
+ | background:#660099; | ||
+ | float:left; | ||
+ | display:block; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block2 a | ||
+ | { | ||
+ | |||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block3 a | ||
+ | { | ||
+ | |||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block4 a | ||
+ | { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block5 a | ||
+ | { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block6 a | ||
+ | { | ||
+ | |||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block7 a | ||
+ | { | ||
+ | background:#bc80ea; | ||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .block8 a | ||
+ | { | ||
+ | display:block; | ||
+ | float:left; | ||
+ | margin-top:1px; | ||
+ | |||
+ | padding:5px; | ||
+ | } | ||
</style> | </style> | ||
Line 102: | Line 363: | ||
<div class="banner"> | <div class="banner"> | ||
<div class="igem"> | <div class="igem"> | ||
- | + | <a href="https://2013.igem.org/Main_Page"> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/3/3f/Igem.png"> | |
- | + | </a> | |
</div> | </div> | ||
Line 112: | Line 373: | ||
<div class="central"> | <div class="central"> | ||
- | <a><img src="https://static.igem.org/mediawiki/2013/ | + | <a><img src="https://static.igem.org/mediawiki/2013/1/1f/JudgingMan.png"></a> |
</div> | </div> | ||
Line 124: | Line 385: | ||
<div class="global"> | <div class="global"> | ||
<div class="wrapper" > | <div class="wrapper" > | ||
- | + | <div class="column1"> | |
+ | <img src="https://static.igem.org/mediawiki/2013/f/f9/GoldMan.png" class="left"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/a/a5/Medalx.png" class="right"/> | ||
+ | |||
+ | <div class="list"> | ||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Improve an existing BioBrick Part or Device and enter this information back on the Experience Page of the Registry <a href="https://2013.igem.org/Team:Manchester/contributiontest"><b>[evidence]</b></a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Help another iGEM team by, for example, characterizing a part, debugging a construct, or modeling or simulating their system <a href="https://2013.igem.org/Team:Manchester/collabtest"> <b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2">Outline and detail a novel approach to an issue of Human Practice in synthetic biology as it relates to your project, such as safety, security, ethics, or ownership, sharing, and innovation <a href="https://2013.igem.org/Team:Manchester/ethicstest"> <b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column2"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/a/a9/SilverMan.png" class="left"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/7/7f/1376371871_Medal.png" class="right"/> | ||
+ | <div class="list"> | ||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2">Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected<a href="https://2013.igem.org/Team:Manchester/contributiontest"> <b>[evidence]</b></a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Document the characterization of this part in the “Main Page” section of that Part’s/Device’s Registry entry <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1027002"><b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Submit this new part to the iGEM Parts Registry <a href="https://2013.igem.org/Team:Manchester/contributiontest"><b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Your project may have implications for the environment, security, safety and ethics and/or ownership and sharing. Describe one or more ways in which these or other broader implications have been taken into consideration in the design and execution of your project. <a href="https://2013.igem.org/Team:Manchester/ethicstest"><b>[evidence]</b></a></p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="column3"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/7/7a/BronzeMan.png" class="left"/> | ||
+ | <img src="https://static.igem.org/mediawiki/2013/4/4b/1376371879_Medal.png" class="right"/> | ||
+ | <div class="list"> | ||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link"> Team registration <a href="https://igem.org/Team.cgi?id=1027"><b>[evidence]</b></a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Complete Judging form <a href="https://igem.org/2013_Judging_Form?id=1027"><b>[evidence]</b></a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Team wiki <a href="https://2013.igem.org/Team:Manchester/Hometest3"><b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> We will present a Poster and Talk at the iGEM Jamboree</p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="item" > | ||
+ | <img id="check" src="https://static.igem.org/mediawiki/2013/1/14/CheckMan2.png"/> | ||
+ | <p class="link2"> Document at least one new standard BioBrick Part or Device used in your project/central to your project, and submit to the Registry <a href="https://2013.igem.org/Team:Manchester/contributiontest"><b>[evidence]</b> </a></p> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 00:08, 5 October 2013
Improve an existing BioBrick Part or Device and enter this information back on the Experience Page of the Registry [evidence]
Help another iGEM team by, for example, characterizing a part, debugging a construct, or modeling or simulating their system [evidence]
Outline and detail a novel approach to an issue of Human Practice in synthetic biology as it relates to your project, such as safety, security, ethics, or ownership, sharing, and innovation [evidence]
Experimentally validate that at least one new BioBrick Part or Device of your own design and construction works as expected [evidence]
Document the characterization of this part in the “Main Page” section of that Part’s/Device’s Registry entry [evidence]
Submit this new part to the iGEM Parts Registry [evidence]
Your project may have implications for the environment, security, safety and ethics and/or ownership and sharing. Describe one or more ways in which these or other broader implications have been taken into consideration in the design and execution of your project. [evidence]
Team registration [evidence]
Complete Judging form [evidence]
Team wiki [evidence]
We will present a Poster and Talk at the iGEM Jamboree
Document at least one new standard BioBrick Part or Device used in your project/central to your project, and submit to the Registry [evidence]