Difference between revisions of "Team:BostonU HW/Results"

Line 2: Line 2:
  
  
 +
{{Template:BUHW2016_Bootstrap}}
 
<html>
 
<html>
 
<head>
 
<head>
 
 
<style>
 
<style>
 +
  
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
  
#sideMenu, #top_title {display:none;}
+
  #sideMenu, #top_title {display:none;}
#content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
+
  #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
body {background-color:white; }
+
  body {background-color:white; }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
  #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
#movingBanner{
 
background-image: url('https://static.igem.org/mediawiki/2016/3/3a/T--BostonU_HW--MFmovingBanner_rcwolf.png');
 
background-position:left top;
 
background-repeat: no-repeat;
 
height: 350px;
 
}
 
body{
 
overflow-x: hidden;
 
}
 
</style>
 
  
  
<script>
+
@font-face {
 +
    font-family: openSans;
 +
    src: url(https://static.igem.org/mediawiki/2016/1/1e/T--BostonU_HW--openSansLight_rcwolf.ttf);
 +
}
  
// Y axis scroll speed
 
var velocity = 0.5;
 
  
function update(){  
+
html,body
     var pos = $(window).scrollTop();  
+
{
     $('#movingBanner').each(function() {
+
     width: 100%;
        var $element = $(this);
+
     min-width: 100%;
        $(this).css('backgroundPosition', Math.round((0 - pos) * velocity) + 'px 0');  
+
    height: 100%;
     });  
+
    margin: 0px;
};
+
     padding: 0px;
 +
    overflow-x: hidden;  
 +
}
  
$(window).bind('scroll', update);
 
  
</script>
+
body{
 +
background-color: white;
 +
}
  
 +
* {
 +
font-family: openSans !important;
 +
}
  
 +
 +
.navbar {
 +
  background-color: black;
 +
  border-color: black;
 +
margin-top: 10px;
 +
 
 +
}
 +
 +
 +
 +
.navbar-default .navbar-header .navbar-brand,
 +
.navbar-default .navbar-header .navbar-brand:hover,
 +
.navbar-default .navbar-header .navbar-brand:focus {
 +
      color: white;
 +
  }
 +
  .navbar-default .nav > li > a,
 +
  .navbar-default .nav > li > a:focus {
 +
      color: white;
 +
      font-size: medium;
 +
  }
 +
  .navbar-default .nav > li > a:hover,
 +
  .navbar-default .nav > li > a:focus:hover {
 +
      color: white;
 +
      font-size: medium;
 +
  }
 +
  .navbar-default.affix {
 +
      background-color: white;
 +
      border-color: white;
 +
  }
 +
 +
 +
  /*  Animated Underlining For Menu Items  */
 +
.dropbtn {
 +
  display: inline-block;
 +
  position: relative;
 +
  padding-bottom: 3px;
 +
}
 +
.dropbtn:after {
 +
  content: '';
 +
  display: block;
 +
  margin: auto;
 +
  height: 2px;
 +
  width: 0px;
 +
  background: transparent;
 +
  transition: width .5s ease, background-color .5s ease;
 +
}
 +
.sliding-middle-out:hover > .dropbtn:after {
 +
  width: 100%;
 +
  background: white;
 +
}
 +
 +
 +
 +
 +
 +
/*  Dropdown Menu Functionality  */
 +
/* Style The Dropdown Button */
 +
.dropbtn {
 +
    color: white;
 +
    border: none;
 +
    cursor: pointer;
 +
}
 +
 +
/* The container <div> - needed to position the dropdown content */
 +
.dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
/* Dropdown Content (Hidden by Default) */
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: rgba(249,249,249,0.4);
 +
    min-width: 160px;
 +
}
 +
 +
/* Links inside the dropdown */
 +
.dropdown-content a {
 +
    color: black;
 +
    font-size: 15px;
 +
    padding: 10px 16px;
 +
    text-decoration: none;
 +
    display: block;
 +
}
 +
 +
/* Change color of dropdown links on hover */
 +
