Team:Shenzhen BGIC 0101

From 2013.igem.org

(Difference between revisions)
 
(65 intermediate revisions not shown)
Line 1: Line 1:
 +
{{:Team:Shenzhen_BGIC_0101/Templates/Header}}
<html>
<html>
-
<head>
+
<head>
-
    <!-- iGem wiki hacks -->
+
<script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>
-
        <!-- Remove all empty <p> tags -->
+
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/js/jquerycarouFredSel?action=raw&ctype=text/js" type="text/javascript"></script>
-
        <script type="text/javascript">
+
<script type="text/javascript">
-
            $(document).ready(function() {
+
function prevTimers() {
-
                $("p").filter( function() {
+
return allTimers().slice( 0, $('#pager a.selected').index() );
-
                    return $.trim($(this).html()) == '';
+
}
-
                }).remove();
+
function allTimers() {
-
            });
+
return $('#pager a span');
-
        </script>
+
}
-
        <!-- Remove "team" from the menubar -->
+
$(function() {
-
        <script type="text/javascript">
+
$('#carousel').carouFredSel({
-
            $(document).ready(function() {
+
items: 1,
-
                $("menubar > ul > li:last-child").remove();
+
auto: {
-
            });
+
pauseOnHover: 'resume',
-
        </script>
+
progress: {
 +
bar: '#pager a:first span'
 +
}
 +
},
 +
scroll: {
 +
fx: 'crossfade',
 +
duration: 300,
 +
timeoutDuration: 6000,
 +
onAfter: function() {
 +
allTimers().stop().width( 0 );
 +
prevTimers().width( 140 );
 +
$(this).trigger('configuration', [ 'auto.progress.bar', '#pager a.selected span' ]);
 +
}
 +
},
 +
pagination: {
 +
container: '#pager',
 +
anchorBuilder: false
 +
}
 +
});
 +
});
 +
</script>
 +
<style type="text/css">
-
        <!-- Empty heading? - Then remove it.. -->
+
#carousel {
-
        <script type="text/javascript">
+
width: 750px;
-
            $(document).ready(function() {
+
height: 480px;
-
                if ("" == "</html>{{{1}}}<html>") {
+
}
-
                    $("#heading").remove();
+
#carousel img {
-
                }
+
border: 1px solid #ccc;
-
            });
+
display: block;
-
        </script>
+
padding: 10px;
-
        <script type="text/javascript">
+
float: left;
-
        $(document).ready(function() {
+
}
-
        //        document.getElementById("p-logo").style.display= "none";
+
#pager {
-
              document.getElementsByClassName("right-menu noprint")[0].style.display= "none";
+
margin-top: 5px;
-
//document.getElementById("searchform").style.display= "none";
+
width: 750px;
 +
}
 +
#pager a, #pager span {
 +
display: block;
 +
height: 10px;
 +
}
 +
#pager a {
 +
border: 1px solid #ccc;
 +
width: 119px;
 +
margin-right: 3px;
 +
float: left;
 +
}
 +
#pager a:hover {
 +
border-color: #999;
 +
}
 +
#pager span {
 +
background-color: #ccc;
 +
width: 0px;
 +
}
 +
 +
#donate-spacer {
 +
height: 100%;
 +
}
 +
#donate {
 +
border-top: 1px solid #999;
 +
width: 800px;
 +
padding: 50px 75px;
 +
margin: 0 auto;
 +
overflow: hidden;
 +
}
 +
#donate p, #donate form {
 +
margin: 0;
 +
float: left;
 +
}
 +
#donate p {
 +
width: 730px;
 +
}
 +
#donate form {
 +
width: 100px;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
<h1 style="text-align:center;">This is our story!</h1>
-
            });
+
<div id="wrapper">
-
        </script>
+
<div id="carousel">
 +
<img src="https://static.igem.org/mediawiki/2013/5/50/Frontpage1.png" width="720" height="477"/ >
 +
<img src="https://static.igem.org/mediawiki/2013/9/91/Frontpage2.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/3/3d/Frontpage3.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/f/f7/Frontpage4.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/5/53/Frontpage5.png" width="720" height="477" />
 +
<img src="https://static.igem.org/mediawiki/2013/f/f6/Frontpage6.png" width="720" height="477" class="last" />
 +
</div>
 +
<div id="pager">
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
<a href="#"><span></span></a>
 +
</div>
 +
</div>
 +
<div style="text-align:center;clear:both">
-
<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_slider?action=raw&ctype=text/css" type="text/css" />
 
-
 
-
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/jquery?action=raw&ctype=text/javascript"></script>
 
-
 
-
 
-
<!--[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]-->
 
-
 
-
<script type="text/javascript" src="//use.typekit.net/jlr8wlp.js"></script>
 
-
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
 
-
 
-
 
-
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
 
-
 
-
 
-
 
-
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
 
-
 
-
</head>
 
-
<body class="blog developer-wanted">
 
