|
|
Line 79: |
Line 79: |
| <div class="main main-raised"> | | <div class="main main-raised"> |
| <div class="container"> | | <div class="container"> |
− | <h1 class="text-center">Evaluate your Chip with Fluid Functionality Checklist</h1> | + | <h1>Summary</h1> |
− | <div class="row"> | + | <div class="text"> |
− | <div class="col-md-6"> | + | iGEM has done an excellent job of defining modeling projects related to wet lab experiments, however since MARS is a hardware project this was our team’s method of modeling our work. |
− | <h3>Summary</h3> | + | <br> |
− | <div class="text_section"> | + | <br> |
− | <div class="text">
| + | During the process of developing the MARS repository there were many questions that we found ourselves asking consistently: |
− | <span id="math">$c = \pm\sqrt{a^2 + b^2}s$</span>
| + | <ol> |
− | | + | <li>Why is my chip not working? </li> |
− | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras lacinia urna ut lectus dictum ultricies. Phasellus euismod tellus quis felis condimentum ullamcorper. Aenean blandit rutrum viverra. Nam at nisl feugiat, gravida magna non, porttitor libero. Suspendisse at purus mattis, ullamcorper odio at, fringilla mi. Sed ultrices viverra est, eu fermentum justo feugiat vitae. Nunc sed egestas enim. Sed sed eros ac mauris suscipit aliquam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque tincidunt nisi justo, a volutpat risus eleifend non.
| + | <li>Is this what my chip should be doing right now? </li> |
− | </div>
| + | <li>What part of my chip is failing? </li> |
− | </div> | + | </ol> |
− | <ul class="col-md-4 col-md-offset-4"> | + | <br> |
− | <li><a href="#Qualitative">Qualitative</a></li>
| + | The common theme within these questions was our inability to explain why our microfluidics chips were not functioning correctly. When we had performed a literature review there were no papers published regarding a standardized method of evaluating microfluidic chips. With that problem in mind the team went on to create an evaluation system known as Fluid Functionality. |
− | <li><a href="#Quantitative">Quantitative</a></li>
| + | <br> |
− | </ul>
| + | <br> |
− | </div>
| + | Fluid Functionality is based around analyzing the functionality of each primitive in a microfluidic chip (refer to Microfluidics 101 on our Wiki for more information regarding primitives.) These primitives can be thought of as the individual electrical components that are a part of a larger circuit. If one and/or more primitive malfunctions the entire system will not work. However, how do we go about analyzing each primitive? Primitive analysis can be broken up into two parts: |
− | <div class="col-md-6">
| + | <ol> |
− | <img src="https://static.igem.org/mediawiki/2017/5/5f/LysisFlow.png" alt="Picture" id="Shane">
| + | <li><b>Qualitative:</b> Observations that provide any indication of failure. </li> |
− | </div>
| + | <li><b>Quantitative:</b>C alculations that show whether your primitive failed or not. </li> |
| + | </ol> |
| + | <br> |
| + | By inter-relating the qualitative failures we have observed and with a corresponding quantitative analysis method we can explain why a microfluidic chip is not working. If for example a primitive has a qualitative failure and <b>fails</b> its quantitative test, than there is something wrong with the primitives dimensions. But if a primitive has a qualitative failure and <b>passes</b> its quantitative test, than there is some other source of error such as poor assembly. |
| + | <br> |
| + | <br> |
| + | The sections below describe the qualitative and quantitative analyses we have developed to evaluate microfluidic chips. |
| </div> | | </div> |
− | </div>
| |
| </div> | | </div> |
| + | </div> |
| | | |
| <div class="main main-raised" id="Quantitative" style="margin-top:5%;"> | | <div class="main main-raised" id="Quantitative" style="margin-top:5%;"> |