Team:SUSTC-Shenzhen-A/Attributions
From 2013.igem.org
(Difference between revisions)
(19 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8" /> | ||
+ | <meta name="description" content="" /> | ||
+ | <meta name="author" content="tengattack" /> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <title>ShenZhen-A</title> | ||
- | + | <style type="text/css"> | |
- | + | #globalWrapper {width: 100%;font-size: 100%;} | |
- | + | #top-section {width: 100%; height:100%; border:none;} | |
- | + | #p-logo {display:none;} | |
- | ! | + | #search-controls {display:none;} |
- | ! | + | .printfooter {display:none;} |
- | + | #footer-box {border:none;} | |
- | + | .firstHeading {display:none;} | |
- | + | #content { border:none !important; width:1024px !important; background: url('') !important;} | |
- | + | #bodyContent {border:none;} | |
- | + | #catlinks {display:none;} | |
+ | #footer-box {display:none;} | ||
+ | #menubar {display:none;} | ||
+ | body { | ||
+ | padding: 0; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | padding-bottom: 0; | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | function insertcss(cssString) { | ||
+ | var doc = document; | ||
+ | var style = doc.createElement("style"); | ||
+ | style.setAttribute("type", "text/css"); | ||
+ | if (style.styleSheet) {// IE | ||
+ | style.styleSheet.cssText = cssString; | ||
+ | } else {// w3c | ||
+ | var cssText = doc.createTextNode(cssString); | ||
+ | style.appendChild(cssText); | ||
+ | } | ||
+ | var heads = doc.getElementsByTagName("head"); | ||
+ | if (heads.length) | ||
+ | heads[0].appendChild(style); | ||
+ | else | ||
+ | doc.documentElement.appendChild(style); | ||
+ | } | ||
- | + | function loadjs(jsString) { | |
+ | eval(jsString); | ||
+ | } | ||
+ | |||
+ | function png2text(pngurl, id, callback) { | ||
+ | var canvas = document.createElement("canvas"), | ||
+ | ctx = canvas.getContext("2d"); | ||
+ | img = new Image(); | ||
+ | |||
+ | img.id = 'pt-' + id; | ||
+ | img.style.position = "absolute"; | ||
+ | img.style.left = "-10000px"; | ||
+ | document.body.appendChild(img); | ||
+ | |||
+ | img.onload = function() { | ||
+ | var | ||
+ | w = this.width, | ||
+ | h = this.height; | ||
+ | |||
+ | canvas.width = w; | ||
+ | canvas.height = h; | ||
+ | canvas.style.width = w+"px"; | ||
+ | canvas.style.height = h+"px"; | ||
+ | |||
+ | ctx.drawImage(this, 0, 0); | ||
+ | |||
+ | var data = ctx.getImageData(0, 0, w, h).data, | ||
+ | a = [], | ||
+ | len = data.length, | ||
+ | p = -1; | ||
+ | |||
+ | for (var i=0; i < len; i += 4) { | ||
+ | if (data[i] > 0) | ||
+ | a[++p] = String.fromCharCode(data[i]); | ||
+ | }; | ||
+ | |||
+ | canvas = undefined; | ||
+ | try { | ||
+ | //document.body.removeChild(img); | ||
+ | $('#pt-' + id).remove(); | ||
+ | } catch (e) { | ||
+ | } | ||
+ | |||
+ | if (callback) callback(a.join("")); | ||
+ | }; | ||
+ | |||
+ | img.src = pngurl; | ||
+ | } | ||
+ | |||
+ | function baseRemove() { | ||
+ | $('#top-section').remove(); | ||
+ | $('#content').attr('id', ''); | ||
+ | $('#bodyContent').attr('id', ''); | ||
+ | $('#globalWrapper').attr('id', ''); | ||
+ | } | ||
+ | |||
+ | console.log('loading css...'); | ||
+ | png2text('/wiki/images/a/aa/Bootstrap.min.css.png', 'bs-css', function (text) { | ||
+ | insertcss(text); | ||
+ | //'/wiki/images/2/28/Bootstrap-theme.min.css.png' | ||
+ | png2text('/wiki/images/d/df/Bootstrap-docs.min.css.png', 'bs-docs-css', function (text) { | ||
+ | insertcss(text); | ||
+ | }); | ||
+ | }); | ||
+ | png2text('/wiki/images/8/89/Layout.css.png', 'layout-css', function (text) { | ||
+ | insertcss(text); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function () { | ||
+ | baseRemove(); | ||
+ | console.log('loading js...'); | ||
+ | png2text('/wiki/images/7/7f/Jquery-min-js.png', 'jquery-js', function (text) { | ||
+ | loadjs(text); | ||
+ | png2text('/wiki/images/3/35/Bootstrap-min-js.png', 'bs-js', function (text) { | ||
+ | loadjs(text); | ||
+ | png2text('/wiki/images/8/8f/Application-js.png', 'bs-application-js', function (text) { | ||
+ | loadjs(text); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <body> | ||
+ | <a class="sr-only" href="#content">Skip navigation</a> | ||
+ | <header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a href="../" class="navbar-brand">SUSTC-Shenzhen-A</a> | ||
+ | </div> | ||
+ | <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> | ||
+ | <ul class="nav navbar-nav"> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A">Home</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Project">Project</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Part">Parts</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Modeling">Modeling</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Notebook">Notebook</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Safety">Safety and security</a> | ||
+ | </li> | ||
+ | <li class="active"> | ||
+ | <a href="#">Attributions</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Human_Practice">Human Practice</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Team">Team</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </header> | ||
+ | |||
+ | <div class="bs-header" id="bs-content"> | ||
+ | <div class="container"> | ||
+ | <h1>Game theory</h1> | ||
+ | <p>Stategy for the Classic Prisoners' Dilemma.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="container bs-docs-container"> | ||
+ | <div class="col-md-3"> | ||
+ | <div class="bs-sidebar hidden-print" role="complementary"> | ||
+ | <ul class="nav bs-sidenav"> | ||
+ | <li> | ||
+ | <a href="#attributions">Attributions</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-9" role="main"> | ||
+ | <div class="bs-docs-section"> | ||
+ | <div class="page-header"> | ||
+ | <h1 id="attributions">Attributions</h1> | ||
+ | </div> | ||
+ | <ul> | ||
+ | <li>Idea:All team members</li> | ||
+ | <li>Prepartions:All team members and instructors</li> | ||
+ | <li>Finding biobricks to detect:Jingyi Liu and Yan Dai</li> | ||
+ | <li>Detecting biobricks:Jingyi Liu、Zi Wang and Jian Cui</li> | ||
+ | <li>Constructing biobricks:Jingyi Liu、Zi Wang、Jian Cui、Jingnong Wang and Yan Dai</li> | ||
+ | <li>Project instructors:Wei Huang and Yinglan Zhao</li> | ||
+ | <li>Experiment instructor(help with plasmid costruction):Lizhong Liu</li> | ||
+ | <li>Main experiments:Jingyi Liu、Zi Wang、Jian Cui、Jingnong Wang and Yan Dai</li> | ||
+ | <li>Wiki:All team members</li> | ||
+ | <li>Modeling:Ningyuan Yang</li> | ||
+ | <li>Human practice:Jingyi Liu、Zi Wang、Yan He、Jian Cui、Yingzhe Shu and Yan Dai</li> | ||
+ | <li>Captain:Jian Cui</li> | ||
+ | <li>Lab leader:Jingyi Liu</li> | ||
+ | <li>Wiki leader:Dan Chen</li> | ||
+ | <li>Wiki eleganter:Zhuoteng Peng</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Footer --> | ||
+ | <footer class="bs-footer" role="contentinfo"> | ||
+ | <div class="container"> | ||
+ | <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> | ||
+ | <ul class="footer-links"> | ||
+ | <li><a href="/wiki/index.php?title=Team:SUSTC-Shenzhen-A/Attributions&action=edit">Edit</a></li> | ||
+ | <li class="muted">·</li> | ||
+ | <li><a href="http://getbootstrap.com/">Bootstrap</a></li> | ||
+ | <li class="muted">·</li> | ||
+ | <li><a href="http://www.sustc.edu.cn/">SUSTC Offical Site</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
+ | </html> |
Latest revision as of 00:18, 28 September 2013
Game theory
Stategy for the Classic Prisoners' Dilemma.
Attributions
- Idea:All team members
- Prepartions:All team members and instructors
- Finding biobricks to detect:Jingyi Liu and Yan Dai
- Detecting biobricks:Jingyi Liu、Zi Wang and Jian Cui
- Constructing biobricks:Jingyi Liu、Zi Wang、Jian Cui、Jingnong Wang and Yan Dai
- Project instructors:Wei Huang and Yinglan Zhao
- Experiment instructor(help with plasmid costruction):Lizhong Liu
- Main experiments:Jingyi Liu、Zi Wang、Jian Cui、Jingnong Wang and Yan Dai
- Wiki:All team members
- Modeling:Ningyuan Yang
- Human practice:Jingyi Liu、Zi Wang、Yan He、Jian Cui、Yingzhe Shu and Yan Dai
- Captain:Jian Cui
- Lab leader:Jingyi Liu
- Wiki leader:Dan Chen
- Wiki eleganter:Zhuoteng Peng