.dropdown-content a:hover {background-color: #f1f1f1}
 +
 +
/* Show the dropdown menu on hover */
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 +
.paddedNav{
 +
padding-left: 23px;
 +
padding-right: 23px;
 +
padding-bottom: 5px;
 +
}
 +
 +
 +
 +
 +
 +
 +
</style>
  
  
 
</head>
 
</head>
 +
 +
 +
 +
 +
  
  
Line 53: Line 162:
 
<body>
 
<body>
  
<div class="row">
+
<header id="top" class="header">
<div class="col-md-12" id="movingBanner">
+
<br><br><br><br><br><br><br><br><br><br>
+
<h1>RESULTS<h>
+
+
</div>
+
</div>
+
  
 +
<nav class="navbar navbar-default navbar-fixed-top" style="max-height: 70px !important;">
 +
  <div class="container-fluid paddedNav">
 +
    <!-- Brand and toggle get grouped for better mobile display -->
 +
    <div class="navbar-header">
 +
      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
 +
        <span class="sr-only">Toggle navigation</span>
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>
 +
        <span class="icon-bar"></span>
 +
      </button>
 +
     
 +
      <a class="navbar-brand" href="https://2016.igem.org/Team:BostonU_HW"><img src="https://static.igem.org/mediawiki/2016/9/97/T--BostonU_HW--NeptuneLogo_rcwolf.png" height="38" width="55" style="display: inline-block; padding-right: 17px; ">BU HW 2016</a>
 +
    </div>
  
 +
    <!-- Collect the nav links, forms, and other content for toggling -->
 +
    <div class="collapse navbar-collapse " >
 +
      <ul class="nav navbar-nav navbar-right">
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">TEAM </a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Team">Meet the Team </a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Attributions">Attributions</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Collaborations">Collaborations</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">PROJECT</a>
 +
            <img src="https://static.igem.org/mediawiki/2016/5/58/T--BostonU_HW--indexTriangle_rcwolf.png" width="36" height="18" style="margin-bottom: 0 !important; margin-top: 0; padding-bottom: 0 !important; border: none; display: block; margin: 0 auto;">
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Results">Results</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Demonstrate">Demonstration</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Proof">Proof</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Design">Documentation</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Parts">Parts</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">NOTEBOOK</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Notebook">Timeline</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Experiments">Experiments</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Safety">Safety</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="https://2016.igem.org/Team:BostonU_HW/Human_Practices" class="dropbtn">HUMAN PRACTICES</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/HP/Silver">Silver</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/HP/Gold">Gold</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Integrated_Practices">Integrated Practices</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Engagement">Engagement</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">AWARDS</a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Hardware">Hardware</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Software">Software</a>
 +
            </div>
 +
        </li>
 +
        <li class="sliding-middle-out dropdown">
 +
            <a href="#" class="dropbtn">MEDAL CRITERIA </a>
 +
            <div class="dropdown-content">
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Bronze">Bronze</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Silver">Silver</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/Gold">Gold</a>
 +
                  <a href="https://2016.igem.org/Team:BostonU_HW/AboveAndBeyond">Above & Beyond</a>
 +
            </div>
 +
        </li>
 +
       
  
 +
      </ul>
 +
    </div><!-- /.navbar-collapse -->
 +
  </div><!-- /.container-fluid -->
 +
</nav>
  
  
 +
</div>
  
<div class="column full_size" >
 
  
<p>Here you can describe the results of your project and your future plans. </p>
 
  
<h5>What should this page contain?</h5>
+
</body>
<ul>
+
<li> Clearly and objectively describe the results of your work.</li>
+
<li> Future plans for the project </li>
+
<li> Considerations for replicating the experiments </li>
+
</ul>
+
  
 +
 +
 +
<html>
 +
 +
 +
 +
 +
 +
 +
<html>
 +
 +
<style>
 +
 +
  html {
 +
    background-color: #D2D2D2;
 +
  }
 +
  body {
 +
    background-color: #D2D2D2;
 +
  }
 +
 
 +
  #greyWrapper {
 +
    padding-top: 120px;
 +
    background-color: #D2D2D2;
 +
    margin: 0px 0px 40px 0px;
 +
    min-height: 1000px;
 +
  }
 +
  #pageTitle {
 +
    margin-left: 25px;
 +
    padding-bottom: 16px;
 +
  }
 +
  .pageBanner {
 +
    position: fixed;
 +
    color:black;
 +
    background-color:white;
 +
    width:100%;
 +
    top:70px;
 +
    z-index: 1;
 +
  }
 +
  .densmoreCard {
 +
    background-color: white;
 +
    padding:0;
 +
  }
 +
  .advisorCard {
 +
    background-color: white;
 +
  }
 +
  .miniBio {
 +
    padding-left: 20px;
 +
    padding-right:20px;
 +
    padding-bottom:30px;
 +
  }
 +
  .bioIcon {
 +
    border: none;
 +
    display: block;
 +
    margin-top: -24px;
 +
    margin-bottom: -20px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
  }
 +
 +
 +
 +
 +
 +
