Difference between revisions of "Team:SJTU-software"

Line 1: Line 1:
 
{{SJTU-software}}
 
 
 
 
 
<html>
 
<html>
 
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
 
 
 
<head>
 
<head>
  
+
    <style type="text/css">
<script type="text/javascript">
+
        body {
$('#home_link').addClass('active');
+
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
+
            font-size: 16px;
$(document).ready(function(){
+
            line-height: 1.5em;
var keys = [];
+
            color: #6b3b25;
var konami  = '38,38,40,40,37,39,37,39,66,65';
+
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/bg.png);
+
            }
$(document)
+
        .wrapper {
.keydown(
+
            width: 1000px;
function(e) {
+
            margin: 30px auto 80px auto;
keys.push( e.keyCode );
+
            background: #dedad3;
if ( keys.toString().indexOf( konami ) >= 0 ){
+
            -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
$('#flagstats').toggle();
+
            -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
+
            -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
keys = [];
+
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
+
            }
}
+
        /*-----------------------------------------------------------------------------------*/
);
+
        /* HEADER
});
+
        /*-----------------------------------------------------------------------------------*/
+
        header {
</script>
+
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/header.png);
<style>
+
            min-height: 155px;
 +
            }
 +
        header #logo {
 +
            margin-top: 36px;
 +
            margin-bottom: 20px;
 +
            float: left;
 +
            }
 +
        header #logo:hover {
 +
            opacity: 0.8;
 +
            }
 +
        header #logo img {
 +
            display: block;
 +
            margin: 0 0 0 55px;
 +
            }
 +
        header #title {
 +
            margin-top: 45px;
 +
            margin-left: 260px;
 +
            font-size: 36px;
 +
            font-weight: 700;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            /* text-align: center; */
 +
        }
 +
        header #subtitle{
 +
            margin-top: 26px;
 +
            margin-left: 260px;
 +
            font-size: 23px;
 +
            font-weight: 500;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
        }
 +
        /*---------------------------------------------------------------*/
  
body {
+
        /*-----------------------------------------------------------------------------------*/
 +
        /* Nav
 +
        /*-----------------------------------------------------------------------------------*/
 +
        nav {
 +
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/nav.png) no-repeat top center;
 +
            height: 65px;
 +
            width: 1038px;
 +
            margin-left: -20px;
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
 +
            font-size: 16px;
 +
            font-weight: 700;
 +
            }
 +
        nav #menu-icon {
 +
            display: none;
 +
            background: red;
 +
            width: 40px;
 +
            height: 40px;
 +
            }
 +
        nav #nav {
 +
            display: block;
 +
            margin-left: 35px;
 +
            /* substract 15 from the link padding */
  
  background-image: url("https://static.igem.org/mediawiki/2015/9/92/TU_Dresden_background.jpg");
+
            }
  background-size: 100%;
+
        nav #nav > li {
 +
            display: block;
 +
            float: left;
 +
            /* Subnavigation ----------------------------------------------------*/
 +
            }
 +
        nav #nav > li:hover a,
 +
        nav #nav > li.current-menu-item a,
 +
        nav #nav > li.current_page_item a {
 +
            background: #62493d;
 +
            text-shadow: 0px 2px 0px #444;
 +
            }
 +
            nav #nav > li > a {
 +
            display: block;
 +
            line-height: 65px;
 +
            padding-left: 15px;
 +
            padding-right: 15px;
 +
            text-decoration: none;
 +
            color: #dedad3;
 +
            text-shadow: 0px 2px 0px #c68301;
 +
            }
 +
        nav #nav > li.important a {
 +
            color: #ffe09f;
 +
        }
 +
        nav #nav > li ul {
 +
            margin-top: 25px;
 +
            background: #62493d;
 +
        }
 +
        nav #nav > li ul li {
 +
            border-bottom: 1px solid #806d63;
 +
        }
 +
        nav #nav > li ul li:last-child {
 +
            border-bottom: none;
 +
        }
 +
        nav #nav > li ul a {
 +
            display: block;
 +
            color: #dedad3;
 +
            text-decoration: none;
 +
            line-height: 1.5em;
 +
            padding: 15px;
 +
        }
 +
        nav #nav > li ul a:hover {
 +
            color: #e09402;
 +
        }
 +
        /*-----------------------------------------------------------------------------------*/
  
}
+
        /*** ESSENTIAL STYLES ***/
  
