Difference between revisions of "Team:USTC-Software/Contribution"

Line 73: Line 73:
 
<div id="top"></div>
 
<div id="top"></div>
 
<div id="menu">
 
<div id="menu">
    <ul>
 
        <li><a data-scroll href="#item1" class="focused">Unit Test</a></li>
 
        <li><a data-scroll href="#item2">BioSearch</a></li>
 
        <li><a data-scroll href="#item3">Plugins</a></li>
 
    </ul>
 
 
</div>
 
</div>
 
<!--<div class="scroll-img">
 
<!--<div class="scroll-img">
Line 85: Line 80:
  
 
<div id="team-content" style="border: solid;border-width: 1px;border-color: #e1e1e1; background-color: white;border-radius: 2px;">
 
<div id="team-content" style="border: solid;border-width: 1px;border-color: #e1e1e1; background-color: white;border-radius: 2px;">
     <h1 style="text-align: center;">Validation</h1>
+
     <h1 style="text-align: center;">Contribution</h1>
 
     <div id="item1" class="item one">
 
     <div id="item1" class="item one">
         <h2 style="text-align: center">Unit Test</h2>
+
         <p>Biohub 2.0 is a synthetic biology community, focusing on more efficient Biobricks information retrieval and more convenient biological ideas sharing. It is also a flexible plugin which allows users to develop new functions and integrated them into the platform. Plugins will have full access to the community's data, so plugin developers can make further analysis of the parts. </p>
        <div style="padding: 10px 5px 10px 5px;margin-top: 20px">
+
        <p>Please visit <a href="">Description</a> for more details about our project and what we have achieved.</p>
            <p>Our project is deposited on github for better cooperation. So all pushed commits will be automatically tested by TravisCI shortly after being pushed so that we can see the result soon. Besides unit tests, ES Linter will help us find syntax errors and incongruous code style whenever files changed. These features guarantee our project operating normally.</p>
+
        </div>
+
    </div>
+
    <div id="item2" class="item two">
+
        <h2 style="text-align: center">BioSearch</h2>
+
        <div style="padding: 10px 5px 10px 5px;margin-top: 20px">
+
            <p>Type anything you want to learn about a part and press Enter, in less than one second you will get the results:</p>
+
            <p><img src="https://static.igem.org/mediawiki/2017/5/5c/Biosearch-result.png" alt=""></p>
+
            <p>The bricks are ordered by their qualities and creation date, which means you are always able to get the best and latest one to meet your need. The quality of bricks are ranked by several factors, including frequency of use, sample status, and assessments from users in forum, and so on. Each brick is displayed with a progress bar at the right bottom corner, which represents the relative ranking.</p>
+
            <p>BioSearch supports multi-dimensional filtering. You can use <code>t:&lt;type&gt;</code> to limit the type of bricks:</p>
+
            <p><img src="https://static.igem.org/mediawiki/2017/f/f6/Biosearch-type-limit.png" alt=""></p>
+
            <p>or use <code>n:&lt;part name&gt;</code> to precisely locate a brick using its name:</p>
+
            <p><img src="https://static.igem.org/mediawiki/2017/c/c9/Biosearch-limit-name.png" alt=""></p>
+
            <p>or add an <code>h:</code> filter to mark out the matched words:</p>
+
            <p><img src="https://static.igem.org/mediawiki/2017/f/f8/Biosearch-hl.png" alt=""></p>
+
            <p>Multiple filters can also be combined to make complex query:</p>
+
            <p><img src="https://static.igem.org/mediawiki/2017/f/fe/Biosearch-combine.png" alt=""></p>
+
        </div>
+
    </div>
+
    <div id="item3" class="item three">
+
        <h2 style="text-align: center">Plugins</h2>
+
        <div style="padding: 10px 5px 10px 5px;margin-top: 20px">
+
            <div class="subtitle">ABACUS:</div>
+
            <p>ABACUS is a submodule of team USTC-Software-2016's project. ABACUS is firstly developed by professor Liu Haiyan, to enlarge the functions of Biopano. The de novo design of amino acid sequence to fold into desired structures is a way to reach a more thorough understanding of how amino acid sequences encode protein structures and to supply methods for protein engineering. To overcome limitations in current computational models, they developed a comprehensive statistical energy function for protein design with a new general strategy and verify that it can complement and rival current well-established models. They established an experimental approach which can be used to efficiently assess or improve the foldability of designed proteins. To prove it, they report four de novo proteins for different targets, all experimentally verified to the well-folded, solved solution structures for two being excellent agreement with respective design targets.</p>
+
            <div class="subtitle">bioBLESS:</div>
+
            <p>bioBLESS is an adaption of team USTC-Software-2015's project. It is an integrated system based on Espresso, designed to construct and evaluate biological circuit. The project is also available on GitHub, which means one can download all the source code and test it. Members of team USTC-Software-2015 use TravisCI for continuous integration and coverall for coverage test at the backend, while Chai, Mocha and phantomJs assure the website is displayed as expected.</p>
+
        </div>
+
 
     </div>
 
     </div>
 
</div>
 
</div>

Revision as of 02:36, 2 November 2017

Team

Contribution

Biohub 2.0 is a synthetic biology community, focusing on more efficient Biobricks information retrieval and more convenient biological ideas sharing. It is also a flexible plugin which allows users to develop new functions and integrated them into the platform. Plugins will have full access to the community's data, so plugin developers can make further analysis of the parts.

Please visit Description for more details about our project and what we have achieved.