Team:USTC-Software/Project/Database
From 2013.igem.org
(Difference between revisions)
(Created page with "{{USTC-Software/hidden}} {{USTC-Software/header}} <html> <head> <title>Database</title> <body> <div id="direction"> <ul> <li><a href="#TT" class="button">...") |
|||
(2 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
<title>Database</title> | <title>Database</title> | ||
- | + | <link rel="stylesheet" href="https://2013.igem.org/Team:USTC-Software/Project/Database/css?action=raw&ctype=text/css" type="text/css"/> | |
<body> | <body> | ||
Line 17: | Line 17: | ||
<li><a href="#GI" class="button">Gene Info</a> | <li><a href="#GI" class="button">Gene Info</a> | ||
<li><a href="#PI" class="button">Promoter Info</a> | <li><a href="#PI" class="button">Promoter Info</a> | ||
- | <li><a href="#TI" class="button">TU Info</a> | + | <li><a href="#TI" class="button">TU Info</a> |
- | + | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 25: | Line 24: | ||
$(".button").click(function(){ | $(".button").click(function(){ | ||
var href = $(this).attr("href"); | var href = $(this).attr("href"); | ||
- | var pos = $(href).offset().top; | + | var pos = $(href).offset().top - 100; |
$("html,body").animate({scrollTop: pos}, 1500); | $("html,body").animate({scrollTop: pos}, 1500); | ||
return false; | return false; | ||
Line 37: | Line 36: | ||
- | <h1 | + | <h1>Database</h1> |
<div id="TT"> | <div id="TT"> | ||
Line 43: | Line 42: | ||
<p>This file contains the regulation between Transcription Factors.</p> | <p>This file contains the regulation between Transcription Factors.</p> | ||
- | <img id="pictures" src="../ | + | <img id="pictures" src="https://static.igem.org/mediawiki/2013/6/69/USTC_Software_TT.jpg" /> |
</div> | </div> | ||
Line 53: | Line 52: | ||
<h2>TF-Gene</h2> | <h2>TF-Gene</h2> | ||
<p>This file contains the regulation between Transcription Factors and Genes</p> | <p>This file contains the regulation between Transcription Factors and Genes</p> | ||
- | <img id="pictures" src="../ | + | <img id="pictures" src="https://static.igem.org/mediawiki/2013/4/47/USTC_Software_TG.jpg" /> |
Line 64: | Line 63: | ||
<p>This file contains the information about all genes in E-coli K-12</p> | <p>This file contains the information about all genes in E-coli K-12</p> | ||
- | <img id="pictures" src="../ | + | <img id="pictures" src="https://static.igem.org/mediawiki/2013/4/45/USTC_Software_GI.jpg" /> |
</div> | </div> | ||
Line 72: | Line 71: | ||
<p>This file contains the information about all promoters in E-coli K-12</p> | <p>This file contains the information about all promoters in E-coli K-12</p> | ||
- | <img id="pictures" src="../ | + | <img id="pictures" src="https://static.igem.org/mediawiki/2013/8/8a/USTC_Software_PI.jpg" /> |
</div> | </div> | ||
Line 81: | Line 80: | ||
<h2>TU Info</h2> | <h2>TU Info</h2> | ||
<p>This file contains the information about all Transcription Units in E-coli K-12</p> | <p>This file contains the information about all Transcription Units in E-coli K-12</p> | ||
- | <img id="pictures" src="../ | + | <img id="pictures" src="https://static.igem.org/mediawiki/2013/1/1e/USTC_Software_TI.jpg" /> |
</div> | </div> |
Latest revision as of 06:16, 26 September 2013
Database
TF-TF
This file contains the regulation between Transcription Factors.
TF-Gene
This file contains the regulation between Transcription Factors and Genes
Gene Info
This file contains the information about all genes in E-coli K-12
Promoter Info
This file contains the information about all promoters in E-coli K-12
TU Info
This file contains the information about all Transcription Units in E-coli K-12