Difference between revisions of "Team:KU Leuven/Research/Methods"
Line 187: | Line 187: | ||
</script> | </script> | ||
− | + | <script> | |
+ | $(".toggleone").click(function () { | ||
+ | $("#toggleone").toggle(); | ||
+ | }); | ||
+ | $(".toggletwo").click(function () { | ||
+ | $("#toggletwo").toggle(); | ||
+ | }); | ||
+ | $(".togglethree").click(function () { | ||
+ | $("#togglethree").toggle(); | ||
+ | }); | ||
+ | $(".togglefour").click(function () { | ||
+ | $("#togglefour").toggle(); | ||
+ | }); | ||
+ | $(".togglefive").click(function () { | ||
+ | $("#togglefive").toggle(); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 09:41, 14 September 2015
Methods
On this page you can find all of the methods and protocols used in the lab to obtain our results. For some techniques, we included some basic theory, since it is a prerequisite to get acquainted with the theory behind these techniques before using them. To learn more about them, click the titles below!