Team:CBNU-Korea/Team

From 2012.igem.org

(Difference between revisions)
Line 12: Line 12:
-
    <!--[if lt IE 9]>
+
<!--[if lt IE 9]>
     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
     <script src="http://scottjehl.github.com/Respond/respond.min.js"></script>
     <script src="http://scottjehl.github.com/Respond/respond.min.js"></script>
-
   
 
-
    <script type="text/javascript">
 
-
function divLink(url) {
 
-
window.open(url);
 
-
}
 
-
function brDN{
 
-
document.getElementById('CB_top_CBNU_logo').getElementById('br').style.display = 'none';
 
-
}
 
-
 
</script>
</script>
      
      
Line 165: Line 156:
float: left;
float: left;
padding-top: 25px;
padding-top: 25px;
 +
}
 +
 +
#CB_top_CBNU_logo_img {
 +
background: url(https://static.igem.org/mediawiki/2012/2/2c/CBK_logo_003.png)
 +
no-repeat;
 +
width: 140px;
 +
height: 120px;
 +
float: left;
 +
}
 +
 +
#CB_top_CBNU_logo h1 {
 +
padding: 0;
 +
margin: 0;
 +
margin-top: 12px;
 +
font-size: 30px;
 +
}
 +
 +
#CB_top_CBNU_logo h2 {
 +
padding: 0;
 +
margin: 0;
 +
margin-top: -18px;
}
}
Line 525: Line 537:
-
<body onload="brDN()">
+
<body>
Line 533: Line 545:
<div id="CB_top_logo_cont">
<div id="CB_top_logo_cont">
<div id="CB_top_CBNU_logo">
<div id="CB_top_CBNU_logo">
-
<div id ="CB_top_CBNU_logo_img"></div>
+
<div id="CB_top_CBNU_logo_img"></div>
-
<p>iGEM 2012</p>
+
<h1>iGEM 2012</h1>
-
<p>CBNU-Korea</p>
+
<h2>CBNU-Korea</h2>
-
<img src="https://static.igem.org/mediawiki/2012/2/2c/CBK_logo_003.png" />
+
-
<br id="br"> <br id="br"> Team:CBNU-Korea
+
</div>
</div>
<div id="CB_top_MENU">
<div id="CB_top_MENU">

Revision as of 00:53, 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.