Raj Magesh (Talk | contribs) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
<div id="contentMain"> | <div id="contentMain"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/a/ac/T--IISc-Bangalore--Header--Demo.svg" id="headerImg" /> | ||
+ | <h1> Chitosan makes gas vesicles float!</h1> | ||
− | < | + | <p> Addition of even small quantities of chitosan led to a notable increase in the hydrodynamic radius of the gas vesicles and a significant effect on the rate of decrease of optical density. To verify that the gas vesicles were actually floating, images of gas vesicle suspensions were taken at regular intervals over two hours.</p> |
− | <p> | + | <p>While native gas vesicles retained an almost uniform distribution throughout the column, the suspension containing chitosan treated gas vesicles quickly cleared up. The images that follow were taken at ten minute time intervals for two hours.</p> |
<figure> | <figure> | ||
Line 26: | Line 28: | ||
<figurecaption>Gas vesicles treated with chitosan cleared up to the top of the column within a few minutes</figurecaption> | <figurecaption>Gas vesicles treated with chitosan cleared up to the top of the column within a few minutes</figurecaption> | ||
</figure> | </figure> | ||
+ | |||
+ | <p>Evidently, flocculation of gas vesicles using chitosan is a rapid, effective method to aggregate gas vesicles, increase their hydrodynamic radius, and cause them to float.</p> | ||
</div> | </div> | ||
Line 33: | Line 37: | ||
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 03:57, 2 November 2017
Chitosan makes gas vesicles float!
Addition of even small quantities of chitosan led to a notable increase in the hydrodynamic radius of the gas vesicles and a significant effect on the rate of decrease of optical density. To verify that the gas vesicles were actually floating, images of gas vesicle suspensions were taken at regular intervals over two hours.
While native gas vesicles retained an almost uniform distribution throughout the column, the suspension containing chitosan treated gas vesicles quickly cleared up. The images that follow were taken at ten minute time intervals for two hours.
Evidently, flocculation of gas vesicles using chitosan is a rapid, effective method to aggregate gas vesicles, increase their hydrodynamic radius, and cause them to float.