#TueContent table img {
+
        .sf-menu, .sf-menu * {
  width: 250px;
+
            margin: 0;
  display: block;  
+
            padding: 0;
  margin-left: auto;  
+
            list-style: none;
  margin-right: auto;
+
        }
  padding-bottom: 20px;
+
     
}
+
        .sf-menu ul {
 +
            position: absolute;
 +
            top: -999em;
 +
            width: 10em; /* left offset of submenus need to match (see below) */
  
 +
        }
 +
        .sf-menu ul li {
 +
            width: 100%;
 +
        }
 +
        .sf-menu li:hover {
 +
            visibility: inherit; /* fixes IE7 'sticky bug' */
 +
        }
 +
        .sf-menu li {
 +
            float: left;
 +
            position: relative;
 +
        }
 +
        .sf-menu a {
 +
            display: block;
 +
            position: relative;
 +
        }
 +
        .sf-menu li:hover ul,
 +
        .sf-menu li.sfHover ul {
 +
            left: 0;
 +
            top: 2.5em; /* match top ul list item height */
 +
            z-index: 99;
 +
        }
 +
        ul.sf-menu li:hover li ul,
 +
        ul.sf-menu li.sfHover li ul {
 +
            top: -999em;
 +
        }
 +
        ul.sf-menu li li:hover ul,
 +
        ul.sf-menu li li.sfHover ul {
 +
            left: 10em; /* match ul width */
 +
            top: 0;
 +
        }
 +
        ul.sf-menu li li:hover li ul,
 +
        ul.sf-menu li li.sfHover li ul {
 +
            top: -999em;
 +
        }
 +
        ul.sf-menu li li li:hover ul,
 +
        ul.sf-menu li li li.sfHover ul {
 +
            left: 10em; /* match ul width */
 +
            top: 0;
 +
        }
 +
        /* MAIN
 +
        /*-----------------------------------------------------------------------------------*/
 +
        #main {
 +
            min-height: 500px;
 +
            position: relative;
 +
            border-top: 5px solid #c6c2bc;
 +
            }
 +
        #main .tagline {
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
 +
            line-height: 1.3em;
 +
            font-size: 36px;
 +
            font-weight: 700;
 +
            text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
 +
            text-align: center;
 +
            margin-bottom: 40px;
 +
            margin-right: 30px;
 +
            margin-left: 30px;
 +
            }
  
#squareLogo img {
+
        /* cf: contain floats*/
  width: 120px !important;
+
}
+
  
table {
+
        .cf:before,
  valign: middle;
+
        .cf:after {
  justify: center;
+
            content: " "; /* 1 */
 +
            display: table; /* 2 */
 +
        }
  
}
+
        .cf:after {
 +
            clear: both;
 +
        }
  
#TueContent img {
+
        /*
    display: block;
+
        * For IE 6/7 only
    margin-left: auto;
+
        * Include this rule to trigger hasLayout and contain floats.
    margin-right: auto;
+
        */
    margin-bottom: -20px;
+
    width: 100%;
+
}
+
  
 +
        .cf {
 +
            *zoom: 1;
 +
        }
  
#HOME-REACTOR {
+
        /* ==========================================================================*/
display:block;
+
width: 190px;
+
height: 300px;
+
background-image: url(https://static.igem.org/mediawiki/2015/d/d1/Tu_dRESDEN_Reactor_edit_SMALL3.png);
+
background-repeat: no-repeat;
+
background-position: top;
+
                float:right;
+
margin-left: auto;
+
margin-right: auto;
+
                position: fixed;
+
                top: 350px;
+
                left: 250px;
+
}
+
  
 +
        .slider-wrapper{
 +
            margin: 30px auto 0px auto;
 +
            width: 940px;
 +
        }
 +
       
 +
        /* The Nivo Slider styles */
 +
        .nivoSlider {
 +
            position:relative;
 +
            width:100%;
 +
            height:auto;
 +
            overflow: hidden;
 +
           
 +
            border: 5px solid #fff;
 +
            margin-left: -5px; /* Adjust 5px because of the border width 5px*/
 +
           
 +
            -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
 +
            -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
 +
            -o-box-shadow: 0px 0px 5px rgba(0,0,0,.2);
 +
            box-shadow: 0px 0px 5px rgba(0,0,0,.2);
 +
           
 +
        }
 +
        .nivoSlider img {
 +
            position:absolute;
 +
            top:0px;
 +
            left:0px;
 +
            max-width: none;
 +
        }
  
