Team:NYMU-Taipei
From 2010.igem.org
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<script> | <script> | ||
function haxbackground(){ | function haxbackground(){ | ||
- | document.getElementById('soikit').style.backgroundImage='url(https://static.igem.org/mediawiki/2010/ | + | document.getElementById('soikit').style.backgroundImage='url(https://static.igem.org/mediawiki/2010/f/fc/NYMU_main_circuit_bw.png)'; |
} | } | ||
function unhaxbackground(){ | function unhaxbackground(){ | ||
- | document.getElementById('soikit').style.backgroundImage="url('https://static.igem.org/mediawiki/2010/ | + | document.getElementById('soikit').style.backgroundImage="url('https://static.igem.org/mediawiki/2010/a/af/NYMU_main_circuit.png')"; |
} | } | ||
</script> | </script> | ||
<style> | <style> | ||
- | #soikit{ | + | dl#soikit{ |
- | background:url('https://static.igem.org/mediawiki/2010/a/af/NYMU_main_circuit.png') transparent top left no-repeat; | + | background:url('https://static.igem.org/mediawiki/2010/a/af/NYMU_main_circuit.png') transparent top left no-repeat; |
- | + | display:block; | |
- | + | position:relative; | |
- | height:509px; | + | width:965px; |
- | + | height:509px; | |
+ | margin:0px; | ||
+ | |||
+ | border:4px solid darkblue; | ||
} | } | ||
+ | dl#soikit dd a span{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* link positions (x,y,w,h) */ | ||
+ | dl#soikit dd#ypm a{ left:10px; bottom:20px; width:170px; height:220px; z-index:200;} | ||
+ | dl#soikit dd#smr a{ left:180px; bottom:20px; width:200px; height:400px; z-index:200;} | ||
+ | dl#soikit dd#sw a{ left:380px; bottom:20px; width:180px; height:275px; z-index:200;} | ||
+ | dl#soikit dd#spr a{ left:560px; bottom:20px; width:270px; height:480px; z-index:200;} | ||
+ | dl#soikit dd#ypt a{ left:560px; bottom:20px; width:120px; height:150px; z-index:300;} | ||
+ | dl#soikit dd#spd a{ left:9px; top:5px; width:160px; height:150px; z-index:100;} | ||
+ | |||
+ | |||
+ | dl#soikit dt{ | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* Common stuff between links */ | ||
+ | dl#soikit dd a{ | ||
+ | position:absolute; | ||
+ | |||
+ | border:1px dashed silver; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | /* link hover doings */ | ||
+ | dl#soikit dd a:hover{ | ||
+ | border-style:solid; | ||
+ | border-width:3px; | ||
+ | background:url('https://static.igem.org/mediawiki/2010/a/af/NYMU_main_circuit.png') transparent top left no-repeat; | ||
+ | } | ||
+ | /* colored borders! */ | ||
+ | dl#soikit dd#ypm a:hover, dl#soikit dd#ypm a:hover span, dl#soikit dd#ypm a:hover span div.first{ border-color:violet; } | ||
+ | dl#soikit dd#ypt a:hover, dl#soikit dd#ypt a:hover span, dl#soikit dd#ypt a:hover span div.first{ border-color:orange; } | ||
+ | dl#soikit dd#smr a:hover, dl#soikit dd#smr a:hover span, dl#soikit dd#smr a:hover span div.first{ border-color:red; } | ||
+ | dl#soikit dd#spr a:hover, dl#soikit dd#spr a:hover span, dl#soikit dd#spr a:hover span div.first{ border-color:red; } | ||
+ | dl#soikit dd#sw a:hover, dl#soikit dd#sw a:hover span, dl#soikit dd#sw a:hover span div.first{ border-color:green; } | ||
+ | dl#soikit dd#spd a:hover, dl#soikit dd#spd a:hover span, dl#soikit dd#spd a:hover span div.first{ border-color:lightblue; } | ||
+ | |||
+ | dl#soikit dd#ypm a:hover span div.first {background:#ecf; color:#333;} | ||
+ | dl#soikit dd#ypt a:hover span div.first {background:#fc3; color:#333;} | ||
+ | dl#soikit dd#smr a:hover span div.first {background:#fcc; color:#333;} | ||
+ | dl#soikit dd#spr a:hover span div.first {background:#ffa; color:#333;} | ||
+ | dl#soikit dd#sw a:hover span div.first {background:#cfc; color:#333;} | ||
+ | dl#soikit dd#spd a:hover span div.first {background:lightblue; color:#333;} | ||
+ | |||
+ | /* subsequent hover positions (change when link positions change) (-left,h-imgH+bot|-top) */ | ||
+ | dl#soikit dd#ypm a:hover{ background-position:-10px -269px; } | ||
+ | dl#soikit dd#smr a:hover{ background-position:-180px -89px; } | ||
+ | dl#soikit dd#sw a:hover{ background-position:-380px -214px; } | ||
+ | dl#soikit dd#spr a:hover{ background-position:-560px -4px; } | ||
+ | dl#soikit dd#ypt a:hover{ background-position:-560px -339px; } | ||
+ | dl#soikit dd#spd a:hover{ background-position:-9px -7px; } | ||
+ | |||
+ | /* | ||
+ | link hover spans place everything at (360,40) | ||
+ | put=new-old puttop=new-(imageheight-(bottom+height)) | ||
+ | */ | ||
+ | dl#soikit dd a:hover span{ | ||
+ | display:block; | ||
+ | position:absolute; | ||
+ | |||
+ | width:220px; | ||
+ | height:0px; | ||
+ | |||
+ | border-width:0px; | ||
+ | border-style:solid; | ||
+ | |||
+ | color:black; | ||
+ | background-color:white; | ||
+ | |||
+ | text-align:center; | ||
+ | vertical-align:center; | ||
+ | font-size:28pt; | ||
+ | font-weight:bold; | ||
+ | font-family:"Kristen ITC","Bradley Hand ITC","Calibri","Arial Unicode MS"; | ||
+ | line-height:1; | ||
+ | } | ||
+ | /*dl#soikit dd a:hover span div.first{ | ||
+ | display:block; | ||
+ | font-size:120%; | ||
+ | font-weight:bold; | ||
+ | padding:2px; | ||
+ | text-align:center; | ||
+ | border-bottom:1px dashed; | ||
+ | } | ||
+ | dl#soikit dd a:hover span div.rest{ | ||
+ | font-size:12pt; | ||
+ | font-face:Arial; | ||
+ | margin-left:1em; | ||
+ | }*/ | ||
+ | dl#soikit dd#ypm a:hover span{ | ||
+ | left:350px; | ||
+ | top:-229px; | ||
+ | } | ||
+ | dl#soikit dd#smr a:hover span{ | ||
+ | left:180px; | ||
+ | top:-49px; | ||
+ | } | ||
+ | dl#soikit dd#sw a:hover span{ | ||
+ | left:-20px; | ||
+ | top:-174px; | ||
+ | } | ||
+ | dl#soikit dd#spr a:hover span{ | ||
+ | left:-200px; | ||
+ | top:36px; | ||
+ | } | ||
+ | dl#soikit dd#ypt a:hover span{ | ||
+ | left:-200px; | ||
+ | top:-299px; | ||
+ | } | ||
+ | dl#soikit dd#spd a:hover span{ | ||
+ | left:351px; | ||
+ | top:33px; | ||
+ | } | ||
+ | |||
+ | /* Others that don't fit into a pattern */ | ||
+ | dl#soikit dd#banner span img{ | ||
+ | position:absolute; | ||
+ | /*left:283px; | ||
+ | right:10px; | ||
+ | top:13px; | ||
+ | width:700px; | ||
+ | height:233px;*/ | ||
+ | top:40px; | ||
+ | left:360px; | ||
+ | |||
+ | /* For preloading purposes only */ | ||
+ | background:url('https://static.igem.org/mediawiki/2010/f/fc/NYMU_main_circuit_bw.png') transparent no-repeat; | ||
+ | background-position:-965px -965px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
- | < | + | <dl id="soikit"> |
- | </ | + | <dt>Default display</dt> |
+ | </dd> | ||
+ | |||
+ | <dt>Your Promoter</dt> | ||
+ | <dd id="ypm"><a href="https://2010.igem.org/Team:NYMU-Taipei/Applications#Your_promoter_and_Your_protein" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Your Promoter</span> | ||
+ | </a></dd> | ||
+ | |||
+ | <dt>Your Protein</dt> | ||
+ | <dd id="ypt"><a href="https://2010.igem.org/Team:NYMU-Taipei/Applications#Your_promoter_and_Your_protein" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Your Protein</span> | ||
+ | </a></dd> | ||
+ | |||
+ | <dt>Speedy mRNA Reporter</dt> | ||
+ | <dd id="smr"><a href="https://2010.igem.org/Team:NYMU-Taipei/Project/Speedy_reporter" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Speedy mRNA Reporter</span> | ||
+ | </a></dd> | ||
+ | |||
+ | <dt>Speedy Protein Reporter</dt> | ||
+ | <dd id="spr"><a href="https://2010.igem.org/Team:NYMU-Taipei/Project/Speedy_reporter#protein_reporter_device" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Speedy Protein Reporter</span> | ||
+ | </a></dd> | ||
+ | |||
+ | <dt>Speedy Switch</dt> | ||
+ | <dd id="sw"><a href="https://2010.igem.org/Team:NYMU-Taipei/Project/Speedy_switch" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Speedy Switch</span> | ||
+ | </a></dd> | ||
+ | |||
+ | <dt>Speedy Protein Degrader</dt> | ||
+ | <dd id="spd"><a href="https://2010.igem.org/Team:NYMU-Taipei/Project/Speedy_protein_degrader" onmouseover="haxbackground();" onmouseout="unhaxbackground();"> | ||
+ | <span>Speedy Protein Degrader</span> | ||
+ | </a></dd> | ||
+ | </dl> | ||
</html> | </html> | ||
Line 33: | Line 198: | ||
Provide a faster assay system for exploring the design rules of synthetic biology. | Provide a faster assay system for exploring the design rules of synthetic biology. | ||
*'''<font size=3>Why do we want to do that?</font><br> | *'''<font size=3>Why do we want to do that?</font><br> | ||
- | There are already many genetic parts in the Biobrick Parts Registry and the numbers are growing fast. Every year every igem teams will build genetic circuits based on the parts at partsregistry. But where are the design rules to put these parts into circuits of devices and systems? Apparently, the "Assembly Standards" listed at the partsregistry are only used to connect compatible restriction enzyme cutting sites. They are NOT designing principles. Our iGEM team is very interested in the detailed design rules played in the central dogma; especially those principles | + | There are already many genetic parts in the Biobrick Parts Registry and the numbers are growing fast. Every year every igem teams will build genetic circuits based on the parts at partsregistry. But where are the design rules to put these parts into circuits of devices and systems? Apparently, the "Assembly Standards" listed at the partsregistry are only used to connect compatible restriction enzyme cutting sites. They are NOT designing principles. Our iGEM team is very interested in the detailed design rules played in the central dogma; especially those principles for connecting mRNA translation to protein folding. Traditionally, we know about the circuits we made are working or not mostly through the expression of reporter genes. However, it would be much helpful if we could have information of quantitative description of gene expression in both space and time. For these reasons and for the future development of synthetic biology, we just have to speed up the experimental explorations of design rules. <br> |
*'''<font size=3>Specific aims</font>'''<br> | *'''<font size=3>Specific aims</font>'''<br> | ||
** detect gene expression quantitatively in both space and time. | ** detect gene expression quantitatively in both space and time. | ||
Line 39: | Line 204: | ||
** provide speedy ways to report and stop gene expression. | ** provide speedy ways to report and stop gene expression. | ||
---- | ---- | ||
- | [[Image: | + | [[Image:Nymusyb2.png|500px]] |
| style="vertical-align:top;" | | | style="vertical-align:top;" | |
Latest revision as of 20:31, 27 October 2010
- Default display
- Your Promoter
- Your Promoter
- Your Protein
- Your Protein
- Speedy mRNA Reporter
- Speedy mRNA Reporter
- Speedy Protein Reporter
- Speedy Protein Reporter
- Speedy Switch
- Speedy Switch
- Speedy Protein Degrader
- Speedy Protein Degrader
Home | Project Overview | Speedy reporter | Speedy switch | Speedy protein degrader | Experiments and Parts | Applications | F.A.Q | About Us |
SpeedyBac
Provide a faster assay system for exploring the design rules of synthetic biology.
There are already many genetic parts in the Biobrick Parts Registry and the numbers are growing fast. Every year every igem teams will build genetic circuits based on the parts at partsregistry. But where are the design rules to put these parts into circuits of devices and systems? Apparently, the "Assembly Standards" listed at the partsregistry are only used to connect compatible restriction enzyme cutting sites. They are NOT designing principles. Our iGEM team is very interested in the detailed design rules played in the central dogma; especially those principles for connecting mRNA translation to protein folding. Traditionally, we know about the circuits we made are working or not mostly through the expression of reporter genes. However, it would be much helpful if we could have information of quantitative description of gene expression in both space and time. For these reasons and for the future development of synthetic biology, we just have to speed up the experimental explorations of design rules.
|
To achieve our specific aim, we have designed a novel reporting device (Speedy reporter) for quickly detectin and measuring the mRNA location and quantity, it can also be used for protein detection. And we design a novel switch (Speedy switch) for control the mRNA translation of gene expression. We have also designed a faster degradation device (Speedy protein degrader); it allows us to regulate the degradation time for studying the mRNAs without the interference from translation and quickly stopping the gene expression.
The official web pages of our school - National Yang Ming University (NYMU):
Click the following two links to see The Beauty of NYMU
|