.btn {
 +
    padding: 14px 24px;
 +
    border: 0 none;
 +
    border-radius: 0;
 +
    font-weight: 700;
 +
    font-size: 15px;
 +
    letter-spacing: 0.5px;
 +
    text-transform: uppercase;
 +
    -webkit-box-shadow: 5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    -moz-box-shadow:    5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    box-shadow:        5px 5px 0px rgba(4, 4, 4, 0.3);
 +
    outline: #545454 solid 2px;
 +
   
 +
}
 +
 +
.btn:focus, .btn:active:focus, .btn.active:focus {
 +
    outline: 0 none;
 +
}
 +
 +
.btn-primary {
 +
    background: #ffffff;
 +
    color: #000000;
 +
}
 +
 +
.btn-primary:active, .btn-primary.active {
 +
    background: #ffffff;
 +
    color: #000000;
 +
}
 +
 +
 +
 +
.btn-primary:focus {
 +
    background: #ffffff;
 +
    color: #000000;
 +
}
 +
 +
 +
.btn:active:focus {
 +
    background: #545454 !important;
 +
    color: white;
 +
    box-shadow: none;
 +
}
 +
.btn-primary:hover{
 +
    background: #545454;
 +
    color: white;
 +
}
 +
 +
 +
</style>
 +
 +
 +
 +
<body>
 +
<!-- PAGE TITLE BANNER -->
 +
  <div id="greyWrapper">   
 +
    <div class="pageBanner">
 +
      <h3 id="pageTitle">RESULTS</h3>
 +
    </div>
 +
    <br><br><br><br>
 +
   
 +
   
 +
 +
 +
<div class="row" style="padding-top:50px; padding-bottom:50px;">
 +
  <div class="col-md-1"></div>
 +
  <div class="col-md-10" style="font-size: 3em; line-height: 130%;">Neptune paints a bright future for microfluidics</div>
 +
  <div class="col-md-1"></div>
 
</div>
 
</div>
  
<div class="column half_size" >
+
<div class="row" style="padding-top:100px; padding-bottom:100px;">
 +
  <div class="col-md-1"></div>
 +
  <div class="col-md-10" style="background-color: white; padding-top:50px; padding-bottom:50px;">
 +
    <div class="row">
 +
      <div class="col-md-1"></div>
 +
      <div class="col-md-10">
 +
        <div style="font-size: 2em; line-height: 150%; color:#355E62;">A Tour of Neptune</div>
 +
        <br><br>
 +
        <div>
 +
          Add Descriptive Text HERE.
 +
        </div>
 +
      </div>
 +
      <div class="col-md-1"></div>
 +
    </div>
 +
  </div>
 +
  <div class="col-md-1"></div>
 +
</div>
  
 +
<div class="row" style="padding-top:20px; padding-bottom:20px;">
 +
      <div class="col-md-1"></div>
 +
      <div class="col-md-10">
 +
        <video width="100%" controls>
 +
        <source src="https://static.igem.org/mediawiki/2016/f/f3/T--BostonU_HW--VIDEOBronzeIV_rcwolf.mp4" type="video/mp4">
 +
        Your browser does not support the video tag.
 +
      </video>
 +
      </div>
 +
      <div class="col-md-1"></div>
 +
    </div>
  
<h5> Project Achievements </h5>
 
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
 
  
<ul>
+
<br><br>
<li>A list of linked bullet points of the successful results during your project</li>
+
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
</ul>
+
  
 +
 +
 +
 +
 +
