Igeme team

From 2013.igem.org

(Difference between revisions)
 
(24 intermediate revisions not shown)
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=gb2312" />
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
<link href="http://oucast.com/igem/css/bootstrap.css" rel="stylesheet" media="screen">
+
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
-
<link href="http://oucast.com/igem/css/bootstrap-responsive.css" rel="stylesheet" media="screen">
+
<script src="http://code.jquery.com/jquery.min.js"></script>
-
<link href="http://oucast.com/igem/css/docs.css" rel="stylesheet">
+
<style>
-
 
+
/*the igem Global setting*/
-
<style type="text/css">
+
* {
-
 
+
  margin: 5;
 +
  padding: 0;
 +
  -webkit-font-smoothing: antialiased;
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
body{
 +
  color: #34495e;
 +
  margin: 0 auto;
 +
  width: 1000px;
 +
}
 +
#bodyContent h1, #bodyContent h2{
 +
  margin-bottom:0;
 +
}
 +
h1, h2, h3, h4, h5, h6{
 +
  padding-top: 100;
 +
  padding-bottom: 100;
 +
  color: #34495e;
 +
}
 +
#globalWrapper {
 +
  font-size: 100%;
 +
}
#top-section{
#top-section{
-
   height:0px;
+
   height:50px;
     border:none;
     border:none;
-
     width:1000px;
+
     width:980px;
     margin:0 auto;
     margin:0 auto;
     padding:0 0 0 0;
     padding:0 0 0 0;
-
     background-color:#e5e5e5;
+
     background-color:transparent;
     overflow:hide;
     overflow:hide;
-
   
 
}
}
#p-logo{display:none;}
#p-logo{display:none;}
Line 33: Line 54:
#content
#content
{
{
-
border:none;
+
  border:none;
-
height: 100%;
+
  height: 100%;
-
margin:0;
+
  margin:0;
-
padding:0;
+
  padding:50;
-
width:100%;
+
  width: 100%;
-
position: absolute;
+
  position: absolute;
-
background-color: #e5e5e5;
+
  background-color: #FFFFFF;
 +
  color: #34495e;
}
}
-
 
+
a:visited{
-
{
+
  color: #34495e;
-
margin:0;
+
}
-
padding:0;
+
/*the nav settings
 +
----------------------------------------------- */
 +
ul.navbar-nav{margin: 0 -35px 25px 0;float: right;}
 +
.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: #1abc9c;
 +
}
 +
.navbar-inverse .navbar-nav>li>a:hover{
 +
  color: #1abc9c;
 +
  background-color:transparent;
 +
}
 +
.navbar-inverse .navbar-brand{
 +
          color: #1abc9c;
 +
          padding: 0;
 +
}
 +
.navbar-inverse .navbar-brand img{
 +
  height: 0px;
 +
}
 +
.navbar-inverse .navbar-brand p{
 +
  padding:12px 30px;
 +
  margin:10;
 +
}
 +
.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:#cccccc}
 +
.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;}
-
#menubar {
+
/*the unslider css*/
-
    background-color:transparent;
+
.banner {
-
    position: relative;
+
  position: relative;
-
    float:left;
+
  width: 100%;
-
    white-space: nowrap;
+
  height: 50%;
-
    top:-6px;
+
  overflow: auto;
-
    width: 490px;
+
  font-size: 18px;
-
    z-index: 5000;
+
  line-height: 24px;
-
    font-family: sans-serif;
+
  text-align: center;
-
    font-size: 30%;
+
  color: #00a5ff;
-
    line-height: 1em;
+
  background: ;
-
    z-index:99;
+
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
}
 +
  .banner ul {
 +
    list-style: none;
 +
    width: 100%;
 +
    margin: 0;
 +
  }
 +
  .banner ul li {
 +
    display: block;
 +
    float: left;
 +
    width: 100%;
 +
    min-height: 500px;
 +
    -o-background-size: 100% 100%;
 +
    -ms-background-size: 100% 100%;
 +
    -moz-background-size: 100% 100%;
 +
    -webkit-background-size: 100% 100%;
 +
    background-size: 100% 100%;
 +
    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
 +
  }
