Difference between revisions of "Team:SJTU-BioX-Shanghai"

(Prototype team page)
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{SJTU-BioX-Shanghai}}
+
<html lang="en">
<html>
+
  
 +
<head>
 +
    <meta charset="utf-8">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 +
    <meta http-equiv="x-ua-compatible" content="ie=edge">
 +
    <link href="https://2017.igem.org/Template:SJTU-BioX-Shanghai/CSS/bootstrap?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://2017.igem.org/Template:SJTU-BioX-Shanghai/CSS/ripple?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://2017.igem.org/Template:SJTU-BioX-Shanghai/CSS/font-awesome?action=raw&ctype=text/css" rel="stylesheet">
 +
    <link href="https://2017.igem.org/Template:SJTU-BioX-Shanghai/CSS/style?action=raw&ctype=text/css" rel="stylesheet">
 +
    <!--[if lt IE 10]>
 +
                    <center>您使用的是过时的浏览器,浏览本网页可能会有异常。</center>
 +
                    <center>You are using an outdated browser and this page may not display properly.</center>
 +
                <![endif]-->
 +
    <style>
 +
        .footer .footer-text {
 +
            -webkit-transition: all 0.3s ease-in-out;
 +
            -o-transition: all 0.3s ease-in-out;
 +
            transition: all 0.3s ease-in-out;
 +
            color: rgb(255, 255, 255);
 +
        }
 +
       
 +
        .footer .footer-text:hover {
 +
            background: rgba(0, 0, 0, 0.2);
 +
        }
 +
       
 +
        .footer .footer-text {
 +
            padding-bottom: 1.3rem;
 +
        }
 +
       
 +
        .footer .footer-text div {
 +
            font-size: 25px;
 +
            padding-bottom: 3px;
 +
        }
 +
       
 +
        @media only screen and (max-width: 576px) {
 +
            .footer .footer-text div {
 +
                font-size: 22px;
 +
            }
 +
        }
 +
       
 +
        .fluid-bg {
 +
            background: white;
 +
        }
 +
       
 +
        .full-home-1 {
 +
            background-size: cover;
 +
            width: 70%;
 +
            height: 70%;
 +
            position: relative;
 +
            z-index: 1;
 +
            background-position: center center;
 +
            background-repeat: no-repeat;
 +
        }
 +
       
 +
        .head-1 {
 +
            text-align: center;
 +
            color: rgb(183, 76, 91);
 +
            font-weight: 400;
 +
            padding: 1rem;
 +
            font-family: "Gochi Hand";
 +
        }
 +
       
 +
        .first-page {
 +
            min-height: calc(100vh - 75px)
 +
        }
 +
       
 +
        .head-2 {
 +
            text-align: center;
 +
            color: rgb(183, 76, 91);
 +
            font-weight: 400;
 +
            padding: 0.3rem;
 +
            font-family: "Gochi Hand";
 +
            line-height: 1.2em;
 +
        }
 +
       
 +
        .mainphoto {
 +
            width: 90%;
 +
        }
 +
       
 +
        @media only screen and (min-width: 576px) {
 +
            .mainphoto {
 +
                width: 80%;
 +
            }
 +
        }
 +
       
 +
        @media only screen and (min-width: 768px) {
 +
            .mainphoto {
 +
                width: 60%;
 +
            }
 +
        }
 +
       
 +
        .vid {
 +
            padding: 0 0 0 0;
 +
        }
 +
       
 +
        .vid .msk {
 +
            -webkit-transition: all 0.5s ease-in-out;
 +
            -o-transition: all 0.5s ease-in-out;
 +
            transition: all 0.5s ease-in-out;
 +
            background: rgba(0, 0, 0, 0);
 +
            color: transparent;
 +
            position: absolute;
 +
            top: 0;
 +
            bottom: 0;
 +
            left: 0;
 +
            right: 0;
 +
            z-index: 50;
 +
        }
 +
       
 +
        .vid video {
 +
            width: 100%;
 +
            display: block;
 +
        }
 +
       
 +
        .vid img {
 +
            display: none;
 +
        }
 +
       
 +
        @media only screen and (max-width: 768px) {
 +
            .vid .msk {
 +
                background: rgba(0, 0, 0, 0.25);
 +
                color: white;
 +
            }
 +
            .vid video {
 +
                display: none;
 +
            }
 +
            .vid img {
 +
                display: block;
 +
            }
 +
        }
 +
       
 +
        #bg1-1 {
 +
            display: block;
 +
            padding-top:2rem;
 +
        }
 +
       
 +
        #bg1-2 {
 +
            display: none;
 +
        }
 +
       
 +
        @media only screen and (max-width: 576px) {
 +
            #bg1-1 {
 +
                display: none;
 +
            }
 +
            #bg1-2 {
 +
                display: block;
 +
                padding-top:0rem;
 +
            }
 +
        }
 +
       
 +
        .vid .msk:hover {
 +
            background: rgba(0, 0, 0, 0.4);
 +
            color: white;
 +
        }
  