#HOME-REACTOR:hover {
+
        .nivo-main-image {
background-position: bottom;
+
            display: block !important;
}
+
            position: relative !important;
 +
            width: 100% !important;
 +
        }
  
#HOME-ROCKET {
+
        /* If an image is wrapped in a link */
display:block;
+
        .nivoSlider a.nivo-imageLink {
width: 250px;
+
            position:absolute;
height: 470px;
+
            top:0px;
background-image: url(https://static.igem.org/mediawiki/2015/d/db/TU_Dresden_Rocket_edit_bigger_moved2.png);
+
            left:0px;
background-repeat: no-repeat;
+
            width:100%;
background-position: top;
+
            height:100%;
                float:right;
+
            border:0;
margin-left: auto;
+
            padding:0;
margin-right: auto;
+
            margin:0;
                position: fixed;
+
            z-index:6;
                bottom: 30px;
+
            display:none;
                right: 50px;
+
        }
}
+
        /* The slices and boxes in the Slider */
 +
        .nivo-slice {
 +
            display:block;
 +
            position:absolute;
 +
            z-index:5;
 +
            height:100%;
 +
            top:0;
 +
        }
 +
        .nivo-box {
 +
            display:block;
 +
            position:absolute;
 +
            z-index:5;
 +
            overflow:hidden;
 +
        }
 +
        .nivo-box img { display:block; }
  
#HOME-ROCKET:hover {
+
        /* Caption styles */
background-position: bottom;
+
        .nivo-caption {
}
+
            position:absolute;
 +
            left:0px;
 +
            bottom:0px;
 +
            background:#000;
 +
            color:#fff;
 +
            width:100%;
 +
            z-index:8;
 +
            padding: 5px 10px;
 +
            opacity: 0.8;
 +
            overflow: hidden;
 +
            display: none;
 +
            -moz-opacity: 0.8;
 +
            filter:alpha(opacity=8);
 +
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 +
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 +
            box-sizing: border-box;        /* Opera/IE 8+ */
 +
        }
 +
        .nivo-caption p {
 +
            padding:5px;
 +
            margin:0;
 +
        }
 +
        .nivo-caption a {
 +
            display:inline !important;
 +
        }
 +
        .nivo-html-caption {
 +
            display:none;
 +
        }
 +
        /* Direction nav styles (e.g. Next & Prev) */
 +
        .nivo-directionNav a {
 +
            position:absolute;
 +
            top:45%;
 +
            z-index:9;
 +
            cursor:pointer;
 +
        }
 +
        .nivo-prevNav {
 +
            left:0px;
 +
        }
 +
        .nivo-nextNav {
 +
            right:0px;
 +
        }
 +
        /* Control nav styles (e.g. 1,2,3...) */
 +
        .nivo-controlNav {
 +
            text-align:left;
 +
            padding: 10px 0 15px 0px;
 +
        }
 +
        .nivo-controlNav a {
 +
            display: inline-block;
 +
            cursor:pointer;
 +
            background: #62493d;
 +
            width: 10px;
 +
            height: 10px;
 +
            text-indent: -9000px;
 +
            margin-right: 5px;
 +
           
 +
            -moz-border-radius: 10px;
 +
            -webkit-border-radius: 10px;
 +
            border-radius: 10px;
 +
           
 +
            border: 2px solid #f1f1f1;
 +
            border-top: 2px solid #ffffff;
 +
           
 +
            -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
 +
            -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
 +
            -o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
 +
            box-shadow: 0px 0px 2px rgba(0,0,0,.2);
 +
        }
 +
        .nivo-controlNav a.active {
 +
            background: #e09402;
 +
        }
  
#HOME-NOTEBOOK {
+
        /* Widgets block
display:block;
+
        /*-----------------------------------------------------------------------------------*/
