Difference between revisions of "Team:SKLBC-DGSYZX"

(Prototype team page)
 
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{SKLBC-DGSYZX}}
+
<html>
<html>
+
<head>
<h2> Welcome to iGEM 2015! </h2>
+
<title>Home</title>
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
        <meta charset="utf-8">
 +
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 +
        <title>Home</title>
 +
        <link rel="shortcut icon" href="http://snapsvg.io/assets/favicon.ico?v=1">
 +
        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
 +
        <script type="text/javascript" async="" src="./Snap.svg - Home_files/ga.js"></script><script src="http://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9:all.js"></script>
 +
        <link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/master.css">
 +
        <script src="./Snap.svg - Home_files/snap.svg-min.js"></script>
 +
        <script type="text/javascript">
 +
    var _gaq = _gaq || [];
 +
    _gaq.push(['_setAccount', 'UA-44948757-1']);
 +
    _gaq.push(['_trackPageview']);
  
<h4>Before you start: </h4>
+
    (function() {
<p> Please read the following pages:</p>
+
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
<ul>
+
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
<li> <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
    })();
</ul>
+
   
 +
    function trackOutboundLink(link, category, action) {
 +
        try {
 +
        _gaq.push(['_trackEvent', category , action]);
 +
        } catch(err){}
 +
       
 +
        setTimeout(function() {
 +
        document.location.href = link.href;
 +
        }, 100);
 +
    }
 +
</script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
<a href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/index.html"></a></p>
 +
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/bootstrap.css" rel='stylesheet' type='text/css' />
 +
<link rel="stylesheet" type="text/css" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/wiki.css">
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/teamwiki.css" rel='stylesheet' type='text/css' />
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/ionicons.css" rel='stylesheet' type='text/css' />
 +
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
 +
<!-- Custom Theme files -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/style.css" rel='stylesheet' type='text/css' />
 +
<!-- Custom Theme files -->
 +
<!--webfont-->
 +
<link href='http://fonts.useso.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.useso.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery-1.11.1.min.js"></script>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
    $(document).ready(function(){
 +
        $("#goToTop").hide()//隐藏go to top按钮
 +
        $(function(){
 +
            $(window).scroll(function(){
 +
                if($(this).scrollTop()>1){//当window的scrolltop距离大于1时,go to top按钮淡出,反之淡入
 +
                    $("#goToTop").fadeIn();
 +
                } else {
 +
                    $("#goToTop").fadeOut();
 +
                }
 +
            });
 +
        });
 +
   
  
<div class="highlightBox">
+
        // 给go to top按钮一个点击事件
<h4> Styling your wiki </h4>
+
        $("#goToTop a").click(function(){
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
            $("html,body").animate({scrollTop:0},800);//点击go to top按钮时,以800的速度回到顶部,这里的800可以根据你的需求修改
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
            return false;
</div>
+
        });
 +
    });
 +
    </script>
 +
<!------ Light Box ------>
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/swipebox.css">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.swipebox.min.js"></script>  
 +
    <script type="text/javascript">
 +
jQuery(function($) {
 +
$(".swipebox").swipebox();
 +
});
 +
</script>
 +
<!------ Eng Light Box ------>  
 +
<!-- Prettify -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/owl.carousel.css" rel="stylesheet">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/owl.carousel.js"></script>
 +
<script>
 +
$(document).ready(function() {
 +
$("#owl-demo3").owlCarousel({
 +
items : 4,
 +
lazyLoad : true,
 +
autoPlay : true,
 +
navigation: false,
 +
pagination: false,
 +
});
 +
});
 +
</script>
 +
<!----- //End-Share-instantly-slider---->
 +
<!----font-Awesome----->
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/fonts/css/font-awesome.min.css">
 +
<!----font-Awesome----->
 +
</head>
  
<h4> Editing your wiki </h4>
+
<body style="background-color:white">
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>  
+
<header id="header" style="height: inherit;">
<p> <a href="https://2015.igem.org/wiki/index.php?title=Team:SKLBC-DGSYZX&action=edit"> Click here to edit this page! </a></p>
+
    <div class="wrap">
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>  
+
        <a href="./Snap.svg - Home_files/Snap.svg - Home.html" class="logo">
 +
            <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/synn.jpg" alt="">
 +
            <span class="header">Synsketch</span>
 +
        </a>
 +
        <nav>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX" class=" selected">Home</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Project" class="">Project</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Notebook" class="">Notebook</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Attributions" class="">Attributions</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Collaborations" class="">Collaborations</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Pratices" class="">Human Pratices</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Parts" class="">Parts</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Safety" class="">Safety</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Software" class="">Software</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Entrepreneurship" class="">Entrepreneurship</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Team" class="">Team</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Medals" class="">Medals and Prizes</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Design" class="">Design</a>
 +
           
 +
        </nav>
 +
    </div>
 +
