(Prototype team page) |
|||
(13 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <html lang="en"> | |
− | <html> | + | |
+ | <head> | ||
− | < | + | <style> |
− | |||
− | |||
− | + | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | |
− | + | ||
+ | /* Clear the default wiki settings */ | ||
− | + | #home_logo, #sideMenu { | |
− | + | display: none; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | #sideMenu, #top_title, .patrollink { | |
+ | display: none; | ||
+ | } | ||
− | + | #content { | |
− | + | width: 100%; | |
− | + | padding: 0px; | |
+ | margin-top: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
− | < | + | body { |
− | < | + | background-color: #FAFAFA; |
− | < | + | !important; |
− | < | + | } |
− | < | + | |
− | </ | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { |
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/Template:Peking/mdl/materialminjs? | ||
+ | action=raw&ctype=text/javascript"></script> | ||
+ | <link href="https://2017.igem.org/Template:Peking/mdl/component?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <script type="text/javascript" | ||
+ | src="https://2017.igem.org/Template:Peking/mdl/componentjs?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/MDLnew?action=raw&ctype=text/css"> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/main?action=raw&ctype=text/css"> | ||
+ | <!-- Fonts --> | ||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/fonts?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" | ||
+ | href="https://2017.igem.org/Template:Peking/mdl/icon?action=raw&ctype=text/css"> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <!-- Always shows a header, even in smaller screens. --> | ||
+ | <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header"> | ||
+ | <header class="mdl-layout__header" style="position:fixed; margin-top: -7px; !important;"> | ||
+ | <div class="mdl-layout__header-row"> | ||
+ | <!-- Title --> | ||
+ | <a href="https://2017.igem.org/Team:Peking"><img | ||
+ | src="https://static.igem.org/mediawiki/2017/c/cf/Peking_TeamLogoClassical.png" height="35"></a> | ||
+ | |||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking" | ||
+ | style="color: #000000; font-size: x-large"><strong>Peking iGEM </strong> 2017</a> | ||
+ | <!-- Add spacer, to align navigation to the right --> | ||
+ | <div class="mdl-layout-spacer"></div> | ||
+ | <!-- Navigation. We hide it in small screens. --> | ||
+ | <nav class="mdl-navigation mdl-layout--large-screen-only"> | ||
+ | <style> | ||
+ | a:link { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | } | ||
+ | </style> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking">Home</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Project#Introduction">Project</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Model#Overview">Modelling</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Software">Software</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Hardware">Hardware</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Lab" style="color: #000; font-weight: 500;">Lab</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/HP">Practices</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Parts#Overview">Parts</a> | ||
+ | <a class="mdl-navigation__link" href="https://2017.igem.org/Team:Peking/Team">Team</a> | ||
+ | </nav> | ||
+ | </div> | ||
+ | </header> | ||
</div> | </div> | ||
+ | |||
+ | <main class="docs-layout-content mdl-layout__content mdl-color-text--grey-600" style="width: 100%; padding-bottom: 0px; background-color: #FAFAFA;"> | ||
+ | <!-- Wide card with share menu button --> | ||
+ | <style> | ||
+ | |||
+ | a:link { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .demo-card-wide.mdl-card { | ||
+ | margin-left: 50px; | ||
+ | margin-right: 50px; | ||
+ | margin-top: 120px; | ||
+ | margin-bottom: 50px; | ||
+ | width: auto; | ||
+ | } | ||
+ | .demo-card-wide > .mdl-card__title { | ||
+ | color: #fff; | ||
+ | height: 360px; | ||
+ | } | ||
+ | .demo-card-wide > .mdl-card__menu { | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <div class="demo-card-wide mdl-card mdl-shadow--2dp"> | ||
+ | <div class="mdl-card__title" style="background: url('https://static.igem.org/mediawiki/2017/d/dc/Peking_notebook_background.jpg') center / cover; padding-left: 50px;"> | ||
+ | <div class="mdl-card__title-text"> | ||
+ | <h1 style="font-size: xx-large; color: white;text-shadow:2px 2px 8px #070707;"><strong>Notebook</strong></h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div class="mdl-card__supporting-text" style="line-height: 2em;text-align: justify; color: #3A3A3A; padding-left: 50px; padding-top: 50px; padding-bottom:50px"> | ||
+ | <section class="docs-toc docs-text-styling"> | ||
+ | |||
+ | </section> | ||
+ | <br> | ||
+ | <h2>Week 1</h2> | ||
+ | <strong>26/06/2017-02/07/2017</strong><br> | ||
+ | Design primers.<br> | ||
+ | Construct standard structure of integrase int5 and int8.<br> | ||
+ | <h2>Week 2</h2> | ||
+ | <strong>03/07/2017-09/07/2017</strong><br> | ||
+ | Mutate integrase int8, int10, p22 for Golden Gate Assembly.<br> | ||
+ | Construct the expression system of integrase TP901, int2, int3, int4, int5, int7, int8, p21, FimB, FimE, HbiF, Vcre, Scre, Cre, Dre, Vika, Lambda-int.<br> | ||
+ | Construct the reporter system utilized the structure of attB-Terminator-attP.<br> | ||
+ | <h2>Week 3</h2> | ||
+ | <strong>10/07/2017-16/07/2017</strong><br> | ||
+ | Mutate Bxb1-gp35, phiC31 for Golden Gate Assembly.<br> | ||
+ | Ask for some plasmids of repressilator.<br> | ||
+ | <h2>Week 4</h2> | ||
+ | <strong>17/07/2017-23/07/2017</strong><br> | ||
+ | Construct the reporter system of Bxb1, TP901, phiC31.<br> | ||
+ | Prepare for repressilator test.<br> | ||
+ | <h2>Week 5</h2> | ||
+ | <strong>24/07/2017-30/07/2017</strong><br> | ||
+ | Construct the expression system of integrase TP901, Bxb1-gp35, phiC31 without RBS.<br> | ||
+ | Design Microfluidic device for the oscillation test of repressilator.<br> | ||
+ | <h2>Week 6</h2> | ||
+ | <strong>31/07/2017-06/08/2017</strong><br> | ||
+ | Construct the expression system of integrase TP901, Bxb1-gp35 with a series RBS of different transcription initiate rate.<br> | ||
+ | Manufacture seven-segment display microfluidic device.<br> | ||
+ | <h2>Week 7</h2> | ||
+ | <strong>07/08/2017-13/08/2017</strong><br> | ||
+ | Construct the expression system of integrase TP901, Bxb1-gp35 with another series RBS of different transcription initiate rate.<br> | ||
+ | Image period of LP117 oscillation around 15 hours by microfluidic device.<br> | ||
+ | <h2>Week 8</h2> | ||
+ | <strong>14/08/2017-20/08/2017</strong><br> | ||
+ | Construct the expression system of integrase phiC31 with a series RBS of different transcription initiate rate.<br> | ||
+ | Manufacture Sand Clock microfluidic device.<br> | ||
+ | Prepare for parts construction.<br> | ||
+ | <h2>Week 9</h2> | ||
+ | <strong>21/08/2017-27/08/2017</strong><br> | ||
+ | Construct the expression system and reporter system of integrase-RDF (recombination directionality factor) fusion protein.<br> | ||
+ | Test integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.<br> | ||
+ | Image period of plpt20 oscillation around 7 hours.<br> | ||
+ | <h2>Week 10</h2> | ||
+ | <strong>28/08/2017-03/09/2017</strong><br> | ||
+ | Make adjustment for the expression system of integrase TP901, Bxb1-gp35, phiC31 to improve the recombination efficiency, and rebuild the expression system.<br> | ||
+ | Test the adjusted integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.<br> | ||
+ | Parts construction of integrase TP901.<br> | ||
+ | Site mutation of plpt20 original plasmid.<br> | ||
+ | <h2>Week 11</h2> | ||
+ | <strong>04/09/2017-10/09/2017</strong><br> | ||
+ | Construct the front end of Flip-Flop.<br> | ||
+ | Construct the expression system of integrase-RDF (recombination directionality factor) fusion protein.<br> | ||
+ | Site mutation of plpt20 original plasmid.<br> | ||
+ | <h2>Week 12</h2> | ||
+ | <strong>11/09/2017-17/09/2017</strong><br> | ||
+ | Make adjustment again for the expression system of integrase TP901, Bxb1-gp35, phiC31 to improve the recombination efficiency, and rebuild the expression system.<br> | ||
+ | Test the adjusted integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.<br> | ||
+ | Construct the reporter system of integrase-RDF (recombination directionality factor) fusion protein.<br> | ||
+ | Parts construction of integrase int2, int5.<br> | ||
+ | Construct the expression system for oscillator plpt20 with integrase Bxb1-gp35.<br> | ||
+ | <h2>Week 13</h2> | ||
+ | <strong>18/09/2017-24/09/2017</strong><br> | ||
+ | Construct TP901, Bxb1, phiC31 expression system of integrase-RDF.<br> | ||
+ | Parts construction of integrase expression system.<br> | ||
+ | Construct the expression system for oscillator plpt20 with integrase T7 promoter.<br> | ||
+ | <h2>Week 14</h2> | ||
+ | <strong>25/09/2017-01/10/2017</strong><br> | ||
+ | Test the recombination efficiency of TP901, Bxb1 integrase-RDF by Flow Cytometer.<br> | ||
+ | Parts construction of integrase reporter system.<br> | ||
+ | <h2>Week 15</h2> | ||
+ | <strong>02/10/2017-08/10/2017</strong><br> | ||
+ | Make adjustment for integrase-RDF expression system to improve recombination efficiency.<br> | ||
+ | Test the recombination efficiency of adjusted integrase-RDF.<br> | ||
+ | Parts construction of integrase expression system and reporter system.<br> | ||
+ | Construct reporter system for oscillator plpt41 with T7 promoter, Bxb1-gp35.<br> | ||
+ | Image repressilator-drived DNA recombination.<br> | ||
+ | |||
+ | <h2>Week 16</h2> | ||
+ | <strong>09/10/2017-15/10/2017</strong><br> | ||
+ | Measure the state transition efficiency of the Forward latch.<br> | ||
+ | Measure the recombination efficiency of the excisionases.<br> | ||
+ | Parts construction of the integrases and excisionases reporter systems.<br> | ||
+ | Measure the flipping efficiency and filter efficiency of the terminators flanked by a pair of attB and attP sites.<br> | ||
+ | |||
+ | <h2>Week 17</h2> | ||
+ | <strong>16/10/2017-22/10/2017</strong><br> | ||
+ | Measure the recombination efficiency of the excisionases.<br> | ||
+ | Parts construction of the integrases and excisionases reporter systems.<br> | ||
+ | Measure the flipping efficiency and filter efficiency of the terminators flanked by two pair of attB and attP sites.<br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <br><br><br><br><br><br> | ||
+ | <a class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect" href = "https://2017.igem.org/Team:Peking/Lab" style="background-color: #A22026; color: white;"> | ||
+ | Back < Lab | ||
+ | </a> | ||
+ | |||
+ | <a id="demo-menu-top-left" | ||
+ | class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect" style="background-color: red; color: white;"> | ||
+ | Goto > Lab/... | ||
+ | </a> | ||
+ | |||
+ | <ul class="mdl-menu mdl-menu--top-left mdl-js-menu mdl-js-ripple-effect" | ||
+ | data-mdl-for="demo-menu-top-left" style="margin-left: 0px"> | ||
+ | |||
+ | <a class="mdl-menu__item" href="https://2017.igem.org/Team:Peking/Protocols" style="color: #000;">Protocols</a> | ||
+ | |||
+ | <a class="mdl-menu__item" href="https://2017.igem.org/Team:Peking/Safety" style="color: #000;">Safety</a> | ||
+ | |||
+ | <a class="mdl-menu__item" href="https://2017.igem.org/Team:Peking/InterLab" style="color: #000;">InterLab</a> | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <section class="docs-text-styling download mdl-color--grey-800" style="height: 1px"></section> | ||
+ | <footer class="mdl-mega-footer" style="height: 260px; margin-bottom: 0px;"> | ||
+ | <div class="mdl-mega-footer__middle-section"> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Acknowledgement</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href="http://dean.pku.edu.cn/pkudean/"> </li> | ||
+ | <li><a href="http://dean.pku.edu.cn/pkudean/"><img src="https://static.igem.org/mediawiki/2017/9/99/Peking_footer_logo_admin.png" height = "50px"/></a></li> | ||
+ | <li><a href="http://www.bio.pku.edu.cn/en/"> <img src="https://static.igem.org/mediawiki/2017/a/ab/Peking_footer_logo_slslogo.png" height = "50px"/> </a></li> | ||
+ | <li><a href="http://cqb.pku.edu.cn/en/"> <img src="https://static.igem.org/mediawiki/2017/9/9a/Peking_footer_logo_cqb.png" height = "48px"/> </a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Connection</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href="https://www.facebook.com/pekingigem"></a></li> | ||
+ | <li><a href="https://www.facebook.com/pekingigem">Facebook</a></li> | ||
+ | <li><a href="https://www.youtube.com/channel/UCefEYVCVqKJLmoJrSxivgZQ">Youtube</a></li> | ||
+ | <li><a href="https://twitter.com/iGEM_Peking">Twitter</a></li> | ||
+ | <li><a href="https://github.com/PekingiGEM2017">Github</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h1 class="mdl-mega-footer__heading">Contact</h1> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;> | ||
+ | <li><a href="http://www.synbiowiki.com"> </a></li> | ||
+ | <li><a href="http://www.synbiowiki.com">SynBioWiki.com</a></li> | ||
+ | <li><a href="mailto:PekingIGEM@gmail.com">Mail</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="mdl-mega-footer__drop-down-section"> | ||
+ | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> | ||
+ | <h2 style="color: white; "> <strong>Peking iGEM</strong> 2017</h2> | ||
+ | <ul class="mdl-mega-footer__link-list" style="margin-left: 0px;"> | ||
+ | <li style="color: white; line-height: 1.88em;">Peking University,<br> No.5 Yiheyuan Road Haidian District, Beijing, P.R.China<br>100871</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </footer> | ||
+ | |||
+ | </main> | ||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 13:45, 1 November 2017
Notebook
Week 1
26/06/2017-02/07/2017Design primers.
Construct standard structure of integrase int5 and int8.
Week 2
03/07/2017-09/07/2017Mutate integrase int8, int10, p22 for Golden Gate Assembly.
Construct the expression system of integrase TP901, int2, int3, int4, int5, int7, int8, p21, FimB, FimE, HbiF, Vcre, Scre, Cre, Dre, Vika, Lambda-int.
Construct the reporter system utilized the structure of attB-Terminator-attP.
Week 3
10/07/2017-16/07/2017Mutate Bxb1-gp35, phiC31 for Golden Gate Assembly.
Ask for some plasmids of repressilator.
Week 4
17/07/2017-23/07/2017Construct the reporter system of Bxb1, TP901, phiC31.
Prepare for repressilator test.
Week 5
24/07/2017-30/07/2017Construct the expression system of integrase TP901, Bxb1-gp35, phiC31 without RBS.
Design Microfluidic device for the oscillation test of repressilator.
Week 6
31/07/2017-06/08/2017Construct the expression system of integrase TP901, Bxb1-gp35 with a series RBS of different transcription initiate rate.
Manufacture seven-segment display microfluidic device.
Week 7
07/08/2017-13/08/2017Construct the expression system of integrase TP901, Bxb1-gp35 with another series RBS of different transcription initiate rate.
Image period of LP117 oscillation around 15 hours by microfluidic device.
Week 8
14/08/2017-20/08/2017Construct the expression system of integrase phiC31 with a series RBS of different transcription initiate rate.
Manufacture Sand Clock microfluidic device.
Prepare for parts construction.
Week 9
21/08/2017-27/08/2017Construct the expression system and reporter system of integrase-RDF (recombination directionality factor) fusion protein.
Test integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.
Image period of plpt20 oscillation around 7 hours.
Week 10
28/08/2017-03/09/2017Make adjustment for the expression system of integrase TP901, Bxb1-gp35, phiC31 to improve the recombination efficiency, and rebuild the expression system.
Test the adjusted integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.
Parts construction of integrase TP901.
Site mutation of plpt20 original plasmid.
Week 11
04/09/2017-10/09/2017Construct the front end of Flip-Flop.
Construct the expression system of integrase-RDF (recombination directionality factor) fusion protein.
Site mutation of plpt20 original plasmid.
Week 12
11/09/2017-17/09/2017Make adjustment again for the expression system of integrase TP901, Bxb1-gp35, phiC31 to improve the recombination efficiency, and rebuild the expression system.
Test the adjusted integrase recombination efficiency of TP901, Bxb1-gp35, phiC31 by Flow Cytometer.
Construct the reporter system of integrase-RDF (recombination directionality factor) fusion protein.
Parts construction of integrase int2, int5.
Construct the expression system for oscillator plpt20 with integrase Bxb1-gp35.
Week 13
18/09/2017-24/09/2017Construct TP901, Bxb1, phiC31 expression system of integrase-RDF.
Parts construction of integrase expression system.
Construct the expression system for oscillator plpt20 with integrase T7 promoter.
Week 14
25/09/2017-01/10/2017Test the recombination efficiency of TP901, Bxb1 integrase-RDF by Flow Cytometer.
Parts construction of integrase reporter system.
Week 15
02/10/2017-08/10/2017Make adjustment for integrase-RDF expression system to improve recombination efficiency.
Test the recombination efficiency of adjusted integrase-RDF.
Parts construction of integrase expression system and reporter system.
Construct reporter system for oscillator plpt41 with T7 promoter, Bxb1-gp35.
Image repressilator-drived DNA recombination.
Week 16
09/10/2017-15/10/2017Measure the state transition efficiency of the Forward latch.
Measure the recombination efficiency of the excisionases.
Parts construction of the integrases and excisionases reporter systems.
Measure the flipping efficiency and filter efficiency of the terminators flanked by a pair of attB and attP sites.
Week 17
16/10/2017-22/10/2017Measure the recombination efficiency of the excisionases.
Parts construction of the integrases and excisionases reporter systems.
Measure the flipping efficiency and filter efficiency of the terminators flanked by two pair of attB and attP sites.
Back < Lab Goto > Lab/...