Line 245: | Line 245: | ||
− | <div id="model- | + | <div id="model-Goal" class="m-block" > |
<h2 class="m-subtitle">Goal for the Fifth InterLab</h2> | <h2 class="m-subtitle">Goal for the Fifth InterLab</h2> | ||
<img src="https://static.igem.org/mediawiki/2017/f/f8/T--CSMU_NCHU_Taiwan--green.png" style="width: 60%; transform: translate(35%, -150%);"> | <img src="https://static.igem.org/mediawiki/2017/f/f8/T--CSMU_NCHU_Taiwan--green.png" style="width: 60%; transform: translate(35%, -150%);"> | ||
Line 309: | Line 309: | ||
<img class="right" src="https://static.igem.org/mediawiki/2017/6/66/T--CSMU_NCHU_Taiwan--see_more.png" style="width: 15%" alt=""></a> | <img class="right" src="https://static.igem.org/mediawiki/2017/6/66/T--CSMU_NCHU_Taiwan--see_more.png" style="width: 15%" alt=""></a> | ||
</div> | </div> | ||
− | |||
<h2 class="m-subtitle">Calibration Reference</h2> | <h2 class="m-subtitle">Calibration Reference</h2> | ||
<img src="https://static.igem.org/mediawiki/2017/f/f8/T--CSMU_NCHU_Taiwan--green.png" style="width: 60%; transform: translate(22%, -150%);"> | <img src="https://static.igem.org/mediawiki/2017/f/f8/T--CSMU_NCHU_Taiwan--green.png" style="width: 60%; transform: translate(22%, -150%);"> | ||
+ | <div id="model-Calibration1" class="m-block" > | ||
<h3>Calibration 1:OD600 Reference point - LUDOX Protocol</h3> | <h3>Calibration 1:OD600 Reference point - LUDOX Protocol</h3> | ||
<p>LUDOX CL-X (45% colloidal silica suspension) was used as a single point reference to | <p>LUDOX CL-X (45% colloidal silica suspension) was used as a single point reference to | ||
Line 372: | Line 372: | ||
<p> | <p> | ||
+ | |||
+ | <div id="model-Calibration2" class="m-block" > | ||
<h3>Calibration 2: Particle Standard Curve - Microsphere Protocol</h3> | <h3>Calibration 2: Particle Standard Curve - Microsphere Protocol</h3> | ||
<p> | <p> | ||
Line 465: | Line 467: | ||
<p><em><strong>Particle Standard Curve(log scale)</strong></em></p> | <p><em><strong>Particle Standard Curve(log scale)</strong></em></p> | ||
<p> | <p> | ||
+ | <div id="model-Calibration3" class="m-block" > | ||
<h2 class="m-subtitle">Calibration 3: Fluorescence standard curve - Fluorescein Protocol</h2> | <h2 class="m-subtitle">Calibration 3: Fluorescence standard curve - Fluorescein Protocol</h2> | ||
<p> | <p> | ||
Line 566: | Line 569: | ||
<p><em><strong>Fluorescein Standard Curves(log scale)</strong></em></p> | <p><em><strong>Fluorescein Standard Curves(log scale)</strong></em></p> | ||
<p> | <p> | ||
+ | <div id="model-Cell" class="m-block" > | ||
<h2 class="m-subtitle">Cell Measurement</h2> | <h2 class="m-subtitle">Cell Measurement</h2> | ||
<p> | <p> | ||
Line 673: | Line 677: | ||
<p><em><strong>Abs600 Raw Reading</strong></em></p> | <p><em><strong>Abs600 Raw Reading</strong></em></p> | ||
<p> | <p> | ||
+ | <div id="model-Protocol" class="m-block" > | ||
<h3>Protocol: Colony Forming Units per 0.1 OD600 E. coli cultures</h3> | <h3>Protocol: Colony Forming Units per 0.1 OD600 E. coli cultures</h3> | ||
<p> | <p> | ||
Line 834: | Line 839: | ||
<p class="tag">Interlab Study</p> | <p class="tag">Interlab Study</p> | ||
<li id="intro-btn" class="tag-btn">- Introduction</li> | <li id="intro-btn" class="tag-btn">- Introduction</li> | ||
− | <li id=" | + | <li id="Goal-btn" class="tag-btn">- Goal for the Fifth InterLab</li> |
− | <li id=" | + | <li id="Calibration1-btn" class="tag-btn">- Calibration 1</li> |
− | <li id=" | + | <li id="Calibration2-btn" class="tag-btn">- Calibration 2</li> |
− | <li id=" | + | <li id="Calibration3-btn" class="tag-btn">- Calibration 3</li> |
− | <li id=" | + | <li id="Cell-btn" class="tag-btn">- Cell Measurement</li> |
− | <li id=" | + | <li id="Protocol-btn" class="tag-btn">- Protocol</li> |
<br> | <br> | ||
Line 864: | Line 869: | ||
}, 500); | }, 500); | ||
}); | }); | ||
− | $("# | + | $("#Goal-btn").click(function() { |
$('html, body').animate({ | $('html, body').animate({ | ||
scrollTop: $("#model-protein").offset().top | scrollTop: $("#model-protein").offset().top | ||
}, 500); | }, 500); | ||
}); | }); | ||
− | $("# | + | $("#Calibration1-btn").click(function() { |
$('html, body').animate({ | $('html, body').animate({ | ||
scrollTop: $("#model-docking").offset().top | scrollTop: $("#model-docking").offset().top | ||
}, 500); | }, 500); | ||
}); | }); | ||
− | $("# | + | $("#Calibration2-btn").click(function() { |
$('html, body').animate({ | $('html, body').animate({ | ||
scrollTop: $("#model-conslusion").offset().top | scrollTop: $("#model-conslusion").offset().top | ||
}, 500); | }, 500); | ||
}); | }); | ||
+ | $("#Calibration3-btn").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#model-conslusion").offset().top | ||
+ | }, 500); | ||
+ | }); $("#Cell-btn").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#model-conslusion").offset().top | ||
+ | }, 500); | ||
+ | }); | ||
+ | $("#Protocol-btn").click(function() { | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $("#model-conslusion").offset().top | ||
+ | }, 500); | ||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
}); | }); |
Revision as of 14:49, 11 September 2018