Raj Magesh (Talk | contribs) |
Rohith kms (Talk | contribs) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<ol id="inPageNav"> | <ol id="inPageNav"> | ||
− | <li><a href="#sfgfp-spycatcher">sfGFP-SpyCatcher</a></li> | + | <li><a href="#sfgfp-spycatcher">sfGFP-SpyCatcher<img src="https://static.igem.org/mediawiki/2017/6/68/T--IISc-Bangalore--navbar_bullet.png" /></a></li> |
− | <li><a href="#mcherry-spytag">mCherry-SpyTag</a></li> | + | <li><a href="#mcherry-spytag">mCherry-SpyTag<img src="https://static.igem.org/mediawiki/2017/6/68/T--IISc-Bangalore--navbar_bullet.png" /></a></li> |
− | <li><a href="#gvpc">GvpC</a></li> | + | <li><a href="#6xhis-mcherry">6xHis-mCherry<img src="https://static.igem.org/mediawiki/2017/6/68/T--IISc-Bangalore--navbar_bullet.png" /></a></li> |
+ | <li><a href="#gvpc">GvpC<img src="https://static.igem.org/mediawiki/2017/6/68/T--IISc-Bangalore--navbar_bullet.png" /></a></li> | ||
+ | <li><a href="#table">Table<img src="https://static.igem.org/mediawiki/2017/6/68/T--IISc-Bangalore--navbar_bullet.png" /></a></li> | ||
</ol> | </ol> | ||
<div id="contentMain"> | <div id="contentMain"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e8/T--IISc-Bangalore--Header--parts.svg" id="headerImg" /> | ||
<h1 id="sfgfp-spycatcher">sfGFP-SpyCatcher</h1> | <h1 id="sfgfp-spycatcher">sfGFP-SpyCatcher</h1> | ||
<figure> | <figure> | ||
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <img src="https://static.igem.org/mediawiki/2017/6/65/T--IISc-Bangalore--assembly-C1234-linear.png" width="100%"> |
+ | <figurecaption> | ||
+ | BBa_K2319000 (sfGFP-SpyCatcher under the T7 expression system) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
<h1 id="mcherry-spytag">mCherry-SpyTag</h1> | <h1 id="mcherry-spytag">mCherry-SpyTag</h1> | ||
+ | |||
+ | <figure> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/91/T--IISc-Bangalore--assembly-C12789-linearized.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319005 (mCherry-SpyTag under the T7 expression system) | ||
+ | </figurecaption> | ||
+ | </figure> | ||
+ | |||
+ | <h1 id="6xhis-mcherry">6xHis-mCherry</h1> | ||
+ | |||
+ | <figure> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/ed/T--IISc-Bangalore--C126-linear.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319009 (6xHis-mCherry under the T7 expression system) | ||
+ | </figurecaption> | ||
+ | </figure> | ||
+ | |||
<h1 id="gvpc">GvpC</h1> | <h1 id="gvpc">GvpC</h1> | ||
+ | |||
+ | <figure> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/9b/T--IISc-Bangalore--gvpc-halo.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319010 (gvpC from Halobacterium salinarum NRC-1 (truncated)) | ||
+ | </figurecaption> | ||
+ | </figure> | ||
+ | |||
+ | <figure> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/d/d5/T--IISc-Bangalore--gvpc-ana.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319011 (gvpC from Anabaena flos-aquae) | ||
+ | </figurecaption> | ||
+ | </figure> | ||
+ | |||
+ | |||
+ | <h1 id="table">Table</h1> | ||
+ | |||
+ | </html> | ||
+ | <groupparts>iGEM17 IISc-Bangalore</groupparts> | ||
+ | <html> | ||
</div> | </div> | ||
Line 24: | Line 68: | ||
changeHash: true | changeHash: true | ||
}); | }); | ||
+ | |||
+ | var height = $('#headerImg').height(); | ||
+ | window.onscroll = function() {myFunction()}; | ||
+ | |||
+ | function myFunction() { | ||
+ | if (document.body.scrollTop > height || document.documentElement.scrollTop > height) { | ||
+ | $("#inPageNav").fadeIn(200); | ||
+ | } else { | ||
+ | $("#inPageNav").fadeOut(200); | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 02:11, 2 November 2017