</header>
 +
<br><br>
 +
        <article>
 +
<section class="" style="background: #87cefa">
 +
    <div class="wrap saw reverse a">
 +
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Project" style="font-size: 100px;color: white;">Project</a>
 +
       
 +
    </div>
 +
</section>
  
 +
<section class="secondary" style="background: #ffb6c1">
 +
    <div class="wrap saw reverse b">
 +
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Notebook" style="font-size: 100px;color: white;">Notebook</a>
 +
</section>
  
<h4>Templates </h4>
+
<section class="" style="background: #696969">
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
    <div class="wrap saw reverse c">
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Attributions" style="font-size: 100px;color: white;">Attributions</a>
 +
       
 +
    </div>
 +
</section>
  
 +
<section class="secondary" style="background: #00fa9a">
 +
    <div class="wrap saw reverse d">
 +
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Collaborations" style="font-size: 100px;color: white;">Collaborations</a>
 +
</section><section class="" style="background: #bc8f8f">
 +
    <div class="wrap saw reverse e">
 +
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Pratices" style="font-size: 100px;color: white;">Human Pratices</a>
 +
       
 +
    </div>
 +
</section>
  
<h4>Tips</h4>
+
<section class="secondary" style="background: #9370db">
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
    <div class="wrap saw reverse f">
<ul>
+
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Parts" style="font-size: 100px;color: white;">Parts</a>
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
</section>
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
  
 +
<section class="" style="background: #ffa071">
 +
    <div class="wrap saw reverse i">
 +
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Software" style="font-size: 100px;color: white;">Software</a>
 +
       
 +
    </div>
 +
</section>
  
<h4>Inspiration</h4>
+
<section class="secondary" style="background: #ffb6c1">
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
    <div class="wrap saw reverse j">
<ul>
+
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Entrepreneurship" style="font-size: 100px;color: white;">Entrepreneurship</a>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
</section>
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
  
<h4> Uploading pictures and files </h4>
+
<section class="" style="background: #dda0dd">
<p> You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
    <div class="wrap saw reverse k">
When you upload, set the "Destination Filename" to <code>Team:YourOfficialTeamName/NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
        <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Medals" style="font-size: 100px;color: white;">Medals and Prizes</h>
 +
    </div>
 +
</section>
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
 
  
  
 +
