Difference between revisions of "Team:Cambridge-JIC/Make Your Own"
KaterinaMN (Talk | contribs) |
Simonhkswan (Talk | contribs) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{:Team:Cambridge-JIC/Templates/Menu}} | {{:Team:Cambridge-JIC/Templates/Menu}} | ||
<html> | <html> | ||
+ | |||
+ | <style> | ||
+ | img | ||
+ | { | ||
+ | filter: grayscale(1); | ||
+ | -webkit-filter: grayscale(1); | ||
+ | -moz-filter: grayscale(1); | ||
+ | -o-filter: grayscale(1); | ||
+ | -ms-filter: grayscale(1); | ||
+ | } | ||
+ | |||
+ | img:hover | ||
+ | { | ||
+ | filter: grayscale(0); | ||
+ | -webkit-filter: grayscale(0); | ||
+ | -moz-filter: grayscale(0); | ||
+ | -o-filter: grayscale(0); | ||
+ | -ms-filter: grayscale(0); | ||
+ | } | ||
+ | |||
+ | .slide { | ||
+ | padding: 50px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<section style="background-color:#fff"> | <section style="background-color:#fff"> | ||
Line 14: | Line 39: | ||
<div class="slide"> | <div class="slide"> | ||
<div style="width: 100%; padding: 0%; margin: 10px 0px;color:#fff"> | <div style="width: 100%; padding: 0%; margin: 10px 0px;color:#fff"> | ||
− | <p>We are dedicated to making the OpenScope easy to assemble and use, even for the inexperienced user. We have put together a detailed instruction and compressed all 3d-printable designs into a single archive.</p> | + | <center><p>We are dedicated to making the OpenScope easy to assemble and use, even for the inexperienced user. We have put together a detailed instruction and compressed all 3d-printable designs into a single archive. Get started with OpenScope.</p></center> |
− | <center><a class="btn btn-default" href="" role="button" style="color:#444;border-color:#fff | + | <center><img src="https://static.igem.org/mediawiki/2015/8/81/CamJIC-gallery12.jpeg" style="width:500px;margin:10px"></center> |
+ | <center><a class="btn btn-default" href="//2015.igem.org/wiki/images/5/57/CamJIC-MYO.pdf" role="button" style="color:#444;border-color:#fff;margin:10px">instructions</a><a class="btn btn-default" href="//2015.igem.org/wiki/images/d/d5/CamJIC-OpenScope.zip" role="button" style="color:#444;border-color:#fff;margin:10px">printables</a><a class="btn btn-default" href="//2015.igem.org/wiki/images/d/d0/CamJIC-OpenScope-BOM.pdf" role="button" style="color:#444;border-color:#444;margin:10px">bill of materials</a></center> | ||
+ | |||
+ | </div></div></section> | ||
+ | |||
+ | <section style="background-color:#fff"> | ||
+ | <div class="slide" style="min-height:0px"> | ||
+ | <div style="width: 100%; padding: 0%; margin: 10px 0px;color:#000"> | ||
+ | <center><p>For software installation instructions, and tips on using the Raspberry Pi, visit the <a href="//2015.igem.org/Team:Cambridge-JIC/Downloads#Software" class="blue">Software Downloads</a> section.</p></center> | ||
</div></div></section> | </div></div></section> | ||
Line 53: | Line 86: | ||
Bright-field is the simplest of all imaging modes: just the sample, backlit by a white light source (LED). Bright-field microscopy does not give very good contrast, so it works best for stained samples, or intrinsically colourful samples. | Bright-field is the simplest of all imaging modes: just the sample, backlit by a white light source (LED). Bright-field microscopy does not give very good contrast, so it works best for stained samples, or intrinsically colourful samples. | ||
<br>For unstained samples, dark-field microscopy gives better contrast. The dark-field set-up is very similar to that of bight-field, but with the addition of a dark disc (what we call the dark-field tube) in between the white light and the sample. This stops direct illumination from reaching the objective, and so the only recorded light is that scattered by the sample. The main issue with dark-field is that it gives images with very low light levels.<br> | <br>For unstained samples, dark-field microscopy gives better contrast. The dark-field set-up is very similar to that of bight-field, but with the addition of a dark disc (what we call the dark-field tube) in between the white light and the sample. This stops direct illumination from reaching the objective, and so the only recorded light is that scattered by the sample. The main issue with dark-field is that it gives images with very low light levels.<br> | ||
− | And, finally, fluorescence microscopy allows the imaging of fluorescent proteins (FPs). When excited by light of a specific wavelength (the excitation wavelength), these proteins emit light at a different wavelength (the emission wavelength). Each FP has its own excitation and emission wavelengths. This is why, for each specific FP you will need different LEDs for illumination and different filter sets. For a more detailed explanation on how fluorescence works, refer to our <a href="//2015.igem.org/Team:Cambridge-JIC/Modeling" class="blue">Modeling</a> page.</p> | + | And, finally, fluorescence microscopy allows the imaging of fluorescent proteins (FPs). When excited by light of a specific wavelength (the excitation wavelength), these proteins emit light at a different wavelength (the emission wavelength). Each FP has its own excitation and emission wavelengths. This is why, for each specific FP you will need different LEDs for illumination and different filter sets. For a more detailed explanation on how fluorescence works, and how to pick the filters, refer to our <a href="//2015.igem.org/Team:Cambridge-JIC/Modeling" class="blue">Modeling</a> page.</p> |
<p><b>How do I set up my 3D printer?</b><br> | <p><b>How do I set up my 3D printer?</b><br> | ||
You will need to print your parts using PLA filament. Check out our <a href="//2015.igem.org/Team:Cambridge-JIC/3D_Printing" class="blue">3D printing guide</a>.</p> | You will need to print your parts using PLA filament. Check out our <a href="//2015.igem.org/Team:Cambridge-JIC/3D_Printing" class="blue">3D printing guide</a>.</p> | ||
Line 60: | Line 93: | ||
<p><b>What are STL and SCAD files?</b><br> | <p><b>What are STL and SCAD files?</b><br> | ||
If you want to view a 3D object, you will need the STL file. Use your 3D printer's own software, or download OpenSCAD. If you want to edit one of these objects, open the SCAD file and edit it using OpenSCAD. For printing, the STL file is sufficient.</p> | If you want to view a 3D object, you will need the STL file. Use your 3D printer's own software, or download OpenSCAD. If you want to edit one of these objects, open the SCAD file and edit it using OpenSCAD. For printing, the STL file is sufficient.</p> | ||
− | |||
− | |||
</div></div></section> | </div></div></section> | ||
Line 87: | Line 118: | ||
</section> | </section> | ||
--> | --> | ||
− | + | <section class="slide" style="color: black; min-height:0"> | |
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Open Scope Documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="//2015.igem.org/Team:Cambridge-JIC" property="cc:attributionName" rel="cc:attributionURL" style="color:#1b4f18;">Simon Swan, Katerina Naydenova, </a> <a href="//www.phy.cam.ac.uk/people/rwb27" style="color:#1b4f18;">Richard Bowman</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#1b4f18;">Creative Commons Attribution-ShareAlike 4.0 International License</a>. Please note that all contributions to 2015.igem.org are considered to be released under the Creative Commons Attribution. | <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Open Scope Documentation</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="//2015.igem.org/Team:Cambridge-JIC" property="cc:attributionName" rel="cc:attributionURL" style="color:#1b4f18;">Simon Swan, Katerina Naydenova, </a> <a href="//www.phy.cam.ac.uk/people/rwb27" style="color:#1b4f18;">Richard Bowman</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#1b4f18;">Creative Commons Attribution-ShareAlike 4.0 International License</a>. Please note that all contributions to 2015.igem.org are considered to be released under the Creative Commons Attribution. | ||
− | + | </section> | |
</html> | </html> | ||
{{:Team:Cambridge-JIC/Templates/Footer}} | {{:Team:Cambridge-JIC/Templates/Footer}} |
Latest revision as of 03:41, 19 September 2015