-
body {
+
  .banner .inner {
-
      padding-bottom: 40px;
+
-
      color: #5a5a5a;
+
-
  background: #e5e5e5 url(bootstrap/img/moon.png);
+
-
  overflow-x: hidden;
+
-
  -webkit-user-select: none;
+
-
  -webkit-tap-highlight-color: rgba(0,0,0,0);
+
-
    }
+
-
h1 {color:#0099FF;
+
-
 
+
-
}
+
-
li {font-weight:normal;
+
-
    font-size:12px;
+
-
}
+
 +
    padding: 160px 0 110px;
 +
  }
 +
  .banner h1, .banner h2 {
 +
    font-size: 40px;
 +
    line-height: 52px; 
 +
    border-bottom:#fff;
 +
    color: #fff;
 +
  }
-
a:not(.btn) {
+
  .banner .btn {
-
color: #00699E;
+
    display: inline-block;
-
-webkit-transition: 300ms;
+
    margin: 25px 0 0;
-
-moz-transition: 300ms;
+
    padding: 9px 22px 7px;
-
transition: 300ms;
+
    clear: both;
-
}
+
-
a:hover:not(.btn),
+
-
a:active:not(.btn) {
+
-
color: #9E0000;
+
-
text-decoration: none;
+
-
-webkit-transform: translateY(-8px);
+
-
-moz-transform: translateY(-8px);
+
-
transform: translateY(-8px);
+
-
}
+
-
hr.soften {
+
    color: #fff;
-
height: 1px;
+
    font-size: 12px;
-
margin: 30px 0;
+
    font-weight: bold;
-
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
    text-transform: uppercase;
-
background-image:   -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
     text-decoration: none;
-
background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
background-image:     -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
+
-
border: 0;
+
-
}
+
-
.nav a {
+
    border: 2px solid rgba(255,255,255,.4);
-
-webkit-transition: 500ms;
+
    border-radius: 5px;
-
-moz-transition: 500ms;
+
  }
-
transition: 500ms;
+
    .banner .btn:hover {
-
}
+
       background: rgba(255,255,255,.05);
-
 
+
-
.navbar-wrapper {
+
-
       position: absolute;
+
-
      top: 0;
+
-
      left: 0;
+
-
      right: 0;
+
-
      z-index: 10;
+
-
      margin-top: 20px;
+
-
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
+
     }
     }
-
     .navbar-wrapper .navbar {
+
     .banner .btn:active {
-
 
+
      -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
 +
      -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
 +
      -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
 +
      -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
 +
      filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
     }
     }
-
    /* Remove border and change up box shadow for more contrast */
+
  .banner .btn, .banner .dot {
-
    .navbar .navbar-inner {
+
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
-
      border: 0;
+
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
-
      -webkit-box-shadow: 0 2px 20px rgba(10,0,0,.25);
+
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
-
        -moz-box-shadow: 0 2px 20px rgba(10,0,0,.25);
+
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
-
              box-shadow: 0 2px 20px rgba(10,0,0,.25);
+
     filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
-
     }
+
  }
-
     /* Downsize the brand/project name a bit */
+
  .banner .dots {
-
     .navbar .brand {
+
     position: absolute;
-
       padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
+
    left: 0;
-
       font-size: 16px;
+
    right: 0;
-
       font-weight: bold;
+
    bottom: 20px;
-
       text-shadow: 0 -1px 0 rgba(0,0,0,.5);
+
    margin: 0;
-
    }
+
  }
 +
     .banner .dots li {
 +
       display: inline-block;
 +
       width: 10px;
 +
       height: 10px;
 +
       margin: 0 4px;
-
    /* Navbar links: increase padding for taller navbar */
+
      text-indent: -999em;
-
    .navbar .nav > li > a {
+
 
-
       padding: 15px 20px;
+
      border: 2px solid #fff;
 +
      border-radius: 6px;
 +
 
 +
      cursor: pointer;
 +
      opacity: .4;
 +
 
 +
      -webkit-transition: background .5s, opacity .5s;
 +
       -moz-transition: background .5s, opacity .5s;
 +
      transition: background .5s, opacity .5s;
     }
     }
 +
      .banner .dots li.active {
 +
        background: #fff;
 +
        opacity: 1;
 +
      }
