Team:Shenzhen BGIC 0101/Project

From 2013.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 37: Line 37:
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/css?action=raw&ctype=text/css" type="text/css" />
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/css?action=raw&ctype=text/css" type="text/css" />
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/style?action=raw&ctype=text/css" type="text/css" />
<link rel="stylesheet" href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/style?action=raw&ctype=text/css" type="text/css" />
-
 
+
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<!--[if lte IE 8]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/iestyle.css"><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/iestyle.css"><![endif]-->
<!--[if IE 9]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/ie9.css"><![endif]-->
<!--[if IE 9]><link rel="stylesheet" href="http://www.humaan.com.au/wp-content/themes/humaan/css/ie9.css"><![endif]-->
-
 
+
<script type="text/javascript" src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/easying?action=raw&ctype=text/javascript"></script>
<script type="text/javascript" src="//use.typekit.net/jlr8wlp.js"></script>
<script type="text/javascript" src="//use.typekit.net/jlr8wlp.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
-
 
+
<script type="text/javascript">
 +
function FloatMenu(){
 +
var animationSpeed=1500;
 +
var animationEasing='easeOutQuint';
 +
var scrollAmount=$(document).scrollTop();
 +
var newPosition=menuPosition+scrollAmount;
 +
if($(window).height()<$('#fl_menu').height()+$('#fl_menu .menu').height()){
 +
$('#fl_menu').css('top',menuPosition);
 +
} else {
 +
$('#fl_menu').stop().animate({top: newPosition}, animationSpeed, animationEasing);
 +
}
 +
}
 +
$(window).load(function(){
 +
menuPosition=$('#fl_menu').position().top;
 +
FloatMenu();
 +
});
 +
$(window).scroll(function(){
 +
FloatMenu();
 +
});
 +
$(document).ready(function(){
 +
var fadeSpeed=500;
 +
$("#fl_menu").hover(function(){
 +
$('#fl_menu .label').fadeTo(fadeSpeed, 1);
 +
$("#fl_menu .menu").fadeIn(fadeSpeed);
 +
},function(){
 +
$('#fl_menu .label').fadeTo(fadeSpeed, 0.75);
 +
$("#fl_menu .menu").fadeOut(fadeSpeed);
 +
});
 +
});
 +
</script>
<style>
<style>
-
.container{
+
 
-
   width:930px;
+
  .container{
 +
   width:65%;
 +
  left: 5%;
}
}
 +
/* fl_menu */
 +
#fl_menu{position:absolute;top:200px;left:-2px;z-index:9999;
 +
width:150px;
 +
height:50px;
 +
}
 +
#fl_menu .label{line-height:50px;font-size:18px;font-weight:bold;background: #1B1B1B;color:#fff;letter-spacing:5px;text-align: center;box-shadow: 2px 1px 6px #272727;border-radius: 2px;opacity: 0.75;}
 +
#fl_menu .label a{color:#83f;text-decoration: none;}
 +
#fl_menu .label a:hover{color:#38f;}
 +
</style>
</style>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Line 58: Line 98:
</head>
</head>
<body class="blog developer-wanted">
<body class="blog developer-wanted">
 +
<div id="fl_menu">
 +
<div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#overview">overview</a></div>
 +
<div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#plug-in">plug-in</a></div>
 +
<div class="label"><a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project#tutorial">tutorial</a></div>
 +
 +
