Alice Banks (Talk | contribs) m |
|||
(10 intermediate revisions by 5 users not shown) | |||
Line 9: | Line 9: | ||
<!-- home | <!-- home | ||
================================================== --> | ================================================== --> | ||
− | <section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="https://static.igem.org/mediawiki/2018/ | + | <section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="https://static.igem.org/mediawiki/2018/f/fb/T--Newcastle--SoftwareCover.png"> |
<div class="overlay"></div> | <div class="overlay"></div> | ||
Line 18: | Line 18: | ||
<div class="row home-content__main"> | <div class="row home-content__main"> | ||
− | <h3> | + | <h3>Alternative Roots</h3> |
<h1> | <h1> | ||
Line 27: | Line 27: | ||
<div class="home-content__buttons"> | <div class="home-content__buttons"> | ||
− | <a | + | <a onclick="location.href='https://2018.igem.org/Team:Newcastle/Software/OT'" class="smoothscroll btn btn--stroke"> |
OpenTrons | OpenTrons | ||
</a> | </a> | ||
− | <a | + | <a onclick="location.href='https://2018.igem.org/Team:Newcastle/Software/NH1'" class="smoothscroll btn btn--stroke"> |
NH-1 | NH-1 | ||
</a> | </a> | ||
Line 59: | Line 59: | ||
− | <p style="font-size:100%">A significant proportion of the Alternative Roots project was based on software, whether that was for automation of experiments via the | + | <p style="font-size:100%">A significant proportion of the Alternative Roots project was based on software, whether that was for automation of experiments via the Opentrons OT-2 or small-scale plant growth via our NH-1. Both systems were carefully programmed by our team for efficiency and reliability.</p> |
− | + | ||
− | + | ||
+ | <p style="font-size:100%">Newcastle were fortunate to win an Opentrons OT-2 liquid-handling robot in 2018. The OT-2 is programmed in Python and is equipped with two pipettes capable of pipetting between 1 and 300 µL as well as a temperature module, capable of maintaining temperatures between 0-100 °C. We have created and deposited code that allows OT-2 users to automate small-scale (100 µL) heat-shock transformations of <i>E. coli</i>. The value of this code was demonstrated when it was used to perform a statistical ‘Definitive Screening Design’ screen to examine the impact that transformation buffers have on transformation efficiency. As a result, we identified a new buffer composition with 10-fold improved transformation efficiency. Perhaps more importantly, the combination of the code and the robot resulted in greater reliability than the manual protocol.</p> | ||
+ | <br> | ||
+ | <br> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 68: | Line 69: | ||
</section> <!-- end s-services --> | </section> <!-- end s-services --> | ||
+ | <section id='team' class="s-services"> | ||
+ | |||
+ | |||
+ | <div class="row section-header has-bottom-sep" data-aos="fade-up"> | ||
+ | <div class="col-full"> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <h3 class="subhead"></h3> | ||
+ | <h1 class="display-2">References & Attributions</h1> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <button class="collapsible">Click for References & Attributions</button> | ||
+ | <div class="content"> | ||
+ | <div class="row about-desc" data-aos="fade-up"> | ||
+ | <div class="col-full"> | ||
+ | |||
+ | <p class="about-para"><font size="2"><strong>Attributions: Umar Farooq | ||
+ | </strong><font></p> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </section> | ||
Line 119: | Line 160: | ||
<script type="text/javascript" src="https://2018.igem.org/Template:Newcastle/JSmain? | <script type="text/javascript" src="https://2018.igem.org/Template:Newcastle/JSmain? | ||
action=raw&ctype=text/javascript"></script> | action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script> | ||
+ | var coll = document.getElementsByClassName("collapsible"); | ||
+ | var i; | ||
+ | |||
+ | for (i = 0; i < coll.length; i++) { | ||
+ | coll[i].addEventListener("click", function() { | ||
+ | this.classList.toggle("active"); | ||
+ | var content = this.nextElementSibling; | ||
+ | if (content.style.maxHeight){ | ||
+ | content.style.maxHeight = null; | ||
+ | } else { | ||
+ | content.style.maxHeight = content.scrollHeight + "px"; | ||
+ | } | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
{{Newcastle/footer}} | {{Newcastle/footer}} |
Latest revision as of 23:24, 17 October 2018
Alternative Roots
Software Overview
Overview
A significant proportion of the Alternative Roots project was based on software, whether that was for automation of experiments via the Opentrons OT-2 or small-scale plant growth via our NH-1. Both systems were carefully programmed by our team for efficiency and reliability.
Newcastle were fortunate to win an Opentrons OT-2 liquid-handling robot in 2018. The OT-2 is programmed in Python and is equipped with two pipettes capable of pipetting between 1 and 300 µL as well as a temperature module, capable of maintaining temperatures between 0-100 °C. We have created and deposited code that allows OT-2 users to automate small-scale (100 µL) heat-shock transformations of E. coli. The value of this code was demonstrated when it was used to perform a statistical ‘Definitive Screening Design’ screen to examine the impact that transformation buffers have on transformation efficiency. As a result, we identified a new buffer composition with 10-fold improved transformation efficiency. Perhaps more importantly, the combination of the code and the robot resulted in greater reliability than the manual protocol.
References & Attributions
Attributions: Umar Farooq