(Created page with "<html lang="en"> <head> <script language="javascript"> <!-- location.replace("https://2018.igem.org/Team:HUST-China/Software"); --> </script> </head> </html>") |
|||
Line 1: | Line 1: | ||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
+ | <meta charset="utf-8"> | ||
<script language="javascript"> | <script language="javascript"> | ||
<!-- | <!-- | ||
Line 6: | Line 7: | ||
--> | --> | ||
</script> | </script> | ||
+ | <title>HillSide Multi purpose HTML5 Template</title> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
+ | <meta name="description" content="" /> | ||
+ | <meta name="author" content="http://webthemez.com" /> | ||
+ | <link rel="stylesheet" href="http://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> | ||
+ | <script src="http://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> | ||
+ | <script src="http://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
+ | <!-- css --> | ||
+ | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:HUST-China/materialize/css/materialize?action=raw&ctype=text/css" media="screen,projection" /> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/bootstrap?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/fancybox/jquery?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/flexslider?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <!--slider--> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:HUST-China/css/zoomslider?action=raw&ctype=text/css" /> | ||
+ | |||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/font-awesome?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/animate?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | |||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/style?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/main?action=raw&ctype=text/css" rel="stylesheet" /> | ||
+ | <!-- Vendor Styles --> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/magnific-popup?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <!-- Block Styles --> | ||
+ | <link href="https://2018.igem.org/Team:HUST-China/css/gallery-1?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <!--slider--> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:HUST-China/css/menu-slider?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <style type="text/css"> | ||
+ | .red-content{ | ||
+ | color:#ff0057; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .content{ | ||
+ | padding-top:30px; | ||
+ | font-weight: 600; | ||
+ | } | ||
+ | .content-text{ | ||
+ | margin: 8px 0; | ||
+ | } | ||
+ | |||
+ | th{ | ||
+ | text-align:center; | ||
+ | font-size:14px; | ||
+ | font-weight: 800; | ||
+ | } | ||
+ | td | ||
+ | { | ||
+ | text-align:center; | ||
+ | font-size:14px; | ||
+ | font-weight: 500; | ||
+ | } | ||
+ | </style> | ||
+ | <style type="text/css"> | ||
+ | .jR3DCarouselGallery,.jR3DCarouselGalleryCustomeTemplate { | ||
+ | margin: 0 auto; /* optional - if want to center align */ | ||
+ | } | ||
+ | </style> | ||
+ | <style> | ||
+ | .jR3DCarouselGalleryCustomeTemplate .captions{ | ||
+ | position: relative; | ||
+ | padding: 4px 0; | ||
+ | bottom: 27px; | ||
+ | background: #eeeeee; | ||
+ | display:block | ||
+ | } | ||
+ | .jR3DCarouselGalleryCustomeTemplate a{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery-1.8.0.min.js"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jR3DCarousel-min?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- <script type="text/javascript" src="src/jR3DCarousel.js"></script> --> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | var slideImages = [ {src: '../jRCarousel/images/01.jpg'}, | ||
+ | {src: '../jRCarousel/images/02.jpg'}, | ||
+ | {src: '../jRCarousel/images/03.jpg'}, | ||
+ | {src: '../jRCarousel/images/04.jpg'}, | ||
+ | {src: '../jRCarousel/images/05.jpg'} ] | ||
+ | //var jR3DCarousel; | ||
+ | |||
+ | jR3DCarousel = $('.jR3DCarouselGallery').jR3DCarousel({ | ||
+ | width: 550, /* largest allowed width */ | ||
+ | height: 320, /* largest allowed height */ | ||
+ | slides: slideImages /* array of images source */ | ||
+ | }); | ||
+ | |||
+ | var carouselCustomeTemplateProps = { | ||
+ | width: 550, /* largest allowed width */ | ||
+ | height: 320, /* largest allowed height */ | ||
+ | slideLayout : 'fill', /* "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio) */ | ||
+ | animation: 'slide3D', /* slide | scroll | fade | zoomInSlide | zoomInScroll */ | ||
+ | animationCurve: 'ease', | ||
+ | animationDuration: 1900, | ||
+ | animationInterval: 2000, | ||
+ | slideClass: 'jR3DCarouselCustomSlide', | ||
+ | autoplay: false, | ||
+ | controls: true, /* control buttons */ | ||
+ | navigation: '' /* circles | squares | '' */, | ||
+ | perspective: 2200, | ||
+ | rotationDirection: 'ltr', | ||
+ | onSlideShow: slideShownCallback | ||
+ | |||
+ | } | ||
+ | function slideShownCallback($slide){ | ||
+ | console.log("Slide shown: ", $slide.find('img').attr('src')) | ||
+ | } | ||
+ | |||
+ | jR3DCarouselCustomeTemplate = $('.jR3DCarouselGalleryCustomeTemplate').jR3DCarousel(carouselCustomeTemplateProps); | ||
+ | |||
+ | }) | ||
+ | </script> | ||
+ | |||
+ | <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
+ | <![endif]--> | ||
</head> | </head> | ||
+ | <body> | ||
+ | <div id="wrapper" class="home-page"> | ||
+ | <!-- start header --> | ||
+ | <header style="margin-top: 12px"> | ||
+ | <div class="navbar navbar-default navbar-static-top"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="https://2018.igem.org/Team:HUST-China"> | ||
+ | <img style="height: 50px; width:auto;margin-top:-10px; padding:0;" src="https://static.igem.org/mediawiki/2018/c/cb/T--HUST-China--2018-menu-logo-white.png"></a> | ||
+ | <a class="navbar-brand" href="https://2018.igem.org"> | ||
+ | <img style="height: 60px; width:auto; padding:0;margin-top: -13px;" src=" https://static.igem.org/mediawiki/2018/f/f0/T--UC_Davis--igemLogo.jpg"></a> | ||
+ | </div> | ||
+ | <div class="navbar-collapse collapse "> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li class="HillSide"><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China">Home</a></li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">PROJECT<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/project/background">Background</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Description">Description</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Applied Design">Applied Design</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Safety">Safety</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Demonstrate">Demonstrate</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">WETLAB<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Experiments">Experiments</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Results">Results</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/wetlab/protocols">Protocols</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/InterLab">Interlab</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Notebook">Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">Model<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Modeling overview">Modeling overview</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/model_of_systems">Model of Systems</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Sort of three genes">Sort of three genes</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Software">Intelligent device software</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">PARTS<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Parts Overview">Parts Overview</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Composite part">Composite part</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Part collection">Part collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">HP<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Human_Practices">Human Practices</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Education Engagement">Education&Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle waves-effect waves-dark">TEAM<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Team Members">Team Members</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Collaborations">Collaborations</a></li> | ||
+ | <li><a class="waves-effect waves-dark" href="https://2018.igem.org/Team:HUST-China/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </header> | ||
+ | <!-- end header --> | ||
+ | <!-- | ||
+ | <section class="section-padding gray-bg" style="margin:15px; padding:15px;"> | ||
+ | <img class="img-responsive" src="https://static.igem.org/mediawiki/2018/2/2c/T--HUST-China--2018-menu-datu01.png"> | ||
+ | </section> | ||
+ | --> | ||
+ | <section id="inner-headline"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-lg-12"> | ||
+ | <h2 class="pageTitle">Comparison between PSB</h2> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | <section class="content"> | ||
+ | <div class="container"> | ||
+ | |||
+ | <p>This page has been moved to <a href="https://2018.igem.org/Team:HUST-China/Software">"Software"</a> </p> | ||
+ | <p>If your browser haven't jumped to that page automatically, please click the link above.</p> | ||
+ | <p></p> | ||
+ | |||
+ | </div> | ||
+ | </section> | ||
+ | |||
+ | <footer> | ||
+ | <div class="container" > | ||
+ | <div class="row"> | ||
+ | <div class="copyright col-md-12" style="text-align: center;color: gray; font-size: 14px;"> | ||
+ | <span> | ||
+ | College of Life Science & Technology<br> | ||
+ | Huazhong University of Science and Technology<br> | ||
+ | Add: 1037 Luoyu Road, Wuhan, Hubei, China; P.C: 430074<br> | ||
+ | Copyright ©2018 Huazhong University of Science & Technology. Produced By </span><a href="https://2018.igem.org/Team:HUST-China" target="_blank" style="color:white;">HUST-China</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </div> | ||
+ | <a href="#" class="scrollup waves-effect waves-dark"><img class="img-responsive" src="https://static.igem.org/mediawiki/2018/7/79/T--HUST-China--2018-menu-return-top.png"></a> | ||
+ | <!-- javascript | ||
+ | ================================================== --> | ||
+ | <!-- Placed at the end of the document so the pages load faster --> | ||
+ | <!-- | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery?action=raw&ctype=text/javascript"></script>--> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery-easing-1-3?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/materialize/js/materialize-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/bootstrap-min?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery-fancybox-pack?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery-fancybox-media?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/jquery-flexslider?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/animate?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Vendor Scripts --> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/modernizr-custom?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-zoomslider?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-isotope?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/Vendor-jquery-magnific-popup?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/Vendor-animate?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2018.igem.org/Team:HUST-China/js/Vendor-custom?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | </script> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 12:40, 22 November 2018
Comparison between PSB
This page has been moved to "Software"
If your browser haven't jumped to that page automatically, please click the link above.