width: 250px;
+
        .widget-cols {
height: 185px;
+
            position: relative;
background-image: url(https://static.igem.org/mediawiki/2015/6/6b/TU_Dresden_edit_notebook_bigger.png);
+
            display: block;
background-repeat: no-repeat;
+
            background: #62493d url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/widgets.png) repeat;
background-position: top;
+
            font-size: 16px;
                float:right;
+
            color: #e7d7ba;
margin-left: auto;
+
            text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
margin-right: auto;
+
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
                position: fixed;
+
            border-top: 4px solid #e09402;
                bottom: 280px;
+
            padding-left: 10px;
                left: 380px;
+
            padding-top: 10px;
}
+
            margin: auto;
 +
            height:220px;
 +
        }
 +
        .widget-cols h1,
 +
        .widget-cols h2,
 +
        .widget-cols h3,
 +
        .widget-cols h4,
 +
        .widget-cols h5,
 +
        .widget-cols h6 {
 +
            font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
 +
            color: #e09402;
 +
            margin-bottom: 20px;
 +
            font-weight: 700;
 +
        }
 +
        .widget-cols a {
 +
            color: #e09402;
 +
            border-bottom: 1px dotted #e09402;
 +
            text-decoration: none;
 +
        }
 +
        .widget-cols a:hover {
 +
            color: #fff;
 +
            border-bottom: 1px dotted #fff;
 +
        }
 +
        .widget-cols > li {
 +
            width: 220px;
 +
            float: left;
 +
            margin-left: 20px;
 +
            margin-bottom: 40px;
 +
        }
 +
        .widget-cols .scroll {
 +
            content: '';
 +
            position: absolute;
 +
            top: -40px;
 +
            left: 50%;
 +
            margin-left: -23px;
 +
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/bottom-arrow.png) no-repeat;
 +
            height: 41px;
 +
            width: 46px;
 +
        }
 +
        .widget-cols .scroll:hover {
 +
            background-position: 0px -41px;
 +
        }
 +
        .multiplebgs .widget-cols {
 +
            background-image: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/widgets-shadow.png), url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/widgets.png);
 +
            background-repeat: repeat-x, repeat;
 +
            background-position: left bottom, left bottom;
 +
        }
  
#HOME-NOTEBOOK:hover {
+
        .footer-divider {
background-position: bottom;
+
            background: #5a453b;
}
+
            border-top: 1px solid #644d42;
 +
            border-bottom: 1px solid #523f35;
 +
            height: 8px;
 +
            width: 100%;
 +
        }
  
#HOME-VIDEO {
+
        /* FOOTER
display:block;
+
        /*-----------------------------------------------------------------------------------*/
width: 250px;
+
        footer {
height: 170px;
+
            position: relative;
background-image: url(https://static.igem.org/mediawiki/2015/9/98/TU_Dresden_Video_edit_SMALL2.png);
+
            text-align: center;
background-repeat: no-repeat;
+
            padding: 30px 30px 30px 30px;
background-position: top;
+
            font-size: 18px;
                float:right;
+
            color: #e09402;
margin-left: auto;
+
            background: #62493d url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/footer.png) repeat-x center top;
margin-right: auto;
+
            text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
                position: fixed;
+
        }
                bottom: 300px;
+
        footer:after {
                right: 280px;
+
            content: '';
}
+
            position: absolute;
 
+
            bottom: -46px;
#HOME-VIDEO:hover {
+
            height: 46px;
background-position: bottom;
+
            width: 100%;
}
+
            width: 940px\9;
 
+
            background: url(https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/main-shadow.png) no-repeat top center;
#HOME-SAFETY {
+
        }
display:block;
+
        footer a {
width: 250px;
+
            text-decoration: none;
height: 250px;
+
            color: #e09402;
background-image: url(https://static.igem.org/mediawiki/2015/d/d5/TU_Dresden_Safety_Small.png);
+
            border-bottom: 1px dotted #e09402;
background-repeat: no-repeat;
+
        }
background-position: top;
+
        footer a:hover {
                float:right;
+
            color: #fff;
margin-left: auto;
+
            border-bottom: 1px dotted #fff;
margin-right: auto;
+
        }
                position: fixed;
+
                left:570px;
+
                bottom:140px;
+
}
+
 
+
#HOME-SAFETY:hover {
+
background-position: bottom;
+
}
+
 
+
#HOME-HUMANPRACTICES {
+
display:block;
+
width: 285px;
+
height: 380px;
+
background-image: url(https://static.igem.org/mediawiki/2015/4/41/TU_Dresden_HumanPractices_drawing.png);
+
background-repeat: no-repeat;
+
background-position: top;
+
                float:right;
+
margin-right: auto;
+
                position: fixed;
+
                right: 1060px;
+
                bottom:185px;
+
}
+
 
+
#HOME-HUMANPRACTICES:hover {
+
background-position: bottom;
+
}
+
p.big {
+
    line-height: 1000%;
+
}
+
 
+
p.center { text-align: center; }
+
 
