Raj Magesh (Talk | contribs) |
Rohith kms (Talk | contribs) |
||
Line 11: | Line 11: | ||
<div id="contentMain"> | <div id="contentMain"> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fe/T--IISc-Bangalore--Header--Phil.svg" id="headerImg" /> | ||
<h1 id="open-science">Open Science</h1> | <h1 id="open-science">Open Science</h1> | ||
Line 34: | Line 36: | ||
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> |
Revision as of 01:57, 2 November 2017
Open Science
Academia today is stuck in a rut — though we live in the 21st century with access to amazing technology that allows us to access information in fractions of a second, most of research articles are hidden from us by artificial barriers created by journals for profit in the guise of protecting high-quality science.
The current wave of open-access journals — PLOS One (Public Library of Science) is a prominent example — shows
Community
Honesty
Safety
Learning
Over the course of our iGEM journey, we've learnt a tremendous number of things, not limited strictly to synthetic biology, hardware or . The need for proper documentation of our research and the importance of independent replicates were firmly impressed upon us through our work on iFLOAT. We also learnt how to manage time effectively to balance a huge number of responsibilities — attending lectures, lab work, documentation and uploading data.