Team:Paris Bettencourt/Project/Target/FBA
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
{{:Team:Paris_Bettencourt/Menu}} | {{:Team:Paris_Bettencourt/Menu}} | ||
<html> | <html> | ||
- | <style> | + | <style> |
- | + | table.tftable {font-size:12px;color:#333333;width:90%;border-width: 1px;border-color: #bcaf91;border-collapse: collapse;} | |
- | + | table.tftable th {font-size:12px;background-color:#ded0b0;border-width: 1px;padding: 8px;border-style: solid;border-color: #bcaf91;text-align:left;} | |
- | + | table.tftable tr {background-color:#ffffff;} | |
- | + | table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #bcaf91;} | |
- | + | </style> | |
- | + | <div id="page"> | |
- | + | <div style="width:1100px;margin:0 auto;"> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/3/3a/PB_logoParis.gif" width="122px" style="position:absolute;top:40px;right:30px;"/> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </style> | + | |
- | <div id="page"> | + | |
- | + | ||
- | + | ||
- | + | ||
<img src="https://static.igem.org/mediawiki/2013/c/c7/PB_targettitle.png" style="margin-bottom:15px"/> | <img src="https://static.igem.org/mediawiki/2013/c/c7/PB_targettitle.png" style="margin-bottom:15px"/> | ||
- | + | <!-- Row Highlight Javascript --> | |
- | + | <script type="text/javascript"> | |
- | + | window.onload=function(){ | |
- | + | var tfrow = document.getElementById('fbatable').rows.length; | |
- | + | var tbRow=[]; | |
- | + | for (var i=1;i<tfrow;i++) { | |
- | + | tbRow[i]=document.getElementById('fbatable').rows[i]; | |
- | + | tbRow[i].onmouseover = function(){ | |
- | + | this.style.backgroundColor = '#f3f8aa'; | |
- | + | }; | |
- | + | tbRow[i].onmouseout = function() { | |
- | + | this.style.backgroundColor = '#ffffff'; | |
- | + | }; | |
- | + | } | |
- | + | }; | |
- | </div> | + | </script> |
+ | |||
+ | <center> | ||
+ | <table id="fbatable" class="tftable" border="1"> | ||
+ | <tr> | ||
+ | <th>TB essential genes</th> | ||
+ | <th>in BioCyc</th> | ||
+ | <th>E coli knockouts</th> | ||
+ | <th>in BioCyc</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th>accD3,accD5,Rv3281</th> | ||
+ | <th><a href="http://www.biocyc.org/group?id=biocyc14-5099-3591795959#maintablewrapper" target="_blank">here</a></th> | ||
+ | <th>accA,accD,accB,accC</th> | ||
+ | <th><a href="www.biocyc.org/group?id=biocyc14-5099-3591794876#maintablewrapper" target="_blank">here</a></th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </center> | ||
+ | <div style="float:right;font-size:10px;margin-right:5%;">Created with the <a href="http://www.textfixer.com/html/html-table-generator.php" target="_blank">HTML Table Generator</a></div> | ||
+ | <div style="clear: both;"></div> | ||
+ | |||
+ | </div> | ||
</html> | </html> | ||
{{:Team:Paris_Bettencourt/footer}} | {{:Team:Paris_Bettencourt/footer}} |
Revision as of 19:44, 26 October 2013
TB essential genes | in BioCyc | E coli knockouts | in BioCyc |
---|---|---|---|
accD3,accD5,Rv3281 | here | accA,accD,accB,accC | here |
Created with the HTML Table Generator