Team:CBNU-Korea/Team

From 2012.igem.org

(Difference between revisions)
Line 134: Line 134:
font-family: 'Francois One', sans-serif;
font-family: 'Francois One', sans-serif;
overflow: auto;
overflow: auto;
 +
padding-bottom: 20px;
}
}
Line 166: Line 167:
}
}
-
#CB_top_CBNU_logo_text_1 p{
+
#CB_top_CBNU_logo_text_1 p {
padding: 0;
padding: 0;
margin: 0;
margin: 0;
Line 173: Line 174:
}
}
-
#CB_top_CBNU_logo_text_2 p{
+
#CB_top_CBNU_logo_text_2 p {
padding: 0;
padding: 0;
margin: 0;
margin: 0;
Line 376: Line 377:
#menubar {
#menubar {
display: none;
display: none;
 +
}
 +
#CB_top {
 +
padding-bottom: 0px;
}
}
#CB_top_logo_cont {
#CB_top_logo_cont {
Line 450: Line 454:
#menubar {
#menubar {
display: block;
display: block;
 +
}
 +
#CB_top {
 +
padding-bottom: 0px;
}
}
#CB_top_CBNU_logo {
#CB_top_CBNU_logo {
Line 530: Line 537:
#menubar {
#menubar {
display: block;
display: block;
-
}
 
-
#CB_top {
 
-
height: 170px;
 
}
}
}
}
Line 557: Line 561:
<div id="CB_top_CBNU_logo_img"></div>
<div id="CB_top_CBNU_logo_img"></div>
<div id="CB_top_CBNU_logo_text_1">
<div id="CB_top_CBNU_logo_text_1">
-
<p>2012 iGEM</p>
+
<p>2012 iGEM</p>
</div>
</div>
<div id="CB_top_CBNU_logo_text_2">
<div id="CB_top_CBNU_logo_text_2">
-
<p>CBNU-Korea</p>
+
<p>CBNU-Korea</p>
</div>
</div>
</div>
</div>

Revision as of 01:33, 25 September 2012

+ What is BUGS

Brick & Unique minimal Genome Software

We have developed two distinct software tools.

The first tool, MG-designer, is functionally divided into designer and viewer. The viewer shows the information of genomes in both linear and circular form. So it is easier for users to understand the characteristic of genomes. By the designer, user can design minimal genomes by essential genes which are analogized by our team in this year. The minimal genome can be designed depending on characteristics of species by inserting the function of genes into particular locations.

With the second tool, brick-designer, user can design new bio-bricks. It is also able to synthesize bricks by using the bricks registered in partsregistry. User can also utilize bricks he just designed. We tried to enhance software potability by enabling the bricks to save as Genbank and SBOL types. Brick also can be saved as picture file so that it is helpful in the Wiki implementation.