Alexis0704 (Talk | contribs) |
|||
(27 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<html><title>GBC-Attributions</title> | <html><title>GBC-Attributions</title> | ||
− | |||
<!--CREATOR OF THIS WIKI TEMPLATE: WEIQIAN LIN, KUANGYI WEI,Copyright Served. Any eligible editor using this template must be a member of the iGEM team: GreatBay_China 2018--> | <!--CREATOR OF THIS WIKI TEMPLATE: WEIQIAN LIN, KUANGYI WEI,Copyright Served. Any eligible editor using this template must be a member of the iGEM team: GreatBay_China 2018--> | ||
− | |||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
Line 13: | Line 11: | ||
================================================== --> | ================================================== --> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | ||
<!-- css bootstrap --> | <!-- css bootstrap --> | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/css/bootstrap.css&action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/css/bootstrap.css&action=raw&ctype=text/css" /> | ||
<!-- js jquery --> | <!-- js jquery --> | ||
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/js/jquery.min.js& | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/js/jquery.min.js&action=raw&ctype=text/javascript"></script> |
− | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/bootstrap/3.3.7/js/bootstrap.min.js&action=raw&ctype=text/javascript"></script> | |
− | + | ||
− | + | ||
<!-- js menu --> | <!-- js menu --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 44: | Line 37: | ||
$('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | $('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | ||
}) | }) | ||
+ | </script> | ||
+ | <script> | ||
+ | function changeface() | ||
+ | { | ||
+ | element=document.getElementById('menuhead') | ||
+ | if (element.style.display='none') | ||
+ | { | ||
+ | element.style.display='block'; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | element.style.display='none'; | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
<!-- font --> | <!-- font --> | ||
− | < | + | <style> |
+ | /* latin */ | ||
+ | @font-face { | ||
+ | font-family: 'Delius'; | ||
+ | font-style: normal; | ||
+ | font-weight: 400; | ||
+ | src: local('Delius-Regular'), url(https://static.igem.org/mediawiki/2018/a/af/T--GreatBay_China--font.woff) format('woff'); | ||
+ | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; | ||
+ | } | ||
+ | </style> | ||
<!-- css main --> | <!-- css main --> | ||
<style> | <style> | ||
Line 3,165: | Line 3,181: | ||
.btn-primary[disabled].active, | .btn-primary[disabled].active, | ||
fieldset[disabled] .btn-primary.active { | fieldset[disabled] .btn-primary.active { | ||
− | + | background-color:none; | |
− | + | border:none; | |
} | } | ||
.btn-primary .badge { | .btn-primary .badge { | ||
Line 6,747: | Line 6,763: | ||
line-height:150%; | line-height:150%; | ||
font-weight:500; | font-weight:500; | ||
+ | } | ||
+ | .row ul,ol{ | ||
+ | font-size:18px; | ||
} | } | ||
Line 6,812: | Line 6,831: | ||
<!-- } --> | <!-- } --> | ||
.top-nav ul li div img{ | .top-nav ul li div img{ | ||
− | + | width:95px; | |
− | + | margin-top:-3px; | |
− | + | position:relative; | |
− | + | left:-15px; | |
} | } | ||
#top{ | #top{ | ||
Line 6,842: | Line 6,861: | ||
left:-83px; | left:-83px; | ||
top:-30px; | top:-30px; | ||
+ | |||
+ | } | ||
+ | .top-nav ul li div .long{ | ||
+ | line-height:1.1em; | ||
+ | padding:8px; | ||
+ | font-size:0.85em; | ||
+ | |||
} | } | ||
/* link style */ | /* link style */ | ||
Line 6,850: | Line 6,876: | ||
/* submenu link style */ | /* submenu link style */ | ||
.top-nav ul li div span:hover{ | .top-nav ul li div span:hover{ | ||
− | background: | + | background:rgba(125, 63, 152, 0.4);; |
+ | |||
} | } | ||
Line 6,856: | Line 6,883: | ||
.top-nav ul li div a:hover{ | .top-nav ul li div a:hover{ | ||
color:rgb(88,73,63); | color:rgb(88,73,63); | ||
− | background:rgb( | + | background:rgb(203,170,199); |
} | } | ||
/* special */ | /* special */ | ||
Line 6,902: | Line 6,929: | ||
.header img{ | .header img{ | ||
− | |||
max-width: 950px; | max-width: 950px; | ||
height: auto; | height: auto; | ||
Line 6,908: | Line 6,934: | ||
.responsive .img-title{ | .responsive .img-title{ | ||
− | + | font-size:20px; | |
− | + | color:rgb(88,73,63); | |
− | + | background-color:white; | |
− | + | padding-bottom:10px; | |
− | + | margin:0; | |
− | + | font-family:Delius; | |
− | + | text-align:center; | |
} | } | ||
.responsive div.img { | .responsive div.img { | ||
Line 6,953: | Line 6,979: | ||
top:-9px; | top:-9px; | ||
z-index:10; | z-index:10; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 7,027: | Line 7,029: | ||
.btn{ | .btn{ | ||
background-color:rgba(125, 63, 152, 0.9); | background-color:rgba(125, 63, 152, 0.9); | ||
+ | } | ||
+ | #menuhead{ | ||
+ | position: absolute; | ||
+ | z-index: 10; | ||
+ | left:10px; | ||
+ | } | ||
+ | .contact | ||
+ | { | ||
+ | display:inline-block; | ||
+ | padding:5px; | ||
+ | width:20%; | ||
+ | left:100%; | ||
+ | } | ||
+ | #menuhead h5{ | ||
+ | |||
+ | |||
+ | position:absolute; | ||
+ | left:-40px; | ||
+ | top:-59px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | #menuhead img{ | ||
+ | position:absolute; | ||
+ | width: 490%; | ||
+ | left:-160px; | ||
+ | top:-42px; | ||
+ | } | ||
+ | .logos | ||
+ | { | ||
+ | padding:10px; | ||
+ | margin:10px; | ||
+ | color: white; | ||
+ | background-color:rgba(125, 63, 152, 0.9); | ||
+ | display:inline-block; | ||
+ | width:250px; | ||
+ | height:260px; | ||
+ | vertical-align:top; | ||
+ | |||
+ | } | ||
+ | |||
+ | .photo{ | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | .sameline | ||
+ | { | ||
+ | display:inline-block; | ||
+ | padding:5px; | ||
+ | padding-right:10px; | ||
} | } | ||
th{ | th{ | ||
width:120px; | width:120px; | ||
} | } | ||
− | |||
+ | </style> | ||
<!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | <!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class="logo"><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></div> | + | <div class="logo"><a><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></a></div> |
<div class="container"> | <div class="container"> | ||
Line 7,044: | Line 7,094: | ||
<ul> | <ul> | ||
<li> | <li> | ||
− | <li> | + | <div class="res" target="_self" id="menuhead"> |
+ | |||
+ | |||
+ | <h5> Meow~</h5> | ||
+ | <img onclick="changeface()" src="https://static.igem.org/mediawiki/2018/e/e4/T--GreatBay_China--menucathead.png" width="800px"></div> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <li id="active"> | ||
<a href="#"><span>Team</span></a> | <a href="#"><span>Team</span></a> | ||
<div> | <div> | ||
Line 7,050: | Line 7,108: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Collaborations">Collaboration</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Collaborations">Collaboration</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Attributions">Attributions</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Attributions">Attributions</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | </div> | |
</li> | </li> | ||
<li> | <li> | ||
Line 7,058: | Line 7,116: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Results</a> |
− | + | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
− | + | </div> | |
− | + | ||
− | + | ||
</li> | </li> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="#"><span>Parts</span></a> |
<div> | <div> | ||
+ | |||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Parts">Parts</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Basic_Part">Basic</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Basic_Part">Basic</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> | + | <a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> |
− | + | <a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
+ | </div> | ||
</li> | </li> | ||
<li> | <li> | ||
− | <a href=" | + | <a href="#"><span>HP</span></a> |
<div> | <div> | ||
− | + | <a href="https://2018.igem.org/Team:GreatBay_China/HP">Background</a> | |
− | <a href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Human_Practices">Integrated HP</a> |
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product Design</a> |
− | + | <a href="https://2018.igem.org/Team:GreatBay_China/Hardware">Hardware</a> | |
− | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Public_Engagement">Public Engagement</a> | |
− | + | ||
+ | |||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
+ | |||
+ | </div> | ||
</li> | </li> | ||
<li> | <li> | ||
<a href="#"><span>Lab</span></a> | <a href="#"><span>Lab</span></a> | ||
<div> | <div> | ||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
− | + | </div> | |
</li> | </li> | ||
<li> | <li> | ||
Line 7,111: | Line 7,176: | ||
<div> | <div> | ||
</div> | </div> | ||
− | <li | + | <li> |
<a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China"><span>Home</span></a> | ||
</li> | </li> | ||
Line 7,120: | Line 7,185: | ||
</ul> | </ul> | ||
− | + | ||
+ | |||
+ | |||
+ | </div> | ||
Line 7,172: | Line 7,240: | ||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="header" style="margin-left: -14px"> | + | <div class="header" style="margin-left:-14px;"> |
<img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | <img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <!--TEMPLATE ENDS HERE BY CHARELS WEI --> | + | |
− | + | <!--TEMPLATE ENDS HERE BY CHARELS WEI (All edits down here)--> | |
− | <div class="row" style="padding-left:50px"> | + | |
− | <h2>Attributions</h2> | + | |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div class="row" style="padding-left:50px; padding-right: 50px;"> | ||
+ | <br> | ||
+ | <h2 style="font-size: 45px; font-weight:800;">Attributions</h2> | ||
<br><br> | <br><br> | ||
<table rules="all"> | <table rules="all"> | ||
− | <tr> | + | <tr style="background-color: rgb(118,191,141);"> |
<th> </th> | <th> </th> | ||
<th>Project Design</th> | <th>Project Design</th> | ||
Line 7,192: | Line 7,273: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Alexis Zeng</td> | + | <td style="background-color: rgb(118,191,141);">Alexis Zeng</td> |
<td>✔✔</td> | <td>✔✔</td> | ||
<td>✔✔</td> | <td>✔✔</td> | ||
Line 7,201: | Line 7,282: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Lucinda Lin</td> | + | <td style="background-color: rgb(118,191,141);">Lucinda Lin</td> |
<td>✔</td> | <td>✔</td> | ||
<td>✔✔</td> | <td>✔✔</td> | ||
Line 7,210: | Line 7,291: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Sean Yao</td> | + | <td style="background-color: rgb(118,191,141);">Sean Yao</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,219: | Line 7,300: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Rocky Yu</td> | + | <td style="background-color: rgb(118,191,141);">Rocky Yu</td> |
<td></td> | <td></td> | ||
<td>✔✔</td> | <td>✔✔</td> | ||
Line 7,228: | Line 7,309: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Tara Yuan</td> | + | <td style="background-color: rgb(118,191,141);">Tara Yuan</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,237: | Line 7,318: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Leo Li</td> | + | <td style="background-color: rgb(118,191,141);">Leo Li</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,246: | Line 7,327: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Charles Wei</td> | + | <td style="background-color: rgb(118,191,141);">Charles Wei</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,255: | Line 7,336: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Wade Xiao</td> | + | <td style="background-color: rgb(118,191,141);">Wade Xiao</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,264: | Line 7,345: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Marie Wei</td> | + | <td style="background-color: rgb(118,191,141);">Marie Wei</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,273: | Line 7,354: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>David Yong</td> | + | <td style="background-color: rgb(118,191,141);">David Yong</td> |
<td></td> | <td></td> | ||
<td></td> | <td></td> | ||
Line 7,282: | Line 7,363: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Eden Yu</td> | + | <td style="background-color: rgb(118,191,141);">Eden Yu</td> |
<td></td> | <td></td> | ||
<td>✔✔</td> | <td>✔✔</td> | ||
Line 7,291: | Line 7,372: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Katrina Zhou</td> | + | <td style="background-color: rgb(118,191,141);">Katrina Zhou</td> |
<td></td> | <td></td> | ||
<td>✔</td> | <td>✔</td> | ||
Line 7,300: | Line 7,381: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Jessie Sun</td> | + | <td style="background-color: rgb(118,191,141);">Jessie Sun</td> |
<td></td> | <td></td> | ||
<td></td> | <td></td> | ||
Line 7,309: | Line 7,390: | ||
</tr> | </tr> | ||
</table> | </table> | ||
− | < | + | <h4>✔: involved</h4> |
− | < | + | <h4>✔✔: made main contribution<br><br>Items remarked by * means it was done by someone who is not student team members.</h4><br><br><br> |
<h2> Project Design</h2> | <h2> Project Design</h2> | ||
− | <h4> The initial idea of doing a project on catnip came from our advisor *Xuan Wang who mentioned to us the fact that catnip can be used as a green pesticide. Alexis Zeng did further research and saw the possibility of using a co-culture system for manufacturing. Lucinda Lin | + | <h4> The initial idea of doing a project on catnip came from our advisor *Xuan Wang who mentioned to us the fact that catnip can be used as a green pesticide. Alexis Zeng did further research and saw the possibility of using a co-culture system for manufacturing. Lucinda Lin searched for strategies to optimize the microbial production, our primary PI *Dr. Haoqian Zhang recommended the use of TALE stabilized promoters. </h4> |
<br><br> | <br><br> | ||
<h2> Lab</h2> | <h2> Lab</h2> | ||
− | < | + | <h2> -Geraniol Production:</h2> |
<ul> | <ul> | ||
<li>Design: Alexis Zeng</li> | <li>Design: Alexis Zeng</li> | ||
− | <li>Molecular Cloning: Tara Yuan, Leo Li, Alexis Zeng, Leo Li, Rocky Yu, *Genscript (construction of pMVA-GPPS-GES)</li> | + | <li>Molecular Cloning: Tara Yuan, Leo Li, Alexis Zeng, Leo Li, Eden Yu, Rocky Yu, *Genscript (construction of pMVA-GPPS-GES)</li> |
<li>Shake-flask fermentation: Alexis Zeng, Jesse Sun</li> | <li>Shake-flask fermentation: Alexis Zeng, Jesse Sun</li> | ||
<li>GC Characterization: Sean Yao, Charles Wei</li> | <li>GC Characterization: Sean Yao, Charles Wei</li> | ||
</ul> | </ul> | ||
− | < | + | <h2> -pTALE Promoters:</h2> |
<ul> | <ul> | ||
<li>Design: Alexis Zeng, *Boxiang Wang</li> | <li>Design: Alexis Zeng, *Boxiang Wang</li> | ||
− | <li>Molecular Cloning: Sean Yao, Rocky Yu, Tara Yuan, *Boxiang Wang (built the promoter library with us by SOE PCR)</li> | + | <li>Molecular Cloning: Sean Yao, Rocky Yu, Tara Yuan, *Boxiang Wang (built the promoter library with us by SOE PCR and Golden Gate)</li> |
<li>Flow Cytometry Characterization: Tara Yuan, Sean Yao, Charles Wei</li> | <li>Flow Cytometry Characterization: Tara Yuan, Sean Yao, Charles Wei</li> | ||
− | <li>Genome Integration: Sean Yao, Alexis Zeng, *Yiming Dong (provided us with plasmids, taught us the usage, and performed PCR)</li> | + | <li>Genome Integration: Sean Yao, Alexis Zeng, *Yiming Dong (provided us with plasmids, taught us the usage, and performed PCR), Rocky Yu</li> |
</ul> | </ul> | ||
− | < | + | <h2> -Yeast Gene Deletion:</h2> |
<ul> | <ul> | ||
− | <li>Design: Tara Yuan, Alexis Zeng, *Boxiang Wang (taught Tara and Alexis principles for | + | <li>Design: Tara Yuan, Alexis Zeng, Charles Wei, *Boxiang Wang (taught Tara and Alexis principles for designing sgRNA and homologous arm)</li> |
− | <li>Molecular Cloning: Alexis Zeng, David Yang, Tara Yuan, Leo Li, Rocky Yu, Charles Wei</li> | + | <li>Molecular Cloning: Alexis Zeng, David Yang, Tara Yuan, Leo Li, Eden Yu, Rocky Yu, Charles Wei</li> |
<li>Verification: Alexis Zeng, *Xuanyu Zhao (deleted OYE2 by CRISPR while we achieved the same result by homologous recombination</li> | <li>Verification: Alexis Zeng, *Xuanyu Zhao (deleted OYE2 by CRISPR while we achieved the same result by homologous recombination</li> | ||
</ul> | </ul> | ||
− | < | + | <h2> -Nepetalactol Production:</h2> |
<ul> | <ul> | ||
<li>Design: Alexis Zeng, *Boxiang Wang (proposed a new strategy using biobrick assembly when we failed to construct the yeast vector using Gibson Assembly)</li> | <li>Design: Alexis Zeng, *Boxiang Wang (proposed a new strategy using biobrick assembly when we failed to construct the yeast vector using Gibson Assembly)</li> | ||
<li>Molecular Cloning: Rocky Yu, Tara Yuan, Alexis Zeng</li> | <li>Molecular Cloning: Rocky Yu, Tara Yuan, Alexis Zeng</li> | ||
− | <li>Shake-flask fermentation: Sean Yao, *Boxiang Wang (helped us to feed the yeast geraniol during night)</li> | + | <li>Shake-flask fermentation: Sean Yao, Eden Yu, *Boxiang Wang (helped us to feed the yeast geraniol during night)</li> |
− | <li>GC Characterization: Sean Yao, Charles Wei</li> | + | <li>GC Characterization: Sean Yao, Tara Yuan, Charles Wei, Alexis Zeng, Eden Yu, Rocky Yu</li> |
</ul> | </ul> | ||
− | < | + | <h2> -Interlab:</h2> |
<ul> | <ul> | ||
− | <li>Interlab:Sean Yao, Charles Wei, David Yang</li> | + | <li>Interlab: Sean Yao, Charles Wei, David Yang</li> |
</ul> | </ul> | ||
Line 7,352: | Line 7,433: | ||
<h2> Human Practice</h2> | <h2> Human Practice</h2> | ||
− | < | + | <h2> -Meet up:</h2> |
<ul> | <ul> | ||
<li>Alexis Zeng, Lucinda Lin, and Sean Yao went to the iGEM Southern China Regional Meeting hosted by team SZU</li> | <li>Alexis Zeng, Lucinda Lin, and Sean Yao went to the iGEM Southern China Regional Meeting hosted by team SZU</li> | ||
Line 7,359: | Line 7,440: | ||
<li>Alexis Zeng, Lucinda Lin, Wade Xiao, Charles Wei, Rocky Yu participated the EurAsian Meet up</li> | <li>Alexis Zeng, Lucinda Lin, Wade Xiao, Charles Wei, Rocky Yu participated the EurAsian Meet up</li> | ||
</ul> | </ul> | ||
− | < | + | <h2> -Integrated Human Practice:</h2> |
<ul> | <ul> | ||
<li>Interview with Fenghua Li: Lucinda Lin, Rocky Yu, Wade Xiao</li> | <li>Interview with Fenghua Li: Lucinda Lin, Rocky Yu, Wade Xiao</li> | ||
Line 7,367: | Line 7,448: | ||
<li>Interview with government: Rocky Yu</li> | <li>Interview with government: Rocky Yu</li> | ||
</ul> | </ul> | ||
− | < | + | <h2> -HP documentary:</h2> |
<ul> | <ul> | ||
<li>Director: Rocky Yu</li> | <li>Director: Rocky Yu</li> | ||
− | <li>Participated: Lucinda Lin, Alexis Zeng, Eden Yu, Charles Wei, Leo Li</li> | + | <li>Participated: Lucinda Lin, Alexis Zeng, Eden Yu, Charles Wei, Leo Li, Tara Yuan, *Boxiang Wang, *Yiming Dong</li> |
</ul> | </ul> | ||
− | < | + | <h2> -Public Engagement:</h2> |
<ul> | <ul> | ||
− | <li>Makers Fair: Eden Yu, Alexis Zeng, Rocky Yu, Charles Wei</li> | + | <li>Makers Fair: Eden Yu, Alexis Zeng, Rocky Yu, Charles Wei, Lucinda Lin</li> |
<li>Maker space: Alexis Zeng, Lucinda Lin</li> | <li>Maker space: Alexis Zeng, Lucinda Lin</li> | ||
<li>Interview with neighborhood: Alexis Zeng</li> | <li>Interview with neighborhood: Alexis Zeng</li> | ||
</ul> | </ul> | ||
− | < | + | <h2> -Applied Design:</h2> |
<ul> | <ul> | ||
− | <li>Design: Alexis Zeng</li> | + | <li>Design: Eden Yu, Alexis Zeng, *Boxiang Wang, Charles Wei</li> |
<li>3D model: Eden Yu</li> | <li>3D model: Eden Yu</li> | ||
<li>Construction: Eden Yu</li> | <li>Construction: Eden Yu</li> | ||
</ul> | </ul> | ||
+ | <br><br><br> | ||
+ | |||
+ | <h2> Model</h2> | ||
+ | <ul> | ||
+ | <li>Lucinda Lin: wrote the ODE equations</li> | ||
+ | <li>Wade Xiao: researched the possible range of parameters</li> | ||
+ | <li>Eden Yu: carried out sensitivity analysis</li> | ||
+ | <li>*Alicia Graham: taught us how to use Matlab and the basics of modeling</li> | ||
+ | <li>*Honghao Su: helped us to research Flux Balance Analysis, attempted to use CellNetAnalyzer find out the optimum expression level of GPPS and GES.</li> | ||
+ | </ul> | ||
+ | |||
+ | <br><br><br> | ||
+ | |||
+ | <h2> Art Design</h2> | ||
+ | <ul> | ||
+ | <li>Marie Wei: drew wiki illustration, designed postcards, poster, and banner.</li> | ||
+ | <li>David Yang: designed team uniform, wiki layout</li> | ||
+ | <li>Katrina Zhuo: designed team logo</li> | ||
+ | </ul> | ||
+ | |||
+ | <br><br><br> | ||
+ | |||
+ | <h2> Wiki Construction</h2> | ||
+ | <ul> | ||
+ | <li>Lucinda Lin</li> | ||
+ | <li>Charles Wei</li> | ||
+ | </ul> | ||
+ | |||
+ | <br><br><br><br><br> | ||
+ | |||
+ | <h1>Acknowledgment:</h1> | ||
+ | <br><br> | ||
+ | |||
+ | <h4>The journey of iGEM wasn’t an easy one, and GreatBay_China has received lots of help from many people. Here we would like to thank specially to the following people who have given us the kindest support:</h4><br><br> | ||
+ | |||
+ | <h2>Boxiang Wang</h2> | ||
+ | <h4>As a teacher in Bluepha Lab, Boxiang Wang offered us project-oriented training and taught us a set of courses on Molecular Biology, Synthetic Biology, Biosafety, and Ethics. Also as an iGEM coach, he gave us advice on project design and experiment planning, helped troubleshooting experiments, shared external resources, and attended our weekly meetings. Above all, he also taught us how to collect graphs and tables from experiments in a scientific and authoritative way.</h4><br> | ||
+ | |||
+ | <h2>Xuanyu Zhao</h2> | ||
+ | <h4>Xuanyu Zhao helped us to pick up many important habits for scientific research such as making strain lists and having standardized experiment records. Also by frequent discussions with us, she guided us through the difficulties encountered in experiments, for example, modifying the method to delete yeast genes.</h4><br> | ||
+ | |||
+ | <h2>Yiming Dong</h2> | ||
+ | <h4>Yiming Dong has given us numerous useful tips on molecular cloning experiments. She provided us with the plasmid to perform genome insertion. Also, she shot some videos with Fenghua Li for us, and these videos later became essential materials of our documentary.</h4><br> | ||
+ | |||
+ | <h2>Alicia Graham</h2> | ||
+ | <h4>Alicia Graham is a former member of iGEM team Paris Bettencourt and a current Ph.D. candidate at Imperial College London. During her internship at Bluepha, she kindly offered us training on how to use Matlab and basics on mathematic modelling in Biology. Thank you, Alicia, for your warm support and encouragement!</h4><br> | ||
+ | |||
+ | <h2>Li Yu and John Henry</h2> | ||
+ | <h4>Li Yu and John Henry from xFactory offered keen guidance to help us design the cat shelter “Kitty Wonderland”. John Henry taught Eden Yu how to use the laser cut-out machine to prepare materials for constructing the cat shelter.</h4><br> | ||
+ | |||
+ | <h2>Honghao Su</h2> | ||
+ | <h4>Honghao Su helped us with modeling by sharing what he had learned about Flux Balance Analysis and had attempted to use FBA for predicting the optimum expression level of GPPS and GES.</h4><br> | ||
+ | |||
+ | <h2>Harry Jiang</h2> | ||
+ | <h4>Harry is the student leader of team SIAT-SCIE 2017 and team RDFZ-China 2018. He is a student from Shenzhen College of International Education (SCIE). This year Harry helped to build team GreatBay China by gathering a group of students who were interested in iGEM and providing them with some basic training including reading papers, learning from previous teams. And this group of student later became some members of GreatBay China (Alexis Zeng, Eden You, Charles Wei). He also provided many suggestions of different aspects throughout the iGEM season.</h4><br> | ||
+ | |||
+ | <h2>Fenghua Li and members of her animal rescue team</h2> | ||
+ | <h4>Fenghua Li kindly allowed us to film her and the cats she rescued. Through direct interview and in-depth conversation, she and the members of her animal rescue team offered us an insight into the current situation and difficulties faced by feral cat rescue nowadays, which was crucially important guidance for our human practice. They also reviewed our design of cat shelter and gave us suggestions to modify the shelter.</h4><br> | ||
+ | |||
+ | <h2>Dr. Junbiao Dai</h2> | ||
+ | <h4>Dr. Junbiao Dai had given us lots of advice on yeast gene deletion and vector construction, which was a timely help as we didn’t have any experience working with yeast before.</h4><br> | ||
+ | |||
+ | <h2>Dr. Christopher Voigt</h2> | ||
+ | <h4>The excellent work of Dr. Christopher Voigt truly inspired us and encouraged us to explore more about the TALE stabilized promoters. During the 4th Synthetic Biology Young Scholar Forum, he answered our questions about the usage of the TALEsp and discussed with us the application of the TALEsp to metabolic engineered. After, Dr. Christopher Voigt kindly commended our project. His warm encouragement has made us more motivated in the journey of discovery about synthetic biology.</h4><br> | ||
+ | |||
+ | <h2>Weitong Guo</h2> | ||
+ | <h4>Weitong Guo, who majors bioinformatics. Weitong was the former dry lab leader, mathematical modeler and software designer in the team HZAU China 2017. He gave us a large amount of advice regarding our mathematical modeling as well as he provided vital assistance for our sensitivity analysis by drawing out the heat map.</h4><br> | ||
+ | |||
+ | <br><br><br><br> | ||
+ | |||
+ | <h1>Pre-iGEM training & project start:</h1> | ||
+ | <br><br> | ||
+ | |||
+ | <h4>Bluepha Lab offers synthetic biology education in the forms of winter camps and summer camps. The course syllabus and materials are not freely available online. In February 2018, majority members of GreatBay_China took part in the Cell Factory winter camp held in Bluepha Lab which lasted for five days and was taught by Boxiang Wang. It was during the winter camp that we first started brainstorming. The project started in March and the lab began in April.</h4> | ||
</div> | </div> | ||
− | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI--> | + | |
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI (I wonder why I am writing this cuz only Lucinda and I will edit here.)--> | ||
+ | <br><br><br><br> | ||
</div> | </div> | ||
− | + | </div> | |
− | + | </div> | |
Line 7,404: | Line 7,572: | ||
</body> | </body> | ||
− | + | </p> | |
+ | |||
+ | </div> <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <!-- Life sucks by Lucinda Lin. Sometimes working out a template can be so goddamn hard, and it is not responsive. --> | ||
+ | <!-- Well life has to go on by Charles Wei. Sometimes correcting a template can be so tiring, and it is a recursive.--> | ||
+ | </html> |
Latest revision as of 12:15, 6 December 2018
Attributions
Project Design | Human Practice | Lab | Model | Art Design | Wiki Construction | |
---|---|---|---|---|---|---|
Alexis Zeng | ✔✔ | ✔✔ | ✔✔ | |||
Lucinda Lin | ✔ | ✔✔ | ✔✔ | ✔✔ | ||
Sean Yao | ✔ | ✔✔ | ||||
Rocky Yu | ✔✔ | ✔✔ | ||||
Tara Yuan | ✔ | ✔✔ | ||||
Leo Li | ✔ | ✔✔ | ||||
Charles Wei | ✔ | ✔✔ | ✔✔ | |||
Wade Xiao | ✔ | ✔✔ | ||||
Marie Wei | ✔ | ✔ | ✔✔ | |||
David Yong | ✔✔ | ✔✔ | ||||
Eden Yu | ✔✔ | ✔✔ | ✔✔ | |||
Katrina Zhou | ✔ | ✔ | ||||
Jessie Sun | ✔ |
✔: involved
✔✔: made main contribution
Items remarked by * means it was done by someone who is not student team members.
Project Design
The initial idea of doing a project on catnip came from our advisor *Xuan Wang who mentioned to us the fact that catnip can be used as a green pesticide. Alexis Zeng did further research and saw the possibility of using a co-culture system for manufacturing. Lucinda Lin searched for strategies to optimize the microbial production, our primary PI *Dr. Haoqian Zhang recommended the use of TALE stabilized promoters.
Lab
-Geraniol Production:
- Design: Alexis Zeng
- Molecular Cloning: Tara Yuan, Leo Li, Alexis Zeng, Leo Li, Eden Yu, Rocky Yu, *Genscript (construction of pMVA-GPPS-GES)
- Shake-flask fermentation: Alexis Zeng, Jesse Sun
- GC Characterization: Sean Yao, Charles Wei
-pTALE Promoters:
- Design: Alexis Zeng, *Boxiang Wang
- Molecular Cloning: Sean Yao, Rocky Yu, Tara Yuan, *Boxiang Wang (built the promoter library with us by SOE PCR and Golden Gate)
- Flow Cytometry Characterization: Tara Yuan, Sean Yao, Charles Wei
- Genome Integration: Sean Yao, Alexis Zeng, *Yiming Dong (provided us with plasmids, taught us the usage, and performed PCR), Rocky Yu
-Yeast Gene Deletion:
- Design: Tara Yuan, Alexis Zeng, Charles Wei, *Boxiang Wang (taught Tara and Alexis principles for designing sgRNA and homologous arm)
- Molecular Cloning: Alexis Zeng, David Yang, Tara Yuan, Leo Li, Eden Yu, Rocky Yu, Charles Wei
- Verification: Alexis Zeng, *Xuanyu Zhao (deleted OYE2 by CRISPR while we achieved the same result by homologous recombination
-Nepetalactol Production:
- Design: Alexis Zeng, *Boxiang Wang (proposed a new strategy using biobrick assembly when we failed to construct the yeast vector using Gibson Assembly)
- Molecular Cloning: Rocky Yu, Tara Yuan, Alexis Zeng
- Shake-flask fermentation: Sean Yao, Eden Yu, *Boxiang Wang (helped us to feed the yeast geraniol during night)
- GC Characterization: Sean Yao, Tara Yuan, Charles Wei, Alexis Zeng, Eden Yu, Rocky Yu
-Interlab:
- Interlab: Sean Yao, Charles Wei, David Yang
Human Practice
-Meet up:
- Alexis Zeng, Lucinda Lin, and Sean Yao went to the iGEM Southern China Regional Meeting hosted by team SZU
- Lucinda Lin and Sean Yao took part in the 5th Conference of China iGEMer Community
- Alexis Zeng and Lucinda Lin organized the Shenzhen High School iGEM Meetup
- Alexis Zeng, Lucinda Lin, Wade Xiao, Charles Wei, Rocky Yu participated the EurAsian Meet up
-Integrated Human Practice:
- Interview with Fenghua Li: Lucinda Lin, Rocky Yu, Wade Xiao
- xfactory presentation: Lucinda Lin, Alexis Zeng
- Costal City Interview: Eden Yu, Rocky Yu, Luncinda Lin, Alexis Zeng
- Green Drinks Workshop: Eden Yu, Rocky Yu, Alexis Zeng
- Interview with government: Rocky Yu
-HP documentary:
- Director: Rocky Yu
- Participated: Lucinda Lin, Alexis Zeng, Eden Yu, Charles Wei, Leo Li, Tara Yuan, *Boxiang Wang, *Yiming Dong
-Public Engagement:
- Makers Fair: Eden Yu, Alexis Zeng, Rocky Yu, Charles Wei, Lucinda Lin
- Maker space: Alexis Zeng, Lucinda Lin
- Interview with neighborhood: Alexis Zeng
-Applied Design:
- Design: Eden Yu, Alexis Zeng, *Boxiang Wang, Charles Wei
- 3D model: Eden Yu
- Construction: Eden Yu
Model
- Lucinda Lin: wrote the ODE equations
- Wade Xiao: researched the possible range of parameters
- Eden Yu: carried out sensitivity analysis
- *Alicia Graham: taught us how to use Matlab and the basics of modeling
- *Honghao Su: helped us to research Flux Balance Analysis, attempted to use CellNetAnalyzer find out the optimum expression level of GPPS and GES.
Art Design
- Marie Wei: drew wiki illustration, designed postcards, poster, and banner.
- David Yang: designed team uniform, wiki layout
- Katrina Zhuo: designed team logo
Wiki Construction
- Lucinda Lin
- Charles Wei