-
<div id="wrap">
 
-
<header class="light">
 
-
<a href="#" id="logo">logo</a>
 
-
 
-
<nav class="menu-main-navigation-container"><a  href="#"  class="menu-item-20 menu-item menu-item-type-post_type menu-item-object-page current-menu-item">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">Project</a> <a  href="https://2013.igem.org/Team:Shenzhen_BGIC_0101/Modeling"  class="menu-item-17 menu-item menu-item-type-post_type menu-item-object-page">Modeling</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>
 
-
</header>
 
-
 
-
 
-
<div id="wowslider-container1">
 
-
<div class="ws_images"><ul>
 
-
<li><img src="https://static.igem.org/mediawiki/2013/1/1d/Slider_1.jpg" alt="1" title="1" id="wows1_0"/>testtesttesttesttesttest</li>
 
-
<li><img src="https://static.igem.org/mediawiki/2013/d/d9/Slider_2.jpg" alt="2" title="2" id="wows1_1"/>test</li>
 
-
<li><img src="https://static.igem.org/mediawiki/2013/e/e8/Slider_3.jpg" alt="3" title="3" id="wows1_2"/>test</li>
 
-
<li><img src="https://static.igem.org/mediawiki/2013/0/0a/Slider_4.jpg" alt="4" title="4" id="wows1_3"/>test</li>
 
-
<li><img src="https://static.igem.org/mediawiki/2013/9/9c/Slider_5.jpg" alt="5" title="5" id="wows1_4"/>test</li>
 
-
</ul></div>
 
-
<div class="ws_bullets"><div>
 
-
<a href="#" title="1"><img src="data1/tooltips/1.jpg" alt="1"/>1</a>
 
-
<a href="#" title="2"><img src="data1/tooltips/2.jpg" alt="2"/>2</a>
 
-
<a href="#" title="3"><img src="data1/tooltips/3.jpg" alt="3"/>3</a>
 
-
<a href="#" title="4"><img src="data1/tooltips/4.jpg" alt="4"/>4</a>
 
-
<a href="#" title="5"><img src="data1/tooltips/5.jpg" alt="5"/>5</a>
 
-
</div></div></div>
 
-
 
-
 
-
 
-
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/wowslider?action=raw&ctype=text/javascript"></script>
 
-
 
-
<script src="https://2013.igem.org/Team:Shenzhen_BGIC_0101/script?action=raw&ctype=text/javascript"></script>
 
-
 
-
<br/><br/>
 
-
 
-
<section id="blog" class="container">
 
-
 
-
<article class="clearfix">
 
-
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution">
 
-
      <a href="" class="image"><img width="1000" height="315" src="https://static.igem.org/mediawiki/2013/0/00/Test-main.png" class="attachment-blog-thumb wp-post-image" alt="airflite" /> </a> <div class="text">
 
-
<h2><a href="" title="Genovo">Genovo</a></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>
 
-
<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>
 
-
<hr/>
 
-
<p>TEST TEST TEST TEST TEST TEST </p>
 
</div>
</div>
-
</div>
+
</body>
-
+
-
</div>
+
-
+
-
</article>
+
-
<article class="clearfix">
+
-
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution">
+
-
<div class="text">
+
-
<h2>TEST</h2><hr/>
+
-
<p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test </p>
+
-
</div></div>
+
-
</article>
+
-
<article class="clearfix">
+
-
<div id="post-1815" class="post-1815 post type-post status-publish format-standard hentry category-evolution">
+
-
<div class="text">
+
-
<h2>TEST</h2><hr/>
+
-
<p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test </p><p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test </p>
+
-
</div></div>
+
-
</article>
+
-
+
-
</section>
+
-
 
+
-
<div class="push"></div>
+
-
</div><!-- wrapper -->
+
-
 
+
-
<footer>
+
-
<div class="container clearfix">
+
-
<div class="seven columns" id="footer-contact">
+
-
<h3>contact us</h3>
+
-
<p>BGI-Shenzhen, Beishan Industrial Zone<br />
+
-
Yantian District, Shenzhen, 518083, China</p>
+
-
<p> <span>email:</span><br />
+
-
<a href="mailto:xxx@genomics.com">xxx@genomics.com</a></p>
+
-
</div>
+
-
<div class="four columns" id="footer-project">
+
-
<h3>sponsor</h3>
+
-
<p>BGI<br/></p>
+
-
</div>
+
-
<div class="five columns" id="footer-newsletter">
+
-
<a href="https://2013.igem.org/Main_Page" ><img width="150" height="120" src="https://static.igem.org/mediawiki/2013/f/fc/Igem_logo_warsaw_team.png" /></a>
+
-
</div>
+
-
</div>
+
-
</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>
+
-
 
+
-
 
+
-
</body>
+
</html>
</html>
-
{{Scroll}}
 

Latest revision as of 19:10, 28 October 2013






This is our story!