Team:OUC-China/Advisor
From 2013.igem.org
Zhengyuchen (Talk | contribs) |
Zhengyuchen (Talk | contribs) |
||
Line 4: | Line 4: | ||
<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=gb2312" /> | <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> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<div class="container"> | <div class="container"> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3 bs-docs-sidebar"> |
<ul class="nav nav-list bs-docs-sidenav"> | <ul class="nav nav-list bs-docs-sidenav"> | ||
<li><a href="https://2013.igem.org/Team:OUC-China/Members"><i class="icon-chevron-right"></i> OUC-iGEMers</a></li> | <li><a href="https://2013.igem.org/Team:OUC-China/Members"><i class="icon-chevron-right"></i> OUC-iGEMers</a></li> | ||
Line 217: | Line 379: | ||
</div> | </div> | ||
- | <div class=" | + | <div class="col-md-9"> |
Line 228: | Line 390: | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-9"> |
<h3>DONG Wen</h3> | <h3>DONG Wen</h3> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2013/8/89/Ouc-dongwen.jpg" /></div> |
- | <div class=" | + | <div class="col-md-6"><p><b>E-mail:</b>wdong@ouc.edu.cn </p> |
<p><b>Academic title:</b> Ph.D</p> | <p><b>Academic title:</b> Ph.D</p> | ||
<p><b>Research interest:</b>Biomaterials, Protein modify and metabolic diseases</p> | <p><b>Research interest:</b>Biomaterials, Protein modify and metabolic diseases</p> | ||
Line 242: | Line 404: | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-9"> |
<h3>BAO Zhenmin </h3> | <h3>BAO Zhenmin </h3> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2013/2/2f/Ouc-Advisor1.jpg" /></div> |
- | <div class=" | + | <div class="col-md-6"> |
<p><b>Academic title:</b>Professor, Doctoral supervisor</p> | <p><b>Academic title:</b>Professor, Doctoral supervisor</p> | ||
<p><b>Research interest: </b>Shellfish genetic breeding</p> | <p><b>Research interest: </b>Shellfish genetic breeding</p> | ||
Line 256: | Line 418: | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-9"> |
<h3>MAO Yunxiang </h3> | <h3>MAO Yunxiang </h3> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2013/8/87/Ouc-Advisor2.jpg" /></div> |
- | <div class=" | + | <div class="col-md-6"><p><b>E-mail:</b>yxmao@ouc.edu.cn </p> |
<p><b>Academic title:</b>Professor, Doctoral supervisor </p> | <p><b>Academic title:</b>Professor, Doctoral supervisor </p> | ||
<p><b>Research interest: </b>Conservation Genetics and Germplasm Collection of Seaweed </p> | <p><b>Research interest: </b>Conservation Genetics and Germplasm Collection of Seaweed </p> | ||
Line 274: | Line 436: | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-9"> |
<h3>WANG Xianghong</h3> | <h3>WANG Xianghong</h3> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2013/f/f8/Ouc-wangxianghong.jpg" /></div> |
- | <div class=" | + | <div class="col-md-6"><p><b>E-mail:</b>xhwang@ouc.edu.cn</p> |
<p><b>Academic title:</b>Ph.D,Senior Engineer </p> | <p><b>Academic title:</b>Ph.D,Senior Engineer </p> | ||
</div> | </div> | ||
Line 291: | Line 453: | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-9"> |
<h3>LIU Chenguang </h3> | <h3>LIU Chenguang </h3> | ||
<div class="row"> | <div class="row"> | ||
- | <div class=" | + | <div class="col-md-3"><img src="https://static.igem.org/mediawiki/2013/b/b3/Ouc-Advisor5.jpg" /></div> |
- | <div class=" | + | <div class="col-md-6"><p><b>E-mail:</b>liucg@ouc.edu.cn</p> |
<p><b>Academic title:</b>Professor, Doctoral supervisor</p> | <p><b>Academic title:</b>Professor, Doctoral supervisor</p> | ||
<p><b>Research interest: </b>research and application of Marine biological enzyme </p> | <p><b>Research interest: </b>research and application of Marine biological enzyme </p> | ||
Line 326: | Line 488: | ||
}(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 12:37, 27 September 2013
Advisor
DONG Wen
E-mail:wdong@ouc.edu.cn
Academic title: Ph.D
Research interest:Biomaterials, Protein modify and metabolic diseases
BAO Zhenmin
Academic title:Professor, Doctoral supervisor
Research interest: Shellfish genetic breeding
MAO Yunxiang
E-mail:yxmao@ouc.edu.cn
Academic title:Professor, Doctoral supervisor
Research interest: Conservation Genetics and Germplasm Collection of Seaweed
Molecular Genetic Breeding and Varity Improvement of Economical Seaweed
Genomic and Genetic Dissection of Economical and Stress-tolerant Traits of Algae
Reproductive Biology of Seaweed and Techniques
Development of Ecological Cultivation
WANG Xianghong
E-mail:xhwang@ouc.edu.cn
Academic title:Ph.D,Senior Engineer
LIU Chenguang
E-mail:liucg@ouc.edu.cn
Academic title:Professor, Doctoral supervisor
Research interest: research and application of Marine biological enzyme
Molecular Genetic Breeding and Varity Improvement of Economical Seaweed
Polysaccharide biological materials and drug control-released carrier enzyme
Enzyme immobilization and nano biotechnology