Team:St Pauls London/Parts
From 2013hs.igem.org
(Difference between revisions)
(→Operon 3) |
|||
(45 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> <!-- STYLES --> | <html> <!-- STYLES --> | ||
<head> | <head> | ||
- | + | ||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'> | ||
- | + | ||
<style> | <style> | ||
body { | body { | ||
Line 12: | Line 12: | ||
#p-logo { | #p-logo { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | form#searchform { | ||
display: none; | display: none; | ||
} | } | ||
Line 25: | Line 29: | ||
height: 120px; | height: 120px; | ||
width: 975px; | width: 975px; | ||
- | background-image: url('https://static.igem.org/mediawiki/2013hs/ | + | background-image: url('https://static.igem.org/mediawiki/2013hs/b/b5/Banner.jpg'); |
} | } | ||
- | #toc | + | #toc { |
- | { | + | display: none; |
+ | } | ||
+ | |||
+ | #catlinks { | ||
display: none; | display: none; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/*----- HEADER -----*/ | /*----- HEADER -----*/ | ||
Line 47: | Line 45: | ||
height: 150px; | height: 150px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
#headerTitle { | #headerTitle { | ||
Line 56: | Line 50: | ||
font-weight: 400; | font-weight: 400; | ||
font-size: 44px; | font-size: 44px; | ||
+ | color: black; | ||
} | } | ||
Line 82: | Line 77: | ||
/*----- HEADER BUTTONS -----*/ | /*----- HEADER BUTTONS -----*/ | ||
+ | |||
.nav_button { | .nav_button { | ||
bottom: 20%; | bottom: 20%; | ||
Line 91: | Line 87: | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
- | display: table-cell; | + | display: table-cell; |
font-weight: 100; | font-weight: 100; | ||
} | } | ||
- | + | ||
- | + | a.nav_buttonLink, a.nav_buttonLink:visited { | |
text-decoration: none; | text-decoration: none; | ||
color: black; | color: black; | ||
Line 102: | Line 98: | ||
color: #F93; | color: #F93; | ||
text-decoration: underline; | text-decoration: underline; | ||
- | } | + | } |
+ | |||
+ | a.mobile-link, a.mobile-link:hover, a.mobile-link:active { | ||
+ | text-decoration:none; | ||
+ | } | ||
- | + | /*----- END OF BUTTONS -----*/ | |
- | margin- | + | |
+ | ul.drop-down { | ||
+ | list-style: none; | ||
+ | margin-top: 0px; | ||
+ | position: absolute; | ||
+ | padding: 0; | ||
} | } | ||
- | + | ul.drop-down li { | |
- | + | display: none; | |
+ | position: relative; | ||
+ | text-align: left; | ||
+ | margin: 5px; | ||
} | } | ||
- | + | div.drop-down { | |
- | + | background-color: #EAEAEA; | |
- | + | ||
} | } | ||
- | + | div.drop-down-top { | |
- | margin- | + | background-color: transparent; |
+ | margin-bottom: -7px; | ||
} | } | ||
- | + | ul.drop-down:hover div.drop-down-top { | |
- | + | background-color: #EAEAEA; | |
} | } | ||
- | |||
- | |||
- | |||
- | + | ul.drop-down li.top-of-list { /*----- makes sure top item is always shown -----*/ | |
+ | display: block; | ||
+ | } | ||
+ | |||
+ | ul.drop-down:hover li { /*----- shows drop down -----*/ | ||
+ | display: block; | ||
+ | } | ||
- | . | + | ul.drop-down:hover li.top-of-list { |
- | + | color: #F93; | |
+ | text-decoration: underline; | ||
} | } | ||
+ | |||
+ | /*----- END OF HEADER -----*/ | ||
+ | |||
+ | /*----- MAIN CONTENT -----*/ | ||
.title-link, .title-link:active, .title-link:visited { | .title-link, .title-link:active, .title-link:visited { | ||
Line 142: | Line 158: | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #F93; | color: #F93; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 180: | Line 192: | ||
</div> | </div> | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
</html> | </html> | ||
Line 190: | Line 199: | ||
<html> | <html> | ||
- | <a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London"><div class="nav_button | + | <ul class="drop-down"> |
+ | <div class="drop-down-top"> | ||
+ | <li class="top-of-list"> | ||
+ | <a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London"> | ||
+ | <div class="nav_button"> | ||
+ | <p class="nav_buttonText"> | ||
</html> | </html> | ||
HOME | HOME | ||
<html> | <html> | ||
- | </p></div></a> | + | </p></div></a></li></div></ul> |
</html> | </html> | ||
| | | | ||
<html> | <html> | ||
- | <a class=" | + | <ul class="drop-down"> |
+ | <div class="drop-down-top"> | ||
+ | <li class="top-of-list"> | ||
+ | <a class="mobile-link" href=""> | ||
+ | <div class="nav_button"> | ||
+ | <p class="nav_buttonText"> | ||
</html> | </html> | ||
PROJECT | PROJECT | ||
<html> | <html> | ||
- | </p></div></a> | + | </p></div></a></li></div> |
</html> | </html> | ||
+ | <html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Abstract"></html> | ||
+ | ---- | ||
+ | ABSTRACT | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Parts"></html> | ||
+ | PARTS | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Procedures"></html> | ||
+ | PROCEDURES | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Protocols"></html> | ||
+ | PROTOCOLS | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html></div></ul></html> | ||
| | | | ||
<html> | <html> | ||
- | <a class=" | + | <ul class="drop-down"> |
+ | <div class="drop-down-top"> | ||
+ | <li class="top-of-list"> | ||
+ | <a class="mobile-link" href=""> | ||
+ | <div class="nav_button"> | ||
+ | <p class="nav_buttonText"> | ||
</html> | </html> | ||
THE TEAM | THE TEAM | ||
<html> | <html> | ||
- | </p></div></a> | + | </p></div></a></li></div> |
</html> | </html> | ||
+ | <html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Participants"></html> | ||
+ | ---- | ||
+ | PARTICIPANTS | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Supervisors"></html> | ||
+ | SUPERVISORS | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html></div></html> | ||
| | | | ||
<html> | <html> | ||
- | < | + | <ul class="drop-down"> |
+ | <div class="drop-down-top"> | ||
+ | <li class="top-of-list"> | ||
+ | <a style="text-decoration: none" href=""> | ||
+ | <div class="nav_button"> | ||
+ | <p class="nav_buttonText"> | ||
</html> | </html> | ||
- | + | OTHER | |
<html> | <html> | ||
- | </p></div></a> | + | </p></div></a></li></div> |
- | </ | + | |
- | + | ||
- | < | + | |
- | + | ||
</html> | </html> | ||
+ | <html><div class="drop-down"><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Notebook"></html> | ||
+ | ---- | ||
NOTEBOOK | NOTEBOOK | ||
- | <html> | + | ---- |
- | + | <html></a></li></html> | |
- | </html> | + | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Human_Practices"></html> |
+ | HUMAN PRACTICES | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Safety"></html> | ||
+ | SAFETY | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html><li><a class="nav_buttonLink" href="https://2013hs.igem.org/Team:St_Pauls_London/Attributions"></html> | ||
+ | ATTRIBUTIONS | ||
+ | ---- | ||
+ | <html></a></li></html> | ||
+ | <html></div></html> | ||
|- | |- | ||
|} | |} | ||
Line 236: | Line 303: | ||
</html> | </html> | ||
- | === | + | ===Parts=== |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<html> | <html> | ||
Line 248: | Line 309: | ||
</html> | </html> | ||
- | ==== | + | ====Circuits==== |
- | =====Operon 1===== | + | ======Operon 1====== |
<center> | <center> | ||
<html> | <html> | ||
Line 257: | Line 318: | ||
</center> | </center> | ||
- | =====Operon 2===== | + | ======Operon 2====== |
<center> | <center> | ||
<html> | <html> | ||
Line 264: | Line 325: | ||
</center> | </center> | ||
- | =====Operon 3===== | + | ======Operon 3====== |
<center> | <center> | ||
<html> | <html> | ||
- | <img src="https://static.igem.org/mediawiki/2013hs/ | + | <img src="https://static.igem.org/mediawiki/2013hs/2/2e/Operon_3_new.png"/> |
</html> | </html> | ||
</center> | </center> | ||
+ | ====Parts==== | ||
+ | |||
+ | In our notebook and on our procedures sheet, we refer to parts by letter. The main reason for applying arbitrary letter coded to all parts was to facilitate labelling of plates and tubes. We have included a table (below) with the full BioBrick equivalent of each letter-coded part, as well as its function. This may help other teams looking at our circuits and procedures better understand which parts perform which function. | ||
+ | |||
+ | <center> | ||
+ | |||
+ | {|class="wikitable" style="text-align: center" | ||
+ | !colspan="6" | PARTS | ||
+ | |||
+ | |- | ||
+ | |colspan="2" style="font-weight: bold"|Operon | ||
+ | |style="font-weight: bold"|Letter Code | ||
+ | |style="font-weight: bold"|BioBrick Reference | ||
+ | |style="font-weight: bold"|Function | ||
+ | |style="font-weight: bold"|Length (bp) | ||
+ | |- | ||
+ | |colspan="2" rowspan="3"|2 | ||
+ | |J | ||
+ | |[http://partsregistry.org/wiki/index.php?title=Part:BBa_K091104 BBa_K091104] | ||
+ | |Promoter | ||
+ | |87 | ||
+ | |- | ||
+ | |K | ||
+ | |[http://partsregistry.org/Part:BBa_B0034 BBa_B0034] | ||
+ | |RBS | ||
+ | |12 | ||
+ | |- | ||
+ | |L | ||
+ | |[http://partsregistry.org/Part:BBa_E0030 BBa_E0030] | ||
+ | |YFP gene | ||
+ | |723 | ||
+ | |- | ||
+ | |2 | ||
+ | |3 | ||
+ | |C | ||
+ | |[http://partsregistry.org/Part:BBa_C0040 BBa_C0040] | ||
+ | |TetR gene | ||
+ | |685 | ||
+ | |- | ||
+ | |2 | ||
+ | |3 | ||
+ | |F | ||
+ | |[http://partsregistry.org/Part:BBa_B0015 BBa_B0015] | ||
+ | |Terminator | ||
+ | |129 | ||
+ | |- | ||
+ | |colspan="2" rowspan="4"|3 | ||
+ | |A | ||
+ | |[http://partsregistry.org/wiki/index.php?title=Part:BBa_K418003 BBa_K418003] | ||
+ | |Promoter | ||
+ | |1416 | ||
+ | |- | ||
+ | |B | ||
+ | |[http://partsregistry.org/Part:BBa_B0033 BBa_B0033] | ||
+ | |RBS | ||
+ | |11 | ||
+ | |- | ||
+ | |D | ||
+ | |[http://partsregistry.org/Part:BBa_C0072 BBa_C0072] | ||
+ | |mnt gene | ||
+ | |313 | ||
+ | |- | ||
+ | |E | ||
+ | |[http://partsregistry.org/wiki/index.php?title=Part:BBa_E1010 BBa_E1010] | ||
+ | |RFP gene | ||
+ | |706 | ||
+ | |} | ||
+ | </center> | ||
+ | |||
+ | ====Backbones==== | ||
+ | |||
+ | <center> | ||
+ | |||
+ | {|class="wikitable" style="text-align: center" | ||
+ | |||
+ | |- | ||
+ | |style="font-weight: bold"|Backbone | ||
+ | |style="font-weight: bold"|Length (bp) | ||
+ | |- | ||
+ | |Ampicillin-Resistant | ||
+ | |2155 | ||
+ | |- | ||
+ | |Kanamycin-Resistant | ||
+ | |2204 | ||
+ | |- | ||
+ | |Chloramphenicol-Resistant | ||
+ | |2070 | ||
+ | |- | ||
+ | |Tetracycline-Resistant | ||
+ | |2461 | ||
+ | |- | ||
+ | |Ampicillin- & Kanamycin-Resistant | ||
+ | |3189 | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | </center> | ||
<html></div></html> | <html></div></html> |
Latest revision as of 19:28, 19 June 2013
|
|
|
|
Contents |
Parts
Circuits
Operon 1
Operon 2
Operon 3
Parts
In our notebook and on our procedures sheet, we refer to parts by letter. The main reason for applying arbitrary letter coded to all parts was to facilitate labelling of plates and tubes. We have included a table (below) with the full BioBrick equivalent of each letter-coded part, as well as its function. This may help other teams looking at our circuits and procedures better understand which parts perform which function.
PARTS | |||||
---|---|---|---|---|---|
Operon | Letter Code | BioBrick Reference | Function | Length (bp) | |
2 | J | [http://partsregistry.org/wiki/index.php?title=Part:BBa_K091104 BBa_K091104] | Promoter | 87 | |
K | [http://partsregistry.org/Part:BBa_B0034 BBa_B0034] | RBS | 12 | ||
L | [http://partsregistry.org/Part:BBa_E0030 BBa_E0030] | YFP gene | 723 | ||
2 | 3 | C | [http://partsregistry.org/Part:BBa_C0040 BBa_C0040] | TetR gene | 685 |
2 | 3 | F | [http://partsregistry.org/Part:BBa_B0015 BBa_B0015] | Terminator | 129 |
3 | A | [http://partsregistry.org/wiki/index.php?title=Part:BBa_K418003 BBa_K418003] | Promoter | 1416 | |
B | [http://partsregistry.org/Part:BBa_B0033 BBa_B0033] | RBS | 11 | ||
D | [http://partsregistry.org/Part:BBa_C0072 BBa_C0072] | mnt gene | 313 | ||
E | [http://partsregistry.org/wiki/index.php?title=Part:BBa_E1010 BBa_E1010] | RFP gene | 706 |
Backbones
Backbone | Length (bp) |
Ampicillin-Resistant | 2155 |
Kanamycin-Resistant | 2204 |
Chloramphenicol-Resistant | 2070 |
Tetracycline-Resistant | 2461 |
Ampicillin- & Kanamycin-Resistant | 3189 |