Team:USTC-Software/Project/Database
From 2013.igem.org
(Difference between revisions)
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; |
Revision as of 13:02, 22 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