+
.fix{
+
    bottom:0px;
+
    position:fixed;
+
    left:0%;
+
    }
+
 
+
 
+
.over
+
{
+
    position:fixed;
+
    left:60px;
+
    bottom:-50px;
+
    z-index:1;
+
}
+
 
+
</style>
+
  
 +
    </style>
 +
</head>
  
 
<body>
 
<body>
 +
    <div class="wrapper">
 +
        <!-- HEADER -->
 +
      <header class="cf">
 +
          <div id="logo"><a href="https://2018.igem.org/Team:SJTU-software"> <img src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/teamlogo.png"  height="90"/></a></div>
 +
          <div id="title">SJTU-software</div>
 +
          <div id="subtitle">Metlab: a metabolic network alignment tool</div>
 +
        </header>
  
 +
        <!-- NAV -->
 +
        <nav class="cf">
 +
            <ul id="nav" class="sf-menu">
 +
                <li class="current-menu-item"><a href="https://2018.igem.org/Team:SJTU-software">HOME</a></li>
 +
                <li><a href="">TEAM</a>
 +
                    <ul>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/team">TEAM</a></li>
 +
                        <li><a href="https://2018.igem.org/Team:SJTU-software/collaborations">COLLABRATIONS</a></li>>
 +
                    </ul>
 +
                </li>
 +
                <li><a href="">PROJECT</a>
 +
                    <ul>
 +
                        <li><a href="">DESCRIPTION</a></li>
 +
                        <li><a href="">DESIGN</a></li>
 +
                        <li><a href="">NOTEBOOK</a></li>
 +
                        <li><a href="">CONTRIBUTION</a></li>
 +
                        <li><a href="">DEMONSTRATE</a></li>
 +
                        <li><a href="">IMPROVE</a></li>
 +
                        <li><a href="">ATTRIBUTIONS</a></li>
 +
                    </ul>
 +
                </li>
 +
                <li><a href="">HUMAN PRACTICE</a>
 +
                    <ul>
 +
                        <li><a href="">SILVER HP</a></li>
 +
                        <li><a href="">INTERCRATED AND COLD</a></li>
 +
                        <li><a href="">PUBLIC ENGAGEMENT</a></li>
 +
                    </ul>
 +
                </li>
 +
            </ul>
 +
        </nav>
 +
        <!-- ENDS NAV-->
  
+
        <!-- MAIN-->
 +
        <div id="main" class="cf">
 +
            <!-- SLIDER -->
 +
<div class="slider-wrapper">
 +
            <div id="slider" class="nivoSlider">
 +
                    <img class="nivo-main-image" src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/images/dummies/slides/03.jpg" style="display: inline;">
 +
            </div>
 +
        </div>
 +
<!-- ENDS SLIDER -->
  
 
+
        </div>
 
+
        <!-- ENDS MAIN -->
<div class="over" style="text-align:left;">
+
<div class="row">
+
<div class="col-md-4">
+
<a id="HOME-REACTOR" href="https://2018.igem.org/Team:SJTU-software/Project"></a>
+
<br /><br /><br />
+
</div>
+
 
 
 
</div>
 
</div>
 
 
<div class="over" style="text-align:right;">
 
<div class="row">
 
<div class="col-md-4">
 
<a id="HOME-ROCKET" href="https://2018.igem.org/Team:SJTU-software/Team"></a>
 
<br /><br /><br />
 
</div>
 
 
 
 +
<!-- WIDGETS -->
 +
<ul  class="widget-cols cf">
 +
<li class="first-col">
 +
 +
<div class="widget-block">
 +
<h4>Address</h4>
 +
<p>NO. 800 DONGCHUAN ROAD, MINHANG DISTRICT, SHANGHAI, CHINA
 +
                        <!-- <a href="#/blog/license/" >link</a>  -->
 +
                    </p>
 +
    </div>
 +
</li>
 
 
</div>
+
<li class="second-col">
</div>
+
 
+
<div class="widget-block">
<div class="over" style="text-align:right;">
+
<h4>Contact Us</h4>
<div class="row">
+
                 
<div class="col-md-4">
+
    </div>
<a id="HOME-NOTEBOOK" href="https://2018.igem.org/Team:SJTU-software/Notebook"></a>
+
<br /><br /><br />
+
</li>
</div>
+
+
 
 
</div>
+
<li class="third-col">
</div>
+
 
+
<div class="widget-block">
 
