|
|
(21 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | <HTML><HEAD>
| + | {{Team:UNIK Copenhagen/template}} |
| | | |
- | <meta name="WT.qs_dlk" content="U@BtYwrIZ2cAADiVCRkAAAA7"/>
| + | <html> |
| + | <head> |
| + | <style type="text/css"> |
| | | |
- | <meta name="WT.qs_shmv" content="lv20140623-astbury.sf.quinstreet.net"/>
| + | /*---------------------------------------------*/ |
- | <meta http-equiv="Set-Cookie" content="WMUUID=U@BtYwrIZ2cAADiVCRkAAAA7; path=/; domain=htmlgoodies.com;"/> | + | /* CSS of Q/A part */ |
| + | /*---------------------------------------------*/ |
| + | .subject, .description{ |
| + | float: left; |
| + | } |
| + | .subject{ |
| + | width: 130px; |
| + | text-align: left; |
| + | margin: 0px 10px 0px 40px; |
| + | padding: 50px 0px; |
| + | } |
| + | .description{ |
| + | width: 564px; |
| + | margin: 0px 50px 0px 10px; |
| + | padding: 25px; |
| + | background-color: white; |
| + | } |
| + | </style> |
| | | |
- | <meta name="inject_params" content="WT.qs_dlk=U@BtYwrIZ2cAADiVCRkAAAA7&"/>
| + | <div class="the_content"> |
| + | <div class="subject"> |
| + | <h3>TWITTER FEED</h3> |
| + | </div> |
| + | <div class="description"> |
| + | |
| + | <a class="twitter-timeline" href="https://twitter.com/iGEMkbh" data-widget-id="499922331175636993">Tweets by @iGEMkbh</a> |
| + | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> |
| | | |
- | <meta http-equiv="Set-Cookie" content="inject_params=WT.qs_dlk=U@BtYwrIZ2cAADiVCRkAAAA7&; path=/; domain=htmlgoodies.com;"/>
| |
| | | |
- | <script language="javascript"> | + | </div> |
- | // | + | </div> |
- | Titles=[ "can1",
| + | </html> |
- | "suc2",
| + | |
- | "FAB",
| + | |
- | "GFP",
| + | |
- | "ura3",
| + | |
- | ];
| + | |
- |
| + | |
- | var nCols = 1; // Number of columns in the tables
| + | |
- | var bgColor = "white"; // Pop-up table background color
| + | |
- | var fgColor = "Black"; // Pop-up table text color
| + | |
- | Text = new Array(5); // Array of arrays of pop-up table data
| + | |
| | | |
- | Text[0] = new Array("can1 codes for a transporter that transport arginin and canavanin into the cell");
| |
- | Text[1] = new Array("suc2 is a signal sequence that localizes the translation to ER");
| |
- | Text[2] = new Array("the fab gene codes for the FAB fragment");
| |
- | Text[3] = new Array("the gfp gene sodes for the gfp fragment");
| |
- | Text[4] = new Array("ura3 codes for an enzyme in the synthesis of uracil");
| |
| | | |
- | function eShow(name)
| |
- | {
| |
- | document.all(name).style.display = "inline";
| |
- | }
| |
- | function eHide(name)
| |
- | {
| |
- | document.all(name).style.display = "none";
| |
- | }
| |
- | </script>
| |
- | </head>
| |
| | | |
- | | + | <html> |
- | <BODY> | + | <div id="footer" style="position:absolute;bottom:0;"> |
- | <div style="position:relative"> | + | <hr><br> |
- | <script language="javascript">
| + | <p>Team UNIK Copenhagen <br> <b>e-mail:</b> igem.cph14@gmail.com<p><br> |
- | for (var j = 0; j < Titles.length; ++j)
| + | |
- | {
| + | |
- | name = Titles[j];
| + | |
- | document.write(
| + | |
- | "<div style=\"position:absolute;top:5px;width:350px\">\n" +
| + | |
- | " <table id=\"" + name + "\"" +
| + | |
- | " cellpadding=1 cellspacing=4 border=2" +
| + | |
- | " bgColor=" + bgColor+ "\n style=" +
| + | |
- | "\"display:none; position:absolute; left:200px\">");
| + | |
- | document.write(
| + | |
- | "<tr bgColor=" + bgColor+ ">");
| + | |
- | document.write(
| + | |
- | " <th bgColor=" + fgColor + " align=center>" +
| + | |
- | " <font color=" + bgColor + ">About the sequence</font>");
| + | |
- | for (var i = 0; i < Text[j].length; i = i + nCols)
| + | |
- | {
| + | |
- | if (Text[j][i] == 0)
| + | |
- | {
| + | |
- | document.write(
| + | |
- | " <tr><td>" + Text[j][i] +
| + | |
- | "\n <td align=\"center\">" + Text[j][i+1] +
| + | |
- | "\n <td>" + Text[j][i+2] + "\n </tr>");
| + | |
- | }
| + | |
- | else
| + | |
- | {
| + | |
- | document.write(
| + | |
- | " <tr><td><b>" + Text[j][i] +
| + | |
- | "</b>\n <td align=\"center\"><b>" + Text[j][i+1] +
| + | |
- | "</b>\n <td><b>" + Text[j][i+2] + "</b>\n </tr>");
| + | |
- | }
| + | |
- | }
| + | |
- | document.write("</table>");
| + | |
- | document.write("</div>");
| + | |
- | }
| + | |
- | </script> | + | |
| </div> | | </div> |
- |
| + | </html> |
- | <table border="0" cellspacing="4">
| + | |
- | <script language="javascript">
| + | |
- | for (var i = 0; i < Titles.length; ++i)
| + | |
- | {
| + | |
- | document.write("<tr>\n<td><p align=\"right\">");
| + | |
- | document.write(Titles[i] + ":</p>");
| + | |
- | | + | |
- | document.write("</td>\n<td><a onMouseOver=\"eShow("" + Titles[i] + "")\"");
| + | |
- | document.write("onMouseOut=\"eHide("" + Titles[i] + "")\"</a>");
| + | |
- | document.write("<font color=\"#0000FF\" size=\"3\" face=\"Arial\">");
| + | |
- | for (var j = 0; j < Text[i].length; j = j + nCols)
| + | |
- | {
| + | |
- | if (j > 0)
| + | |
- | {
| + | |
- | document.write(", ");
| + | |
- | }
| + | |
- | if (Text[i][j + 3] == 1)
| + | |
- | {
| + | |
- | document.write("<b>" + Text[i][j] + "</b>");
| + | |
- | }
| + | |
- | else
| + | |
- | {
| + | |
- | document.write(Text[i][j]);
| + | |
- | }
| + | |
- | }
| + | |
- | document.write("\n</font></a></td></tr>")
| + | |
- | }
| + | |
- | </script>
| + | |
- | </table>
| + | |
- | <script>
| + | |
- | window.webtrendsAsyncInit=function(){
| + | |
- | var dcs=new Webtrends.dcs().init({
| + | |
- | dcsid:"dcs37pv2c00000oun93vypyva_4k6d",
| + | |
- | domain:"www.qsstats.com",
| + | |
- | timezone:-8,
| + | |
- | i18n:true,
| + | |
- | offsite:true,
| + | |
- | download:true,
| + | |
- | downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip",
| + | |
- | anchor:true,
| + | |
- | javascript: true,
| + | |
- | onsitedoms:"htmlgoodies.com",
| + | |
- | fpcdom:".htmlgoodies.com",
| + | |
- | plugins:{
| + | |
- | //hm:{src:"//s.webtrends.com/js/webtrends.hm.js"}
| + | |
- | }
| + | |
- | }).track();
| + | |
- | };
| + | |
- | (function(){
| + | |
- | var s=document.createElement("script"); s.async=true; s.src="/imageserver/common/v10/webtrends.js";
| + | |
- | var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
| + | |
- | }());
| + | |
- | </script>
| + | |
- | <noscript><img alt="dcsimg" id="dcsimg" width="1" height="1" src="//www.qsstats.com/dcs37pv2c00000oun93vypyva_4k6d/njs.gif?dcsuri=/legacy/beyond/javascript/stips/scripttip92script.html&WT.js=No&WT.tv=10.4.1&dcssip=www.htmlgoodies.com&WT.qs_dlk=U@BtYwrIZ2cAADiVCRkAAAA7&"/></noscript>
| + | |
- | </BODY></HTML>
| + | |