<div class="column full_size" >
+
a.lin:visited{
<img src="http://placehold.it/2000x300/d3d3d3/f2f2f2">
+
    color:rgb(193, 106, 101);
</div>
+
}
 +
a.lin:hover{
 +
    color:rgb(173, 66, 81);
 +
}
  
 +
a.lin{
 +
    font-size:80%;
 +
    color:rgb(193, 106, 101);
 +
    text-decoration:none;
 +
}
 +
    </style>
 +
</head>
  
 +
<body>
 +
    <div class="fluid-bg full-bg-body">
  
<div class="column full_size" >
+
        <nav class="navbar navbar1 navbar-expand-lg navbar-dark">
<h1> Welcome to iGEM 2017! </h1>
+
            <div class="container">
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
                <a class="navbar-brand" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai"><img src="https://static.igem.org/mediawiki/2017/b/be/T--SJTU-BioX-Shanghai--logo.png" height="55" /></a>
</div>  
+
                <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false" aria-label="Toggle navigation">
 +
                                    <div class="hamburger" id="ham1">
 +
                                        <span class="line"></span>
 +
                                        <span class="line"></span>
 +
                                        <span class="line"></span>
 +
                                    </div>
 +
                                </button>
 +
                <div class="collapse navbar-collapse" id="navbarNav1">
 +
                    <ul class="navbar-nav mr-auto">
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Description" class="nav-link">Project</a></li>
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Notebook" class="nav-link">Wet Lab</a></li>
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Loader" class="nav-link">Device</a></li>
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Model" class="nav-link">Model</a></li>
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/HP" class="nav-link">Human Practice</a></li>
  
<div class="clear"></div>
+
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Team" class="nav-link">Team</a></li>
 +
                    </ul>
 +
                    <ul class="navbar-nav ml-auto">
 +
                        <li class="nav-item"><a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/cn" class="nav-link jtzw">简体中文</a></li>
 +
                    </ul>
 +
                </div>
 +
            </div>
 +
        </nav>
 +
        <div class="full-bg flex-center flex-column first-page">
 +
            <img class="img-fluid mainphoto" id="bg1-1" src="https://static.igem.org/mediawiki/2017/5/56/T--SJTU-BioX-Shanghai--bg1.jpeg">
 +
            <img class="img-fluid mainphoto" id="bg1-2" src="https://static.igem.org/mediawiki/2017/9/90/T--SJTU-BioX-Shanghai--bg1-m.jpeg">
 +
            <div class="h1-my-responsive head-1">A universal multifactorial visualized detection system</div>
  
<div class="column half_size" >
+
        </div>
<h5>Before you start: </h5>
+
        <div class="full-bg flex-center flex-column">
<p> Please read the following pages:</p>
+
            <div class="container">
<ul>
+
                <div class="row">
<li> <a href="https://2017.igem.org/Competition">Competition Hub</a> </li>
+
                    <div class="col-12 col-sm-6 flex-center flex-column order-2 order-sm-1">
<li> <a href="https://2017.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
                        <div class="h1-my-responsive head-1">Multi-factor</div>
<li> <a href="https://2017.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
                        <div class="h3-my-responsive head-2">Detecting multiple inputs</div>
</ul>
+
                        <div class="h3-my-responsive head-2">Just using one type of bacteria</div>
</div>
+
                        <div class="h3-my-responsive head-2"><a class="lin" target="_blank" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Design">more @ Design</a></div>
 +
                    </div>
 +
                    <div class="col-12 col-sm-6 order-1 order-sm-2">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/f/fe/T--SJTU-BioX-Shanghai--bg3.jpeg">
  
<div class="column half_size" >
+
                    </div>
<div class="highlight">
+
<h5> Styling your wiki </h5>
+
<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>
+
<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>
+
</div>
+
</div>
+
  