<div class="row" style="padding-top:50px; padding-bottom:50px;">
 +
  <div class="col-md-1"></div>
 +
  <div class="col-md-10" style="font-size: 3em; line-height: 130%; text-align: right;">Considerations for Replication | Neptune is built to be modular, accessible, parametric, and expandable.</div>
 +
  <div class="col-md-1"></div>
 
</div>
 
</div>
  
 +
<div class="row" style="padding-top:100px; padding-bottom:100px;">
 +
  <div class="col-md-1"></div>
 +
  <div class="col-md-10" style="background-color: white; padding-top:50px; padding-bottom:50px;">
 +
 +
 +
    <div class="row">
 +
      <div class="col-md-3">
 +
      </div>
 +
      <div class="col-md-9">
 +
        <div style="font-size: 2em; line-height: 150%; color:#355E62;">OPEN SOURCE</div>
 +
      </div>
 +
    </div>
 +
    <div class="row" style="padding-top:20px; padding-bottom:20px;">
 +
      <div class="col-md-3">
 +
        <img src="https://static.igem.org/mediawiki/2016/1/1e/T--BostonU_HW--GitHubLogo_rcwolf.png" width="80%" style="padding-left:20px">
 +
      </div>
 +
      <div class="col-md-9">
 +
        All of our materials are Open Source. This includes our software tool Neptune, our parametric 3-D Print (STL) files for the microfluidic and hardware infrastructure, and our firmware used to control the valves and dispensers of our system. If an individual wishes to use, modify, or reinvent our software, firmware, or hardware, all of the material to do so is readily available to them to download at their convenience from our public GitHub repository. Also, any of our supporting software tools (including Cura and OpenScad), are free. Users can download any of these resources using the links below.
 +
        <br><br>
 +
        <a href="https://github.com/CIDARLAB/Neptune" style="padding-right:20px"> <button type="button" class="btn btn-primary" id="down">DOWNLOAD NEPTUNE</button></a>
 +
        <a href="http://www.openscad.org/" style="padding-right:20px"> <button type="button" class="btn btn-primary" id="down">DOWNLOAD OPENSCAD</button></a>
 +
        <a href="https://ultimaker.com/en/products/cura-software" > <button type="button" class="btn btn-primary" id="down">DOWNLOAD CURA</button></a>
 +
      </div>
 +
    </div>
 +
 +
    <br>
 +
 +
 +
 +
    <div class="row">
 +
      <div class="col-md-3">
 +
      </div>
 +
      <div class="col-md-9">
 +
        <div style="font-size: 2em; line-height: 150%; color:#355E62;">INSTRUCTIONAL RESOURCES</div>
 +
      </div>
 +
    </div>
 +
    <div class="row" style="padding-top:20px; padding-bottom:20px;">
 +
      <div class="col-md-3">
 +
        <img src="https://static.igem.org/mediawiki/2016/f/f2/T--BostonU_HW--workersHat_rcwolf.png" width="90%" style="padding-left:20px">
 +
      </div>
 +
      <div class="col-md-9">
 +
        To ease the use of our tool, Neptune offers several features to the user. First, the user could simply email the developers, or visit our Github page where there would be instructions on how to get started, and some documentation. This would include what the user would need to download, and the steps to get Neptune running on the biologist's computer.
 +
<br><br>
 +
When the user first enters Neptune, they could also go through a guided tour using the 'Tour' button on the dashboard page. The guided tour would step through the entire application to show the user what they need to do to make their first microfluidic chip from top to bottom.
 +
<br><br>
 +