-
     /* Offset the responsive button for proper vertical alignment */
+
  .banner .arrows {
-
     .navbar .btn-navbar {
+
     position: absolute;
-
       margin-top: 10px;
+
    bottom: 20px;
 +
    right: 20px;
 +
    color: #fff;
 +
  }
 +
     .banner .arrow {
 +
       display: inline;
 +
      padding-left: 10px;
 +
      cursor: pointer;
     }
     }
 +
/*features*/
 +
.features {
 +
  overflow: hidden;
 +
  padding: 50px 0;
 +
}
 +
  .features li {
 +
    position: relative;
 +
    padding: 0 25px 0 40px;
 +
    list-style: none;
 +
 +
    width: 25%;
 +
    float: left;
 +
  }
 +
    .features li:before {
 +
      content: '';
 +
      position: absolute;
 +
      left: 0;
 +
      top: 0;
 +
 +
      display: block;
 +
      width: 24px;
 +
      height: 22px;
 +
 +
      background: url('img/icons.png');
 +
    }
 +
      .features li.browser:before { background-position: 0 -44px; }
 +
      .features li.height:before { background-position: 0 -22px; }
 +
      .features li.responsive:before { background-position: 0 -66px; }
 +
  .features b {
 +
    display: block;
 +
    padding-bottom: 6px;
 +
  }
 +
.wrap {
 +
  margin: 0 auto;
 +
  max-width: 1170px;
 +
}
 +
/*footer*/
 +
footer{
 +
  margin-top: 100px;
 +
  background-color: #eceff1;
 +
  color: #bdc1c5;
 +
  font-size: 17px;
 +
  padding: 0;
 +
}
 +
.footer-banner{
 +
  background-color: #34495e;
 +
  color: #58F8D9;
 +
  margin-left: 42px;
 +
  min-height: 286px;
 +
  padding: 0 30px 30px;
 +
}
 +
.footer-banner ul{
 +
  list-style-type: none;
 +
}
 +
.footer-banner ul li{
 +
  border-bottom:1px solid rgba(57, 107, 97, 0.53);
 +
  line-height: 19px;
 +
  padding: 6px 0;
 +
}
 +
.footer-banner a{
 +
  color: #58F8D9;
 +
}
 +
.footer-banner a:hover{
 +
  text-decoration: none;
 +
}
 +
.footer-title{
 +
  margin: 0 0 22px;
 +
  padding-top: 21px;
 +
  color: #1abc9c;
 +
  font-weight: bold;
 +
}
 +
.footerleft a{
 +
  color: #bdc1c5;
 +
}
 +
.footerleft a:visited {
 +
  color: #bdc1c5;
 +
}
</style>
</style>
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-
<meta name="description" content="">
 
-
<meta name="author" content="">
 
-
<title>Members</title>
 
</head>
</head>
-
 
<body>
<body>
-
<div class="navbar navbar-inverse navbar-fixed-top">
+
<div>
-
      <div class="navbar-inner">
+
<div class="container">
-
        <div class="container">
+
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
-
<div class="row"><div class="span3"><a href="https://2013.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2013/6/6a/Ouc-igem1.jpg" alt="logo" style="width:70px;height:50px;margin-top:0px;padding:0 0 0 0;" class="brand png"></a></div>
+
  <div class="navbar-header">
-
          <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+
    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
-
            <span class="icon-bar"></span>
+
      <span class="sr-only">The navigation</span>
-
            <span class="icon-bar"></span>
+
          <span class="icon-bar"></span>
-
            <span class="icon-bar"></span>
+
          <span class="icon-bar"></span>
-
           </button>
+
           <span class="icon-bar"></span>
-
            <div class="nav-collapse collapse">
+
        </button>
-
                  <ul class="nav pull-right">
+
    <a class="navbar-brand" href="https://igem.org/Team_Wikis?year=2013">
-
  <li class="active"><a href="https://2013.igem.org/Team:OUC-China"><font size="4.5px">Home</font></a></li>