<div class="column full_size" >
+
                </div>
<h5> Wiki template information </h5>
+
            </div>
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2017.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
        </div>
  
</div>  
+
        <div class="full-bg flex-center flex-column">
 +
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-12 col-sm-6">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/4/4b/T--SJTU-BioX-Shanghai--bg2.jpeg">
 +
                    </div>
 +
                    <div class="col-12 col-sm-6 flex-center flex-column">
 +
                        <div class="h1-my-responsive head-1">Visualization</div>
 +
                        <div class="h3-my-responsive head-2">Result can be seen by naked eyes</div>
 +
                        <div class="h3-my-responsive head-2">Use smart phones to recognize and analyse the color</div>
 +
<div class="h3-my-responsive head-2"><a class="lin" target="_blank" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Design">more @ Design</a></div>
  
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="full-bg flex-center flex-column">
 +
            <div class="container">
 +
                <div class="row">
  
 +
                    <div class="col-12 col-sm-6 flex-center flex-column order-2 order-sm-1">
 +
                        <div class="h1-my-responsive head-1">small C.A.T.</div>
 +
                        <div class="h3-my-responsive head-2">Small chromoprotein analyse toolbox</div>
 +
                        <div class="h3-my-responsive head-2">A detection system</div>
 +
                        <div class="h3-my-responsive head-2">To reckon the value of input</div>
 +
<div class="h3-my-responsive head-2"><a class="lin" target="_blank" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Loader">more @ Device</a></div>
 +
                    </div>
 +
                    <div class="col-12 col-sm-6 order-1 order-sm-2">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/8/85/T--SJTU-BioX-Shanghai--bg5.jpeg">
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="full-bg flex-center flex-column">
 +
            <div class="container">
 +
                <div class="row">
 +
                    <div class="col-12 col-sm-6">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/b/bc/T--SJTU-BioX-Shanghai--bg4.jpeg">
 +
                    </div>
 +
                    <div class="col-12 col-sm-6 flex-center flex-column">
 +
                        <div class="h1-my-responsive head-1">S.T.A.R.</div>
 +
                        <div class="h3-my-responsive head-2">Small Transcriptional-Activating RNA</div>
 +
                        <div class="h3-my-responsive head-2">A new powerful technology</div>
 +
                        <div class="h3-my-responsive head-2">Start to have powerful applications</div>
 +
<div class="h3-my-responsive head-2"><a class="lin" target="_blank" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Basic_Part">more @ Basic Parts</a></div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container sponsor">
 +
            <div class="row">
 +
                <div class="col-12 col-sm-6 col-lg-3 sponsor-1">
 +
                    <a target="_blank" href="http://www.sjtu.edu.cn/">
 +
                        <img src="https://static.igem.org/mediawiki/2017/8/85/T--SJTU-BioX-Shanghai--SJTU.png">
 +
                    </a>
 +
                </div>
 +
                <div class="col-12 col-sm-6 col-lg-3 sponsor-1">
 +
                    <a target="_blank" href="http://www.bio-x.cn/">
 +
                        <img src="https://static.igem.org/mediawiki/2017/e/e6/T--SJTU-BioX-Shanghai--BioX.png">
 +
                    </a>
 +
                </div>
 +
                <div class="col-12 col-sm-6 col-lg-3 sponsor-1">
 +
                    <a target="_blank" href="http://life.sjtu.edu.cn/">
 +
                        <img src="https://static.igem.org/mediawiki/2017/f/fa/T--SJTU-BioX-Shanghai--Life.png">
 +
                    </a>
 +
                </div>
 +
                <div class="col-12 col-sm-6 col-lg-3 sponsor-2">
 +
                    <a target="_blank" href="http://www.decodinglife.cn/">
 +
                        <img src="https://static.igem.org/mediawiki/2017/3/3e/T--SJTU-BioX-Shanghai--ATGC.png">
 +
                    </a>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container-fluid">
 +
            <div class="row">
  
 +
                <div class="col-12 col-sm-4 vid">
 +
                    <a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/wiki">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/9/94/T--SJTU-BioX-Shanghai--bcwiki.jpeg">
 +
                        <video autoplay loop muted>
 +
                                        <source src="https://static.igem.org/mediawiki/2017/7/75/T--SJTU-BioX-Shanghai--logo-wiki.mp4"/>
 +
                            </video>
 +
                        <div class="msk flex-center flex-column">
 +
                            <div class="h3-my-responsive">Wiki Design </div>
  
