Team:UESTC

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
 
(329 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{Team:UESTC/hidden}}
-
 
+
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<head data-gwd-animation-mode="proMode">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
    <title>main</title>
-
This is a template page. READ THESE INSTRUCTIONS.
+
    <link type="text/css" href="https://2013.igem.org/Team:UESTC/home.css?action=raw&ctype=text/css" rel="stylesheet"/>
-
</div>
+
    <link type="text/css" href="https://2013.igem.org/Team:UESTC/nav.css?action=raw&ctype=text/css" rel="stylesheet"/>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
    <script src="https://2013.igem.org/Team:UESTC/js/libs/modernizr-2.0.6.min.js?action=raw&ctype=text/javascript"></script>
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
    <style type="text/css">
-
</div>
+
        .panel {
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
            width:100%;
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
        }
-
</div>
+
    </style>
-
</div>
+
    <!-- javascript for responsive drop menu -->
-
</html>
+
    <script type="text/javascript">
-
<!-- *** End of the alert box *** -->
+
        var _gaq = _gaq || [];
 +
        _gaq.push(['_setAccount', 'UA-36212355-2']);
 +
        _gaq.push(['_trackPageview']);
 +
        (function () {
 +
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
        })();
 +
        var ww = document.body.clientWidth;
-
{|align="justify"
+
        $(document).ready(function () {
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
            $(".nav li a").each(function () {
-
|[[Image:UESTC_logo.png|200px|right|frame]]
+
                if ($(this).next().length > 0) {
-
|-
+
                    $(this).addClass("parent");
-
|
+
                };
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)''
+
            })
-
|[[Image:UESTC_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:UESTC | Team UESTC]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
            $(".toggleMenu").click(function (e) {
 +
                e.preventDefault();
 +
                $(this).toggleClass("active");
 +
                $(".nav").toggle();
 +
            });
 +
            adjustMenu();
 +
        })
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
        $(window).bind('resize orientationchange', function () {
-
!align="center"|[[Team:UESTC|Home]]
+
            ww = document.body.clientWidth;
-
!align="center"|[[Team:UESTC/Team|Team]]
+
            adjustMenu();
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=UESTC Official Team Profile]
+
        });
-
!align="center"|[[Team:UESTC/Project|Project]]
+
 
-
!align="center"|[[Team:UESTC/Parts|Parts Submitted to the Registry]]
+
        var adjustMenu = function () {
-
!align="center"|[[Team:UESTC/Modeling|Modeling]]
+
            if (ww < 650) {
-
!align="center"|[[Team:UESTC/Notebook|Notebook]]
+
                $(".toggleMenu").css("display", "inline-block");
-
!align="center"|[[Team:UESTC/Safety|Safety]]
+
                if (!$(".toggleMenu").hasClass("active")) {
-
!align="center"|[[Team:UESTC/Attributions|Attributions]]
+
                    $(".nav").hide();
-
|}
+
                } else {
 +
                    $(".nav").show();
 +
                }
 +
                $(".nav li").unbind('mouseenter mouseleave');
 +
                $(".nav li a.parent").unbind('click').bind('click', function (e) {
 +
                    // must be attached to anchor element to prevent bubbling
 +
                    e.preventDefault();
 +
                    $(this).parent("li").toggleClass("hover");
 +
                });
 +
            }
 +
            else if (ww >= 650) {
 +
                $(".toggleMenu").css("display", "none");
 +
                $(".nav").show();
 +
                $(".nav li").removeClass("hover");
 +
                $(".nav li a").unbind('click');
 +
                $(".nav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function () {
 +
                    // must be attached to li so that mouseleave is not triggered when hover over submenu
 +
                    $(this).toggleClass('hover');
 +
                });
 +
            }
 +
        }
 +
    </script>
 +
 
 +
 
 +
</head>
 +
<body>
 +
    <nav class="panel">
 +
        <a class="toggleMenu" href="#">Menu</a>
 +
        <ul class="nav">
 +
<li>
 +
<a href="https://2013.igem.org/Team:UESTC#" class="active_menu">Home</a>
 +
</li>
 +
<li>
 +
<a href="#project">Project</a>
 +
                <ul>
 +
                    <li><a href="https://2013.igem.org/Team:UESTC/nebula">Nebula</a></li>
 +
                    <li><a href="https://2013.igem.org/Team:UESTC/transpeeder">Transpeeder</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:UESTC/team_info">Team Info</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:UESTC/notebook">Notebook</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:UESTC/mf">Medal Fulfillment</a>
 +