+
      <img border="0" src="https://static.igem.org/mediawiki/2013/7/7d/Ouc-igem1.png">
-
              <li class="dropdown">
+
    </a>
-
                <a class="dropdown-toggle" id="drop4" role="button" data-toggle="dropdown" href="#"><font size="4.5px">Project</font><b class="caret"></b>
+
-
</a>
+
-
                <ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="drop4">
+
-
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Overview">Overview</a>
+
-
                  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Achievement">Achievement & judge criteria</a>
+
-
                  <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>
+
      </button>
-
  </li>
+
   
-
                  <li class="dropdown-submenu">
+
    <a class="navbar-brand" href="https://2013.igem.org/Team:UIUC_Entrepreneurs">
-
                  <a tabindex="-1" href="#">RNA guardian</a>
+
      <img align="middle" border="0" src="https://static.igem.org/mediawiki/2013/4/47/Uiuce_VivoSynth_LogoV2.PNG">
-
  <ul class="dropdown-menu">
+
    </a>
-
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Instruction">Instruction</a></li>
+
 
-
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Design">Design</a></li>
+
   
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Result</a></li>
+
  </div>
-
  <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li>
+
</div>
-
 
+
-
  </ul>
+
    <div class="collapse navbar-collapse navbar-ex1-collapse">
-
  </li>
+
      <ul class="nav navbar-nav pull-right">
-
  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Part description">Part description</a></li>
+
      <li><a href="https://2013.igem.org/Team:UIUC_Entrepreneurs"><font size="5"><b>Home</b></font></a></li>
-
                  <li role="presentation" class="divider"></li>
+
      <li><a href="https://2013.igem.org/Uiuce_bus_model"><font size="5"><b>Business Model</b></font></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><a href="https://2013.igem.org/Uiuce_modulab"><font size="5"><b>ModuLab</b></font></a></li>
-
                </ul>
+
           
-
              </li>
+
            </li>
-
              <li class="dropdown">
+
               
-
                <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#"><font size="4.5px">Modeling</font><b class="caret"></b></a>
+
               
-
                <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="drop5">
+
          <ul class="dropdown-menu">
 +
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Introduction">These</a></li>
 +
                      <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Design">Subtabs</a></li>
 +
            <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/RNA guardian/Results">Here</a></li>
 +
            <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">?</a></li>
 +
            </ul>
 +
          </li>
 +
       
 +
          <li class="dropdown" role="menu" aria-labelledby="dropdownMenu">
 +
           
 +
                <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" class="divider"></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>
-
              <li class="dropdown">
+
         
-
                <a  href="https://2013.igem.org/Team:OUC-China/Human Practice"><font size="4.5px">Human Practice</font></a>
+
      <li class="dropdown">
-
               
+
     
-
               </li>
+
               <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
-
<li class="dropdown">
+
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Uiuce_why">Why?</a></li>
-
                <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#"><font size="4.5px">Team</font><b class="caret"></b></a>
+
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Uiuce_what">What?</a></li>
-
              <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="drop5">
+
                   <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Uiuce_how">How?</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/Advisor">Advisor</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>
+
-
  </ul>
+
-
              </li>
+
-
  <li class="dropdown">
+
-
                <a  href="https://2013.igem.org/Team:OUC-China/Safety"><font size="4.5px">Safety</font></a>
+
-
               
+
-
              </li>
+
-
  <li class="dropdown">
+
-
                <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#"><font size="4.5px">Notebook</font><b class="caret"></b></a>
+
-
                <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="drop5">
+
-
                  <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" class="divider"></li>
+
-
                  <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
+
-
                </ul>
+
-
              </li>
+
-
  </ul>
+
-
</div>
+
-
          </div>
+
-
        </div>
+
-
      </div>
+
-
    </div>
+
-
<br><br>
+
-
 
+
-
<div class="container">
+
-
 
+
-
<div class="row">
+
-
      <div class="span3 bs-docs-sidebar">
+
-
        <ul class="nav nav-list bs-docs-sidenav">
