Team:Lyon-INSA/modelling
From 2012.igem.org
(Difference between revisions)
Mwolfovski (Talk | contribs) |
Mwolfovski (Talk | contribs) |
||
Line 8: | Line 8: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | $(".tippable").cluetip({splitTitle: '|', showTitle: false}); | ||
- | + | $("h2").click(function(){ | |
+ | if ($(this).next().height()>0) | ||
+ | { | ||
+ | $(this).next().css("height","0px"); | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | var monh=$(this); | ||
+ | $(".wrapper").animate({"height":"0px"},0,function(){monh.next().animate({"height":"100%"},0);}); | ||
+ | } | ||
}); | }); | ||
+ | |||
</script> | </script> | ||
<head> | <head> |
Revision as of 09:19, 22 September 2012
Modelisation
We present here our modelisation.
Click on the title to show/hide the text.
What is modelling ?
Interesting question when you are more a biologist than a mathematician (too many complicated equations!!!) And as most of your team members were biologists/biochemists, we tried to explain the model easily for everyone.