User interface
Improves user experience and eliminates the need to understand Verilog Code
(first draft software) |
|||
Line 1: | Line 1: | ||
{{RISE_head}} | {{RISE_head}} | ||
<html> | <html> | ||
− | + | <div class="spacer h150"></div> | |
− | + | ||
<div class="simple-page centered-page"> | <div class="simple-page centered-page"> | ||
Line 10: | Line 9: | ||
<img src="img/computer_to_cell_multi_both.png" style="width: 100%;" /> | <img src="img/computer_to_cell_multi_both.png" style="width: 100%;" /> | ||
<div class="spacer h20"></div> | <div class="spacer h20"></div> | ||
− | <h2 class="lead animate-box">Build your bioware? | + | <h2 class="lead animate-box">Build your own bioware? It's simple</h2> |
− | <p class="sub-lead animate-box"> | + | <p class="sub-lead animate-box">Engineering your cells with new biological circuits |
+ | can give them incredible capacities, but can also be a painstaking endeavor. | ||
+ | Intelligene is suite of tools meant to fix just that.</p> | ||
<div class="spacer h20"></div> | <div class="spacer h20"></div> | ||
<hr class="animate-box"/> | <hr class="animate-box"/> | ||
<div class="spacer h20"></div> | <div class="spacer h20"></div> | ||
<p class="sub-lead justified animate-box"> | <p class="sub-lead justified animate-box"> | ||
− | Synthetic genetic networks are being used more and more frequently in synthetic biology due to their ability to give cells powerful new capabilities while using many of the techniques already common to cell cloning, such as assembly strategies and transformation. Designing the biological organization these circuits, which are often built into plasmid vectors, can be a real challenge. <b>Cello</b>, published in | + | Synthetic genetic networks are being used more and more frequently in synthetic |
+ | biology due to their ability to give cells powerful new capabilities while using | ||
+ | many of the techniques already common to cell cloning, such as assembly strategies | ||
+ | and transformation. Designing the biological organization these circuits, which | ||
+ | are often built into plasmid vectors, can be a real challenge. <b>Cello</b>, | ||
+ | published in Science on April 1<sup>st</sup>, 2016, is a program which allows users to | ||
+ | combine data of the desired circuit and data about the host system to generate plasmids | ||
+ | containing the fully functional circuits. Over the summer, <b>we developed a suite of | ||
+ | software tools meant to increase the user-friendliness, open-source nature, and | ||
+ | power of Cello</b>. This required modifying Cello in multiple ways. Firstly, we | ||
+ | added an intuitive user interface to Cello to design circuits, eliminating the | ||
+ | need for users to understand how to code in Verilog. Secondly, we made Cello | ||
+ | accept external inputs, so it could download biological parts from a database. | ||
+ | Thirdly, we created and published this database, complete with a variety of | ||
+ | features to allow users to interact with the database. Past wiki freeze, we | ||
+ | plan to continue working on integration of the database with Cello to allow | ||
+ | the seamless transfer of information, and the correct interpretation of the | ||
+ | available data. | ||
</p> | </p> | ||
</div> | </div> | ||
Line 30: | Line 48: | ||
<div class="container"> | <div class="container"> | ||
<div class="col-md-7"> | <div class="col-md-7"> | ||
− | |||
<h2 class="lead">Cello</h2> | <h2 class="lead">Cello</h2> | ||
<div class="feature"> | <div class="feature"> | ||
Line 38: | Line 55: | ||
<div class="text"> | <div class="text"> | ||
<h3>User interface</h3> | <h3>User interface</h3> | ||
− | <p> | + | <p>Improves user experience and eliminates the need to understand Verilog Code</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 47: | Line 64: | ||
<div class="text"> | <div class="text"> | ||
<h3>Scaffold compatibility</h3> | <h3>Scaffold compatibility</h3> | ||
− | <p> | + | <p>Modified to work with dCas9-based biochemistries, and handle repeated parts correctly.</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 56: | Line 73: | ||
<div class="text"> | <div class="text"> | ||
<h3>Database</h3> | <h3>Database</h3> | ||
− | <p> | + | <p>Improved transfer of information by accepting information from database passed in JSON format.</p> |
</div> | </div> | ||
</div> | </div> | ||
<div class="btn-action"> | <div class="btn-action"> | ||
− | <a href=" | + | <a href="https://2016.igem.org/Team:EPFL/software_cello" class="btn btn-primary btn-cta">learn more</a> |
</div> | </div> | ||
</div> | </div> | ||
Line 92: | Line 109: | ||
<div class="text"> | <div class="text"> | ||
<h3>Parts</h3> | <h3>Parts</h3> | ||
− | <p> | + | <p>Modifiable databases of parts allow gates to be built using custom parts.</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 101: | Line 118: | ||
<div class="text"> | <div class="text"> | ||
<h3>User Interface</h3> | <h3>User Interface</h3> | ||
− | <p> | + | <p>Intuitive and easy to use, the User Interface relies on beautiful forms and simple dragging-and-dropping features.</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 110: | Line 127: | ||
<div class="text"> | <div class="text"> | ||
<h3>API</h3> | <h3>API</h3> | ||
− | <p> | + | <p>Comes with an API so that it can be called from external programs, such as Cello.</p> |
</div> | </div> | ||
</div> | </div> | ||
<div class="btn-action"> | <div class="btn-action"> | ||
− | <a href=" | + | <a href="https://2016.igem.org/Team:EPFL/software_database" class="btn btn-primary btn-cta">Learn more</a> |
</div> | </div> | ||
</div> | </div> |
Engineering your cells with new biological circuits can give them incredible capacities, but can also be a painstaking endeavor. Intelligene is suite of tools meant to fix just that.
Synthetic genetic networks are being used more and more frequently in synthetic biology due to their ability to give cells powerful new capabilities while using many of the techniques already common to cell cloning, such as assembly strategies and transformation. Designing the biological organization these circuits, which are often built into plasmid vectors, can be a real challenge. Cello, published in Science on April 1st, 2016, is a program which allows users to combine data of the desired circuit and data about the host system to generate plasmids containing the fully functional circuits. Over the summer, we developed a suite of software tools meant to increase the user-friendliness, open-source nature, and power of Cello. This required modifying Cello in multiple ways. Firstly, we added an intuitive user interface to Cello to design circuits, eliminating the need for users to understand how to code in Verilog. Secondly, we made Cello accept external inputs, so it could download biological parts from a database. Thirdly, we created and published this database, complete with a variety of features to allow users to interact with the database. Past wiki freeze, we plan to continue working on integration of the database with Cello to allow the seamless transfer of information, and the correct interpretation of the available data.
Improves user experience and eliminates the need to understand Verilog Code
Modified to work with dCas9-based biochemistries, and handle repeated parts correctly.
Improved transfer of information by accepting information from database passed in JSON format.
Modifiable databases of parts allow gates to be built using custom parts.
Intuitive and easy to use, the User Interface relies on beautiful forms and simple dragging-and-dropping features.
Comes with an API so that it can be called from external programs, such as Cello.