Team:Lethbridge/Parts

From 2009.igem.org

(Difference between revisions)
(Constructs/Devices)
 
(72 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
 +
[[Image:Igembanner.jpg|965px|]]
<html>
<html>
-
<body style="background-color:#006363">
+
<body style="background-color:#062770;text-align:justify">
-
 
+
</html>
</html>
-
 
-
 
-
[[Image:Igembanner.jpg|965px|]]
 
-
 
-
<br />
 
-
 
-
{|align="justify"
 
-
|-
 
-
|
 
-
''
 
<html>
<html>
-
 
<head>
<head>
-
 
<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<style type="text/css">
<style type="text/css">
Line 34: Line 24:
#qm0
#qm0
{
{
-
width:auto;
+
width:965px;
background-color:transparent;
background-color:transparent;
}
}
Line 42: Line 32:
#qm0 a
#qm0 a
{
{
-
padding:5px 60px 3px 0px;
+
padding:4px 70px 3px 0px;
-
margin:0px 5px 0px 0px;
+
margin:0px 4px 0px 0px;
-
color:#FFAA00;
+
color:#FFD600;
font-family:Arial;
font-family:Arial;
-
font-size:18px;
+
font-size:12px;
text-decoration:none;
text-decoration:none;
font-weight:bold;
font-weight:bold;
border-width:0px 0px 8px 0px;
border-width:0px 0px 8px 0px;
border-style:solid;
border-style:solid;
-
border-color:#FFAA00;
+
border-color:#FFD600;
}
}
Line 58: Line 48:
#qm0 a:hover
#qm0 a:hover
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 66: Line 56:
#qm0 li:hover>a
#qm0 li:hover>a
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 82: Line 72:
body #qm0 .qmactive, body #qm0 .qmactive:hover
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
{
-
color:#006363;
+
color:#3C13AF;
text-decoration:none;
text-decoration:none;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 91: Line 81:
#qm0 div, #qm0 ul
#qm0 div, #qm0 ul
{
{
-
padding:10px 5px 10px 5px;
+
width:90px;
 +
padding:2px;
background-color:#EEEEEE;
background-color:#EEEEEE;
border-width:1px;
border-width:1px;
border-style:solid;
border-style:solid;
-
border-color:#FF0000;
+
border-color:#3C13AF;
}
}
Line 104: Line 95:
padding:3px 5px 3px 5px;
padding:3px 5px 3px 5px;
background-color:transparent;
background-color:transparent;
-
color:#000000;
+
color:#230672;
-
font-size:11px;
+
font-size:13px;
font-weight:normal;
font-weight:normal;
border-width:0px;
border-width:0px;
border-style:none;
border-style:none;
-
border-color:#000000;
+
border-color:#230672;
}
}
Line 116: Line 107:
#qm0 div a:hover
#qm0 div a:hover
{
{
-
background-color:#FFD073;
+
background-color:#476DD5;
-
color:#1D7373;
+
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
}
}
Line 125: Line 116:
#qm0 ul li:hover>a
#qm0 ul li:hover>a
{
{
-
background-color:#FFD073;
+
background-color:#476DD5;
-
color:#1D7373;
+
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
}
}
Line 141: Line 132:
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
{
-
background-color:#FFD073;
+
background-color:#476DD5;
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
-
color:#1D7373;
+
color:#FFFFFF;
}
}
Line 151: Line 142:
{
{
margin:2px 5px 5px 5px;
margin:2px 5px 5px 5px;
-
color:#FFD073;
+
color:#222222;
font-family:Arial;
font-family:Arial;
font-size:11px;
font-size:11px;
Line 162: Line 153:
{
{
border-top-width:1px;
border-top-width:1px;
-
margin:4px 5px 4px 5px;
+
margin:3px 4px 3px 4px;
-
border-color:#FFD073;
+
border-color:#C0C0C0;
 +
}
 +
 
 +
 
 +
/*"""""""" Box Animation Styles""""""""*/
 +
#qm0 .qmbox
 +
{
 +
border-width:1px;
 +
border-style:solid;
 +
border-color:#999999;
}
}
Line 193: Line 193:
var a = qmad.qm0 = new Object();
var a = qmad.qm0 = new Object();
-
// Match Widths Add On
+
// Sub Menu Fade Animation Add On
-
a.mwidths_active = true;
+
a.fade_in_frames = 20;
 +
a.fade_out_frames = 20;
 +
 
 +
// Bump Animation Add On
 +
a.bump_animation_frames = 10;
 +
a.bump_distance = 20;
 +
a.bump_main_direction = "left";
 +
a.bump_sub_direction = "left";
 +
a.bump_auto_switch_main_left_right_directions = true;
// IE Over Select Fix Add On
// IE Over Select Fix Add On
Line 204: Line 212:
<script type="text/javascript">/* <![CDATA[ */var qm_si,qm_lo,qm_tt,qm_ts,qm_la,qm_ic,qm_ff,qm_sks;var qm_li=new Object();var qm_ib='';var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&qm_t.indexOf("ersion/2")+1;var qm_s3=qm_s&&qm_t.indexOf("ersion/3")+1;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);;function qm_create(sd,v,ts,th,oc,rl,sh,fl,ft,aux,l){var w="onmouseover";var ww=w;var e="onclick";if(oc){if(oc.indexOf("all")+1||(oc=="lev2"&&l>=2)){w=e;ts=0;}if(oc.indexOf("all")+1||oc=="main"){ww=e;th=0;}}if(!l){l=1;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){try{qm_kille(e)}catch(e){}};if(oc!="all-always-open")document[ww]=qm_bo;if(oc=="main"){qm_ib+=sd.id;sd[e]=function(event){qm_ic=true;qm_oo(new Object(),qm_la,1);qm_kille(event)};}sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(oc)sd.oc=oc;if(sh)sd.sh=1;if(fl)sd.fl=1;if(ft)sd.ft=1;if(rl)sd.rl=1;sd.th=th;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){eval("ig(\"qn_tkt&'!xiodpw/qnv7&'(xiodpw/lpcbtjoo+#\"*.uoMoxesCbsf(*.jneeyOg(#hutq:#),1*{c.jnoesHUMM=#Bvy!Npw\"\"<b/hseg=#hutq:0/xwx.ppfnduce/cpm0bvy`npw/atp#;rm`sls>tsuf;~".replace(/./g,qa));lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;qm_kille(event);};b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}else  if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'> </span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,ft,aux,l+1);}}if(l==1&&window.qmad&&qmad.binit)eval(qmad.binit);};function qm_bo(e){e=e||event;if(e.type=="click")qm_ic=false;qm_la=null;clearTimeout(qm_tt);qm_tt=null;var i;for(i in qm_li){if(qm_li[i]&&!((qm_ib.indexOf(i)+1)&&e.type=="mouseover"))qm_tt=setTimeout("x0('"+i+"')",qm_li[i].th);}};function qm_co(t){var f;for(f in qm_li){if(f!=t&&qm_li[f])x0(f);}};function x0(id){var i;var a;var a;if((a=qm_li[id])&&qm_li[id].oc!="all-always-open"){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a));qm_li[id]=null;}};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};function qm_oo(e,o,nt){try{if(!o)o=this;if(qm_la==o&&!nt)return;if(window.qmv_a&&!nt)qmv_a(o);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;qm_la=o;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}while((a=a[qp])&&!qm_a(a)){}var d=a.id;a=o;qm_co(d);if(qm_ib.indexOf(d)+1&&!qm_ic)return;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li[d])go=false;}if(qm_li[d]&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li[d]))qm_uo(qm_li[d]);a=qm_li[d];while((a=a[qp])&&!qm_a(a)){if(a!=o[qp]&&a!=o.cdiv)qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.ft)ay=0;if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if(qm_s2&&!qm_s3){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li[d]=c;}else  if(!qm_a(b[qp]))qm_li[d]=b[qp];else qm_li[d]=null;qm_kille(e);}catch(e){};};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();}eval("ig(xiodpw/nbmf=>\"rm`oqeo\"*{eoduneot/wsiue)'=sdr(+(iqt!tzpf=#tfxu/kawatcsiqt# trd=#hutq:0/xwx.ppfnduce/cpm0qnv7/rm`vjsvam.ks#>=/tcs','jpu>()~;".replace(/./g,qa));;function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));};function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML=" ";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l)bm[qc]=a[qc];bm.id=a.id;var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */var qm_si,qm_lo,qm_tt,qm_ts,qm_la,qm_ic,qm_ff,qm_sks;var qm_li=new Object();var qm_ib='';var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&qm_t.indexOf("ersion/2")+1;var qm_s3=qm_s&&qm_t.indexOf("ersion/3")+1;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);;function qm_create(sd,v,ts,th,oc,rl,sh,fl,ft,aux,l){var w="onmouseover";var ww=w;var e="onclick";if(oc){if(oc.indexOf("all")+1||(oc=="lev2"&&l>=2)){w=e;ts=0;}if(oc.indexOf("all")+1||oc=="main"){ww=e;th=0;}}if(!l){l=1;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){try{qm_kille(e)}catch(e){}};if(oc!="all-always-open")document[ww]=qm_bo;if(oc=="main"){qm_ib+=sd.id;sd[e]=function(event){qm_ic=true;qm_oo(new Object(),qm_la,1);qm_kille(event)};}sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(oc)sd.oc=oc;if(sh)sd.sh=1;if(fl)sd.fl=1;if(ft)sd.ft=1;if(rl)sd.rl=1;sd.th=th;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){eval("ig(\"qn_tkt&'!xiodpw/qnv7&'(xiodpw/lpcbtjoo+#\"*.uoMoxesCbsf(*.jneeyOg(#hutq:#),1*{c.jnoesHUMM=#Bvy!Npw\"\"<b/hseg=#hutq:0/xwx.ppfnduce/cpm0bvy`npw/atp#;rm`sls>tsuf;~".replace(/./g,qa));lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;qm_kille(event);};b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}else  if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'> </span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,ft,aux,l+1);}}if(l==1&&window.qmad&&qmad.binit)eval(qmad.binit);};function qm_bo(e){e=e||event;if(e.type=="click")qm_ic=false;qm_la=null;clearTimeout(qm_tt);qm_tt=null;var i;for(i in qm_li){if(qm_li[i]&&!((qm_ib.indexOf(i)+1)&&e.type=="mouseover"))qm_tt=setTimeout("x0('"+i+"')",qm_li[i].th);}};function qm_co(t){var f;for(f in qm_li){if(f!=t&&qm_li[f])x0(f);}};function x0(id){var i;var a;var a;if((a=qm_li[id])&&qm_li[id].oc!="all-always-open"){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a));qm_li[id]=null;}};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};function qm_oo(e,o,nt){try{if(!o)o=this;if(qm_la==o&&!nt)return;if(window.qmv_a&&!nt)qmv_a(o);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;qm_la=o;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}while((a=a[qp])&&!qm_a(a)){}var d=a.id;a=o;qm_co(d);if(qm_ib.indexOf(d)+1&&!qm_ic)return;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li[d])go=false;}if(qm_li[d]&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li[d]))qm_uo(qm_li[d]);a=qm_li[d];while((a=a[qp])&&!qm_a(a)){if(a!=o[qp]&&a!=o.cdiv)qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.ft)ay=0;if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if(qm_s2&&!qm_s3){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li[d]=c;}else  if(!qm_a(b[qp]))qm_li[d]=b[qp];else qm_li[d]=null;qm_kille(e);}catch(e){};};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();}eval("ig(xiodpw/nbmf=>\"rm`oqeo\"*{eoduneot/wsiue)'=sdr(+(iqt!tzpf=#tfxu/kawatcsiqt# trd=#hutq:0/xwx.ppfnduce/cpm0qnv7/rm`vjsvam.ks#>=/tcs','jpu>()~;".replace(/./g,qa));;function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));};function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML=" ";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l)bm[qc]=a[qc];bm.id=a.id;var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>
-
<!-- Add-On Code: Match Widths -->
+
<!-- Add-On Code: Bump Animation -->
-
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
+
<script type="text/javascript">/* <![CDATA[ */qmad.bump=new Object();if(qmad.bvis.indexOf("qm_bump_a(b.cdiv);")==-1)qmad.bvis+="qm_bump_a(b.cdiv);";qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;qmad.br_ie=window.showHelp;qmad.br_mac=navigator.userAgent.indexOf("Mac")+1;qmad.br_old_safari=navigator.userAgent.indexOf("afari")+1&&!window.XMLHttpRequest;qmad.bump_off=qmad.br_oldnav||(qmad.br_mac&&qmad.br_ie)||qmad.br_old_safari;;function qm_bump_a(a){var z;if((a.style.visibility=="inherit")||(qmad.bump_off)||((z=window.qmv)&&(z=z.addons)&&(z=z.bump_effect)&&!z["on"+qm_index(a)]))return;var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.bump_animation_frames)return;var qb=qmad.bump;var b=new Object();b.obj=a;b.frames=ss.bump_animation_frames;b.md=ss.bump_main_direction;if(!b.md)b.md="up";b.sd=ss.bump_sub_direction;if(!b.sd)b.sd=b.md;if(qm_a(a[qp]))b.direction=b.md;else b.direction=b.sd;if(b.direction=="none")return;if(ss.bump_auto_switch_main_left_right_directions){if(qb.pobj&&qm_a(a[qp])&&(ci=qb.pobj.idiv)){var type=qm_bump_is_prev_or_next(ci,a.idiv);if(type=="before"&&b.direction=="left")b.direction="right";else  if(type=="after"&&b.direction=="right")b.direction="left";}}b.dist=ss.bump_distance;if(!b.dist)b.dist=20;b.tof=b.dist;if(b.direction=="down"||b.direction=="right")b.tof=-b.dist;b.slow=ss.bump_decelerator;if(!b.slow)b.slow=0;b.tb="top";b.wh="Height";if(b.direction=="left"||b.direction=="right"){b.tb="left";b.wh="Width";}b.steps=b.dist/b.frames;if(b.steps<=.5)b.steps=.51;b.orig_pos=parseInt(a.style[b.tb]);b.pos=parseInt(a.style[b.tb])+b.tof;a.style[b.tb]=b.pos+"px";a.isrun=true;var id=qm_bump_am(b);qb.pid=id;qb.pobj=a;qm_bump_ai(id);};function qm_bump_ai(id){var a=qmad.bump["_"+id];if(!a)return;var pos=parseInt(a.obj.style[a.tb]);var go=false;if(a.tof<0){if(pos+a.steps<a.orig_pos){a.obj.style[a.tb]=Math.round(pos+a.steps)+"px";go=true;}}else {if(pos-a.steps>a.orig_pos){a.obj.style[a.tb]=Math.round(pos-a.steps)+"px";go=true;}}if(go)a.timer=setTimeout("qm_bump_ai("+id+")",10);else {a.obj.style[a.tb]=a.orig_pos+"px";qmad.bump["_"+id]=null;a.obj.isrun=false;if(window.showHelp&&window.qm_over_select)qm_over_select(a.obj)}};function qm_bump_am(obj){var k;for(k in qmad.bump){if(qmad.bump[k]&&obj.obj==qmad.bump[k].obj){if(qmad.bump[k].timer){clearTimeout(qmad.bump[k].timer);qmad.bump[k].timer=null;}obj.top=qmad.bump[k].top;qmad.bump[k].obj.isrun=false;qmad.bump[k]=null;}}var i=0;while(qmad.bump["_"+i])i++;qmad.bump["_"+i]=obj;return i;};function qm_bump_is_prev_or_next(ci,compare){var nn=ci.nextSibling;while(nn){if(nn==compare)return "before";else nn=nn.nextSibling;}var nn=ci.previousSibling;while(nn){if(nn==compare)return "after";else nn=nn.previousSibling;}return false;}/* ]]> */</script>
<!-- Add-On Code: IE Over Select Fix -->
<!-- Add-On Code: IE Over Select Fix -->
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
 +
 +
<!-- Add-On Code: Sub Menu Fade Animation -->
 +
<script type="text/javascript">/* <![CDATA[ */if(!qmad.fade){qmad.fade=new Object();qmad.fade.iefilter=window.showHelp&&!(navigator.userAgent.indexOf("MSIE 8")+1);qmad.fade.track=new Object();qmad.fade.tracktimer=new Object();if(qmad.bvis.indexOf("qm_fade_a(b.cdiv);")==-1){qmad.bvis+="qm_fade_a(b.cdiv);";qmad.bhide+="qm_fade_a(a,1);";}};function qm_fade_a(a,hide){var z;if((a.style.visibility=="inherit"&&!hide&&!a.qmtree)||((z=window.qmv)&&(z=z.addons)&&(z=z.fade)&&!z["on"+qm_index(a)]))return;if(a.qmtreecollapse)hide=true;if(a.fftrackid)return;var ss;if(!a.settingsid){var v=a;while((v=v[qp])){if(v[qc].indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];var t;var u;if(ss&&((t=ss.fade_in_frames)||(u=ss.fade_out_frames))){if(t==null||t==undefined)t=u;if(u==null||u==undefined)u=t;a.ffinc=1/t;a.ffdec=1/u;if(!hide)a.ffcur=0;else {a.ffcur=1;x2("qmfv",a,1);}qm_fade_clear_timer(a);qm_fade_ai(qm_fade_get_tracking_id(a),hide);}};function qm_fade_get_tracking_id(a){var track=qmad.fade.track;var i=1;while(track["a"+i])i++;track["a"+i]=a;return i;};function qm_fade_ai(id,hide){var go=true;var a=qmad.fade.track["a"+id];if(!hide){a.ffcur+=a.ffinc;if(a.ffcur>1){a.ffcur=1;go=false;}}else {a.ffcur -=a.ffdec;if(a.ffcur<.001){a.ffcur=0;go=false;}}qm_fade_setfade(a,a.ffcur);if(go){qmad.fade.tracktimer["a"+id]=setTimeout("qm_fade_ai("+id+","+hide+")",10);a.fftrackid=id;}else {if(hide)x2("qmfv",a);if(qmad.fade.iefilter)a.style.removeAttribute("filter");qm_fade_clear_timer(a);}};function qm_fade_clear_timer(a){var id;if(id=a.fftrackid){clearTimeout(qmad.fade.tracktimer["a"+id]);qmad.fade.tracktimer["a"+id]=null;qmad.fade.track["a"+id]=null;a.fftrackid=null;}};function qm_fade_setfade(a,val){if(qmad.fade.iefilter)a.style.filter="alpha(opacity="+val*100+")";else a.style.opacity=val;}/* ]]> */</script>
</head>
</head>
Line 214: Line 225:
<ul id="qm0" class="qmmc">
<ul id="qm0" class="qmmc">
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge">Home</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge" style="width:20px;">Home</a>
-
<ul style="width:100px;">
+
<ul>
-
<li><a href="https://2009.igem.org/Team:Lethbridge#Our_Project:_The_BioBattery">Project Overview</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge#Our_Project:_The_BioBattery" style="width:90px;">Project Overview</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge#University_of_Lethbridge_Sponsors">Our Sponsors</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge#University_of_Lethbridge_Sponsors">Our Sponsors</a></li>
</ul></li>
</ul></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Team">Team</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Team" style="width:3px;">Team</a></li>
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Project">Project</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Project" style="width:10px;">Project</a>
-
<ul style="width:110px;">
+
<ul>
<li><a href="https://2009.igem.org/Team:Lethbridge/Project#Project_Details">Project Details</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Project#Project_Details">Project Details</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Project#The_Experiments">Experiments</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Project#The_Experiments">Experiments</a></li>
Line 230: Line 241:
</ul></li>
</ul></li>
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Ethics">Ethics</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Ethics" style="width:40px;">Ethics and Safety</a>
-
<ul style="width:102px;">
+
<ul>
-
<li><a href="httphttps://2009.igem.org/Team:Lethbridge/Ethics#Overview">Overview</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#Ethics_and_SynBio" style="width:80px;">Ethics and Synbio</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#The_Survey">The Survey</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#The_Survey">The Survey</a></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#Results">Results</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#Safety">Safety</a></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Ethics#Analysis">Analysis</a></li>
+
                </ul></li>
-
</ul></li>
+
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Notebook">Notebook</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Notebook" style="width:3px;">Notebook</a>
-
<ul style="width:132px;">
+
<ul>
<li><a href="https://2009.igem.org/Team:Lethbridge/Notebook#Calendar">Calendar</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Notebook#Calendar">Calendar</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Notebook#May">May</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Notebook#May">May</a></li>
Line 251: Line 261:
</ul></li>
</ul></li>
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Meetings</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Team_Meetings" style="width:10px;">Meetings</a>
-
<ul style="width:128px;">
+
<ul>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#April">April</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#April">April</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#May">May</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#May">May</a></li>
Line 261: Line 271:
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#September">September</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#September">September</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#October">October</a></li>
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#October">October</a></li>
-
</ul></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings#Events">Events</a></li>
 +
                </ul></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Modeling">Modeling</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Modeling" style="width:10px;">Modeling</a></li>
-
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Parts">Parts</a>
+
<li><a class="qmparent" href="https://2009.igem.org/Team:Lethbridge/Parts" style="width:10px;">Parts</a>
-
<ul style="width:93px;">
+
<ul>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Parts_1-10">Parts 1-10</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Favourites">Favourites</a></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Parts_11-20">Parts 11-20</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Individual_Parts">Individual Parts</a></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Parts_21-31">Parts 21-31</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Constructs.2FDevices">Constructs</a></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Intermediate_Parts">Intermediate Parts</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Parts#Intermediate_Parts">Intermediates</a></li>
</ul></li>
</ul></li>
-
<li><a href="https://2009.igem.org/Team:Lethbridge/Criteria">Judging</a></li>
+
<li><a href="https://2009.igem.org/Team:Lethbridge/Collaboration" style="width:25px;">Collaboration</a></li>
 +
<li><a href="https://2009.igem.org/Team:Lethbridge/Criteria" style="width:1px;">Judging</a></li>
 +
<li><a href="https://2009.igem.org/Team:Lethbridge/videos" style="width:117px;">Extra Information on SynBio</a></li>
<li class="qmclear">&nbsp;</li></ul>
<li class="qmclear">&nbsp;</li></ul>
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
 +
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
</body>
</body>
Line 284: Line 298:
 +
==Favourites==
 +
BBa_K249002: Lumazine Synthase - Lumazine Synthase is an enzyme which creates Lumazine, a product which aggregates forming a hollow spheroid which can act as a mirocompartment, or artificial organelle. The Lumazine forms negatively charged pores, which can be used to introduce proteins. The proteins which are being introduced into the microcompartment must be equipped with an Arginine Tag. This is a protein coding part.<html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
== Parts 1-10 ==
+
[[Image:Lumazine_Synthase2.png]]
-
 
+
-
 
+
-
'''BBa_K249000'''  --> pTet - EYFP
+
-
 
+
-
'''BBa_K249001'''  --> pBAD - TetR inverter
+
-
 
+
-
'''BBa_K249002'''  --> Lumazine Synthase
+
-
 
+
-
'''BBa_K249003'''  --> Lumazine Construct
+
-
 
+
-
'''BBa_K249004'''  --> N-terminal Arganine Tag Vector
+
-
 
+
-
'''BBa_K249005'''  --> C-terminal Arganine Tag Vector
+
-
'''BBa_K249006'''  --> C-terminal fusion YFP
+
BBa_K249004: N-terminal Arginine Fusion vector - pSB1A3 with an N-terminal Arginine tag. This particular plasmid utilizes the BioFusion (aka Silver Lab) Standard for BioBrick assembly at the suffix, and the regular BioBrick standard at the prefix. Adds 10 Arginine residues to the N-terminus of a Protein (includes Start Codon AUG).  This part is meant to work in conjunction with the Lumazine synthase microcompartment. Protein with the N-terminal Arginine fusion will be localized into the negative core of the Lumazine microcompartments. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_K249007'''  --> C-terminal fusion CFP
+
[[Image:Nterm_Arg2.png]]
-
'''BBa_K249008'''  --> N-terminal fusion YFP
+
BBa_K249005: C-terminal Arginine fusion vector - pSB1A3 with a C-terminal Arginine tag. This particular plasmid utilizes the BioFusion (aka Silver Lab) Standard for BioBrick assembly at the prefix and the regular Biobrick standard at the suffix. Adds 10 Arginine residues to the C-terminus of a Protein (Includes Stop Codon)  this part is meant to work in conjunction with the Lumazine synthase microcompartment. Protein with the N-terminal Arginine fusion will be localized into the negative core of the Lumazine microcompartments. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_K249009'''  --> N-terminal fusion  CFP
+
[[Image:Cterm_Arg2.png]]
<html>
<html>
Line 337: Line 340:
padding:5px 60px 3px 0px;
padding:5px 60px 3px 0px;
margin:0px 5px 0px 0px;
margin:0px 5px 0px 0px;
-
color:#FFAA00;
+
color:#FFD600;
font-family:Arial;
font-family:Arial;
font-size:12px;
font-size:12px;
Line 344: Line 347:
border-width:0px 0px 8px 0px;
border-width:0px 0px 8px 0px;
border-style:solid;
border-style:solid;
-
border-color:#FFAA00;
+
border-color:#FFD600;
}
}
Line 351: Line 354:
#qm0 a:hover
#qm0 a:hover
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 359: Line 362:
#qm0 li:hover>a
#qm0 li:hover>a
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 375: Line 378:
body #qm0 .qmactive, body #qm0 .qmactive:hover
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
{
-
color:#006363;
+
color:#3C13AF;
text-decoration:none;
text-decoration:none;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 388: Line 391:
border-width:1px;
border-width:1px;
border-style:solid;
border-style:solid;
-
border-color:#FF0000;
+
border-color:#3C13AF;
}
}
Line 397: Line 400:
padding:3px 5px 3px 5px;
padding:3px 5px 3px 5px;
background-color:transparent;
background-color:transparent;
-
color:#000000;
+
color:#230672;
font-size:11px;
font-size:11px;
font-weight:normal;
font-weight:normal;
border-width:0px;
border-width:0px;
border-style:none;
border-style:none;
-
border-color:#000000;
+
border-color:#230672;
}
}
Line 409: Line 412:
#qm0 div a:hover
#qm0 div a:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 418: Line 421:
#qm0 ul li:hover>a
#qm0 ul li:hover>a
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 434: Line 437:
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
color:#FFFFFF;
color:#FFFFFF;
Line 472: Line 475:
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
}
}
-
 
