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

(Created page with "<html> <head> <meta charset="UTF-8"> <title>Team:USTC-Software - 2016.igem.org</title> <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:UST...")
 
Line 1: Line 1:
 
<html>
 
<html>
<head>
 
<meta charset="UTF-8">
 
<title>Team:USTC-Software - 2016.igem.org</title>
 
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/foundationcss?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/stylefix?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/wikipage-xxlarge?action=raw&ctype=text/css" media="screen and (min-width:1440px)"/>
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/wikipage-large?action=raw&ctype=text/css" media="screen and (min-width:1024px) and (max-width:1440px)"/>
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/wikipage-medium?action=raw&ctype=text/css" media="screen and (min-width:640px) and (max-width:1024px)"/>
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/wikipage-small?action=raw&ctype=text/css" media="screen and (max-width:640px)"/>
 
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:USTC-Software/css/technology?action=raw&ctype=text/css"/>
 
</head>
 
 
<body>
 
<div class="ar0">
 
<div class="ar0">
 
<img src="https://static.igem.org/mediawiki/2016/9/93/T--USTC-Software--logo00.png" />
 
</div>
 
 
<ul class="dropdown menu row ar1" data-dropdown-menu>
 
<li class="column small-4 large-2 ar0">
 
<a href="https://2016.igem.org/Team:USTC-Software">Home</a>
 
</li>
 
<li class="column small-4 large-2 ar1">
 
<a href="https://2016.igem.org/Team:USTC-Software/Project">Project</a>
 
<ul class="menu">
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Description">Description</a></li>
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Video">Video</a></li>
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Proof">Proof</a></li>
 
</ul>
 
</li>
 
<li class="column small-4 large-2 ar2">
 
<a href="https://2016.igem.org/Team:USTC-Software/HumanPractices">Human Practices</a>
 
</li>
 
<li class="column small-4 large-2 ar3">
 
<a href="https://2016.igem.org/Team:USTC-Software/Requirements">Requirments</a>
 
<ul class="menu">
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Medals">Medals</a></li>
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Safety">Safety</a></li>
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Collaborations">Collaborations</a></li>
 
</ul>
 
</li>
 
<li class="column small-4 large-2 ar4">
 
<a href="https://2016.igem.org/Team:USTC-Software/Notebook">Notebook</a>
 
</li>
 
<li class="column small-4 large-2 ar5">
 
<a href="https://2016.igem.org/Team:USTC-Software/Team">Team</a>
 
<ul class="menu">
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Members">Members</a></li>
 
<li><a href="https://2016.igem.org/Team:USTC-Software/Attributions">Attributions</a></li>
 
</ul>
 
</li>
 
</ul>
 
 
<div class="row ar2">
 
<div class="column ar0 show-for-large large-3">
 
<div id="navigation-bar">
 
<ul class="menu vertical" data-magellan>
 
<li>
 
<a href="#Frontend_Technology">Frontend Technology</a>
 
</li>
 
<li>
 
<a href="#Backend_Technology">Backend Technology</a>
 
</li>
 
</ul>
 
</div>
 
</div>
 
 
<div class="column ar1 small-12 large-9">
 
<div class="row ar0" id="Frontend_Technology" data-magellan-target="Frontend_Technology">
 
<hr />
 
<div class="column small-12 large-12 ar0 textcontainer">
 
<h1><a href="#Frontend_Technology">Frontend Technology</a></h1>
 
<p>
 
Gay!
 
</p>
 
</div>
 
</div>
 
 
<div class="row ar1" id="Backend_Technology" data-magellan-target="Backend_Technology">
 
<hr />
 
<div class="column small-12 large-12 ar0 textcontainer">
 
<h1><a href="#Backend_Technology">Backend_Technology</a></h1>
 
<h2>Framework</h2>
 
<p>
 
Our backend is written in Python3, which is easy to be deployed on either Windows or UNIX-based systems. We use Flask as our web server framework, which provides many fantastic and reliable extensions such as flask-login, a secure flask extension for managing user logins. Mysql or any other relational database can be connected to our system, storing user data and synthetic biology database which can be updated whenever you want.
 
</p>
 
<h2>Plugin System</h2>
 
<p>
 
We have implemented a plugin system which is very easy to use. Any developers can fork our example plugin to write their own plugins, even if they only know little about Python. You can write a plugin for your lab or modify an existing plugin. Plugins can be easily enabled or disabled by editing the plugin list file. Even our official tools are running as plugins, so that you can enable and disable any of them whenever you want to fit the special requirements of your lab.
 
</p>
 
<h2>Continuous Integration &amp; Deployment</h2>
 
<p>
 
Our development is based on Git version control with multiple branches. All pushed commits will be automatically tested on our test server at once and we can see the testing result soon. Besides unit tests, our test server will also process code analyzing to prevent fault codes and ensure that all classes and functions are well composed. When all is done, the new docker image will be generated automatically on DockerHub so that anyone can install and run our program with only one command.
 