</div>
<div id="wrap" style="background:url(https://static.igem.org/mediawiki/igem.org/f/fb/Backgd.jpg);">
<div id="wrap" style="background:url(https://static.igem.org/mediawiki/igem.org/f/fb/Backgd.jpg);">
<header class="light">
<header class="light">
<a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home" id="logo">logo</a>
<a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home" id="logo">logo</a>
-
<nav class="menu-main-navigation-container"><a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home"  class="menu-item-20 menu-item menu-item-type-post_type menu-item-object-page">Home</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Team"  class="menu-item-19 menu-item menu-item-type-post_type menu-item-object-page">Team</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project"  class="menu-item-18 menu-item menu-item-type-post_type menu-item-object-page current-menu-item">Project</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Achievement"  class="menu-item-17 menu-item menu-item-type-post_type menu-item-object-page">Achievement</a> <a href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Notebook"  class="menu-item-16 menu-item menu-item-type-post_type menu-item-object-page">Notebook</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Safety"  class="menu-item-15 menu-item menu-item-type-post_type menu-item-object-page ">Safety</a> </nav>
+
<nav class="menu-main-navigation-container"><a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Home"  class="menu-item-20 menu-item menu-item-type-post_type menu-item-object-page">Home</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Team"  class="menu-item-19 menu-item menu-item-type-post_type menu-item-object-page">Team</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Project"  class="menu-item-18 menu-item menu-item-type-post_type menu-item-object-page current-menu-item">Project</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Requirements"  class="menu-item-17 menu-item menu-item-type-post_type menu-item-object-page">Requirements</a>  <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/HumanPractices"  class="menu-item-15 menu-item menu-item-type-post_type menu-item-object-page">Human Practices</a> </nav>
<a href="https://2013.igem.org/Main_Page" id="logo1">logo</a>
<a href="https://2013.igem.org/Main_Page" id="logo1">logo</a>
</header>
</header>
-
<div id="page-header" style="background: url(https://static.igem.org/mediawiki/2013/4/4a/0101.jpg);height: 300px;box-shadow: 4px 3px 25px #000;">
+
<div id="page-header" style="background: url(https://static.igem.org/mediawiki/igem.org/b/b0/Za.jpg);height: 300px;box-shadow: 4px 3px 25px #000;">
<h1></h1>
<h1></h1>
</div>
</div>
<br/>
<br/>
 +
<a name="overview"></a>
<section id="blog" class="container">
<section id="blog" class="container">
<article class="clearfix" style="background: rgba(29, 28, 28, 0.79);">
<article class="clearfix" style="background: rgba(29, 28, 28, 0.79);">
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution" style="background: transparent;color: #E6E6E6;">
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution" style="background: transparent;color: #E6E6E6;">
-
       <img width="1000" height="315" src="https://static.igem.org/mediawiki/2013/0/00/Test-main.png" class="attachment-blog-thumb wp-post-image" /> </a> <div class="text">
+
       <img width="1000" height="315" src="https://static.igem.org/mediawiki/2013/0/00/Test-main.png" class="attachment-blog-thumb wp-post-image" /> <div class="text">
<h2>Genovo</h2>
<h2>Genovo</h2>
-
<div class="post-content"><hr/><p>Genovo is a Computer-Aided Design (CAD) tool used for denovo design of genome. The current version consists of 4 parts. </p>
+
<div class="post-content" style="color: #ADFFCF;"><hr/><p>Genovo is a Computer-Aided Design (CAD) tool used for denovo design of genome. The current version consists of 4 parts. </p>
<p>The first, Chromosome Construction will grap genes in a common pathway and chromosome features to build a new genome and let user to define the order and orientation in drap-drop way. The second, Nucleotide Modification will optimize and soften the sequence of CDSs. It also help design the CRIPSR sites so that we can silence the wild type genes. The third, Chromosome Segmentation will cut chromosome into pieces and add 3A & Gibson & Goldengate & Homologous Recombination adaptors to the pieces automatically for assembly. The last one, OLS Design will guide users to gain the chromosome by microarray. </p>
<p>The first, Chromosome Construction will grap genes in a common pathway and chromosome features to build a new genome and let user to define the order and orientation in drap-drop way. The second, Nucleotide Modification will optimize and soften the sequence of CDSs. It also help design the CRIPSR sites so that we can silence the wild type genes. The third, Chromosome Segmentation will cut chromosome into pieces and add 3A & Gibson & Goldengate & Homologous Recombination adaptors to the pieces automatically for assembly. The last one, OLS Design will guide users to gain the chromosome by microarray. </p>
<p>Genovo will enable user to design their innovative chromosome as their wishes and further the research on genome on pathway level.</p>
<p>Genovo will enable user to design their innovative chromosome as their wishes and further the research on genome on pathway level.</p>
 +
<br/><br/>
 +
<h2>Plug-in</h2>
<hr/>
<hr/>
 +
