(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{OUC-China}} | + | {{OUC-China/CSS}} |
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <title>Notebook</title> | ||
+ | <style type="text/css"> | ||
+ | body{padding-top: 50px;} | ||
+ | .ouc-navbar{background-color:#008EA1;} | ||
+ | .ouc-nav-a{color: white;} | ||
+ | #ouc-logo{padding-top:5px;} | ||
+ | #ouc-logo:hover{background-color:#008EA1;} | ||
+ | .ouc-panel-heading1{background-color: #008F75;color: white;text-align: center;} | ||
+ | .ouc-panel-heading2{background-color: #E3D434;color: white;text-align: center;} | ||
+ | .ouc-panel-heading3{background-color: #008EA1;color: white;text-align: center;} | ||
+ | .ouc-panel-heading4{background-color: #EDEC8C;color: white;text-align: center;} | ||
+ | .ouc-page-header{border-bottom-color: #EDEC8C;border-bottom-width: thick;color: #008F75;} | ||
+ | .top{position: fixed;bottom:0;right: 0;} | ||
+ | .top:hover{animation: upp 0.6s ;} | ||
+ | @keyframes upp { | ||
+ | 0% {margin-bottom: 0;} | ||
+ | 50% {margin-bottom: 80px;} | ||
+ | 100% {margin-bottom: 0;} | ||
+ | } | ||
+ | .ouc-reserve{background-color: #008EA1;color: white;} | ||
+ | </style> | ||
+ | </head> | ||
− | <div class=" | + | <body> |
− | + | <div class="navbar navbar-fixed-top ouc-navbar" role="navigation"> | |
− | < | + | <ul class="nav navbar-nav"> |
− | < | + | <li><a href="#" class="navbar-brand" id="ouc-logo"><img src="LOGO1-01.jpg" width="66" height="40" alt=""/></a></li> |
− | + | <li class="dropdown"> | |
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle ouc-nav-a">Team<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Member</a></li> | ||
+ | <li><a href="#">Collaborations</a></li> | ||
+ | <li><a href="#">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" data-toggle="dropdown" class="dropdown-toggle ouc-nav-a">Project<spam class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Description</a></li> | ||
+ | <li><a href="#">Design</a></li> | ||
+ | <li><a href="#">Experiments</a></li> | ||
+ | <li><a href="#">Results</a></li> | ||
+ | <li><a href="#">Interlab</a></li> | ||
+ | <li class="active"><a href="#" >Notebook</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#" class="ouc-nav-a">Model</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Parts</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Safety</a></li> | ||
+ | <li><a href="#" class="ouc-nav-a">Human Practice</a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="container"> |
− | + | <div class="page-header ouc-page-header"> | |
− | + | <h1><strong>Notebook</strong></h1> | |
− | <div class=" | + | </div> |
− | < | + | <div class="panel-group" id="accordion"> |
− | < | + | <div class="panel "> |
− | < | + | <div class="panel-heading ouc-panel-heading1"> |
− | < | + | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse1">Week 1 2017.3.13-2017.3.19</a></h4> |
− | < | + | </div> |
− | < | + | <div id="collapse1" class="panel-collapse collapse in"> |
− | </ | + | <div class="panel-body"> |
+ | 1.Came to Peking University and Beijing University of Chemical Technology for project consultation<br/> | ||
+ | 2.Determined our project:the degradation and utilization of enteromorpha<br/> | ||
+ | 3.Determined our PI<br/> | ||
+ | 4.Started to learn basic molecular experiments<br/> | ||
+ | 5.Prepared experimental material<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading1"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse2">Week 2 2017.3.20-2017.3.26</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse2" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Team registration were completed<br/> | ||
+ | 2.The circuits, parts, related reagents and equipment of our basic part were identified<br/> | ||
+ | 3.Tried to explore the pretreatment conditions<br/> | ||
+ | 4.Started to learn the balance analysis algorithm and programming language for modeling<br/> | ||
+ | 5.Planned a briefing session for recruitment of next years'team<br/> | ||
+ | 6.Set up publicity platforms<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading1"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse3">Week 3 2017.3.27-2017.4.2</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse3" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.The yeast strain was identified:W303-1A<br/> | ||
+ | 2.Came to QIBEBT for plasmid desigening and eukaryotic operation technology<br/> | ||
+ | 3.Came to Shandong University for project consultation<br/> | ||
+ | 4.Lab safety training for everyone<br/> | ||
+ | 5.The recuiting started.Related posters and other propaganda had been prepared<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading2"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse4">Week 4 2017.4.3-2017.4.9</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse4" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Strains were identified:The yeast is BY4741,and the E.Coli is KO11<br/> | ||
+ | 2.Held the recuiting teach-in<br/> | ||
+ | 3.Started to make co-culture experiment<br/> | ||
+ | 4.Got the related plasmids pYC230<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading2"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse5">Week 5 2017.4.10-2017.4.16</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse5" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Transformed and recovered pYC230<br/> | ||
+ | 2.Activited KO11 and BY4741<br/> | ||
+ | 3.Inoculated,transformed and cultured E.Coli with msa<br/> | ||
+ | 4.The concept of co-culture between E.Coli and saccharomyces cerevisiae were prooved<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading2"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse6">Week6 2017.4.17-2017.4.23</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse6" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.The first draft of contract was finished<br/> | ||
+ | 2.Comleted the budget<br/> | ||
+ | 3.The wiki homepage was designd<br/> | ||
+ | 4.Sent the primer<br/> | ||
+ | 5.Held the recruiting interview<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading2"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse7">Week7 2017.4.24-2017.4.30</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse7" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Sent the plasmids of basic part<br/> | ||
+ | 2.Drawn the glucose concentration standard curve<br/> | ||
+ | 3.Recovered plasmid containing J23106 from E.Coli and cellulase from PYC230<br/> | ||
+ | 4.Publicity brochures was designed<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading3"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse8">Week8 2017.5.1-2017.5.7</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse8" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Investigate and survey of Seawin Biotech Group<br/> | ||
+ | 2.The mini system was tested by PCR<br/> | ||
+ | 3.The gene of BirA was gotten form E.Coli by PCR<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading3"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse9">Week9 2017.5.8-2017.5.14</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse9" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.The yeast backbone pYC was tested by PCR<br/> | ||
+ | 2.The inp and msa were tested by PCR<br/> | ||
+ | 3.The birA was sent and synthesised<br/> | ||
+ | 4.The inp and mas were connected by Gibson assemby<br/> | ||
+ | 5.inp-msa-J23106 was enzyme linked and transformed into TOP10<br/> | ||
+ | 6.Bira and pYC230-TP were connected by Gibson assemby and transformed into TOP10<br/> | ||
+ | 7.Mini system was testd by PCR and connected with pYC230 by Gibson assemby<br/> | ||
+ | 8.Prepared for national entrepreneurship projects <br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading3"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse10">Week10 2017.5.15-2017.5.21</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse10" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Our team was accepted<br/> | ||
+ | 2.pUG6 and pSH65-CRE were transformed<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading3"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse11">Week11 2017.5.22-2017.5.28</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse11" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.4 parts of mini system were tested by PCR<br/> | ||
+ | 2.pYC230 was tested by PCR<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading4"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse12">Week12 2017.5.29-2017.6.4</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse12" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.INP-msA was transformed and recovered<br/> | ||
+ | 2.The strain with cellulase was in conservation<br/> | ||
+ | 3.Path of metabolism of xylose was transformed into yeast<br/> | ||
+ | 4.Related genes synthesising resveratrol were sent to synthesise<br/> | ||
+ | 5.BAP and pYD1d were sent to sequencing<br/> | ||
+ | 6.The co-culture medium was made and inoculated<br/> | ||
+ | 7.The first circuit of mini system:Pmini-Tcyc1 was successfully connect<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading4"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse13">Week13 2017.6.5-2017.6.11</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse13" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Designed theprimers of BAP and prepared to synthesise<br/> | ||
+ | 2.INP-msA were successfully connected and recovered<br/> | ||
+ | 3.The result of co-cuture was not ideal<br/> | ||
+ | 4.Related genes of resveratrol were synthesised<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading4"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse14">Week14 2017.6.12-2017.6.18</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse14" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Applied for visa<br/> | ||
+ | 2.The transform of BirA failed<br/> | ||
+ | 3.Successfully connected Pcyc1+Tmini and Pmini+Tcyc1<br/> | ||
+ | 4.The recovering of INP-msA failed<br/> | ||
+ | 5.The first version of homepage of wiki uploded<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel"> | ||
+ | <div class="panel-heading ouc-panel-heading4"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse15">Week15 2017.6.19-2017.6.25</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse15" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Detection of cellulase by SDS-PAGE successed<br/> | ||
+ | 2.The expression of xylose metabolism circuit successe<br/> | ||
+ | 3.The iGEM kit was received<br/> | ||
+ | 4.The first circuit of resveratrol synthesis finished<br/> | ||
+ | 5.The transformation of mini system into yeast successed<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading1"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse16">Week16 2017.6.26-2017.7.2</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse16" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.As a result of preparation for the final exam that we didn't do any experiments<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading1"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse17">Week17 2017.7.3-2017.7.9</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse17" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.Attended 2017 Synthetic Biology Young Schlar Forum in Shanghai<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="panel "> | ||
+ | <div class="panel-heading ouc-panel-heading1"> | ||
+ | <h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapse18">Week18 2017.7.10-2017.7.16</a></h4> | ||
+ | </div> | ||
+ | <div id="collapse18" class="panel-collapse collapse in"> | ||
+ | <div class="panel-body"> | ||
+ | 1.The first circuit of resveratrol synthesis was trasformed successfully<br/> | ||
+ | 2.Determinated resveratrol standard curve by HPLC | ||
+ | 3.Started working with Interlab and transformed related circuits | ||
+ | 4.BirA connected successfully by Gibson assembly | ||
+ | 5.Started connecting OmpA and CenA<br/> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a href="#top"><img class="top" src="../homepage/T--OUC-China--top.png" width="150" height="116" /></a> | ||
+ | <div class="container-fluid ouc-reserve"> | ||
+ | <p class="text-center"> | ||
+ | <br/><br/> | ||
+ | Contact Us : oucigem@163.com | ©2017 OUC IGEM.All Rights Reserved. | Based On Bootstrap<br/><br/> | ||
+ | <img src="../homepage/T--OUC-China--foot1.png" width="80" height="80"/> | ||
+ | <img src="../homepage/T--OUC-China--foot2.png" width="80" height="80"/> | ||
+ | <img src="../homepage/T--OUC-China--QNS.jpg" width="353" height="50"/> | ||
+ | <img src="../homepage/T--OUC-China--NSG.png" width="174" height="50"/> | ||
+ | <img src="../homepage/T--OUC-China--ML.jpg" width="252" height="50"/><br/> | ||
+ | </p> | ||
</div> | </div> | ||
− | + | </body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 02:26, 21 August 2017
Notebook
1.Came to Peking University and Beijing University of Chemical Technology for project consultation
2.Determined our project:the degradation and utilization of enteromorpha
3.Determined our PI
4.Started to learn basic molecular experiments
5.Prepared experimental material
2.Determined our project:the degradation and utilization of enteromorpha
3.Determined our PI
4.Started to learn basic molecular experiments
5.Prepared experimental material
1.Team registration were completed
2.The circuits, parts, related reagents and equipment of our basic part were identified
3.Tried to explore the pretreatment conditions
4.Started to learn the balance analysis algorithm and programming language for modeling
5.Planned a briefing session for recruitment of next years'team
6.Set up publicity platforms
2.The circuits, parts, related reagents and equipment of our basic part were identified
3.Tried to explore the pretreatment conditions
4.Started to learn the balance analysis algorithm and programming language for modeling
5.Planned a briefing session for recruitment of next years'team
6.Set up publicity platforms
1.The yeast strain was identified:W303-1A
2.Came to QIBEBT for plasmid desigening and eukaryotic operation technology
3.Came to Shandong University for project consultation
4.Lab safety training for everyone
5.The recuiting started.Related posters and other propaganda had been prepared
2.Came to QIBEBT for plasmid desigening and eukaryotic operation technology
3.Came to Shandong University for project consultation
4.Lab safety training for everyone
5.The recuiting started.Related posters and other propaganda had been prepared
1.Strains were identified:The yeast is BY4741,and the E.Coli is KO11
2.Held the recuiting teach-in
3.Started to make co-culture experiment
4.Got the related plasmids pYC230
2.Held the recuiting teach-in
3.Started to make co-culture experiment
4.Got the related plasmids pYC230
1.Transformed and recovered pYC230
2.Activited KO11 and BY4741
3.Inoculated,transformed and cultured E.Coli with msa
4.The concept of co-culture between E.Coli and saccharomyces cerevisiae were prooved
2.Activited KO11 and BY4741
3.Inoculated,transformed and cultured E.Coli with msa
4.The concept of co-culture between E.Coli and saccharomyces cerevisiae were prooved
1.The first draft of contract was finished
2.Comleted the budget
3.The wiki homepage was designd
4.Sent the primer
5.Held the recruiting interview
2.Comleted the budget
3.The wiki homepage was designd
4.Sent the primer
5.Held the recruiting interview
1.Sent the plasmids of basic part
2.Drawn the glucose concentration standard curve
3.Recovered plasmid containing J23106 from E.Coli and cellulase from PYC230
4.Publicity brochures was designed
2.Drawn the glucose concentration standard curve
3.Recovered plasmid containing J23106 from E.Coli and cellulase from PYC230
4.Publicity brochures was designed
1.Investigate and survey of Seawin Biotech Group
2.The mini system was tested by PCR
3.The gene of BirA was gotten form E.Coli by PCR
2.The mini system was tested by PCR
3.The gene of BirA was gotten form E.Coli by PCR
1.The yeast backbone pYC was tested by PCR
2.The inp and msa were tested by PCR
3.The birA was sent and synthesised
4.The inp and mas were connected by Gibson assemby
5.inp-msa-J23106 was enzyme linked and transformed into TOP10
6.Bira and pYC230-TP were connected by Gibson assemby and transformed into TOP10
7.Mini system was testd by PCR and connected with pYC230 by Gibson assemby
8.Prepared for national entrepreneurship projects
2.The inp and msa were tested by PCR
3.The birA was sent and synthesised
4.The inp and mas were connected by Gibson assemby
5.inp-msa-J23106 was enzyme linked and transformed into TOP10
6.Bira and pYC230-TP were connected by Gibson assemby and transformed into TOP10
7.Mini system was testd by PCR and connected with pYC230 by Gibson assemby
8.Prepared for national entrepreneurship projects
1.Our team was accepted
2.pUG6 and pSH65-CRE were transformed
2.pUG6 and pSH65-CRE were transformed
1.4 parts of mini system were tested by PCR
2.pYC230 was tested by PCR
2.pYC230 was tested by PCR
1.INP-msA was transformed and recovered
2.The strain with cellulase was in conservation
3.Path of metabolism of xylose was transformed into yeast
4.Related genes synthesising resveratrol were sent to synthesise
5.BAP and pYD1d were sent to sequencing
6.The co-culture medium was made and inoculated
7.The first circuit of mini system:Pmini-Tcyc1 was successfully connect
2.The strain with cellulase was in conservation
3.Path of metabolism of xylose was transformed into yeast
4.Related genes synthesising resveratrol were sent to synthesise
5.BAP and pYD1d were sent to sequencing
6.The co-culture medium was made and inoculated
7.The first circuit of mini system:Pmini-Tcyc1 was successfully connect
1.Designed theprimers of BAP and prepared to synthesise
2.INP-msA were successfully connected and recovered
3.The result of co-cuture was not ideal
4.Related genes of resveratrol were synthesised
2.INP-msA were successfully connected and recovered
3.The result of co-cuture was not ideal
4.Related genes of resveratrol were synthesised
1.Applied for visa
2.The transform of BirA failed
3.Successfully connected Pcyc1+Tmini and Pmini+Tcyc1
4.The recovering of INP-msA failed
5.The first version of homepage of wiki uploded
2.The transform of BirA failed
3.Successfully connected Pcyc1+Tmini and Pmini+Tcyc1
4.The recovering of INP-msA failed
5.The first version of homepage of wiki uploded
1.Detection of cellulase by SDS-PAGE successed
2.The expression of xylose metabolism circuit successe
3.The iGEM kit was received
4.The first circuit of resveratrol synthesis finished
5.The transformation of mini system into yeast successed
2.The expression of xylose metabolism circuit successe
3.The iGEM kit was received
4.The first circuit of resveratrol synthesis finished
5.The transformation of mini system into yeast successed
1.As a result of preparation for the final exam that we didn't do any experiments
1.Attended 2017 Synthetic Biology Young Schlar Forum in Shanghai
1.The first circuit of resveratrol synthesis was trasformed successfully
2.Determinated resveratrol standard curve by HPLC 3.Started working with Interlab and transformed related circuits 4.BirA connected successfully by Gibson assembly 5.Started connecting OmpA and CenA
2.Determinated resveratrol standard curve by HPLC 3.Started working with Interlab and transformed related circuits 4.BirA connected successfully by Gibson assembly 5.Started connecting OmpA and CenA
Contact Us : oucigem@163.com | ©2017 OUC IGEM.All Rights Reserved. | Based On Bootstrap