</p>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
<footer class="row ar1">
 
<hr />
 
<div class="column small-12 large-2 large-offset-1 ar0">
 
<img src="http://placehold.it/240x240.png" />
 
</div>
 
 
<div class="column small-12 large-2 large-offset-2 ar1">
 
<hr />
 
<h2>Links</h2>
 
<p><a href="www.ustc.edu.cn">USTC</a></p>
 
<p><a href="www.ustc.edu.cn">USTC</a></p>
 
<p><a href="www.ustc.edu.cn">USTC</a></p>
 
<p><a href="www.ustc.edu.cn">USTC</a></p>
 
</div>
 
 
<div class="column small-12 large-2 large-offset-1 end ar2">
 
<hr />
 
<h2>Contact Us</h2>
 
<p>96, Jinzhai RD.</p>
 
<p>Baohe DST.</p>
 
<p>Hefei, Anhui, PRC</p>
 
</div>
 
</footer>
 
 
<script type="text/javascript" src="https://2016.igem.org/Template:USTC-Software/js/foundationjs?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2016.igem.org/Template:USTC-Software/js/scrollmagic?action=raw&ctype=text/javascript"></script>
 
<script type="text/javascript" src="https://2016.igem.org/Template:USTC-Software/js/wikipage?action=raw&ctype=text/javascript"></script>
 
</body>
 
</html><html>
 
 
<head>
 
<head>
 
<meta charset="UTF-8">
 
<meta charset="UTF-8">

Revision as of 16:55, 19 October 2016

Team:USTC-Software - 2016.igem.org


Bronze

1. Register the team, have a great summer, and plan to have fun at the Giant Jamboree.

We surely had a great summber with our teammates and we are preparing to have a wonderful halloween at the Giant Jamboree.

2. Meet all deliverables on the Requirements page (section 3), except those that specifically mention parts.

All required deliverables are satisfied.

3. Create a page on your team wiki with clear attribution of each aspect of your project. This page must clearly attribute work done by the students and distinguish it from work done by others, including host labs, advisors, instructors, sponsors, professional website designers, artists, and commercial services.

We have noted attributions fully and accurately on our Attributions page.

4. Document at least one new substantial contribution to the iGEM community that showcases a project made with BioBricks. This contribution should be equivalent in difficulty to making and submitting a BioBrick part.

Our software is made powerful for users to advance their works or projects in biology. Our Description page briefly introduces our achievement and you can jump to other relative pages if you want more details.


Silver

Validate that something you created (art & design, hardware, software, etc) performs its intended function. Provide thorough documentation of this validation on your team wiki.

The details of validations are shown on our Proof page.

P.S. We eventually decided to combine our validations and proofs together in one page since we thought that it should be better to describe our work rather than a stiff split.

Convince the judges you have helped any registered iGEM team from a high-school, different track, another university, or institution in a significant way by, for example, mentoring a new team, characterizing a part, debugging a construct, modeling/simulating their system or helping validate a software/hardware solution to a synthetic biology problem.

As long as we were receiving bounteous assistance from others, we did not forget to pay back and transmit our forces as we can. Our Collaborations page elaborates on our aid to other teams.

iGEM projects involve important questions beyond the bench, for example relating to (but not limited to) ethics, sustainability, social justice, safety, security, and intellectual property rights. We refer to these activities as Human Practices in iGEM. Demonstrate how your team has identified, investigated and addressed one or more of these issues in the context of your project. (See the Human Practices Hub for more information.)

We agreed the importance of human practices. See our Human Practices page for more details.


Gold

Expand on your silver medal activity by demonstrating how you have integrated the investigated issues into the design and/or execution of your project.

It is a vain attempt of doing human practices only but not integrating the results into real work. See our Human Practices page for more details.

Improve the function OR characterization of an existing iGEM project (that your team did not originally create) and display your achievement on your wiki.

Our project is based on the Biopano, which is the work of the team USTC-Software in 2014. We displayed our progresses here in our Description page.

Demonstrate a functional proof of concept of your project. (Remember, biological materials may not be taken outside the lab.)

We give each module an example on our Proof page so as for users and viewers to comprehend the usages and functions of our software.

P.S. We eventually decided to combine our validations and proofs together in one page since we thought that it should be better to describe our work rather than a stiff split.

Bring your prototype or other work to the Giant Jamboree and demonstrate it to iGEMers and judges in your track showcase. (Remember, biological materials may not be taken outside the lab.)

We will give demonstration on the Giant Jamboree with our strongest enthusiasm. You can click to our Description page to get to know about our project in advance.



Links

USTC

USTC

USTC

USTC


Contact Us

96, Jinzhai RD.

Baohe DST.

Hefei, Anhui, PRC