<a name="plug-in"></a>
<a name="plug1"></a>
<a name="plug1"></a>
-
<p>plug-in 1</p>
+
<p>NeoChr</p>
-
<p>test test</p><hr/>
+
<p>Neochr module would assist users to grab related genes in different pathways manually, to rewire genes’ relationship logically*, and to replace genes with ortholog that score higher*.</p><hr/>
<a name="plug2"></a>
<a name="plug2"></a>
-
<p>plug-in 2</p>
+
<p>NucleoMod</p>
-
<p>test test</p><hr/>
+
<p>NucleoMod is a module to modity CDS sequence of genes which generated by Neochr module. This module contains 5 plugins: CRISPR design, erase enzyme site, create enzyme site, codon optimization, repeat smash. All of these plugin is allow user to change or optimize the gene. After NucleoMod operation, the next step is SegmMan to design synthestic method according to the length of chromosome.</p><hr/>
<a name="plug3"></a>
<a name="plug3"></a>
-
<p>plug-in 3</p>
+
<p>SegmMan</p>
-
<p>test test</p><hr/>
+
<p>This module will grab genes’ detail information in KEGG Makeup Language (KGML) file which can be downloaded in KEGG or get through KEGG API, and it will establish a new standard for data transmission which will convert XML format into JSON format and simplify structures. Furthermore, this module will export genes’ list and its relationships. Choose one pathway and this module will visualize the pathway and rebuild it in the level of genes.</p><hr/>
-
<a name="plug4"></a>
+
<hr/>
-
<p>plug-in 4</p>
+
-
<p>test test</p><hr/>
+
</div>
</div>
</div>
</div>
Line 99: Line 147:
</div>
</div>
-
</article>
+
</article>
 +
 +
</section>
 +
<a name="tutorial"></a>
 +
<section id="blog" class="container">
 +
<article class="clearfix" style="background: rgba(29, 28, 28, 0.79);">
 +
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution" style="background: transparent;color: #E6E6E6;">
 +
      <div class="text">
 +
 +
<div class="post-content" style="color: #ADFFCF;"><hr/>
 +
</div>
 +
</div>
 +
 +
</div>
 +
 +
</article>
</section>
</section>
Line 124: Line 187:
</footer>
</footer>
-
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+
 
-
<script src="http://www.humaan.com.au/wp-content/themes/humaan/js/scripts.min.js" type="text/javascript"></script>
+
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/aaa?action=raw&ctype=text/javascript"></script>
</body>
</body>
</html>
</html>
-
{{Scroll}}
 

Latest revision as of 04:12, 28 September 2013

logo

Genovo


Genovo is a Computer-Aided Design (CAD) tool used for denovo design of genome. The current version consists of 4 parts.

The first, Chromosome Construction will grap genes in a common pathway and chromosome features to build a new genome and let user to define the order and orientation in drap-drop way. The second, Nucleotide Modification will optimize and soften the sequence of CDSs. It also help design the CRIPSR sites so that we can silence the wild type genes. The third, Chromosome Segmentation will cut chromosome into pieces and add 3A & Gibson & Goldengate & Homologous Recombination adaptors to the pieces automatically for assembly. The last one, OLS Design will guide users to gain the chromosome by microarray.

Genovo will enable user to design their innovative chromosome as their wishes and further the research on genome on pathway level.



Plug-in


NeoChr

Neochr module would assist users to grab related genes in different pathways manually, to rewire genes’ relationship logically*, and to replace genes with ortholog that score higher*.


NucleoMod

NucleoMod is a module to modity CDS sequence of genes which generated by Neochr module. This module contains 5 plugins: CRISPR design, erase enzyme site, create enzyme site, codon optimization, repeat smash. All of these plugin is allow user to change or optimize the gene. After NucleoMod operation, the next step is SegmMan to design synthestic method according to the length of chromosome.


SegmMan

This module will grab genes’ detail information in KEGG Makeup Language (KGML) file which can be downloaded in KEGG or get through KEGG API, and it will establish a new standard for data transmission which will convert XML format into JSON format and simplify structures. Furthermore, this module will export genes’ list and its relationships. Choose one pathway and this module will visualize the pathway and rebuild it in the level of genes.