</li>
 +
<li>
 +
<a href="https://2013.igem.org/Team:UESTC/human_practice">Human Practice</a>
 +
</li>
 +
<li>
 +
<a href="#">Others</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:UESTC/safety">Safety</a></li>
 +
<li><a href="https://2013.igem.org/Team:UESTC/submission">Submission</a></li>
 +
</ul>
 +
</li>
 +
</ul><!-- end of .nav ul-->
 +
    </nav>
 +
    <div class="panel" id="home">
 +
        <div id="logo" class="gwd-gen-f18lgwdanimation gwd-div-vixx">
 +
            <a href="https://2013.igem.org/Team:UESTC"><img  id="team_logo" src="https://static.igem.org/mediawiki/2013/a/aa/UESTC_logo2.png"/></a>
 +
            <a href="https://2013.igem.org/Main_Page" target="_blank"><img id="igem_logo" src="https://static.igem.org/mediawiki/2013/3/3a/UESTC_igemlogo1.png" /></a>
 +
        </div><!--end of #logo-->
 +
        <div class="panel" id="experiment"> <div id="background"></div></div><!-- moving cloud bg-->
 +
        <div id="hi">
 +
            <p>Hi! We are 2013 iGEM Competition  Software Team UESTC</p>
 +
            <p>(University of Electronic Science and Technology of China)</p>
 +
        </div>
 +
    </div><!--end of #home-->
 +
    <div class="panel" id="project">
 +
        <span>Projects</span>
 +
        <div id="nebula-show" class="proj_show">
 +
        <h1>Nebula</h1>
 +
<p class="pp">Nebula (Network of Elaborated Biobricks based on User Locating and Automation) is a biological circuit design tool composed of Auto Mode & Manual Mode.</p>
 +
<a href="https://2013.igem.org/Team:UESTC/nebula" class="pp">Learn more</a>
 +
<img src="https://static.igem.org/mediawiki/2013/e/ee/UESTC_proj_1.jpg">
 +
        </div>
 +
        <div id="transpeeder-show" class="proj_show">
 +
        <h1>Transpeeder</h1>
 +
        <p class="pp">Transpeeder will help you to control your gene translation velocity by providing you a fast and a slow mutated sequence.</p>
 +
        <a href="https://2013.igem.org/Team:UESTC/transpeeder" class="pp">Learn more</a>
 +
        <img src="https://static.igem.org/mediawiki/2013/f/f8/UESTC_proj_2.png">
 +
        </div>
 +
     
 +
    </div><!-- end of #project -->
 +
    <div class="panel" id="main_footer">
 +
        <span id="footer_head">Sponsors</span>
 +
        <div class="mem_panel" id="thanks_org">
 +
            <ul class="mem_list">
 +
                <li>
 +
                    <a href="http://www.oice.uestc.edu.cn/en/"><img src="https://static.igem.org/mediawiki/2013/6/60/UESTC_Sponsor1.jpg" /></a>
 +
                    <span>UESTC</span>
 +
                </li>
 +
                <li>
 +
                    <a href="http://www.oice.uestc.edu.cn/en/index.php?m=content&c=index&a=lists&catid=118"><img src="https://static.igem.org/mediawiki/2013/f/f9/UESTC_Sponsor2.jpg" /></a>
 +
                    <span>Teaching Affairs Office of UESTC</span>
 +
                </li>
 +
                <li>
 +
                  <a href="http://www.oice.uestc.edu.cn/en/index.php?m=content&c=index&a=show&catid=117&id=17"><img src="https://static.igem.org/mediawiki/2013/4/42/UESTC_Sponsor3.jpg" /></a>
 +
                    <span>School of Life Science and Technology,UESTC</span>
 +
                </li>
 +
            </ul>
 +
        </div><!-- end of #thanks_org -->
 +
    </div><!--- end of #footer -->
 +
</body>
 +
</html>

Latest revision as of 13:37, 28 October 2013

hidde original style

Hello,welcome to visit our Wiki, for better view, please use chrome, firefox, safari .etc modern browser.

main

Hi! We are 2013 iGEM Competition Software Team UESTC

(University of Electronic Science and Technology of China)

Projects

Nebula

Nebula (Network of Elaborated Biobricks based on User Locating and Automation) is a biological circuit design tool composed of Auto Mode & Manual Mode.

Learn more

Transpeeder

Transpeeder will help you to control your gene translation velocity by providing you a fast and a slow mutated sequence.

Learn more