+
<h4>DUMMY TEXT</h4>
<div class="over" style="text-align:right;" style="width:150%;">
+
<p></p>
<div class="row">
+
    </div>
<div class="col-md-4">
+
   
<a id="HOME-VIDEO" href="https://2018.igem.org/Team:SJTU-software/Video"></a>
+
</li>
<br /><br /><br />
+
</div>
+
+
 
 
</div>
+
<li class="fourth-col">
</div>
+
 
+
<div class="widget-block">
<div class="over" style="text-align:right;" style="width:150%;">
+
<h4>CATEGORIES</h4>
<div class="row">
+
<ul>
<div class="col-md-4">
+
<li class="cat-item"><a href="#" >Design</a></li>
<a id="HOME-SAFETY" href="https://2018.igem.org/SJTU-software/Safety"></a>
+
<li class="cat-item"><a href="#" >Photo</a></li>
<br /><br /><br />
+
<li class="cat-item"><a href="#" >Art</a></li>
</div>
+
<li class="cat-item"><a href="#" >Game</a></li>
+
<li class="cat-item"><a href="#" >Film</a></li>
+
<li class="cat-item"><a href="#" >TV</a></li>
</div>
+
</ul>
</div>
+
</div>
 
+
   
<div class="over" style="text-align:right;" style="width:150%;">
+
</li>
<div class="row">
+
<li class="scroll"></li>
<div class="col-md-4">
+
</ul>
<a id="HOME-HUMANPRACTICES" href="https://2018.igem.org/Team:SJTU-software/Practices"></a>
+
<!-- ENDS WIDGETS -->
<br /><br /><br />
+
        <!-- FOOTER -->
</div>
+
            <div class="footer-divider"></div>
+
            <footer class="cf">
+
                    SJTU-software
</div>
+
               
</div>
+
            </footer>
 
+
<!-- ENDS FOOTER -->
<br>
+
 
+
 
+
<br>
+
 
+
 
+
 
+
 
+
 
+
<img src="https://static.igem.org/mediawiki/2015/b/bb/TU_Dresden_space_grey.png" style="width: 100%;"  class="fix" class="under"  />
+
 
+
<img src="https://static.igem.org/mediawiki/2015/c/c0/TU_Dresden_Space-Elements_4_edit_small.png" style="position:fixed;
+
    left:1280px;
+
    bottom:30px;
+
    z-index:1;width:50px;"  class="fix" />
+
 
+
<img src="https://static.igem.org/mediawiki/2015/0/09/TU_Dresden_Space-Elements_2_edit_small.png" style="position:fixed;
+
    left:450px;
+
    bottom:30px;
+
    z-index:1;width:120px;"  class="fix" />
+
 
+
<img src="https://static.igem.org/mediawiki/2015/3/32/TU_Dresden_Space-Elements_3_edit_small.png" style="position:fixed;
+
    left:110px;
+
    bottom:30px;
+
    z-index:1;width:70px;"  class="fix" />
+
 
+
<img src="https://static.igem.org/mediawiki/2015/6/6c/TU_Dresden_space-Elements_1_edit_small.png" style="position:fixed;
+
              left:750px;
+
                bottom:160px;
+
    z-index:1;width:50px;"  class="fix" />
+
  
 +
    </div>
  
<img src="https://static.igem.org/mediawiki/2015/2/29/TU_Dresden_space-Elements_5_edit_small.png" style="position:fixed;
+
    <script type="text/javascript" src="https://raw.githubusercontent.com/sjtusoftware2018/2018iGEM_wiki/master/js/jquery.min.js"></script>
              left:900px;
+
    <script>
                bottom:30px;
+
        /*-----------------------------------------------------------------------------------*/
    z-index:1;width:60px;"  class="fix" />
+
        /* Scroll to top
 +
        /*-----------------------------------------------------------------------------------*/       
 +
        $('.widget-cols .scroll').click(function(){
 +
            $("html, body").animate({ scrollTop: 0 }, 600);
 +
            return false;
 +
        });
 +
        /*-----------------------------------------------------------------------------------*/
 +
    </script>
 +
 
 +
</body>
 
</html>
 
</html>

Revision as of 12:48, 26 September 2018

SJTU-software
Metlab: a metabolic network alignment tool
  • Address

    NO. 800 DONGCHUAN ROAD, MINHANG DISTRICT, SHANGHAI, CHINA

  • Contact Us

  • DUMMY TEXT

  • CATEGORIES

SJTU-software