Team:OUC-China/Attributions
From 2013.igem.org
(Prototype team page) |
m |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html lang="en"> |
+ | <head> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> | ||
+ | <link href="http://oucast.com/igem/css/bootstrap.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"> | ||
- | < | + | <style type="text/css"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #top-section{ | |
+ | height:0px; | ||
+ | border:none; | ||
+ | width:1000px; | ||
+ | margin:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | background-color:#e5e5e5; | ||
+ | overflow:hide; | ||
+ | |||
+ | } | ||
+ | #p-logo{display:none;} | ||
+ | #search-controls{display:none;} | ||
+ | #top{display:none;} | ||
+ | .firstHeading{display:none;} | ||
+ | #footer-box{display:none;} | ||
+ | #catlinks{display:none;} | ||
+ | div#contentSub{ | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | } | ||
+ | #content h1.firstHeading {display: none;} | ||
+ | #content | ||
+ | { | ||
+ | border:none; | ||
+ | height: 100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | width:100%; | ||
+ | position: absolute; | ||
+ | background-color: #e5e5e5; | ||
+ | } | ||
+ | { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | #menubar { | ||
+ | background-color:transparent; | ||
+ | position: relative; | ||
+ | float:left; | ||
+ | white-space: nowrap; | ||
+ | top:-6px; | ||
+ | width: 490px; | ||
+ | z-index: 5000; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 30%; | ||
+ | line-height: 1em; | ||
+ | z-index:99; | ||
+ | } | ||
- | + | ||
+ | |||
+ | body { | ||
+ | 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; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | a:not(.btn) { | ||
+ | color: #00699E; | ||
+ | -webkit-transition: 300ms; | ||
+ | -moz-transition: 300ms; | ||
+ | transition: 300ms; | ||
+ | } | ||
+ | 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 { | ||
+ | height: 1px; | ||
+ | margin: 30px 0; | ||
+ | background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); | ||
+ | background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); | ||
+ | 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 { | ||
+ | -webkit-transition: 500ms; | ||
+ | -moz-transition: 500ms; | ||
+ | transition: 500ms; | ||
+ | } | ||
+ | |||
+ | .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 { | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Remove border and change up box shadow for more contrast */ | ||
+ | .navbar .navbar-inner { | ||
+ | border: 0; | ||
+ | -webkit-box-shadow: 0 2px 20px rgba(10,0,0,.25); | ||
+ | -moz-box-shadow: 0 2px 20px rgba(10,0,0,.25); | ||
+ | box-shadow: 0 2px 20px rgba(10,0,0,.25); | ||
+ | } | ||
+ | |||
+ | /* Downsize the brand/project name a bit */ | ||
+ | .navbar .brand { | ||
+ | padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */ | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | text-shadow: 0 -1px 0 rgba(0,0,0,.5); | ||
+ | } | ||
+ | |||
+ | /* Navbar links: increase padding for taller navbar */ | ||
+ | .navbar .nav > li > a { | ||
+ | padding: 15px 20px; | ||
+ | } | ||
+ | |||
+ | /* Offset the responsive button for proper vertical alignment */ | ||
+ | .navbar .btn-navbar { | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="author" content=""> | ||
+ | <title>Members</title> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="navbar navbar-inverse navbar-fixed-top"> | ||
+ | <div class="navbar-inner"> | ||
+ | <div class="container"> | ||
+ | <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> | ||
+ | <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <div class="nav-collapse collapse"> | ||
+ | <ul class="nav pull-right"> | ||
+ | <li class="active"><a href="https://2013.igem.org/Team:OUC-China"><font size="4.5px">Home</font></a></li> | ||
+ | <li class="dropdown"> | ||
+ | <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> | ||
+ | </li> | ||
+ | <li class="dropdown-submenu"> | ||
+ | <a tabindex="-1" href="#">RNA guardian</a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <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> | ||
+ | <li><a tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Reference">Reference</a></li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | </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" class="divider"></li> | ||
+ | <li role="presentation"><a role="menuitem" tabindex="-1" href="https://2013.igem.org/Team:OUC-China/Future work">Future work</a></li> | ||
+ | </ul> | ||
+ | </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"> | ||
+ | <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> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="https://2013.igem.org/Team:OUC-China/Human Practice"><font size="4.5px">Human Practice</font></a> | ||
+ | |||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#"><font size="4.5px">Team</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/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="https://2013.igem.org/Team:OUC-China/member"><i class="icon-chevron-right"></i> OUC-iGEMers</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:OUC-China/Instructors"><i class="icon-chevron-right"></i> Instructors</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:OUC-China/Advisor"><i class="icon-chevron-right"></i> Advisor</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:OUC-China/Lab"><i class="icon-chevron-right"></i> Lab</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:OUC-China/Acknowledgement"><i class="icon-chevron-right"></i>Acknowledgement</a></li> | ||
+ | <li><a href="#Attributions"><i class="icon-chevron-right"></i>Attributions</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="span9"> | ||
+ | <div class="page-header"> | ||
+ | <section id="Attributions"> | ||
+ | |||
+ | <div class="page-header"> | ||
+ | <h1>Attributions</h1> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span9"> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span9"><p style="font-weight:normal;"><font size="2px"><b>Brainstorming and research</b><br/><br />All 13 team members participated in the brainstorming and research, under the guidance of last years’ team members. Team member Wenjun Wang came up with the original idea for the artificial organelle and Yu Wang with the original idea for the RNA guardian.<br/><br /><b>Lab work</b><br /><br/>Wet lab work was divided into two parts: artificial organelle construction and RNA device building. The organelle group consists of Wenjun Wang, Xiaodong Zhong, Qianyun Lu, Kaili Qin, Mengqi Sun. The RNA group consists of Yu Wang, Qiu Wang, Xue Sun. There are eight wet lab members in total.<br /><br /><b>Safety</b><br/><br />Subjects on safety were discussed among the team. Safety form was finished by Mengqi Sun. Lab management was carried out by Wenjun Wang, Xiaodong Zhong and Hong Li at the first stage of the project, whom were later replaced by Yu Wang, Xue Sun and Mengqi Sun(QIBEBT).<br /><br /><b>Modeling</b><br /><br/>Dry lab member Lei Zhong established the model for the magnetic detection module, and Xu Lin built the model for the RNA guardian. <br/><br /><b>Wiki Design</b><br /><br />Wiki was designed by Yuchen Zheng, assisted by Hong Li. Wiki design was guided by Past team member Yong Peng. We express great gratitude for his generous contribution.<br /><br /><b>Human Practice</b><br /><br />Team OUC-China always observes active performance in the field of human practice. This year, Mengqi Sun was in Charge of human practice, and we could not have completed the immense workload without the help of Xiaodong Zhong, Wenjun Wang, Yu Wang, Qiu Wang, Xue Sun, Hong Li, adviser Li Kang and all the other members and friends that helped out.<br /><br /><b>Funding</b><br /><br />Xue Sun handled all of the team's expenses, while Xiaodong Zhong seeked funding through various means. We thank all the guidance in financial issues given by past team member Li Kang.<br /><br /></font></p> | ||
+ | <br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div><br /><br /></br> | ||
+ | |||
+ | <div class="page-header"> | ||
+ | <h1>Sponsors</h1> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span9"> | ||
+ | <div class="row"> | ||
+ | |||
+ | <div class="span9"><p style="font-weight:normal;"><font size="2px">We would like to thank Ocean University of China for financial fundings, Lab Center of College of Marine Life Science for our lab, and lab space in QIBEBT. <br/><br />We are extremely grateful for our Magnetospirillum Magneticum AMB-1 strain provided by Dr. Xiao Tian and the mamC::GFP fusion protein plasmid provided by Prof. Wu Longfei.<br/><br />We also appreciate donations from past OUC-China members.<br /><br />In addition, all the organizations and teachers mentioned in the Acknowledgements have sponsored or assisted us in some way, whether in material or in advising. <br /><br /></font></p> | ||
+ | <br/> | ||
+ | </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> | ||
+ | </html> |
Latest revision as of 02:17, 28 September 2013
Attributions
Brainstorming and research
All 13 team members participated in the brainstorming and research, under the guidance of last years’ team members. Team member Wenjun Wang came up with the original idea for the artificial organelle and Yu Wang with the original idea for the RNA guardian.
Lab work
Wet lab work was divided into two parts: artificial organelle construction and RNA device building. The organelle group consists of Wenjun Wang, Xiaodong Zhong, Qianyun Lu, Kaili Qin, Mengqi Sun. The RNA group consists of Yu Wang, Qiu Wang, Xue Sun. There are eight wet lab members in total.
Safety
Subjects on safety were discussed among the team. Safety form was finished by Mengqi Sun. Lab management was carried out by Wenjun Wang, Xiaodong Zhong and Hong Li at the first stage of the project, whom were later replaced by Yu Wang, Xue Sun and Mengqi Sun(QIBEBT).
Modeling
Dry lab member Lei Zhong established the model for the magnetic detection module, and Xu Lin built the model for the RNA guardian.
Wiki Design
Wiki was designed by Yuchen Zheng, assisted by Hong Li. Wiki design was guided by Past team member Yong Peng. We express great gratitude for his generous contribution.
Human Practice
Team OUC-China always observes active performance in the field of human practice. This year, Mengqi Sun was in Charge of human practice, and we could not have completed the immense workload without the help of Xiaodong Zhong, Wenjun Wang, Yu Wang, Qiu Wang, Xue Sun, Hong Li, adviser Li Kang and all the other members and friends that helped out.
Funding
Xue Sun handled all of the team's expenses, while Xiaodong Zhong seeked funding through various means. We thank all the guidance in financial issues given by past team member Li Kang.
Sponsors
We would like to thank Ocean University of China for financial fundings, Lab Center of College of Marine Life Science for our lab, and lab space in QIBEBT.
We are extremely grateful for our Magnetospirillum Magneticum AMB-1 strain provided by Dr. Xiao Tian and the mamC::GFP fusion protein plasmid provided by Prof. Wu Longfei.
We also appreciate donations from past OUC-China members.
In addition, all the organizations and teachers mentioned in the Acknowledgements have sponsored or assisted us in some way, whether in material or in advising.