Line 17: | Line 17: | ||
</style> | </style> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $( "#Multi" ).click(function() { | ||
+ | $( "#multiBox" ).toggle(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
Line 28: | Line 35: | ||
<center> | <center> | ||
<svg id="Multi" height="330" width="330"> | <svg id="Multi" height="330" width="330"> | ||
− | <circle | + | <circle cx="165" cy="165" r="160" stroke="darkblue" stroke-width="4" fill="lightgray"></circle> |
<text x="50" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">Multicellular Modelling</text> | <text x="50" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">Multicellular Modelling</text> | ||
<text x="110" y="280" style="fill:black; font-family:Agency FB; font-size:25pt">Simbiotics</text> | <text x="110" y="280" style="fill:black; font-family:Agency FB; font-size:25pt">Simbiotics</text> | ||
Line 36: | Line 43: | ||
<td> | <td> | ||
<center> | <center> | ||
− | <svg id=" | + | <svg id="Single" height="330" width="330"> |
− | <circle | + | <circle cx="165" cy="165" r="160" stroke="darkred" stroke-width="4" fill="lightgray"/> |
<text x="60" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">Single-Cell Modelling</text> | <text x="60" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">Single-Cell Modelling</text> | ||
<text x="125" y="280" style="fill:black; font-family:Agency FB; font-size:25pt">COPASI</text> | <text x="125" y="280" style="fill:black; font-family:Agency FB; font-size:25pt">COPASI</text> | ||
Line 45: | Line 52: | ||
<td> | <td> | ||
<center> | <center> | ||
− | <svg id=" | + | <svg id="DoE" height="330" width="330"> |
− | <circle | + | <circle cx="165" cy="165" r="160" stroke="yellow" stroke-width="4" fill="lightgray"/> |
<text x="70" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">CFPS Optimisation</text> | <text x="70" y="90" style="fill:black; font-family:Agency FB; font-size:25pt">CFPS Optimisation</text> | ||
<text x="50" y="260" style="fill:black; font-family:Agency FB; font-size:25pt">Design of Experiments</text> | <text x="50" y="260" style="fill:black; font-family:Agency FB; font-size:25pt">Design of Experiments</text> |
Revision as of 14:14, 5 September 2017
|
|
|