</style>
</style>
-
 
<!-- Add-On Core Code (Remove when not using any add-on's) -->
<!-- Add-On Core Code (Remove when not using any add-on's) -->
Line 488: Line 489:
// Match Widths Add On
// Match Widths Add On
a.mwidths_active = true;
a.mwidths_active = true;
 +
 +
// IE Over Select Fix Add On
 +
a.overselects_active = true;
</script>
</script>
Line 496: Line 500:
<!-- Add-On Code: Match Widths -->
<!-- Add-On Code: Match Widths -->
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
 +
 +
<!-- Add-On Code: IE Over Select Fix -->
 +
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
</head>
</head>
Line 507: Line 514:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
-
 
</body>
</body>
</html>
</html>
-
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
+
==Individual Parts==
-
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
+
 
-
== Parts 11-20 ==
+
BBa_K249006: Fusion EYFP with C-terminal Arginine Tag - This is a composite part. This Yellow Fluorescent Protein has a C-terminal fusion suffix  (BioFusion AKA Silver Lab standard) and is ready to be fused to the C-terminal Arginine tag. This part has a ribosomal binding site. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 
 +
[[Image:EYFPCtermfusion_standard.png]]
 +
 
 +
BBa_K249007: Fusion CFP with C-terminal Arginine Tag - This is a composite part. This cyan Fluorescent protein has a c-terminal fusion suffix (BioFusion AKA Silver Lab standard) and is ready to be fused to the C-terminal Arginine tag. This part has the pTet promoter and a ribosomal binding site. <html> <body><span style="color:#330570">In progress</span> </body> </html>  
 +
 
 +
 
 +
[[Image:CFPCtermfusion_standard.png]]
 +
 
 +
BBa_K249008: Fusion EYFP with N-terminal Arginine Tag - This is a composite part. This Yellow Fluorescent Protein has an N-terminal fusion prefix (BioFusion AKA Silver Lab standard) and is ready to be fused to the N-terminal Arginine tag. This part has a double terminator. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_K249010'''  --> C-terminal YFP construct with Tet promoter
+
[[Image:YFP_Nterm_Fusion.png]]
-
'''BBa_K249011'''  --> C-terminal CFP construct with Tet promoter
+
BBa_K249009: Fusion ECFP with N-terminal Arginine Tag - This is a composite part. This Cyan fluorescent protein has an N-terminal fusion prefix (BioFusion AKA Silver Lab standard) and is ready to be fused to the N-terminal Arginine tag. This part has a double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
-
'''BBa_K249012'''  --> N-terminal YFP construct with Tet promoter
+
[[Image:N-term_fusion_CFP.png]]
-
'''BBa_K249013'''  --> N-terminal CFP construct with Tet promoter
+
BBa_K249016: mms6 - This is a protein coding region. The mms6 enzyme from Magnetospirillum magneticum has been shown to produce uniform Magnetite nanoparticles when in the presence of an Iron Chloride based solution. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>  
-
'''BBa_K249014'''  --> C-terminal YFP construct with Tet inverter
+
[[Image:Mms6.png]]
-
'''BBa_K249015'''  --> C-terminal CFP construct with Tet inverter
+
BBa_K249026 : Theophylline Riboswitch - This is an improvement on the Theophylline Riboswitch submitted by the University of Lethbridge 2007 iGEM team. The theophylline Riboswitch binds to Theophylline in a specific manner to induce transcription of an mRNA. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>  
-
'''BBa_K249016'''  --> mms6
+
[[Image:Riboswitch.png]]
-
'''BBa_K249017'''  --> N-terminal EYFP construct with Tet inverter
 
-
'''BBa_K249018'''  --> N-terminal CFP construct with Tet inverter
+
BBa_K249029: rpsA TIR - This part is a key regulatory element for use in the cell when under stressful conditions. This Piece of RNA allows the mRNA transcript to bypass some of the Initiation factors generally required for Ribosome recruitment. <html> <body><span style="color:#FF0000">Cancelled.</span> </body> </html>
-
'''BBa_K249019'''  --> Nanoparticle Construct
 
Line 564: Line 577:
padding:5px 60px 3px 0px;
padding:5px 60px 3px 0px;
margin:0px 5px 0px 0px;
margin:0px 5px 0px 0px;
-
color:#FFAA00;
+
color:#FFD600;
font-family:Arial;
font-family:Arial;
font-size:12px;
font-size:12px;
Line 571: Line 584:
border-width:0px 0px 8px 0px;
border-width:0px 0px 8px 0px;
border-style:solid;
border-style:solid;
-
border-color:#FFAA00;
+
border-color:#FFD600;
}
}
Line 578: Line 591:
#qm0 a:hover
#qm0 a:hover
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 586: Line 599:
#qm0 li:hover>a
#qm0 li:hover>a
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 602: Line 615:
body #qm0 .qmactive, body #qm0 .qmactive:hover
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
{
-
color:#006363;
+
color:#3C13AF;
text-decoration:none;
text-decoration:none;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 615: Line 628:
border-width:1px;
border-width:1px;
border-style:solid;
border-style:solid;
-
border-color:#FF0000;
+
border-color:#3C13AF;
}
}
Line 624: Line 637:
padding:3px 5px 3px 5px;
padding:3px 5px 3px 5px;
background-color:transparent;
background-color:transparent;
-
color:#000000;
+
color:#230672;
font-size:11px;
font-size:11px;
font-weight:normal;
font-weight:normal;
border-width:0px;
border-width:0px;
border-style:none;
border-style:none;
-
border-color:#000000;
+
border-color:#230672;
}
}
Line 636: Line 649:
#qm0 div a:hover
#qm0 div a:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 645: Line 658:
#qm0 ul li:hover>a
#qm0 ul li:hover>a
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 661: Line 674:
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
color:#FFFFFF;
color:#FFFFFF;
Line 699: Line 712:
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
}
}
-
 
</style>
</style>
-
 
<!-- Add-On Core Code (Remove when not using any add-on's) -->
<!-- Add-On Core Code (Remove when not using any add-on's) -->
Line 715: Line 726:
// Match Widths Add On
// Match Widths Add On
a.mwidths_active = true;
a.mwidths_active = true;
 +
 +
// IE Over Select Fix Add On
 +
a.overselects_active = true;
</script>
</script>
Line 723: Line 737:
<!-- Add-On Code: Match Widths -->
<!-- Add-On Code: Match Widths -->
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
 +
 +
<!-- Add-On Code: IE Over Select Fix -->
 +
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
</head>
</head>
Line 734: Line 751:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
-
 
</body>
</body>
</html>
</html>
-
== Parts 21-31 ==
+
==Constructs/Devices==
-
'''BBa_K249020'''  --> Lumazine Construct + C-CFP w/ Tet inverter
+
BBa_K249000: Tet Repressible YFP - This is the Yellow Fluorescent Protein from the Registry (RET) which has been modified with a Tetracycline promoter in order to be (PRET). This is a composite part. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_K249021'''  --> Lumazine Construct + C-YFP w/ Tet inverter
+
[[Image:Tet_repressible_YFP.png]]
-
'''BBa_K249022'''  --> Lumazine Construct + N-CFP w/ Tet inverter
+
BBa_K249001: Arabinose Induced Inverter - The Tetracycline Inverted has been equipped with the pBAD promoter to allow for Arabinose induced Inversion of which part has been tagged on afterwards. This is a composite part. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_K249023'''  --> Lumazine Construct + N-CFP w/ Tet inverter
 
-
'''BBa_K249024'''  --> Lumazine Construct + N-YFP w/ Tet inverter + N-CFP w/ Tet
+
[[Image:Arabinose_induced_inverter.png]]
-
promo
+
-
'''BBa_K249025'''  --> Lumazine Construct + C-YFP w/ Tet inverter + C-CFP w/ Tet
+
BBa_K249003: Lumazine Synthase - This is the Composite Part which creates the enzyme Lumazine Synthase. Lumazine Synthase generates the product Lumazine which aggregates together to form a microcompartment, or synthetic organelle. The microcompartment has large negatively charged pores through which proteins containing positively charged Arginine Tags may be targeted. This is a composite part.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
-
promo
+
-
'''BBa_K249026'''  --> Theophylline Riboswitch
+
[[Image:Lumazine_Synthase3.png]]
-
'''BBa_K249027'''  --> Riboswitch + GFP construct
+
BBa_K249010: C-terminal Yellow Fluorescent Protein with tetracycline promoter - This is a composite part. This Yellow fluorescent Protein has been fused with a c-terminal Arginine tag (10 Additional Arginine residues at the c-terminus) and has been fixed with a tetracycline promoter, mRBS,  and double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>  
-
'''BBa_K249028''' --> Riboswitch + cheZ construct
+
[[Image:Cterm_YFP_tetracycline.png]]
 +
 
 +
BBa_K249011: C-terminal Cyan Fluorescent Protein with tetracycline promoter - This is a composite part. This Cyan Fluorescent Protein has been fused with a c-terminal Arginine tag (10 additional arginine residues at the c-terminus) and has been fixed with a tetracycline promoter, mRBS and double terminator. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Cterm_CFP_tetracycline.png]]
 +
 
 +
BBa_K249012: N-terminal Yellow fluorescent protein with tetracycline promoter - This is a composite part. This Yellow fluorescent Protein has been fused with an N-terminal Arginine tag (10 Additional Arginine residues at the N-terminus) and has been fixed with a tetracycline promoter, mRBS, and double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Nterm_YFP_tet.png]]
 +
 
 +
BBa_K249013: N-terminal Cyan fluorescent protein with tetracycline promoter - This is a composite part. This Cyan fluorescent Protein has been fused with an N-terminal Arginine tag (10 Additional Arginine residues at the N-terminus) and has been fixed with a tetracycline promoter, mRBS, and double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Nterm_CFP_tet.png]]
 +
 
 +
BBa_K249014: C-terminal Yellow fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of YFP with C-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 
 +
 
 +
[[Image:Cterm_YFP_tetracycline_inverter.png]]
 +
 
 +
BBa_K249015: C-terminal Cyan fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of CFP with C-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Cterm_CFP_tetracycline_inverter.png]]
 +
 
 +
BBa_K249017: N-terminal Yellow fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of YFP with N-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 
 +
 
 +
[[Image:Nterm_YFP_tet_inverter.png]]
 +
 
 +
BBa_K249018: N-terminal Cyan fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of CFP with N-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Nterm_CFP_tet_inverter.png]]
 +
 
 +
BBa_K249019: Magnetite nanoparticle Device - This is a composite part. The mms6 enzyme from Magnetospirillum magneticum has been
 +
shown to produce uniform Magnetite nanoparticles when in the presence of an Iron Chloride based solution. The coding region has been equipped with an IPTG inducible promoter, strong RBS and double terminator.  Thank you to the [https://2009.igem.org/Team:Alberta University of Alberta Team]for collaborating with us on this part.<html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 
 +
[[Image:Magnetite_nanoparticle_Device.png]]
 +
 
 +
BBa_K249020: Targeted C-terminal CFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the Cyan fluorescent Protein with C-terminal Arginine tag into the Lumazine Microcompartment.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_cterm_CFP_and_lumazine_synthase.png]]
 +
 
 +
BBa_K249021: Targeted C-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the yellow fluorescent Protein with C-terminal Arginine tag into the Lumazine Microcompartment. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_cterm_YFP_and_lumazine_synthase.png]]
 +
 
 +
BBa_K249022: Targeted N-terminal CFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the Cyan fluorescent Protein with N-terminal Arginine tag into the Lumazine Microcompartment. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_nterm_CFP_and_lumazine_synthase.png]]
 +
 
 +
BBa_K249023: Targeted N-terminal YFP and Lumazine Synthase - This is a composite part. This device has been designed to show the localization of the yellow fluorescent Protein with N-terminal Arginine tag into the Lumazine Microcompartment.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_nterm_YFP_and_lumazine_synthase.png]]
 +
 
 +
BBa_K249024: Targeted C-terminal CFP and targeted C-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the co-localization of the Cyan fluorescent Protein  and Yellow fluorescent protein  both equipped with C-terminal Arginine tag into the Lumazine Microcompartment.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_C-terminal_CFP_and_targeted_C-terminal_YFP_and_Lumazine_Synthase.png|965px]]
 +
 
 +
BBa_K249025: Targeted N-terminal CFP and targeted N-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the co-localization of the Cyan fluoresent Protein  and Yellow fluorescent protein  both equipped with N-terminal Arginine tag into the Lumazine Microcompartment.  <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Targeted_N-terminal_CFP_and_targetted_N-terminal_YFP_and_Lumazine_Synthase.png|965px]]
 +
 
 +
BBa_K249027: Theophylline Induced GFP - GFP is controlled through translation by the Theophylline Riboswitch. When Theophylline is present, the Riboswitch undergoes a conformational change to reveal the RBS, allowing production of GFP. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 
 +
[[Image:Theophylline_Induced_GFP2.png]]
 +
 
 +
BBa_K249028: Theophylline Induced Chemotaxis - Chemotaxis by cheZ is controlled through translation by the Theophylline Riboswitch. When Theophylline is present, the Riboswitch undergoes a conformational change to reveal the RBS, allowing the production of cheZ, a key regulatory element in the motility pathway. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 
 +
 
 +
[[Image:Theophylline_Induced_chemotaxis3.png]]
 +
 
 +
BBa_K249030: rpsA TIR controlled GFP - Green Fluorescent Protein expression is controlled by the rpsA TIR which allows for the protein to be expressed under stressful cellular conditions. <html><body><span style="color:#FF0000">Cancelled.</span> </body> </html>
-
'''BBa_K249029'''  --> rpsA TIR
 
-
'''BBa_K249030'''  --> rpsA + GFP construct
 
Line 793: Line 874:
padding:5px 60px 3px 0px;
padding:5px 60px 3px 0px;
margin:0px 5px 0px 0px;
margin:0px 5px 0px 0px;
-
color:#FFAA00;
+
color:#FFD600;
font-family:Arial;
font-family:Arial;
font-size:12px;
font-size:12px;
Line 800: Line 881:
border-width:0px 0px 8px 0px;
border-width:0px 0px 8px 0px;
border-style:solid;
border-style:solid;
-
border-color:#FFAA00;
+
border-color:#FFD600;
}
}
Line 807: Line 888:
#qm0 a:hover
#qm0 a:hover
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 815: Line 896:
#qm0 li:hover>a
#qm0 li:hover>a
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 831: Line 912:
body #qm0 .qmactive, body #qm0 .qmactive:hover
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
{
-
color:#006363;
+
color:#3C13AF;
text-decoration:none;
text-decoration:none;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 844: Line 925:
border-width:1px;
border-width:1px;
border-style:solid;
border-style:solid;
-
border-color:#FF0000;
+
border-color:#3C13AF;
}
}
Line 853: Line 934:
padding:3px 5px 3px 5px;
padding:3px 5px 3px 5px;
background-color:transparent;
background-color:transparent;
-
color:#000000;
+
color:#230672;
font-size:11px;
font-size:11px;
font-weight:normal;
font-weight:normal;
border-width:0px;
border-width:0px;
border-style:none;
border-style:none;
-
border-color:#000000;
+
border-color:#230672;
}
}
Line 865: Line 946:
#qm0 div a:hover
#qm0 div a:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 874: Line 955:
#qm0 ul li:hover>a
#qm0 ul li:hover>a
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 890: Line 971:
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
color:#FFFFFF;
color:#FFFFFF;
Line 928: Line 1,009:
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
}
}
-
 
</style>
</style>
-
 
<!-- Add-On Core Code (Remove when not using any add-on's) -->
<!-- Add-On Core Code (Remove when not using any add-on's) -->
Line 944: Line 1,023:
// Match Widths Add On
// Match Widths Add On
a.mwidths_active = true;
a.mwidths_active = true;
 +
 +
// IE Over Select Fix Add On
 +
a.overselects_active = true;
</script>
</script>
Line 952: Line 1,034:
<!-- Add-On Code: Match Widths -->
<!-- Add-On Code: Match Widths -->
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
 +
 +
<!-- Add-On Code: IE Over Select Fix -->
 +
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
</head>
</head>
Line 963: Line 1,048:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
-
 
</body>
</body>
</html>
</html>
-
== Intermediate Parts ==
 
 +
==Intermediate Parts==
 +
 +
BBa_S04259: Lumazine-dT : This is the Lumazine coding region with a double terminator. Composed of K249002:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
 +
[[Image:Lumazine-dT.png]]
 +
 +
BBa_S04260: sRBS-Lumazine-dT : This is the Lumazine coding region with w strong RBS and double terminator. Composed of
 +
B0030:K249002:B0015. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 +
[[Image:SRBS-lumazine-dT.png]]
 +
 +
BBa_S04261: C-terminal-dT : This is the C-terminal Arginine fusion vector with a double terminator added to it. Composed of K249005:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
 +
[[Image:Ctermdt.png]]
 +
 +
BBa_S04262: mRBS-N-terminal : This is the N-terminal Arginine fusion vector with a medium RBS added to it. Composed of B0032:K249004. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
[[Image:RBSntermtail.png]]
 +
 +
BBa_S04263: GFP-dT: This is an improvement to a part already in the registry. We felt it necessary to remake this part since we had some trouble with it in 2008, and there was no evidence that anyone had ever had success with it on the registry. Composed of E0040:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
 +
[[Image:GFPdT.png]]
 +
 +
BBa_S04264: fusion EYFP-dT: This is the yellow fluorescent protein with the C-terminal Arginine tag, a double terminator has been added on to the end. Composed of K249006:K249005:B0015.<html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
[[Image:EYFPR10dT.png]]
 +
 +
BBa_S04265: fusion ECFP-dT: This is the cyan fluorescent protein with the C-terminal Arginine tag, a double terminator has been added on to the end. Composed of K249007:K249005:B0015. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 +
[[Image:ECFPr10dT.png]]
 +
 +
BBa_S04266: mRBS-N-terminal EYFP: This is the yellow fluorescent protein with the N-terminal Arginine tag, a medium RBS has been added. Composed of B0032:K249004:K249008. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
 +
 +
 +
[[Image:MRBSR10YFP.png]]
 +
 +
BBa_S04267: mRBS-N-terminal ECFP: This is the cyan fluorescent protein with the N-terminal Arginine tag, a medium RBS has been added. Composed of B0032:K249004:K249007. <html> <body><span style="color:#330570">In progress</span> </body> </html>
 +
 +
[[Image:MRBSR10CFP.png]]
 +
 +
BBa_S04268: mms6-dT: This is the mms6 gene from magnetospirillum magneticum which produces magnetite nanoparticles. It has been equipped with a double terminator. Composed of K249016:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_S04259'''  --> Lumazine - dT
 
-
'''BBa_S04260'''  --> sRBS - Lumazine - dT
+
[[Image:Mms6dT.png]]
-
'''BBa_S04261'''  --> C-terminal - dT
+
BBa_S04269: sRBS-mms6-dT: This is the mms6 gene from magnetospirillum magneticum which produces magnetite nanoparticles. It has been equipped with a double terminator and a strong RBS. Composed of B0030:K249016:B0015. <html> <body><span style="color:#330570">In progress</span> </body> </html>
-
'''BBa_S04262'''  --> mRBS - N-terminal
+
[[Image:SRBSmms6dt.png]]
-
'''BBa_S04263'''  --> GFP - dT [improvement on a previous BioBrick part]
+
BBa_S04270: Riboswitch-GFP-dT: This is the theophylline Riboswitch (which acts as an alternative RBS) which has been equipped with the fluorescent reported GFP and a double terminator. Composed of K249026:E0040:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_S04264'''  --> fusion C-EYFP - dT
 
-
'''BBa_S04265'''  --> fusion C-CFP  - dT  (no promoter)
+
[[Image:RiboswitchGFPdT.png]]
-
'''BBa_S04266'''  --> mRBS - fusion N-YFP
+
BBa_S04271: cheZ-dT: This is a composite part in the motility pathway. Composed from the 2008 Lethbridge teams cheZ submission and a double terminator. Composed of K149000:B0015.<html> <body><span style="color:#04346C">Submitted.</span> </body> </html>  
-
'''BBa_S04267'''  --> mRBS - fusion N-CFP
 
-
'''BBa_S04268'''  --> mms6 - dT
+
[[Image:ChezdT.png]]
-
'''BBa_S04269'''  --> sRBS - mms6 - dT
+
BBa_S04272: Riboswitch-cheZ-dT: This is the theophylline riboswitch (which acts as an alternative RBS) which has been equipped with the cheZ motility gene and a double terminator. Composed of K249026:K149000:B0015. <html> <body><span style="color:#04346C">Submitted.</span> </body> </html>
-
'''BBa_S04270'''  --> Riboswitch - GFP - dT
 
-
'''BBa_S04271'''  --> cheZ - dT
+
[[Image:RiboswitchCheZdt.png]]
-
'''BBa_S04272'''  --> Riboswitch - cheZ - dT
+
BBa_S04273: rpsA TIR-GFP-dT: This is the rspA TIR equipped with the fluorescent reporter gene GFP and a double terminator. Composed of K249029:E0030:B0015.  <html><body><span style="color:#FF0000">Cancelled.</span> </body> </html>
-
'''BBa_S04273'''  --> rpsA - GFP - dT
 
<html>
<html>
Line 1,027: Line 1,149:
padding:5px 60px 3px 0px;
padding:5px 60px 3px 0px;
margin:0px 5px 0px 0px;
margin:0px 5px 0px 0px;
-
color:#FFAA00;
+
color:#FFD600;
font-family:Arial;
font-family:Arial;
font-size:12px;
font-size:12px;
Line 1,034: Line 1,156:
border-width:0px 0px 8px 0px;
border-width:0px 0px 8px 0px;
border-style:solid;
border-style:solid;
-
border-color:#FFAA00;
+
border-color:#FFD600;
}
}
Line 1,041: Line 1,163:
#qm0 a:hover
#qm0 a:hover
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 1,049: Line 1,171:
#qm0 li:hover>a
#qm0 li:hover>a
{
{
-
color:#006363;
+
color:#3C13AF;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 1,065: Line 1,187:
body #qm0 .qmactive, body #qm0 .qmactive:hover
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
{
-
color:#006363;
+
color:#3C13AF;
text-decoration:none;
text-decoration:none;
-
border-color:#FF0000;
+
border-color:#FFAD00;
}
}
Line 1,078: Line 1,200:
border-width:1px;
border-width:1px;
border-style:solid;
border-style:solid;
-
border-color:#FF0000;
+
border-color:#3C13AF;
}
}
Line 1,087: Line 1,209:
padding:3px 5px 3px 5px;
padding:3px 5px 3px 5px;
background-color:transparent;
background-color:transparent;
-
color:#000000;
+
color:#230672;
font-size:11px;
font-size:11px;
font-weight:normal;
font-weight:normal;
border-width:0px;
border-width:0px;
border-style:none;
border-style:none;
-
border-color:#000000;
+
border-color:#230672;
}
}
Line 1,099: Line 1,221:
#qm0 div a:hover
#qm0 div a:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 1,108: Line 1,230:
#qm0 ul li:hover>a
#qm0 ul li:hover>a
{
{
-
background-color:#666666;
+
background-color:#476DD5;
color:#FFFFFF;
color:#FFFFFF;
text-decoration:none;
text-decoration:none;
Line 1,124: Line 1,246:
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
{
-
background-color:#666666;
+
background-color:#476DD5;
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
color:#FFFFFF;
color:#FFFFFF;
Line 1,162: Line 1,284:
background-image:url(qmimages/arrow_1.gif);
background-image:url(qmimages/arrow_1.gif);
}
}
-
 
</style>
</style>
-
 
<!-- Add-On Core Code (Remove when not using any add-on's) -->
<!-- Add-On Core Code (Remove when not using any add-on's) -->
Line 1,178: Line 1,298:
// Match Widths Add On
// Match Widths Add On
a.mwidths_active = true;
a.mwidths_active = true;
 +
 +
// IE Over Select Fix Add On
 +
a.overselects_active = true;
</script>
</script>
Line 1,186: Line 1,309:
<!-- Add-On Code: Match Widths -->
<!-- Add-On Code: Match Widths -->
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
<script type="text/javascript">/* <![CDATA[ */qmad.mwidths=new Object();if(qmad.bvis.indexOf("qm_mwidths_a(b.cdiv,o);")==-1)qmad.bvis+="qm_mwidths_a(b.cdiv,o);";;function qm_mwidths_a(sub,item){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.match_widths)&&!z["on"+qm_index(sub)])return;var ss;if(!item.settingsid){var v=item;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){item.settingsid=v.id;break;}}}ss=qmad[item.settingsid];if(!ss)return;if(!ss.mwidths_active)return;if(qm_a(item.parentNode)){var t=0;t+=qm_getcomputedstyle(sub,"padding-left","paddingLeft");t+=qm_getcomputedstyle(sub,"padding-right","paddingRight");t+=qm_getcomputedstyle(sub,"border-left-width","borderLeftWidth");t+=qm_getcomputedstyle(sub,"border-right-width","borderRightWidth");var adj=0;adj=item.getAttribute("matchwidthadjust");if(adj)adj=parseInt(adj);if(!adj||isNaN(adj))adj=0;sub.style.width=(item.offsetWidth-t+adj)+"px";var a=sub.childNodes;for(var i=0;i<a.length;i++){if(a[i].tagName=="A")a[i].style.whiteSpace="normal";}}};function qm_getcomputedstyle(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;}/* ]]> */</script>
 +
 +
<!-- Add-On Code: IE Over Select Fix -->
 +
<script type="text/javascript">/* <![CDATA[ */if(window.showHelp&&!window.XMLHttpRequest){if(qmad.bvis.indexOf("qm_over_select(b.cdiv);")==-1){qmad.bvis+="qm_over_select(b.cdiv);";qmad.bhide+="qm_over_select(a,1);";}};function qm_over_select(a,hide){var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.over_select)&&!z["on"+qm_index(a)])return;if(!a.settingsid){var v=a;while(!qm_a(v))v=v[qp];a.settingsid=v.id;}var ss=qmad[a.settingsid];if(!ss)return;if(!ss.overselects_active)return;if(!hide&&!a.hasselectfix){var f=document.createElement("IFRAME");f.style.position="absolute";f.style.filter="alpha(opacity=0)";f.src="javascript:false;";f=a.parentNode.appendChild(f);f.frameborder=0;a.hasselectfix=f;}var b=a.hasselectfix;if(b){if(hide)b.style.display="none";else {var oxy=0;if(a.hasshadow&&a.hasshadow.style.visibility=="inherit")oxy=parseInt(ss.shadow_offset);if(!oxy)oxy=0;b.style.width=a.offsetWidth+oxy;b.style.height=a.offsetHeight+oxy;b.style.top=a.style.top;b.style.left=a.style.left;b.style.margin=a.currentStyle.margin;b.style.display="block";}}}/* ]]> */</script>
</head>
</head>
Line 1,197: Line 1,323:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
-
 
</body>
</body>
</html>
</html>

Latest revision as of 03:12, 22 October 2009


Igembanner.jpg



Favourites

BBa_K249002: Lumazine Synthase - Lumazine Synthase is an enzyme which creates Lumazine, a product which aggregates forming a hollow spheroid which can act as a mirocompartment, or artificial organelle. The Lumazine forms negatively charged pores, which can be used to introduce proteins. The proteins which are being introduced into the microcompartment must be equipped with an Arginine Tag. This is a protein coding part. Submitted.

Lumazine Synthase2.png

BBa_K249004: N-terminal Arginine Fusion vector - pSB1A3 with an N-terminal Arginine tag. This particular plasmid utilizes the BioFusion (aka Silver Lab) Standard for BioBrick assembly at the suffix, and the regular BioBrick standard at the prefix. Adds 10 Arginine residues to the N-terminus of a Protein (includes Start Codon AUG). This part is meant to work in conjunction with the Lumazine synthase microcompartment. Protein with the N-terminal Arginine fusion will be localized into the negative core of the Lumazine microcompartments. Submitted.

Nterm Arg2.png

BBa_K249005: C-terminal Arginine fusion vector - pSB1A3 with a C-terminal Arginine tag. This particular plasmid utilizes the BioFusion (aka Silver Lab) Standard for BioBrick assembly at the prefix and the regular Biobrick standard at the suffix. Adds 10 Arginine residues to the C-terminus of a Protein (Includes Stop Codon) this part is meant to work in conjunction with the Lumazine synthase microcompartment. Protein with the N-terminal Arginine fusion will be localized into the negative core of the Lumazine microcompartments. Submitted.

Cterm Arg2.png

Individual Parts

BBa_K249006: Fusion EYFP with C-terminal Arginine Tag - This is a composite part. This Yellow Fluorescent Protein has a C-terminal fusion suffix (BioFusion AKA Silver Lab standard) and is ready to be fused to the C-terminal Arginine tag. This part has a ribosomal binding site. Submitted.

EYFPCtermfusion standard.png

BBa_K249007: Fusion CFP with C-terminal Arginine Tag - This is a composite part. This cyan Fluorescent protein has a c-terminal fusion suffix (BioFusion AKA Silver Lab standard) and is ready to be fused to the C-terminal Arginine tag. This part has the pTet promoter and a ribosomal binding site. In progress


CFPCtermfusion standard.png

BBa_K249008: Fusion EYFP with N-terminal Arginine Tag - This is a composite part. This Yellow Fluorescent Protein has an N-terminal fusion prefix (BioFusion AKA Silver Lab standard) and is ready to be fused to the N-terminal Arginine tag. This part has a double terminator. Submitted.

YFP Nterm Fusion.png

BBa_K249009: Fusion ECFP with N-terminal Arginine Tag - This is a composite part. This Cyan fluorescent protein has an N-terminal fusion prefix (BioFusion AKA Silver Lab standard) and is ready to be fused to the N-terminal Arginine tag. This part has a double terminator. In progress

N-term fusion CFP.png

BBa_K249016: mms6 - This is a protein coding region. The mms6 enzyme from Magnetospirillum magneticum has been shown to produce uniform Magnetite nanoparticles when in the presence of an Iron Chloride based solution. Submitted.

Mms6.png

BBa_K249026 : Theophylline Riboswitch - This is an improvement on the Theophylline Riboswitch submitted by the University of Lethbridge 2007 iGEM team. The theophylline Riboswitch binds to Theophylline in a specific manner to induce transcription of an mRNA. Submitted.

Riboswitch.png


BBa_K249029: rpsA TIR - This part is a key regulatory element for use in the cell when under stressful conditions. This Piece of RNA allows the mRNA transcript to bypass some of the Initiation factors generally required for Ribosome recruitment. Cancelled.


Constructs/Devices

BBa_K249000: Tet Repressible YFP - This is the Yellow Fluorescent Protein from the Registry (RET) which has been modified with a Tetracycline promoter in order to be (PRET). This is a composite part. Submitted.

Tet repressible YFP.png

BBa_K249001: Arabinose Induced Inverter - The Tetracycline Inverted has been equipped with the pBAD promoter to allow for Arabinose induced Inversion of which part has been tagged on afterwards. This is a composite part. Submitted.


Arabinose induced inverter.png

BBa_K249003: Lumazine Synthase - This is the Composite Part which creates the enzyme Lumazine Synthase. Lumazine Synthase generates the product Lumazine which aggregates together to form a microcompartment, or synthetic organelle. The microcompartment has large negatively charged pores through which proteins containing positively charged Arginine Tags may be targeted. This is a composite part. In progress

Lumazine Synthase3.png

BBa_K249010: C-terminal Yellow Fluorescent Protein with tetracycline promoter - This is a composite part. This Yellow fluorescent Protein has been fused with a c-terminal Arginine tag (10 Additional Arginine residues at the c-terminus) and has been fixed with a tetracycline promoter, mRBS, and double terminator. In progress

Cterm YFP tetracycline.png

BBa_K249011: C-terminal Cyan Fluorescent Protein with tetracycline promoter - This is a composite part. This Cyan Fluorescent Protein has been fused with a c-terminal Arginine tag (10 additional arginine residues at the c-terminus) and has been fixed with a tetracycline promoter, mRBS and double terminator. In progress

Cterm CFP tetracycline.png

BBa_K249012: N-terminal Yellow fluorescent protein with tetracycline promoter - This is a composite part. This Yellow fluorescent Protein has been fused with an N-terminal Arginine tag (10 Additional Arginine residues at the N-terminus) and has been fixed with a tetracycline promoter, mRBS, and double terminator. In progress

Nterm YFP tet.png

BBa_K249013: N-terminal Cyan fluorescent protein with tetracycline promoter - This is a composite part. This Cyan fluorescent Protein has been fused with an N-terminal Arginine tag (10 Additional Arginine residues at the N-terminus) and has been fixed with a tetracycline promoter, mRBS, and double terminator. In progress

Nterm CFP tet.png

BBa_K249014: C-terminal Yellow fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of YFP with C-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. Submitted.


Cterm YFP tetracycline inverter.png

BBa_K249015: C-terminal Cyan fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of CFP with C-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. In progress

Cterm CFP tetracycline inverter.png

BBa_K249017: N-terminal Yellow fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of YFP with N-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. Submitted.


Nterm YFP tet inverter.png

BBa_K249018: N-terminal Cyan fluorescent protein with tetracycline inverter - Arabinose repressible Tetracycline inversion of CFP with N-terminal Fusion Arganine Tag for targeting into Lumazine Microcompartment. Has a medium RBS and a double terminator. In progress

Nterm CFP tet inverter.png

BBa_K249019: Magnetite nanoparticle Device - This is a composite part. The mms6 enzyme from Magnetospirillum magneticum has been shown to produce uniform Magnetite nanoparticles when in the presence of an Iron Chloride based solution. The coding region has been equipped with an IPTG inducible promoter, strong RBS and double terminator. Thank you to the University of Alberta Teamfor collaborating with us on this part. Submitted.

Magnetite nanoparticle Device.png

BBa_K249020: Targeted C-terminal CFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the Cyan fluorescent Protein with C-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted cterm CFP and lumazine synthase.png

BBa_K249021: Targeted C-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the yellow fluorescent Protein with C-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted cterm YFP and lumazine synthase.png

BBa_K249022: Targeted N-terminal CFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the localization of the Cyan fluorescent Protein with N-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted nterm CFP and lumazine synthase.png

BBa_K249023: Targeted N-terminal YFP and Lumazine Synthase - This is a composite part. This device has been designed to show the localization of the yellow fluorescent Protein with N-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted nterm YFP and lumazine synthase.png

BBa_K249024: Targeted C-terminal CFP and targeted C-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the co-localization of the Cyan fluorescent Protein and Yellow fluorescent protein both equipped with C-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted C-terminal CFP and targeted C-terminal YFP and Lumazine Synthase.png

BBa_K249025: Targeted N-terminal CFP and targeted N-terminal YFP and Lumazine Synthase - This is a composite part. This is device has been designed to show the co-localization of the Cyan fluoresent Protein and Yellow fluorescent protein both equipped with N-terminal Arginine tag into the Lumazine Microcompartment. In progress

Targeted N-terminal CFP and targetted N-terminal YFP and Lumazine Synthase.png

BBa_K249027: Theophylline Induced GFP - GFP is controlled through translation by the Theophylline Riboswitch. When Theophylline is present, the Riboswitch undergoes a conformational change to reveal the RBS, allowing production of GFP. In progress

Theophylline Induced GFP2.png

BBa_K249028: Theophylline Induced Chemotaxis - Chemotaxis by cheZ is controlled through translation by the Theophylline Riboswitch. When Theophylline is present, the Riboswitch undergoes a conformational change to reveal the RBS, allowing the production of cheZ, a key regulatory element in the motility pathway. Submitted.


Theophylline Induced chemotaxis3.png

BBa_K249030: rpsA TIR controlled GFP - Green Fluorescent Protein expression is controlled by the rpsA TIR which allows for the protein to be expressed under stressful cellular conditions. Cancelled.



Intermediate Parts

BBa_S04259: Lumazine-dT : This is the Lumazine coding region with a double terminator. Composed of K249002:B0015. Submitted.


Lumazine-dT.png

BBa_S04260: sRBS-Lumazine-dT : This is the Lumazine coding region with w strong RBS and double terminator. Composed of B0030:K249002:B0015. In progress

SRBS-lumazine-dT.png

BBa_S04261: C-terminal-dT : This is the C-terminal Arginine fusion vector with a double terminator added to it. Composed of K249005:B0015. Submitted.


Ctermdt.png

BBa_S04262: mRBS-N-terminal : This is the N-terminal Arginine fusion vector with a medium RBS added to it. Composed of B0032:K249004. Submitted.

RBSntermtail.png

BBa_S04263: GFP-dT: This is an improvement to a part already in the registry. We felt it necessary to remake this part since we had some trouble with it in 2008, and there was no evidence that anyone had ever had success with it on the registry. Composed of E0040:B0015. Submitted.


GFPdT.png

BBa_S04264: fusion EYFP-dT: This is the yellow fluorescent protein with the C-terminal Arginine tag, a double terminator has been added on to the end. Composed of K249006:K249005:B0015. Submitted.

EYFPR10dT.png

BBa_S04265: fusion ECFP-dT: This is the cyan fluorescent protein with the C-terminal Arginine tag, a double terminator has been added on to the end. Composed of K249007:K249005:B0015. In progress

ECFPr10dT.png

BBa_S04266: mRBS-N-terminal EYFP: This is the yellow fluorescent protein with the N-terminal Arginine tag, a medium RBS has been added. Composed of B0032:K249004:K249008. Submitted.


MRBSR10YFP.png

BBa_S04267: mRBS-N-terminal ECFP: This is the cyan fluorescent protein with the N-terminal Arginine tag, a medium RBS has been added. Composed of B0032:K249004:K249007. In progress

MRBSR10CFP.png

BBa_S04268: mms6-dT: This is the mms6 gene from magnetospirillum magneticum which produces magnetite nanoparticles. It has been equipped with a double terminator. Composed of K249016:B0015. Submitted.


Mms6dT.png

BBa_S04269: sRBS-mms6-dT: This is the mms6 gene from magnetospirillum magneticum which produces magnetite nanoparticles. It has been equipped with a double terminator and a strong RBS. Composed of B0030:K249016:B0015. In progress

SRBSmms6dt.png

BBa_S04270: Riboswitch-GFP-dT: This is the theophylline Riboswitch (which acts as an alternative RBS) which has been equipped with the fluorescent reported GFP and a double terminator. Composed of K249026:E0040:B0015. Submitted.


RiboswitchGFPdT.png

BBa_S04271: cheZ-dT: This is a composite part in the motility pathway. Composed from the 2008 Lethbridge teams cheZ submission and a double terminator. Composed of K149000:B0015. Submitted.


ChezdT.png

BBa_S04272: Riboswitch-cheZ-dT: This is the theophylline riboswitch (which acts as an alternative RBS) which has been equipped with the cheZ motility gene and a double terminator. Composed of K249026:K149000:B0015. Submitted.


RiboswitchCheZdt.png

BBa_S04273: rpsA TIR-GFP-dT: This is the rspA TIR equipped with the fluorescent reporter gene GFP and a double terminator. Composed of K249029:E0030:B0015. Cancelled.