Line 10: | Line 10: | ||
</head> | </head> | ||
− | <body | + | <body> |
<div class="ui menu pointing fixed" id="menu"> | <div class="ui menu pointing fixed" id="menu"> | ||
− | + | <a class=" item" href="index.html"><img style="width:6em" src="https://static.igem.org/mediawiki/2018/4/42/T--USTC-Software--logo3.jpg"></a> | |
− | + | <div class="ui item dropdown">Project | |
− | + | <div class="menu"> | |
− | + | <a class="item" href="Project.html#Overview">Overview</a> | |
− | + | <a class="item" href="Project.html#Motivation">Motivation</a> | |
− | + | </div> | |
+ | </div> | ||
+ | <a class="item" href="Attributions">Attribution</a> | ||
+ | <div class="ui item dropdown">Demonstrate | ||
+ | <div class="menu"> | ||
+ | <a class="item" href="Demonstrate#Overview">Overview</a> | ||
+ | <a class="item" href="Demonstrate#Motivation">Motivation</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="ui item dropdown">Human Practice | ||
+ | <div class="menu"> | ||
+ | <a class="item" href="Human_Practices#Science and Technology Week">Science and Technology Week</a> | ||
+ | <a class="item" href="Human_Practices#Student Open Source Conference">Student Open Source Conference</a> | ||
+ | <a class="item" href="Human_Practices#Asia-Pacific Conference in Taiwan">Asia-Pacific Conference in Taiwan</a> | ||
+ | <a class="item" href="Human_Practices#Software Promotion">Software Promotion</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="ui item dropdown">Implementation | ||
+ | <div class="menu"> | ||
+ | <a class="item" href="Implementation">Overview</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="ui item dropdown">Model | ||
+ | <div class="menu"> | ||
+ | <a class="item" href="Project.html#Overview">Overview</a> | ||
+ | <a class="item" href="Project.html#Motivation">Motivation</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="ui item dropdown">Medal | ||
+ | <div class="menu"> | ||
+ | <a class="item" href="Medal#Overview">Overview</a> | ||
+ | <a class="item" href="Medal#Motivation">Motivation</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a class="ui item" href="Team.html">Team</a> | ||
+ | <a class="ui item" href="ValidatedContribution">ValidatedContribution | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
<div class="ui grid"> | <div class="ui grid"> | ||
<div class="one wide column"></div> | <div class="one wide column"></div> | ||
Line 23: | Line 61: | ||
<div class="ui secondary vertical pointing menu" id="leftnav" style="height: 100%;padding-top: 100px;width: 90%;"> | <div class="ui secondary vertical pointing menu" id="leftnav" style="height: 100%;padding-top: 100px;width: 90%;"> | ||
<div class="item"> | <div class="item"> | ||
− | <div class="header"> | + | <div class="header">Improve</div> |
<div class="menu"> | <div class="menu"> | ||
− | <a class="item | + | <a class="item leftnav-item" href="#Community">The Community</a> |
− | + | > | |
+ | <a class="item leftnav-item" href="#SearchEngine">Intelligent Search Engine</a> | ||
+ | <a class="item leftnav-item" href="#UI">User Interface</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 34: | Line 74: | ||
<div class="inside-container" style="height: 100%;padding-top: 100px;"> | <div class="inside-container" style="height: 100%;padding-top: 100px;"> | ||
<h1>Improve</h1> | <h1>Improve</h1> | ||
− | + | <h3 id="Community">The Community</h3> | |
− | + | <p>Biohub 2.0 is a synthetic biology community, focusing on more efficient Biobricks information retrieval and more convenient biological ideas sharing. Apart from these functions, an online editor is added to BioHub 3.0. Users not only can finish their reports in a more convenient way, but also can release their reports and read or comment on other scholar's reports on this platform. Praise and collection are also supported. As an extensible community, more fantastic features would be integrated in the future.</p> | |
− | + | ||
− | + | <div class="divider"></div> | |
− | + | ||
− | + | <h3 id="SearchEngine">Intelligent Search Engine</h3> | |
− | < | + | |
− | + | <p>The Intelligent Search Engine is based on 2017's project. The following features are added.</p> | |
− | + | ||
− | + | <ul> | |
− | + | <ol>It has a better command of language recognition. It supports semantic recognition, like "reports today", "reports by ana", "reports this year" and etc..</ol> | |
− | + | <ol>Filtering rules and Collation can be customized.</ol> | |
− | + | <ol>Advanced search is supported.</ol> | |
− | + | <ol>We have added many useful databases and academic websites to our search engine, so biologists could search information more quickly.</ol> | |
− | + | <div class="divider"></div> | |
+ | <h3 id="UI">User Interface</h3> | ||
+ | <p>We introduced a new user interface. In order to match our frontend framework perfectly, we choose Ng-zorro, which is written in TypeScript with complete defined types as our UI framework. The high-quality components and style of Ng-zorro help us complete our design quickly and provides a better experience.</p> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 22:59, 16 October 2018
Improve
The Community
Biohub 2.0 is a synthetic biology community, focusing on more efficient Biobricks information retrieval and more convenient biological ideas sharing. Apart from these functions, an online editor is added to BioHub 3.0. Users not only can finish their reports in a more convenient way, but also can release their reports and read or comment on other scholar's reports on this platform. Praise and collection are also supported. As an extensible community, more fantastic features would be integrated in the future.
Intelligent Search Engine
The Intelligent Search Engine is based on 2017's project. The following features are added.
- It has a better command of language recognition. It supports semantic recognition, like "reports today", "reports by ana", "reports this year" and etc..
- Filtering rules and Collation can be customized.
- Advanced search is supported.
- We have added many useful databases and academic websites to our search engine, so biologists could search information more quickly.
User Interface
We introduced a new user interface. In order to match our frontend framework perfectly, we choose Ng-zorro, which is written in TypeScript with complete defined types as our UI framework. The high-quality components and style of Ng-zorro help us complete our design quickly and provides a better experience.