+
-
          <li><a href="#member"><i class="icon-chevron-right"></i> Co-Founding Members</a></li>
+
-
          <li><a href="https://2013.igem.org/Team:OUC-China/Instructors"><i class="icon-chevron-right"></i> Advisory Board</a></li>
+
-
          <li><a href="https://2013.igem.org/Team:OUC-China/Advisor"><i class="icon-chevron-right"></i> Tab</a></li>
+
-
          <li><a href="https://2013.igem.org/Team:OUC-China/Lab"><i class="icon-chevron-right"></i> Tab</a></li>
+
-
  <li><a href="https://2013.igem.org/Team:OUC-China/Acknowledgement"><i class="icon-chevron-right"></i>Lookie another tab</a></li>
+
-
          <li><a href="https://2013.igem.org/Team:OUC-China/Attributions"><i class="icon-chevron-right"></i>and another tab</a></li>
+
         </ul>
         </ul>
-
      </div>
+
            </li>
-
 
+
   
-
      <div class="span9">
+
      <li class="dropdown">
-
  <div class="page-header">
+
                <a class="dropdown-toggle" data-toggle="dropdown" href="#"><font size="5"><b>About Us</b></font><b class="caret"></b></a>
-
  <section id="member">
+
                <ul id="menu2" class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
-
+
                          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Igeme_team">Our Team</a></li>
-
            <h1>Co-Founding Members</h1>
+
                          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Uiuce_advisory_board">Advisory Board</a></li>
-
          </div>
+
                          <li role="presentation"><a role="menuitem" tabindex="-1" href="https://igem.org/Main_Page">iGEM</a></li>
-
 
+
           
-
  <div class="row">
+
                </ul>
-
 
+
            </li>
-
  <div class="span9">
+
     </ul>
-
  <h3>Will Dolatowski</h3>
+
-
    <div class="row">
+
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/2/21/Ouc-zhongxiaodong.jpg" /></div>
+
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Blurble on will</font></p></div>
+
-
     </div>
+
   </div>
   </div>
-
</div><br /><br /></br>
+
</div>  
 +
</div>  
 +
 
 +
<!--PUT A PICTURE HERE!!!!!!!!!!!!!!!!!!!!!!!-->
-
<div class="row">
+
   <!--the slidershow end-->
-
 
+
-
   <div class="span9">
+
-
  <h3>Adi Malik</h3>
+
-
    <div class="row">
+
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/a/ac/Ouc-wangwenjun.jpg" /></div>
+
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">How do you feel about this formatting?</font></p></div>
+
-
    </div>
+
-
  </div>
+
-
</div><br /><br /></br>
+
-
<div class="row">
+
 
-
 
+
<div class="container">
-
  <div class="span9">
+
        <h3><b>The Executive Team</b></h3><hr>
-
  <h3>Ashley S. Moy</h3>
+
      <img align="left" style="float: left;" src="https://static.igem.org/mediawiki/2013/e/e4/Uiuce_Will.jpg" width="220" height="300" alt="Smiling fox" />  
-
    <div class="row">
+
    <p style="width: 600px;float: left; padding: 10px; text-align: left;"><b>Will Dolatoski</b><br /><br />Will, a senior in Agriculture and Biological Engineering, has relevant experience with computer aided design and a firm handle on synthetic biology processes concerning cloning. With these two skill sets, he has worked on the design aspect of the machine and seeks to recruit more members to solidify the design.</p>  
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/4/42/UIUC_Ashley_with_pipette_aid.jpg" /></div>
+
<span style="width: 1000px; height: 25px; float: left;clear: left;"></span>
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Ashley is Vivosynth's artist is residence. Her focus and expertise in user-oriented design and overall eye for aesthetics lent themselves well for designing the company's flagship product ModuLab. </font></p></div>
+
<img align="left" style="float: left;" src="https://static.igem.org/mediawiki/2013/b/b2/Uiuce_Adi.jpeg" width="220" height="300" alt="Smiling fox" />  
-
    </div>