<div class="column half_size" >
+
                        </div>
<h5> Editing your wiki </h5>
+
                    </a>
<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>  
+
                </div>
<p> <a href="https://2017.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
                <div class="col-12 col-sm-4 vid">
 +
                    <a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/2048">
 +
                        <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/5/5e/T--SJTU-BioX-Shanghai--bc2048.jpeg">
 +
                        <video autoplay loop>
 +
                                        <source src="https://static.igem.org/mediawiki/2017/a/af/T--SJTU-BioX-Shanghai--logo-2048.mp4"/>
 +
                                </video>
 +
                        <div class="msk flex-center flex-column">
 +
                            <div class="h3-my-responsive">Color Mix Game</div>
  
</div>
+
                        </div>
 +
                    </a>
 +
                </div>
 +
                <div class="col-12 col-sm-4 vid">
 +
                    <img class="img-fluid" src="https://static.igem.org/mediawiki/2017/6/68/T--SJTU-BioX-Shanghai--bkalbum.jpeg">
 +
                    <a href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/album">
 +
                        <video autoplay loop muted>
 +
                                        <source src="https://static.igem.org/mediawiki/2017/8/8a/T--SJTU-BioX-Shanghai--album.mp4"/>         
 +
                                </video>
 +
                        <div class="msk flex-center flex-column">
 +
                            <div class="h3-my-responsive">Album</div>
  
 +
                        </div>
 +
                    </a>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="footer">
  
<div class="column half_size" >
 
<h5>Tips</h5>
 
<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>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<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://2017.igem.org/Calendar">iGEM 2017 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
  
 +
            <div class="row">
  
<div class="column half_size" >
+
                <div class="footer-S">
<h5>Inspiration</h5>
+
                    <a class="footer-text" href="https://2017.igem.org/Team:SJTU-BioX-Shanghai/Description">
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
                        <div>
<ul>
+
                            Start to Learn More
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
                        </div>
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
                        <img src="https://static.igem.org/mediawiki/2017/f/f5/T--SJTU-BioX-Shanghai--right.png" class="img-fluid">
<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>
+
</div>
+
 
+
<div class="column half_size" >
+
<h5> Uploading pictures and files </h5>
+
<p> You can upload your pictures and files to the iGEM 2017 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 />
+
When you upload, set the "Destination Filename" to <br><code>T--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!)<br><br>
+
 
+
<a href="https://2017.igem.org/Special:Upload">
+
UPLOAD FILES
+
</a>
+
</p>
+
</div>
+
 
+
  
 +
                    </a>
 +
                </div>
  
 +
            </div>
  
  
 +
        </div>
 +
        <script src="https://2017.igem.org/Template:SJTU-BioX-Shanghai/Javascript/jquery?
 +
                    action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2017.igem.org/Template:SJTU-BioX-Shanghai/Javascript/popper?
 +
                    action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2017.igem.org/Template:SJTU-BioX-Shanghai/Javascript/ripple?
 +
                    action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2017.igem.org/Template:SJTU-BioX-Shanghai/Javascript/bootstrap?
 +
                    action=raw&ctype=text/javascript"></script>
 +
        <script src="https://2017.igem.org/Template:SJTU-BioX-Shanghai/Javascript/script?
 +
                    action=raw&ctype=text/javascript"></script>
 +
        <script>
 +
            if (bsSys.isiOS || bsSys.isAndroid) {
 +
                $(".vid video").css("display", "none");
 +
                $(".vid img").css("display", "block");
 +
                $(".vid .msk").css("color", "white");
 +
                $(".vid .msk").css("background", "rgba(0, 0, 0, 0.25)");
  
 +
            }
 +
            if (bsSys.ie) {
 +
                $("#bg1-1").css("height", "50%");
 +
                $("#bg1-2").css("height", "50%");
 +
            }
 +
        </script>
 +
    </div>
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 03:02, 2 November 2017

A universal multifactorial visualized detection system
Multi-factor
Detecting multiple inputs
Just using one type of bacteria
Visualization
Result can be seen by naked eyes
Use smart phones to recognize and analyse the color
small C.A.T.
Small chromoprotein analyse toolbox
A detection system
To reckon the value of input
S.T.A.R.
Small Transcriptional-Activating RNA
A new powerful technology
Start to have powerful applications