Team:Lethbridge/Team Meetings
From 2009.igem.org
Line 320: | Line 320: | ||
We discussed setting up lab tutorials for those of us that are new team members, the dates and times TBD. | We discussed setting up lab tutorials for those of us that are new team members, the dates and times TBD. | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== May == | == May == | ||
Line 357: | Line 560: | ||
Ethics evaluation for workshop on the 29th in Calgary | Ethics evaluation for workshop on the 29th in Calgary | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== June == | == June == | ||
Line 381: | Line 787: | ||
Signing up for workshops for the wiki/fundraising/presentation weekend. | Signing up for workshops for the wiki/fundraising/presentation weekend. | ||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== July == | == July == | ||
Line 399: | Line 1,008: | ||
'''July 29th''' | '''July 29th''' | ||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== August == | == August == | ||
Line 429: | Line 1,240: | ||
'''August 26th''' | '''August 26th''' | ||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== September == | == September == | ||
Line 462: | Line 1,475: | ||
'''September 30th''' | '''September 30th''' | ||
+ | <html> | ||
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
== October == | == October == | ||
- | == | + | <html> |
+ | <head> | ||
+ | <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%--> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/ | ||
+ | .qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;} | ||
+ | |||
+ | |||
+ | /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/ | ||
+ | |||
+ | |||
+ | /* QuickMenu 0 */ | ||
+ | |||
+ | /*"""""""" (MAIN) Container""""""""*/ | ||
+ | #qm0 | ||
+ | { | ||
+ | width:auto; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Items""""""""*/ | ||
+ | #qm0 a | ||
+ | { | ||
+ | padding:5px 60px 3px 0px; | ||
+ | margin:0px 5px 0px 0px; | ||
+ | color:#FFAA00; | ||
+ | font-family:Arial; | ||
+ | font-size:12px; | ||
+ | text-decoration:none; | ||
+ | font-weight:bold; | ||
+ | border-width:0px 0px 8px 0px; | ||
+ | border-style:solid; | ||
+ | border-color:#FFAA00; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State""""""""*/ | ||
+ | #qm0 a:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 li:hover>a | ||
+ | { | ||
+ | color:#006363; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Parent Items""""""""*/ | ||
+ | #qm0 .qmparent | ||
+ | { | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:95% 50%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (MAIN) Active State""""""""*/ | ||
+ | body #qm0 .qmactive, body #qm0 .qmactive:hover | ||
+ | { | ||
+ | color:#006363; | ||
+ | text-decoration:none; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Container""""""""*/ | ||
+ | #qm0 div, #qm0 ul | ||
+ | { | ||
+ | padding:10px 5px 10px 5px; | ||
+ | background-color:#EEEEEE; | ||
+ | border-width:1px; | ||
+ | border-style:solid; | ||
+ | border-color:#FF0000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Items""""""""*/ | ||
+ | #qm0 div a, #qm0 ul a | ||
+ | { | ||
+ | padding:3px 5px 3px 5px; | ||
+ | background-color:transparent; | ||
+ | color:#000000; | ||
+ | font-size:11px; | ||
+ | font-weight:normal; | ||
+ | border-width:0px; | ||
+ | border-style:none; | ||
+ | border-color:#000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State""""""""*/ | ||
+ | #qm0 div a:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/ | ||
+ | #qm0 ul li:hover>a | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | color:#FFFFFF; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Parent Items""""""""*/ | ||
+ | #qm0 div .qmparent, #qm0 ul .qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_0.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" (SUB) Active State""""""""*/ | ||
+ | body #qm0 div .qmactive, body #qm0 div .qmactive:hover | ||
+ | { | ||
+ | background-color:#666666; | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Titles""""""""*/ | ||
+ | #qm0 .qmtitle | ||
+ | { | ||
+ | margin:2px 5px 5px 5px; | ||
+ | color:#222222; | ||
+ | font-family:Arial; | ||
+ | font-size:11px; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Individual Horizontal Dividers""""""""*/ | ||
+ | #qm0 .qmdividerx | ||
+ | { | ||
+ | border-top-width:1px; | ||
+ | margin:4px 5px 4px 5px; | ||
+ | border-color:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 ul | ||
+ | { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*"""""""" Custom Rule""""""""*/ | ||
+ | ul#qm0 li:hover > a.qmparent | ||
+ | { | ||
+ | background-image:url(qmimages/arrow_1.gif); | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- Add-On Core Code (Remove when not using any add-on's) --> | ||
+ | <style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script> | ||
+ | |||
+ | <!-- Add-On Settings --> | ||
+ | <script type="text/JavaScript"> | ||
+ | |||
+ | /******* Menu 0 Add-On Settings *******/ | ||
+ | var a = qmad.qm0 = new Object(); | ||
+ | |||
+ | // Match Widths Add On | ||
+ | a.mwidths_active = true; | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- Core QuickMenu Code --> | ||
+ | <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 --> | ||
+ | <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> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <ul id="qm0" class="qmmc"> | ||
+ | |||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge">Home</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Lethbridge/Team_Meetings">Top of Page</a></li> | ||
+ | <li class="qmclear"> </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) --> | ||
+ | <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 21:40, 7 September 2009
Team MeetingsWe meet once a week to discuss planning and progress. This page includes brief summaries of what goes on behind closed doors.
AprilApril 22 Broke off into different planning groups. We split into three groups in order to focus and organize our planning stages. The groups are: Fundraising Alix Blackshaw, Megan Torry Business Planning Jeffrey Fischer, Roxanne Shank, Ashley Duncan, HJ Wieden Research and Development Jeffrey Fischer, Lisza Bruder, Nathan Puhl, Fan Mo, Kirsten Rosler, Mackenzie Coatham, HJ Wieden
Fundraising group has come up with 4 levels of donations. Research and Development have possibly found our model organism. May 4th is our kickoff event with AIF. We discussed setting up lab tutorials for those of us that are new team members, the dates and times TBD.
MayMay 6 Finalizing our separate sub teams
Lab tutorials: Everyone will be responsible for their own genes in order to finish off last years project and to learn molecular techniques. Our Ethics leader: Alix Blackshaw The presentation team: Lisza Bruder, Mackenzie Coatham, Ashley Duncan, Megan Torry May 13 Lecture topic: What is synthetic biology? Business Plan Editing
May 20 Lecture topic: molecular cloning and related technologies More business plan editing, Dragon's Den (hosted by Alberta ingenuity fund) in 5 days! May 27 Lecture topic: Open Wet Ware and Biobricks Dragon's Den debriefing Ethics evaluation for workshop on the 29th in Calgary
JuneJune 3 iGEM and BrioBricks "midterm" Ethics debriefing. Student presentations start next week! June 10 Student Presentation: Megan Torry on "Complete Chemical Synthesis, Assembly, and Cloning of a Mycoplasma genitalium Genome" Gibson et al. Science 2008 June 17 Student Presentation: Lisza Bruder June 24 Student Presentation: Ashley Duncan on "A Synthetic Oscillatory Network of Transcriptional Regulators" Michael B. Elowitz and Stanislas Leibler Signing up for workshops for the wiki/fundraising/presentation weekend.
JulyJuly 1st Happy Canada Day! No meeting July 8th Student presentation: Mackenzie Coatham on "The construction of a genetic toggle switch in E. coli " July 15th
AugustAugust 5th
We have grant money! Project tracks (1) Foundational Advances (2) Environmental Project Proposal defenses:
SeptemberSeptember 2nd aGEM
Parts registry page: keep the s codes separate, need code & info(detailed info to be added later), sequences? Make a "Criteria met for judging page" We need some canvassing done for fund raising Synsystems as a business? Roxanne is looking into this Modeling: everything is ready to go, making the U of A teams stuff priority nanoparticle by end of the week?!
October
|