+
    <p style="width: 600px;float: left; padding: 10px; text-align: left;"><b>Adi Malik</b><br /><br />Adi, a second time iGEMer, is responsible for identifying the potential of an automated cloning system. He has significant experience in business strategy, product development, and technology commercialization. Aside from being a cofounder of Vivosynth Technologies, Adi is a seasoned stock investor, avid guitar player, and die hard Bulls fan.</p>
-
  </div>
+
<span style="width: 1000px; height: 25px; float: left;clear: left;"></span>
-
</div><br /><br /></br>
+
<img align="left" style="float: left;" src="https://static.igem.org/mediawiki/2013/4/42/UIUC_Ashley_with_pipette_aid.jpg" width="220" height="300" alt="Smiling fox" />  
 +
    <p style="width: 600px;float: left; padding: 10px; text-align: left;"><b>Ashley S. Moy</b><br /><br />Ashley is Vivosynth's artist in residence. Her passions have always been art and biology, and she was thrilled to join the Vivosynth team to apply her background in industrial design and bioengineering to the making of ModuLab.</p>
 +
       
 +
</div>
 +
<!--footer-->
-
<div class="row">
+
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
-
 
+
<script src="http://unslider.com/unslider.min.js"></script>
-
  <div class="span9">
+
<script>
-
  <h3>Just us three, right?</h3>
+
$(function() {
-
    <div class="row">
+
     $('.banner').unslider();
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/d/d4/Ouc-wangqiu.jpg" /></div>
+
});
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Just making sure bc last time u included Uros</font></p></div>
+
</script>
-
    </div>
+
-
  </div>
+
-
</div><br /><br /></br>
+
-
 
+
-
<div class="row">
+
-
 
+
-
  <div class="span9">
+
-
  <h3>?</h3>
+
-
    <div class="row">
+
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/c/c4/Ouc-sunxue.jpg" /></div>
+
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">It's a lot easier to take off tabs rather than put them on</font> </p></div>
+
-
    </div>
+
-
  </div>
+
-
</div><br /><br /></br>
+
-
 
+
-
<div class="row">
+
-
 
+
-
  <div class="span9">
+
-
  <h3>WANG Yu</h3>
+
-
     <div class="row">
+
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/9/9e/Ouc-wangyu.jpg" /></div>
+
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hello,I'm Wangyu.Happy to join this wonderful team. I'm responsible for the construction and testing of a tool that can prolong the halflife of a mRNA.I think Our work just like a jounary, during this period, I experience a lot,I find life is the the most fantastic thing in the word,and I'm so pround I can remake it,how imaginable! I'm major in Biochemistry and Molecular Biology, you can get in touch with me by send mail to OUCwangyu@163.com. Welcome any time!</font></p></div>
+
-
    </div>
+
-
  </div>
+
-
</div><br /><br /></br>
+
-
<div class="row">
 
-
 
 
-
  <div class="span9">
 
-
  <h3>LING Xu</h3>
 
-
    <div class="row">
 
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/9/92/Ouc-lingxu.jpg" /></div>
 
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hi,I am Xu Lin.I’m very glad to be a member of dry lab and work with others.My major work is to analysis the experimental data and model the process of mRNA deradation.Something amazing and interesting is that there is so much uncertainty in a small cell.So revealing the mystery under the life and find some regular patterns is exciting.My major is Marine Resources Development Technology .You can find me called Xu Lin Ouc on facebook. Eager to talk about Synthetic Biology with you!</font></p></div>
 
-
    </div>
 
-
  </div>
 
-
</div><br /><br /></br>
 
-
 
-
<div class="row">
 
-
 
 
-
  <div class="span9">
 
-
  <h3>QIN Kaili</h3>
 
-
    <div class="row">
 
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/0/07/Ouc-qinkaili.jpg" /></div>
 
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hello everyone! I'm Kaili Qin ,I'm a junior student of Ocean University of China majoring in Marine biological resource and environment. It,s my pleasure to take part in 2013-iGEM. I come here with passion and excitment, to do something different for my college life, and to pursue a same dream with my teammates. I believe where there is a will there is a way. We can accomplish an amazing dream even there might be many difficulties. So, if you really want to do something, regardless how tough it is , just go forward and the difficulties will leave behind of you.</font></p></div>
 
