Line 73: | Line 73: | ||
<div class="ui header">Search & recommendation</div> | <div class="ui header">Search & recommendation</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="4">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="4">View Detail</div> |
</div> | </div> | ||
<div class="card wide-card"> | <div class="card wide-card"> | ||
Line 82: | Line 82: | ||
<div class="ui header">Analysis & simulation</div> | <div class="ui header">Analysis & simulation</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="5">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="5">View Detail</div> |
</div> | </div> | ||
<div class="card wide-card"> | <div class="card wide-card"> | ||
Line 91: | Line 91: | ||
<div class="ui header">Guide the design</div> | <div class="ui header">Guide the design</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="6">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="6">View Detail</div> |
</div> | </div> | ||
</div> | </div> | ||
Line 150: | Line 150: | ||
<div class="ui header">Real-time collaboration</div> | <div class="ui header">Real-time collaboration</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="1">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="1">View Detail</div> |
</div> | </div> | ||
<div class="card wide-card"> | <div class="card wide-card"> | ||
Line 159: | Line 159: | ||
<div class="ui header">Synchronization sketchpad</div> | <div class="ui header">Synchronization sketchpad</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="2">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="2">View Detail</div> |
</div> | </div> | ||
<div class="card wide-card"> | <div class="card wide-card"> | ||
Line 168: | Line 168: | ||
<div class="ui header">SBOL support</div> | <div class="ui header">SBOL support</div> | ||
</div> | </div> | ||
− | <div class="ui bottom attached button detail-btn" data-id="3">View Detail</div> | + | <div class="ui bottom attached button detail-btn button-override" data-id="3">View Detail</div> |
</div> | </div> | ||
</div> | </div> |
Revision as of 17:50, 17 October 2018
Project
Welcome to CO-RAD!
The complexity of genetic circuits has made it difficult for synthetic biologists to design the artificial biological systems. In our project, we developed CO-RAD, a Collaborative Optimization platform with multiple functions including Recommendation, Analysis and Design. With the help of CO-RAD, users can design genetic circuits easily and cooperate with remote partners in real time. More importantly, the search & recommendation system in CO-RAD were developed to inspire users with some previous projects and optimize their design with evolutionary algorithm. Moreover, <a href="javascript:void(0)" goto="Simulation-Circuits"> a novel numerical simulation algorithm </a> for circuit)applied in CO-RAD was developed to predict the expression level of genetic circuits in no time. Through in addition, we incorporated self-designed <a href="javascript:void(0)" goto="Validation"> wet-lab validation </a> into our project to validate the new results designed by our CO-RAD platform. In conclusion, by assisting in collaboration and inspiration, CO-RAD makes complex biological systems accessible to researchers who want rapid, intuitive, and high-quality accomplish their designs. Click here to design in <a href="http://www.sysu-corad.com/">CO-RAD</a> way.
<img src="" />
Background
The data shows a shift from single-investigator 'little science' to increasingly large, expensive, multinational, interdisciplinary and interdependent 'big science'. The scientific collaboration among researchers becomes more pervasive and essential.
To synthetic biology, due to the natural complexity of biological systems, genetic circuit design and the limited personal experience, it is very difficult for individuals to design a viable circuit alone, raising the demand of effective collaboration methods. Interdisciplinary and engineering-oriented natures on scientific research make it praticularly open to collaboration, while time and space issues would compromise the convenience and the efficency to conduct a collaboration.
In this case, we developed a software to improve the efficiency in collaboration and help inspire synbiologists' ideas, assisting in designing and optimizing their design.
<img src="" />
<img src="" />
Therefore, we're here to solve the following problems:
- How to make tele-cooperation as convenient as face-to-face collaboration?
- How to encourage users to think of and share more creative ideas while cooperating?
Solution
Help users come up with more creative ideas
<img src="" />
Search & recommendation
<img src="" />
Analysis & simulation
<img src="" />
Guide the design
Search & recommendaion
<img src="" />
Given the experience of previous achievements provides valuable inspiration while cooperating, we developed this function to help users quickly find the project they need.
Analysis & simulation
<img src="" />
Deeper understanding of the circuit design can help users make more hypothetical opinions. Our software analyzes circuits and gives values for CG and CAI, and builds mathematical simulation models to predict expression levels.
Guide the design
<img src="" />
Through an algorithm that simulates evolution, users can get optimal kinetic parameters for circuits, which can assist users in modifying their circuits to reach the expected behavior.
Solve the inconvenience of remote collaboration and communication
<img src="" />
Real-time collaboration
<img src="" />
Synchronization sketchpad
<img src="" />
SBOL support
Real-time collaboration
<img src="" />
A real-time genetic circuit design platform where multiple users can edit one file at the same time, just like (and even better than!) working on the same computer.
Synchronization sketchpad
<img src="" />
A tool that simulates pen and paper, users can express their opinions by labeling or drawing during the communication process.
SBOL support
<img src="" />
Our system is compatible with SBOL, the most common data format in the field of synthetic biology, which means circuits edited on other software can be quickly imported into our software without re-editing.
<script>
$('.detail-btn').on('click', function () { $('#modal-' + $(this).attr('data-id')).modal('show'); });
</script>