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 311: | Line 311: | ||
<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- | + | <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 373: | Line 373: | ||
− | <div id="model- | + | <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 467: | 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- | + | <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 569: | 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- | + | <div id="model-cell" class="m-block" > |
<h2 class="m-subtitle">Cell Measurement</h2> | <h2 class="m-subtitle">Cell Measurement</h2> | ||
<p> | <p> | ||
Line 677: | 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- | + | <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 839: | 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 869: | 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({ | $('html, body').animate({ | ||
scrollTop: $("#model-conslusion").offset().top | scrollTop: $("#model-conslusion").offset().top | ||
}, 500); | }, 500); | ||
− | }); $("# | + | }); $("#cell-btn").click(function() { |
$('html, body').animate({ | $('html, body').animate({ | ||
scrollTop: $("#model-conslusion").offset().top | scrollTop: $("#model-conslusion").offset().top | ||
}, 500); | }, 500); | ||
}); | }); | ||
− | $("# | + | $("#protocol-btn").click(function() { |
$('html, body').animate({ | $('html, body').animate({ | ||
scrollTop: $("#model-conslusion").offset().top | scrollTop: $("#model-conslusion").offset().top |
Revision as of 14:52, 11 September 2018