Team:SUSTC-Shenzhen-A/Notebook
From 2013.igem.org
(Difference between revisions)
(→Protocol) |
|||
(44 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; | ||
+ | } | ||
+ | .calendar { | ||
+ | margin: 10px 0; | ||
+ | } | ||
+ | </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 class="active"> | ||
+ | <a href="#">Notebook</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Safety">Safety and security</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:SUSTC-Shenzhen-A/Attributions">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="#notebook">Notebook</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#protocol">Protocol</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="#calendar">Calendar</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-9" role="main"> | ||
+ | <div class="bs-docs-section"> | ||
+ | <div class="page-header"> | ||
+ | <h1 id="notebook">Notebook</h1> | ||
+ | </div> | ||
+ | <p>We started our project in middle July. You can find every detail by clicking the date.</p> | ||
+ | <br> | ||
+ | <p>18th July to 10th Aug: Training</p> | ||
+ | <br> | ||
+ | <p>12th Aug to 17th Sep: Project and biobricks.</p> | ||
+ | </div> | ||
+ | <div class="bs-docs-section"> | ||
+ | <div class="page-header"> | ||
+ | <h1 id="protocol">Protocol</h1> | ||
+ | </div> | ||
+ | <a href="/index.Preparation of LB culture">Preparation of LB culture</a><br> | ||
+ | <a href="/index.Preparation of some antibiotic solution">Preparation of some antibiotic solution</a><br> | ||
+ | <a href="/index.Transformation">Transformation</a><br> | ||
+ | <a href="/index.Preservation of the bacteria">Preservation of the bacteria</a><br> | ||
+ | <a href="/index.Extract the target DNA">Extract the target DNA</a><br> | ||
+ | <a href="/index.The use of spectrometer">The use of spectrometer</a><br> | ||
+ | <a href="/index.Usage of PCR-Cycler">Usage of PCR-Cycler</a><br> | ||
+ | <a href="/index.Usage of ultraviolet spectrophotometer">Usage of ultraviolet spectrophotometer</a><br> | ||
+ | <a href="/index. Preparation for the M9 culture"> Preparation for the M9 culture</a><br> | ||
+ | <a href="/index.Preparation of the nitrate LB culture">Preparation of the nitrate LB culture</a><br> | ||
+ | <a href="/index.Usage of FCM"> Usage of FCM</a><br> | ||
+ | <a href="/index.Preparation of the gel">Preparation of the gel</a><br> | ||
+ | <a href="/index.Recycle of the DNA in the gel and deal with gel"> Recycle of the DNA in the gel and deal with gel</a><br> | ||
+ | <a href="/index.The recycle of the products of the PCR">The recycle of the products of the PCR</a><br> | ||
+ | <a href="/index.The use of the microplate reader">The use of the microplate reader</a><br> | ||
+ | <a href="/index. check the function of the xylose and the nitrate inducible promote">Check he function of the xylose and the nitrate inducible promote</a><br> | ||
+ | </div> | ||
+ | <div class="bs-docs-section"> | ||
+ | <div class="page-header"> | ||
+ | <h1 id="calendar">Calendar</h1> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-md-5 calendar"> | ||
+ | <div class="panel panel-default"> | ||
+ | <div class="panel-heading">July</div> | ||
+ | <table class="month table"> | ||
+ | <tr class="dow"> | ||
+ | <td>M</td><td>T</td><td>W</td><td>T</td><td>F</td><td>S</td><td>S | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/1_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">1</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/2_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">2</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/3_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">3</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/4_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">4</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/5_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">5</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/6_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">6</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/7_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">7</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/8_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">8</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/9_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">9</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/10_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">10</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/11_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">11</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/12_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">12</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/13_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">13</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/14_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">14</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/15_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">15</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/16_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">16</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/17_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">17</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/18_July_2013" class="external text" rel="nofollow"><span class="day-active">18</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/19_July_2013" class="external text" rel="nofollow"><span class="day-active">19</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/20_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">20</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/21_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">21</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/22_July_2013" class="external text" rel="nofollow"><span class="day-active">22</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/23_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">23</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/24_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">24</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/25_July_2013" class="external text" rel="nofollow"><span class="day-active">25</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/26_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">26</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/27_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">27</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/28_July_2013" class="external text" rel="nofollow"><span class="day-active">28</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/29_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">29</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/30_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">30</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/31_July_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">31</span></a> | ||
+ | </td></tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-5 calendar"> | ||
+ | <div class="panel panel-default"> | ||
+ | <div class="panel-heading">August</div> | ||
+ | <table class="month table"> | ||
+ | <tr class="dow"> | ||
+ | <td>M</td><td>T</td><td>W</td><td>T</td><td>F</td><td>S</td><td>S | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td><td> | ||
+ | </td><td> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/1_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">1</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/2_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">2</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/3_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">3</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/4_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">4</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/5_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">5</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/6_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">6</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/7_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">7</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/8_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">8</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/9_August_2013" class="external text" rel="nofollow"><span class="day-active">9</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/10_August_2013" class="external text" rel="nofollow"><span class="day-active">10</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/11_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">11</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/12_August_2013" class="external text" rel="nofollow"><span class="day-active">12</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/13_August_2013" class="external text" rel="nofollow"><span class="day-active">13</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/14_August_2013" class="external text" rel="nofollow"><span class="day-active">14</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/15_August_2013" class="external text" rel="nofollow"><span class="day-active">15</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/16_August_2013" class="external text" rel="nofollow"><span class="day-active">16</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/17_August_2013" class="external text" rel="nofollow"><span class="day-active">17</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/18_August_2013" class="external text" rel="nofollow"><span class="day-active">18</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/19_August_2013" class="external text" rel="nofollow"><span class="day-active">19</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/20_August_2013" class="external text" rel="nofollow"><span class="day-active">20</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/21_August_2013" class="external text" rel="nofollow"><span class="day-active">21</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/22_August_2013" class="external text" rel="nofollow"><span class="day-active">22</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/23_August_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">23</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/24_August_2013" class="external text" rel="nofollow"><span class="day-active">24</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/25_August_2013" class="external text" rel="nofollow"><span class="day-active">25</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/26_August_2013" class="external text" rel="nofollow"><span class="day-active">26</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/27_August_2013" class="external text" rel="nofollow"><span class="day-active">27</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/28_August_2013" class="external text" rel="nofollow"><span class="day-active">28</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/29_August_2013" class="external text" rel="nofollow"><span class="day-active">29</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/30_August_2013" class="external text" rel="nofollow"><span class="day-active">30</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/31_August_2013" class="external text" rel="nofollow"><span class="day-active">31</span></a> | ||
+ | </td></tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-5 calendar"> | ||
+ | <div class="panel panel-default"> | ||
+ | <div class="panel-heading">September</div> | ||
+ | <table class="month table"> | ||
+ | <tr class="dow"> | ||
+ | <td>M</td><td>T</td><td>W</td><td>T</td><td>F</td><td>S</td><td>S | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | </td><td> | ||
+ | </td><td> | ||
+ | </td><td> | ||
+ | </td><td> | ||
+ | </td><td> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/1_September_2013" class="external text" rel="nofollow"><span class="day-active">1</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/2_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">2</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/3_September_2013" class="external text" rel="nofollow"><span class="day-active">3</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/4_September_2013" class="external text" rel="nofollow"><span class="day-active">4</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/5_September_2013" class="external text" rel="nofollow"><span class="day-active">5</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/6_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">6</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/7_September_2013" class="external text" rel="nofollow"><span class="day-active">7</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/8_September_2013" class="external text" rel="nofollow"><span class="day-active">8</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/9_September_2013" class="external text" rel="nofollow"><span class="day-active">9</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/10_September_2013" class="external text" rel="nofollow"><span class="day-active">10</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/11_September_2013" class="external text" rel="nofollow"><span class="day-active">11</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/12_September_2013" class="external text" rel="nofollow"><span class="day-active">12</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/13_September_2013" class="external text" rel="nofollow"><span class="day-active">13</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/14_September_2013" class="external text" rel="nofollow"><span class="day-active">14</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/15_September_2013" class="external text" rel="nofollow"><span class="day-active">15</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/SUSTC/16_September_2013" class="external text" rel="nofollow"><span class="day-active">16</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/SUSTC/17_September_2013" class="external text" rel="nofollow"><span class="day-active">17</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/18_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">18</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/19_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">19</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/20_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">20</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/21_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">21</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/22_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">22</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/23_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">23</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/24_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">24</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/25_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">25</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/26_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">26</span></a> | ||
+ | </td><td class="today"><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/27_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">27</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/28_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">28</span></a> | ||
+ | </td><td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/29_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">29</span></a> | ||
+ | </td></tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2013.igem.org/wiki/index.php?title=SUSTC/30_September_2013&action=edit" class="external text" rel="nofollow"><span class="day-empty">30</span></a> | ||
+ | </td></tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | </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/Notebook&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> | </html> |
Latest revision as of 03:40, 28 September 2013
Game theory
Stategy for the Classic Prisoners' Dilemma.
Notebook
We started our project in middle July. You can find every detail by clicking the date.
18th July to 10th Aug: Training
12th Aug to 17th Sep: Project and biobricks.
Protocol
Preparation of some antibiotic solution
Transformation
Preservation of the bacteria
Extract the target DNA
The use of spectrometer
Usage of PCR-Cycler
Usage of ultraviolet spectrophotometer
Preparation for the M9 culture
Preparation of the nitrate LB culture
Usage of FCM
Preparation of the gel
Recycle of the DNA in the gel and deal with gel
The recycle of the products of the PCR
The use of the microplate reader
Check he function of the xylose and the nitrate inducible promote