Team:CBNU-Korea/Team
From 2012.igem.org
Line 8: | Line 8: | ||
<link href='http://fonts.googleapis.com/css?family=Francois+One' | <link href='http://fonts.googleapis.com/css?family=Francois+One' | ||
rel='stylesheet' type='text/css'> | rel='stylesheet' type='text/css'> | ||
- | <link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'> | + | <link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' |
+ | rel='stylesheet' type='text/css'> | ||
Line 203: | Line 204: | ||
overflow: auto; | overflow: auto; | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | #CB_subcontent h2 { | ||
+ | background: white; | ||
+ | color: black; | ||
+ | float: left; | ||
+ | font-size: 2.2em; | ||
+ | font-family: 'Lato' sans-serif; | ||
+ | font-weight: 900; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | padding: 25px 10px 10px 20px; | ||
} | } | ||
Line 215: | Line 228: | ||
width: 100%; | width: 100%; | ||
overflow: auto; | overflow: auto; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 244: | Line 245: | ||
} | } | ||
- | #CB_sub_cont{ | + | #CB_sub_cont { |
width: 100%; | width: 100%; | ||
max-width: 1080px; | max-width: 1080px; | ||
background: white; | background: white; | ||
height: 400px; | height: 400px; | ||
- | |||
} | } | ||
- | |||
/* ---------------CB_map------------------- */ | /* ---------------CB_map------------------- */ | ||
Line 260: | Line 259: | ||
} | } | ||
- | #CB_map_img{ | + | #CB_map_img { |
width: 60%; | width: 60%; | ||
height: 300px; | height: 300px; | ||
float: left; | float: left; | ||
- | background: url(https://static.igem.org/mediawiki/2012/3/3c/CBK_map_001.png) no-repeat -64px -47px; | + | background: url(https://static.igem.org/mediawiki/2012/3/3c/CBK_map_001.png) |
+ | no-repeat -64px -47px; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
- | #CB_map_desc{ | + | #CB_map_desc { |
width: 40%; | width: 40%; | ||
float: right; | float: right; | ||
Line 336: | Line 336: | ||
/* iPhone, etc portrait ---- */ | /* iPhone, etc portrait ---- */ | ||
@media all and (min-width : 320px) and (max-width : 768px) { | @media all and (min-width : 320px) and (max-width : 768px) { | ||
- | |||
#menubar { | #menubar { | ||
display: none; | display: none; | ||
Line 390: | Line 389: | ||
/* iPad, tablets etc portrait ---- */ | /* iPad, tablets etc portrait ---- */ | ||
@media all and (min-width : 769px) and (max-width : 1024px ) { | @media all and (min-width : 769px) and (max-width : 1024px ) { | ||
- | |||
#menubar { | #menubar { | ||
display: block; | display: block; | ||
Line 453: | Line 451: | ||
/* large Desktops */ | /* large Desktops */ | ||
@media all and (min-width: 1025px) { | @media all and (min-width: 1025px) { | ||
- | |||
#menubar { | #menubar { | ||
display: block; | display: block; | ||
Line 468: | Line 465: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | function divLink(url) { | |
- | + | window.open(url); | |
- | + | } | |
- | + | </script> | |
</head> | </head> | ||
Line 485: | Line 482: | ||
<div id="CB_top_CBNU_logo"> | <div id="CB_top_CBNU_logo"> | ||
<img src="https://static.igem.org/mediawiki/2012/2/2c/CBK_logo_003.png" | <img src="https://static.igem.org/mediawiki/2012/2/2c/CBK_logo_003.png" | ||
- | width="120px" /> <br /><br /> Team:CBNU-Korea | + | width="120px" /> <br /> |
+ | <br /> Team:CBNU-Korea | ||
</div> | </div> | ||
<div id="CB_top_MENU"> | <div id="CB_top_MENU"> | ||
Line 517: | Line 515: | ||
<div id="CB_subcontent"> | <div id="CB_subcontent"> | ||
<div id="CB_sub_jm"> | <div id="CB_sub_jm"> | ||
- | + | <h2>+ What is BUGS</h2> | |
+ | </div> | ||
+ | <div id="CB_sub_cont"> | ||
+ | <h3>Brick & Unique minimal Genome Software</h3> | ||
+ | <p> | ||
+ | We have developed two distinct software tools. <br> | ||
+ | <br> 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. <br> | ||
+ | <br> 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. | ||
+ | </p> | ||
+ | <> | ||
</div> | </div> | ||
- | |||
</div> | </div> | ||
</div> | </div> | ||
- | + | ||
- | + | ||
<div id="CB_map"> | <div id="CB_map"> | ||
<div id="CB_map_img" onclick="divLink('http://goo.gl/maps/SH8VO');"></div> | <div id="CB_map_img" onclick="divLink('http://goo.gl/maps/SH8VO');"></div> | ||
Line 536: | Line 555: | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 10:49, 24 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.