Difference between revisions of "Team:Cambridge-JIC/Design"

m
Line 5: Line 5:
 
     <div class="slide">
 
     <div class="slide">
 
         <div style="width: 80%; margin: 30px 50px;color:#000">
 
         <div style="width: 80%; margin: 30px 50px;color:#000">
            <h1>3D Printing</h1>
+
<section style="background-color: #fff">
<div style="float:left; margin-right: 40px"><img src="https://static.igem.org/mediawiki/2015/0/04/CamJIC-MakerbotMini.jpg" style="width:100%; max-width: 400px">
+
    <div class="slide">
  <p>© All About 3D Printing, 2015</p></div>
+
        <div style="width: 80%; margin: 30px 50px;color:#000">
            <p style="font-size: 120%;">
+
<h1>Problem statement</h1>
The majority of the microscope parts were printed using a MakerBot Replicator Mini and an Ultimaker 2. These have RRPs of around £1,200 and £1,300 respectively, making them the most expensive aspect of the microscope project. However, this is relatively cheap in the context of standard laboratory hardware and once purchased, it can also be used for plenty of other projects.<br>
+
<p>The use of fluorescent markers is central to many iGEM projects. In fact, the most widely used coding BioBrick on the iGEM Parts Registry is that encoding GFP, with 514 uses. However, the tool generally used to characterise a construct’s fluorescence - a fluorescence microscope - is prohibitively expensive for most iGEM teams, costing over $30,000.
<br>
+
 
The printer has 200 micron layer resolution. This is sufficient for the detail of the microscope chassis, optics bench parts and stage. The much finer detail of the Epi-illumination cube means that a printer with higher resolution may be necessary. As the name suggests, the printer is relatively small. It has a build volume of 10.0cm W, 10.0cm D and 12.5cm H. It comes with its own printing interface software, and is compatible with .stl files.
+
Therefore the problem we set out to tackle was <i> to design a cost-effective but precise method of quantifying fluorescence from the fluorescent proteins most commonly used in iGEM. </i></p>
</p>
+
 
</div></div></section>
 
</div></div></section>
 +
<section style="background-color: #fff">
 +
    <div class="slide">
 +
        <div style="width: 80%; margin: 30px 50px;color:#000">
 +
<h1>Design criteria</h1>
 +
<p>The criteria any design <b>must</b> meet are: </p>
 +
 +
<ul><p>Able to characterise GFP fluorescence</ul></p>
 +
 +
<p>Other desired characteristics of our product were:</p>
 +
<center><div style="margin-right: 40px"><img src="https://static.igem.org/mediawiki/2015/c/c8/CamJIC-Design-Table.png" style="width:100%; max-width: 800px">
 +
  <p>© All About 3D Printing, 2015</p></center></div>
 +
 +
<section style="background-color: #fff">
 +
    <div class="slide">
 +
        <div style="width: 80%; margin: 30px 50px;color:#000">
 +
<h1>Design criteria</h1>
 +
<p>The criteria any design <b>must</b> meet are: </p>
 +
 +
<ul><p>Able to characterise GFP fluorescence</ul></p>
 +
 +
<p>Other desired characteristics of our product were:</p>
 +
<center><div style="margin-right: 40px"><img src="https://static.igem.org/mediawiki/2015/c/c8/CamJIC-Design-Table.png" style="width:100%; max-width: 800px">
 +
  <p>© All About 3D Printing, 2015</p></center></div>
  
 
<section style="background-color: #fff">
 
<section style="background-color: #fff">

Revision as of 09:36, 14 September 2015

Problem statement

The use of fluorescent markers is central to many iGEM projects. In fact, the most widely used coding BioBrick on the iGEM Parts Registry is that encoding GFP, with 514 uses. However, the tool generally used to characterise a construct’s fluorescence - a fluorescence microscope - is prohibitively expensive for most iGEM teams, costing over $30,000. Therefore the problem we set out to tackle was to design a cost-effective but precise method of quantifying fluorescence from the fluorescent proteins most commonly used in iGEM.

Design criteria

The criteria any design must meet are:

    Able to characterise GFP fluorescence

Other desired characteristics of our product were:

© All About 3D Printing, 2015

Design criteria

The criteria any design must meet are:

    Able to characterise GFP fluorescence

Other desired characteristics of our product were:

© All About 3D Printing, 2015

OpenSCAD Design

We are using an open-source software called OpenSCAD to design our components. Here the focus is on the CAD aspect, making it extremely powerful for designing machine parts. It is not an interactive modeller, and instead reads a script and compiles a 3D image. This allows configurable parameters to be programmed in to the designs.

When creating lens holders for the Optics Bench, this became extremely useful as the parameters for each lens could be filled in individually. A single design was readily modified to make each individual component. The software outputs .scad files, which can then be converted to .stl for printing.

Useful Software

Below is a list of software programs that we have found useful for developing open-source hardware, supplemented with other commonly used programs:

  1. OpenSCAD – a free, open-source, parametric CAD platform used to design 3D objects for printing (available from here)

  2. Tracker – a free, open-source, video analysis and modelling tool. Used to track moving objects in videos and extract data (available from here)

  3. Cura 3D – a free, open-source 3D printer interface from Ultimaker. Used to control printer settings (available from here)

  4. Fiji - a free, open-source image processing and analysis platform. Particularly useful for microscopy (available from here)

  5. Inkscape – a free, open-source vector graphics package. Extremely useful for 2D design followed by linear extrusion (available from here)

  6. DesignSpark – a free electronics design software for PCB prototyping. Has an online library of over 80,000 parts (available from here)

  7. Scribus – a free, open-source graphics software. Particularly useful for publishing (available from here)

  8. Python – a free, open-source, programming language that allowed us to put together software quickly

  9. Nginx – A FOSS lightweight web server on top of which we built our web interfaces.

  10. OpenCV – A FOSS released under a BSD license that provides a library for image processing software (available from here)

For a detailed list of free, open-source software programs available, look here.