Team:OUC-China/Acknowledgement
From 2013.igem.org
Zhengyuchen (Talk | contribs) |
|||
Line 3: | Line 3: | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
- | <meta http-equiv="Content-Type" content="text/html; charset= | + | <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> |
- | + | ||
<link href="http://oucast.com/igem/css/bootstrap-responsive.css" rel="stylesheet" media="screen"> | <link href="http://oucast.com/igem/css/bootstrap-responsive.css" rel="stylesheet" media="screen"> | ||
<link href="http://oucast.com/igem/css/docs.css" rel="stylesheet"> | <link href="http://oucast.com/igem/css/docs.css" rel="stylesheet"> | ||
- | + | <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" media="screen"> | |
<style type="text/css"> | <style type="text/css"> | ||
- | + | #globalWrapper { | |
+ | font-size: 100%; | ||
+ | } | ||
#top-section{ | #top-section{ | ||
height:0px; | height:0px; | ||
Line 108: | Line 109: | ||
transition: 500ms; | transition: 500ms; | ||
} | } | ||
+ | |||
+ | |||
+ | /* Featurettes | ||
+ | ------------------------- */ | ||
+ | |||
+ | .featurette-divider { | ||
+ | margin: 80px 0; /* Space out the Bootstrap <hr> more */ | ||
+ | } | ||
+ | .featurette { | ||
+ | padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */ | ||
+ | overflow: hidden; /* Vertically center images part 2: clear their floats. */ | ||
+ | } | ||
+ | .featurette-image { | ||
+ | margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ | ||
+ | } | ||
+ | |||
+ | /* Give some space on the sides of the floated elements so text doesn't run right into it. */ | ||
+ | .featurette-image.pull-left { | ||
+ | margin-right: 40px; | ||
+ | } | ||
+ | .featurette-image.pull-right { | ||
+ | margin-left: 40px; | ||
+ | } | ||
+ | |||
+ | /* Thin out the marketing headings */ | ||
+ | .featurette-heading { | ||
+ | font-size: 50px; | ||
+ | font-weight: 300; | ||
+ | line-height: 1; | ||
+ | letter-spacing: -1px; | ||
+ | } | ||
+ | |||
+ | /* RESPONSIVE CSS | ||
+ | -------------------------------------------------- */ | ||
+ | |||
+ | @media (max-width: 979px) { | ||
+ | |||
+ | .container.navbar-wrapper { | ||
+ | margin-bottom: 0; | ||
+ | width: auto; | ||
+ | } | ||
+ | .navbar-inner { | ||
+ | border-radius: 0; | ||
+ | margin: -20px 0; | ||
+ | } | ||
+ | |||
+ | .carousel .item { | ||
+ | height: 400px; | ||
+ | } | ||
+ | .carousel img { | ||
+ | width: auto; | ||
+ | height: 400px; | ||
+ | } | ||
+ | |||
+ | .featurette { | ||
+ | height: auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .featurette-image.pull-left, | ||
+ | .featurette-image.pull-right { | ||
+ | display: block; | ||
+ | float: none; | ||
+ | max-width: 40%; | ||
+ | margin: 0 auto 20px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | @media (max-width: 767px) { | ||
+ | |||
+ | .navbar-inner { | ||
+ | margin: -20px; | ||
+ | } | ||
+ | |||
+ | .carousel { | ||
+ | margin-left: -20px; | ||
+ | margin-right: -20px; | ||
+ | } | ||
+ | .carousel .container { | ||
+ | |||
+ | } | ||
+ | .carousel .item { | ||
+ | height: 400px; | ||
+ | } | ||
+ | .carousel img { | ||
+ | height: 400px; | ||
+ | } | ||
+ | .carousel-caption { | ||
+ | width: 65%; | ||
+ | padding: 0 70px; | ||
+ | margin-top: 100px; | ||
+ | } | ||
+ | .carousel-caption h1 { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | .carousel-caption .lead, | ||
+ | .carousel-caption .btn { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | .marketing .col-md-4 + .col-md-4 { | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | |||
+ | .featurette-heading { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | .featurette .lead { | ||
+ | font-size: 18px; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | /*the nav settings | ||
+ | ----------------------------------------------- */ | ||
+ | .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{ | ||
+ | color: #1abc9c; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav>li>a{ | ||
+ | color: #fff; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav>li>a:hover{ | ||
+ | color: #1abc9c; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | .navbar-inverse .navbar-brand{ | ||
+ | color: #fff; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .navbar-inverse .navbar-brand img{ | ||
+ | height: 50px; | ||
+ | padding-left: 90px; | ||
+ | } | ||
+ | .navbar-inverse .navbar-brand p{ | ||
+ | padding:15px 30px; | ||
+ | margin:0; | ||
+ | } | ||
+ | .navbar-inverse .navbar-brand:hover{ | ||
+ | color: #1abc9c; | ||
+ | } | ||
+ | .navbar-inverse{ | ||
+ | border-color: transparent; | ||
+ | background: #34495e; | ||
+ | font-weight: bold; | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | ||
+ | } | ||
+ | .dropdown-menu{ | ||
+ | background-color:#34495e; | ||
+ | border:none; | ||
+ | -webkit-box-shadow:none; | ||
+ | box-shadow: none; | ||
+ | } | ||
+ | .dropdown-menu>li>a{ | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{ | ||
+ | color:#1abc9c; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | /*add dropdown-submenu to btV3*/ | ||
+ | .dropdown-submenu{position:relative;} | ||
+ | .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;} | ||
+ | .dropdown-submenu:hover>.dropdown-menu{display:block;} | ||
+ | .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;} | ||
+ | .dropdown-submenu:hover>a:after{border-left-color:#ffffff;} | ||
+ | .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;} | ||
+ | |||
</style> | </style> | ||
Line 117: | Line 289: | ||
<body> | <body> | ||
- | <div class="navbar navbar-inverse navbar-fixed-top"> | + | <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
- | + | <div class="navbar-header"> | |
- | + | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> | |
- | + | <col-md class="sr-only">The navigation</col-md-> | |
- | + | <col-md class="icon-bar"></col-md> | |
- | + | <col-md class="icon-bar"></col-md> | |
- | + | <col-md class="icon-bar"></col-md> | |
- | + | </button> | |
- | + | <a class="navbar-brand" href="https://igem.org/Team_Wikis?year=2013"> | |
- | + | <img src="https://static.igem.org/mediawiki/2013/7/7d/Ouc-igem1.png"> | |
- | + | </a> | |
- | + | <a class="navbar-brand" href="https://2013.igem.org/Team:OUC-China"> | |
- | + | <p>OUC-China IGEM 2013</p> | |
- | + | </a> | |
- | + | </div> | |
- | + | <div class="collapse navbar-collapse navbar-ex1-collapse"> | |
- | + | <ul class="nav navbar-nav pull-right"> | |
- | + | <li><a href="https://2013.igem.org/Team:OUC-China">Home</a></li> | |
- | + | <li class="dropdown" role="menu" aria-labelledby="dropdownMenu"> | |
- | + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<b class="caret"></b></a> | |
- | + | <ul class="dropdown-menu"> | |
- | + | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Overview">Overview</a></li> | |
- | + | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Achievement">Achievement & judge criteria</a></li> | |
- | + | <li class="dropdown-submenu"> | |
- | + | <a tabindex="-1" href="#">Intercellular compartment</a> | |
- | + | <ul class="dropdown-menu"> | |
- | + | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Review">Review</a></li> | |
- | + | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Design">Design</a></li> | |
+ | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Microfluidics">Microfluidics</a></li> | ||
+ | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Results">Results</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
<li class="dropdown-submenu"> | <li class="dropdown-submenu"> | ||
<a tabindex="-1" href="#">RNA guardian</a> | <a tabindex="-1" href="#">RNA guardian</a> | ||
Line 152: | Line 328: | ||
<li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Result</a></li> | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Result</a></li> | ||
<li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li> | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li> | ||
- | |||
- | |||
</ul> | </ul> | ||
</li> | </li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Part description">Part description</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Part description">Part description</a></li> | ||
- | |||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Future work">Future work</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Future work">Future work</a></li> | ||
</ul> | </ul> | ||
- | + | </li> | |
- | + | <li class="dropdown" role="menu" aria-labelledby="dropdownMenu"> | |
- | + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<b class="caret"></b></a> | |
- | <ul | + | <ul class="dropdown-menu"> |
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Magnetic Analysis">Magnetic Analysis</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Magnetic Analysis">Magnetic Analysis</a></li> | ||
- | |||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Model in RNA guardian">Model in RNA guardian</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Model in RNA guardian">Model in RNA guardian</a></li> | ||
</ul> | </ul> | ||
- | + | </li> | |
- | + | <li><a href="https://2013.igem.org/Team:OUC-China/Human Practice">Human Practice</a></li> | |
- | + | <li class="dropdown"> | |
- | + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<b class="caret"></b></a> | |
- | + | <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> | |
- | + | ||
- | + | ||
- | + | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Members">Members</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Members">Members</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instructors">Instructors</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instructors">Instructors</a></li> | ||
Line 181: | Line 350: | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab">Lab</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab">Lab</a></li> | ||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Acknowledgement">Acknowledgement</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Acknowledgement">Acknowledgement</a></li> | ||
- | + | </ul> | |
- | + | </li> | |
- | + | <li class="dropdown"><a href="https://2013.igem.org/Team:OUC-China/Safety">Safety</a></li> | |
- | + | <li class="dropdown"> | |
- | + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<b class="caret"></b></a> | |
- | + | <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> | |
- | + | ||
- | <a class="dropdown-toggle | + | |
- | <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby=" | + | |
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab note">Lab note</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Lab note">Lab note</a></li> | ||
- | |||
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Protocol">Protocol</a></li> | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Protocol">Protocol</a></li> | ||
</ul> | </ul> | ||
- | + | </li> | |
- | + | </ul> | |
+ | </div> | ||
</div> | </div> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
Line 258: | Line 421: | ||
<div class="span9"> | <div class="span9"> | ||
- | <h3>BAO | + | <h3>BAO Zhenmin?</h3> |
<div class="row"> | <div class="row"> | ||
<div class="span3"><img src="https://static.igem.org/mediawiki/2013/2/2f/Ouc-Advisor1.jpg" /></div> | <div class="span3"><img src="https://static.igem.org/mediawiki/2013/2/2f/Ouc-Advisor1.jpg" /></div> | ||
Line 276: | Line 439: | ||
<div class="span6"><p><b>E-mail:</b> dongshg112@163.com</p> | <div class="span6"><p><b>E-mail:</b> dongshg112@163.com</p> | ||
<p><b>Academic title:</b> Professor, Doctoral supervisor</p> | <p><b>Academic title:</b> Professor, Doctoral supervisor</p> | ||
- | <p><b>Research interest: </b>Seaweed physiology and | + | <p><b>Research interest: </b>Seaweed physiology and ecology?</p> |
</div> | </div> | ||
</div> | </div> | ||
Line 299: | Line 462: | ||
<div class="span9"> | <div class="span9"> | ||
- | <h3>LIU Yang | + | <h3>LIU Yang</h3> |
<div class="row"> | <div class="row"> | ||
<img src="https://static.igem.org/mediawiki/2013/3/34/Ouc-liuyang.jpg" /> | <img src="https://static.igem.org/mediawiki/2013/3/34/Ouc-liuyang.jpg" /> | ||
Line 337: | Line 500: | ||
}(window.jQuery) | }(window.jQuery) | ||
</script> | </script> | ||
- | <script src="http:// | + | <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> |
</body> | </body> | ||
</html> | </html> |
Revision as of 11:34, 27 September 2013
Organization
College of Marine Life Science, Ocean University of China
Dean's Office of Ocean University of China
Qingdao Institute of BioEnergy and Bioprocess Technology, Chinese Academy of Sciences
Basic teaching center basic computer department of Ocean University of China
Institute of Oceanology,Chinese Academy of Sciences
Jiangsu Provincial Engineering Laboratory For Biomass Conversion And Process Integration
France-China Bio-Mineralization and Nano-Structure Laboratory(Biomnsl)
Teacher
XIAO Tian,WU Longfei,TANG Zhihong
XU Jian
E-mail: xujian@qibebt.ac.cn
Academic title: Professor
Phone:0532-80662654
BAO Zhenmin?
Academic title: Professor, Doctoral supervisor
Research interest: hellfish genetic breeding
DONG Shugang
E-mail: dongshg112@163.com
Academic title: Professor, Doctoral supervisor
Research interest: Seaweed physiology and ecology?