-
    </div>
 
-
  </div>
 
-
</div><br /><br /></br>
 
-
 
-
<div class="row">
 
-
 
 
-
  <div class="span9">
 
-
  <h3>ZHONG Lei</h3>
 
-
    <div class="row">
 
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/d/d9/Ouc-zhonglei.jpg" /></div>
 
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hi,Everyone.My English name is Catherine and I'm really  glad to join in iGEM 2013. I am charge of establishing  models and graphic design.I believe that biology is a magic  subfect and hope to have a chance to be involved in  biological experiment by using my professional  konwledge.Now,iGEM realized my desire.</font></p></div>
 
-
    </div>
 
-
  </div>
 
-
</div><br /><br /></br>
 
-
 
-
<div class="row">
 
-
 
 
-
  <div class="span9">
 
-
  <h3>LU Qianyun</h3>
 
-
    <div class="row">
 
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/5/54/Ouc-luqianyun.jpg" /></div>
 
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hello, my name is Lu Qianyun.I am a junior student majored in Biological Science in Ocean University of China. In our team, I act as a wetlab member in the magnetosome group. In my opinion, iGEM not only provide an opportunity for me to practice my scientific capacity, but also give me a wonderful chance to broaden my horizon and get access to the top research level all around the world. I think iGEM is something more than a worldwide competition, it is a holy belief which steers me into the light of truth!</font></p></div>
 
-
    </div>
 
-
  </div>
 
-
</div><br /><br /></br>
 
-
 
-
 
-
<div class="row">
 
-
 
 
-
  <div class="span9">
 
-
  <h3>ZHENG Yuchen</h3>
 
-
    <div class="row">
 
-
      <div class="span3"><img src="https://static.igem.org/mediawiki/2013/a/ae/Ouc-zhengyuchen.jpg" /></div>
 
-
      <div class="span6"><p style="font-weight:normal;"><font size="3px">Hi, I am Zheng Yuchen, a senior student in college of information science and engineering. My major is computer science and technology. It is a challenge and great honor to me to be the designer and wiki programmer in OUC-China team. I have the passion for web development, meanwhile, I am now learning. Although it is not my major, I like molecular biology. I hope I can make my team's overview better. Making a great show about our project is the goal of all members.</font></p></div>
 
-
    </div>
 
-
  </div>
 
-
</div><br /><br /></br>
 
-
  </section>
 
-
 
 
-
 
-
 
 
-
  </div>
 
-
  </div>
 
-
  </div>
 
-
 
 
-
 
 
-
 
 
-
<script src="http://code.jquery.com/jquery.js"></script>
 
-
<script src="http://oucast.com/igem/js/bootstrap.min.js"></script>
 
-
<script src="http://oucast.com/igem/js/ouc2.js"></script>
 
-
<script src="http://oucast.com/igem/js/application.js"></script>
 
-
<script>
 
-
 
 
-
      !function ($) {
 
-
        $(function(){
 
-
          // carousel demo
 
-
          $('#myCarousel').carousel()
 
-
        })
 
-
      }(window.jQuery)
 
-
    </script>
 
-
<script src="http://oucast.com/igem/js/holder.js"></script>
 
</body>
</body>
</html>
</html>

Latest revision as of 02:40, 29 October 2013

The Executive Team


Smiling fox

Will Dolatoski

Will, a senior in Agriculture and Biological Engineering, has relevant experience with computer aided design and a firm handle on synthetic biology processes concerning cloning. With these two skill sets, he has worked on the design aspect of the machine and seeks to recruit more members to solidify the design.

Smiling fox

Adi Malik

Adi, a second time iGEMer, is responsible for identifying the potential of an automated cloning system. He has significant experience in business strategy, product development, and technology commercialization. Aside from being a cofounder of Vivosynth Technologies, Adi is a seasoned stock investor, avid guitar player, and die hard Bulls fan.

Smiling fox

Ashley S. Moy

Ashley is Vivosynth's artist in residence. Her passions have always been art and biology, and she was thrilled to join the Vivosynth team to apply her background in industrial design and bioengineering to the making of ModuLab.