Team:METU Turkey Software/Project

From 2010.igem.org

(Difference between revisions)
Line 78: Line 78:
.text h3{
.text h3{
-
font-size: 24px;
+
font-size: 18px;
float: left;
float: left;
margin: 0px 0px 12px 0px;
margin: 0px 0px 12px 0px;
Line 119: Line 119:
.heading{
.heading{
width: 260px;
width: 260px;
-
height: 29px;
+
height: 20px;
-
float: left;
+
        float: left;
-
padding: 12px 14px 0px 14px;
+
        padding: 6px 14px 6px 14px;
-
margin: 0px 0px 18px 0px;
+
        margin: 0px 0px 12px 0px;
-
background: url(https://static.igem.org/mediawiki/igem.org/7/77/Navigation_btn_bg.gif) repeat-x;
+
        background: url(https://static.igem.org/mediawiki/igem.org/7/77/Navigation_btn_bg.gif) repeat-x;
}
}
Line 179: Line 179:
#wrapper{
#wrapper{
-
width: 950px;
+
width: 965px;
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
margin:0px 0px 0px 0px;

Revision as of 09:28, 17 September 2010

Home

 

Project Introduction

As the field of Synthetic Biology is on the rise, iGEM is growing up very fast and the number of parts in the parts registry is increasing with the addition of more complex parts each day. After facing some difficulty while running our algorithms on the parts registry, the need for standardization of parts entry was apparent.

 

By following the basics of professional software development approaches, we are aiming to overcome the issues that can be observed while building extensive and complex databases. Entity Relationship Model (ER) diagrams has been applied in order to design an extensible database. We are currently developing Software Requirements Specification (SRS) to define the requirements for each part in the registry and building blocks of the software such as algorithm, user interface, web server etc. Software Design Description (SDD) approach will be helping us while developing the final software and design art elements of the software that will deliver the database requirements . Our Quality Plan (QP) will point out the risks of the designed software and help us with the risk management.These professional software development approaches are helping us to communicate with a common language between the Software oriented and Biology oriented members in the team. We are using graph theoretic modeling to visualize the relations between iGEM Parts and to standardize the represantation of the parts as much as possible by graph theoretical methods. It will help us when we try to find input output relations between the parts. Furthermore, our program will be able to provide alternative pathways to construct the most reliable Biobrick devices with respect to given inputs and expected outputs as a Biobrick Guide.