<script>
 +
    var logo = Snap.select("#snap-logo").attr({opacity:0});
 +
    window.onload = function () {
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
        var parts = [
 +
                ['top', 0, 20],
 +
                ['left', 20, 0],
 +
                ['bottom', 0, -20],
 +
                ['right', -20, 0]
 +
            ],
 +
            components = [],
 +
            i = 0,
 +
            k = 0,
 +
            isLogoAnimated = false,
 +
            isCrocAnimated = false,
 +
            isCroc2Animated = false;
  
</html>
+
        for (i = 0; i < parts.length; i++) {
 +
            var el = parts[i]
 +
                elid = el[0];
 +
                element = logo.select("#" + elid);
 +
            element.attr({opacity:0, transform: "t" + (el[1]) + "," + (el[2])});
 +
            components.push(element);
 +
        }
 +
 
 +
        function animateEach() {
 +
            if (!components[k]) return;
 +
            components[k].animate({
 +
                transform: "t" + (0) + "," + (0),
 +
                opacity: 1
 +
            }, 250, mina.easeout);
 +
            setTimeout(animateEach, 150);
 +
            k++;
 +
        };
 +
 
 +
 
 +
        // crocodile
 +
 
 +
        var croc = Snap.select("#crocodile"),
 +
            head = croc.select("#upper-head"),
 +
            jaw = croc.select("#upper-jaw"),
 +
            symbol = croc.select("#symbol"),
 +
            clearId = [],
 +
            scrollTop = 0;
 +
           
 +
        var pivots = [
 +
            [44, 147],
 +
            [92, 126]
 +
        ];
 +
 
 +
        function clearTimer() {
 +
            for (var i = 0; i < clearId.length; i++) {
 +
                clearTimeout(clearId[i]);
 +
            }
 +
            clearId = [];
 +
        }
 +
 
 +
        function close() {
 +
            clearTimer();
 +
 
 +
            head.animate({
 +
                transform: "r" + [8, pivots[0][0], pivots[0][1]]
 +
            }, 500, mina.backin);
 +
           
 +
            jaw.animate({
 +
                transform: "r" + [37, pivots[1][0], pivots[1][1]]
 +
            }, 500, mina.backin);
 +
 
 +
            clearId.push( setTimeout(function() {
 +
                symbol.animate({
 +
                    transform: "t" + (-70) + "," + (40) + "r" + (40)
 +
                }, 100);
 +
            }, 400));
 +
        }
 +
 
 +
        function open() {
 +
            clearTimer();
 +
 
 +
            head.animate({
 +
                transform: "r" + [0, pivots[0][0], pivots[0][1]]
 +
            }, 700, mina.elastic);
 +
           
 +
            jaw.animate({
 +
                transform: "r" + [0, pivots[1][0], pivots[1][1]]
 +
            }, 700, mina.elastic);
 +
 
 +
            symbol.animate({
 +
                transform: "t" + (0) + "," + (0) + "r" + (0)
 +
            }, 500, mina.elastic);
 +
        }
 +
 
 +
 
 +
        croc.hover(open,
 +
            function() {
 +
                clearId.push(setTimeout(close, 200));
 +
        });
 +
 
 +
 
 +
        // crocodile-2
 +
 
 +
        var diagramgroup = Snap.select("#crocodile-2"),
 +
            elements = {},
 +
            elementkeys = ['map', 'pie', 'eye'],
 +
            diagramtimer = [],
 +
            animating = {},
 +
            cleartimers = {},
 +
            i = 0, j = 0;
 +
 
 +
        function show(key) {
 +
            if (animating[key]) return;
 +
            clearTimeout(cleartimers[key]);
 +
            animating[key] = true;
 +
            var element = elements[key],
 +
            x = element[0].getBBox().x,
 +
            offset = x/2 + 25;
 +
            element[0].attr({
 +
                transform: "t"+offset+",80s0.5,0.5,0,0"
 +
            });
 +
            setTimeout(function() {
 +
                    element[0].animate({opacity:1,transform:"t0,0s1,1,0,0"}, 500, mina.elastic);
 +
            }, 50);
 +
            element[1].animate({opacity:0.25}, 400);
 +
            setTimeout(function(){animating[key] = false}, 550);
 +
        }
 +
 
 +
        function showAll() {
 +
            j = 0;
 +
            function cycle() {
 +
                show(elementkeys[j]);
 +
                j++;
 +
                if (j < elementkeys.length) setTimeout(cycle, 200);
 +
            }
 +
            cycle();
 +
        }
 +
 
 +
        function hoverIn() {
 +
            show( this.node.id.replace('hit-', '') );
 +
        }
 +
 
 +
 
 +
        for (i = 0; i < elementkeys.length; i++) {
 +
            var key = elementkeys[i],
 +
            diagram = diagramgroup.select("#diagram-" + key).attr({opacity:0}),
 +
            path = diagramgroup.select("#path-" + key).attr({opacity:0}),
 +
            hitarea = diagramgroup.select("#hit-" + key);
 +
            hitarea.hover(hoverIn);
 +
            elements[key] = [diagram, path];
 +
        }
 +
 
 +
 
 +
        // scroll events
 +
 
 +
        function checkScroll(e) {
 +
            // alert(window.scrollY);
 +
            if (isLogoAnimated && isCrocAnimated && isCroc2Animated) return;
 +
            var scrollY = window.scrollY || window.pageYOffset;
 +
            if (scrollY > 250 && scrollY < 600 && !isCrocAnimated) {
 +
                clearId.push( setTimeout(close, 200) );
 +
                isCrocAnimated = true;
 +
            }
 +
 
 +
            if (scrollY < 200 && !isLogoAnimated) {         
 +
                logo.attr({opacity:1});
 +
                setTimeout(animateEach, 100);
 +
                isLogoAnimated = true;
 +
            }
 +
 
 +
            if (scrollY > 800 && scrollY < 1100 && !isCroc2Animated) {
 +
                setTimeout(showAll, 100);
 +
                isCroc2Animated = true;
 +
            }
 +
        };
 +
 
 +
        window.onscroll = checkScroll;
 +
        setTimeout(checkScroll, 50);
 +
 
 +
    };
 +
    </script>
 +
 
 +
        </article>
 +
 
 +
   
 +
 
 +
</body></html>

Latest revision as of 08:28, 18 September 2015

Home Home