Otherwise, the user can visit our iGEM wiki page where they can view more documentation, tutorial videos, and so on. They could also reach out to the synthetic biology community to talk to other biologists and how they used Neptune for their research experiments. This interaction using Neptune would enable biologists around the world to share their ideas, get feedback, and progress the advancement of science.
 +
      </div>
 +
    </div>
 +
 +
    <br>
 +
 +
        <div class="row">
 +
      <div class="col-md-3">
 +
      </div>
 +
      <div class="col-md-9">
 +
        <div style="font-size: 2em; line-height: 150%; color:#355E62;">PARAMETRIC DESIGNS</div>
 +
      </div>
 +
    </div>
 +
    <div class="row" style="padding-top:20px; padding-bottom:20px;">
 +
      <div class="col-md-3">
 +
        <img src="https://static.igem.org/mediawiki/2016/3/37/T--BostonU_HW--parametricIcon_rcwolf.png" width="90%" style="padding-left:20px">
 +
      </div>
 +
      <div class="col-md-9">
 +
        All of our STL files used for 3-D printing hardware infrastructure are parametric. If the user decides to use a different servo than that which Neptune recommends, he or she may simply enter a few measurements into the  parameters listed at the top of the provided files and the designs will update automatically to reflect those changes.
 +
        <br><br>
 +
        Our software is designed to convert a mL amount to be dispensed into a PWM command to be sent to the arduino such that an even dispense rate is achieved for fluid movement through the microfluidic device. This conversion, however, is dependent on the specific servo/syringe combination the user has implemented. If the user decides to use a different servo/syringe setup than what is recommended by our system, he or she may still use our dispense conversion algorithm to control their system as it is also completely parametric.
 +
        <br><br>
 +
        <a href="https://github.com/CIDARLAB/iGEM2016-Hardware"> <button type="button" class="btn btn-primary">DOWNLOAD 3D PRINT FILES</button></a>
 +
      </div>
 +
    </div>
  
<div class="column half_size" >
+
    <br>
  
<h5>Inspiration</h5>
+
    <div class="row">
<p>See how other teams presented their results.</p>
+
      <div class="col-md-3">
<ul>
+
      </div>
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
      <div class="col-md-9">
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
        <div style="font-size: 2em; line-height: 150%; color:#355E62;">LARGE FUNCTIONAL RANGE OF HARDWARE</div>
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
      </div>
</ul>
+
    </div>
 +
    <div class="row" style="padding-top:20px; padding-bottom:20px;">
 +
      <div class="col-md-3">
 +
        <img src="https://static.igem.org/mediawiki/2016/9/90/T--BostonU_HW--syringeScale_rcwolf.png" width="90%" style="padding-left:20px">
 +
        <br>
 +
        <br>
 +
        <img src="https://static.igem.org/mediawiki/2016/4/42/T--BostonU_HW--MECboard_rcwolf.png" width="90%" style="padding-left:20px">
 +
        <br>
 +
        <br>
 +
        <img src="https://static.igem.org/mediawiki/2016/f/f2/T--BostonU_HW--workersHat_rcwolf.png" width="90%" style="padding-left:20px">
 +
      </div>
 +
      <div class="col-md-9">
 +
        Our Hardware system is highly adaptable for both small and large system requirements. Neptune is capable of running up to 200 servo/syringe combinations at once, fulfilling the need for the most demanding microfluidic system. This number is calculated by finding the bottleneck in data transfer from the computer to Arduino, and the transfer rate from Arduino to motor controller shield. Processing time in both the computer and Arduino are comparatively negligible.
 +
        <br><br>
 +
        Transfer to Arduino: 115,200 bits/second, 14,400 bytes/second
 +
        Transfer to motor controller: standard mode of I2C: 100,000 bits/second, 12,500 bytes/second
 +
        Bytes required for one command: 12
 +
        <br><br>
 +
        Therefore the maximum theoretical number of commands that can be sent at once is 12,500/12 = 1040. Including a safety margin of over 5x to ensure that all servo/syringe combinations can move 5x per second to ensure smooth motion all at once, Neptune’s set maximum is 200 servo/syringe combinations.
 +
        <br><br>
 +
        Neptune transforms the build area of a desktop CNC mill into that of an entire machine shop, and beyond. By milling square, modular components with pre-drilled holes for easy mounting Neptune can span a build area of one 4.2”x 4.2” square to hundreds of feet in any direction. This modularity, in addition to enabling huge build areas, allows for custom baseboard configurations to fix each project’s individual needs. The pre-drilled holes ensure proper component alignment and spacing, further adding to Neptune’s ease-of-use.
  
 +
        <br><br>
 +
        <a href="https://github.com/CIDARLAB/iGEM2016-Hardware" style="padding-right:20px;"> <button type="button" class="btn btn-primary">DOWNLOAD FIRMWARE</button></a>
 +
        <a href="https://github.com/CIDARLAB/iGEM2016-Hardware"> <button type="button" class="btn btn-primary">DOWNLOAD 3D PRINT FILES</button></a>
 +
      </div>
 +
    </div>
 +
    <br>
 +
  </div>
 +
  <div class="col-md-1"></div>
 
</div>
 
</div>
</body>
 
  
  
  
</html>
+
<br><br>
  
{{BUHW2016Footer}}
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</body>
 +
</html>

Revision as of 01:35, 19 October 2016


RESULTS





Neptune paints a bright future for microfluidics
A Tour of Neptune


Add Descriptive Text HERE.


Considerations for Replication | Neptune is built to be modular, accessible, parametric, and expandable.
OPEN SOURCE
All of our materials are Open Source. This includes our software tool Neptune, our parametric 3-D Print (STL) files for the microfluidic and hardware infrastructure, and our firmware used to control the valves and dispensers of our system. If an individual wishes to use, modify, or reinvent our software, firmware, or hardware, all of the material to do so is readily available to them to download at their convenience from our public GitHub repository. Also, any of our supporting software tools (including Cura and OpenScad), are free. Users can download any of these resources using the links below.


INSTRUCTIONAL RESOURCES
To ease the use of our tool, Neptune offers several features to the user. First, the user could simply email the developers, or visit our Github page where there would be instructions on how to get started, and some documentation. This would include what the user would need to download, and the steps to get Neptune running on the biologist's computer.

When the user first enters Neptune, they could also go through a guided tour using the 'Tour' button on the dashboard page. The guided tour would step through the entire application to show the user what they need to do to make their first microfluidic chip from top to bottom.

Otherwise, the user can visit our iGEM wiki page where they can view more documentation, tutorial videos, and so on. They could also reach out to the synthetic biology community to talk to other biologists and how they used Neptune for their research experiments. This interaction using Neptune would enable biologists around the world to share their ideas, get feedback, and progress the advancement of science.

PARAMETRIC DESIGNS
All of our STL files used for 3-D printing hardware infrastructure are parametric. If the user decides to use a different servo than that which Neptune recommends, he or she may simply enter a few measurements into the parameters listed at the top of the provided files and the designs will update automatically to reflect those changes.

Our software is designed to convert a mL amount to be dispensed into a PWM command to be sent to the arduino such that an even dispense rate is achieved for fluid movement through the microfluidic device. This conversion, however, is dependent on the specific servo/syringe combination the user has implemented. If the user decides to use a different servo/syringe setup than what is recommended by our system, he or she may still use our dispense conversion algorithm to control their system as it is also completely parametric.


LARGE FUNCTIONAL RANGE OF HARDWARE




Our Hardware system is highly adaptable for both small and large system requirements. Neptune is capable of running up to 200 servo/syringe combinations at once, fulfilling the need for the most demanding microfluidic system. This number is calculated by finding the bottleneck in data transfer from the computer to Arduino, and the transfer rate from Arduino to motor controller shield. Processing time in both the computer and Arduino are comparatively negligible.

Transfer to Arduino: 115,200 bits/second, 14,400 bytes/second Transfer to motor controller: standard mode of I2C: 100,000 bits/second, 12,500 bytes/second Bytes required for one command: 12

Therefore the maximum theoretical number of commands that can be sent at once is 12,500/12 = 1040. Including a safety margin of over 5x to ensure that all servo/syringe combinations can move 5x per second to ensure smooth motion all at once, Neptune’s set maximum is 200 servo/syringe combinations.

Neptune transforms the build area of a desktop CNC mill into that of an entire machine shop, and beyond. By milling square, modular components with pre-drilled holes for easy mounting Neptune can span a build area of one 4.2”x 4.2” square to hundreds of feet in any direction. This modularity, in addition to enabling huge build areas, allows for custom baseboard configurations to fix each project’s individual needs. The pre-drilled holes ensure proper component alignment and spacing, further adding to Neptune’s ease-of-use.