(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html><title>GBC-Collaborations</title> | <html><title>GBC-Collaborations</title> | ||
− | |||
− | |||
− | |||
− | |||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | ||
Line 13: | Line 8: | ||
================================================== --> | ================================================== --> | ||
<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" /> | ||
<!-- js jquery --> | <!-- js jquery --> | ||
− | <script src="https:// | + | <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 src="https:// | + | <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 --> | ||
Line 42: | Line 34: | ||
$('.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 1,383: | Line 1,398: | ||
} | } | ||
.text-primary { | .text-primary { | ||
− | color: # | + | /*important for mint color change when you hover BY CHARLES WEI*/ |
+ | color: #76BF8D; | ||
} | } | ||
a.text-primary:hover { | a.text-primary:hover { | ||
− | + | color:#76bf8d; | |
} | } | ||
.text-success { | .text-success { | ||
Line 1,417: | Line 1,433: | ||
} | } | ||
a.bg-primary:hover { | a.bg-primary:hover { | ||
− | + | background-color:#76bf8d; | |
} | } | ||
Line 3,133: | Line 3,149: | ||
.btn-primary.active, | .btn-primary.active, | ||
.open > .dropdown-toggle.btn-primary { | .open > .dropdown-toggle.btn-primary { | ||
− | color: | + | /* important for color change when you hover BY CHARLES WEI*/ |
+ | color: #fff; | ||
+ | background-color: #76BF8D; | ||
border-color:none; | border-color:none; | ||
} | } | ||
Line 4,815: | Line 4,833: | ||
.label-primary[href]:hover, | .label-primary[href]:hover, | ||
.label-primary[href]:focus { | .label-primary[href]:focus { | ||
− | + | background-color: #76bf8d; | |
} | } | ||
.label-success { | .label-success { | ||
Line 6,433: | Line 6,451: | ||
.row{ | .row{ | ||
width:950px; | width:950px; | ||
− | padding-left: | + | padding-left:15px; |
} | } | ||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||
Line 6,837: | Line 6,855: | ||
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,845: | Line 6,870: | ||
/* 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,851: | Line 6,877: | ||
.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,947: | Line 6,973: | ||
top:-9px; | top:-9px; | ||
z-index:10; | z-index:10; | ||
+ | } | ||
+ | #myModal #myModal2 #myModal3 #myModal4 #myModal5 #myModal6 #myModal7 #myModal8 #myModal9 #myModal10 #myModal11 #myModal12 #myModal13 #myModal14 #myModal15 #myModal16 #myModal17 #myModal18 #myModal19 #myModal20 | ||
+ | { | ||
+ | z-index:1; | ||
} | } | ||
− | . | + | .line |
+ | { | ||
+ | display:block; | ||
+ | margin:20px; | ||
+ | } | ||
+ | .members | ||
+ | { | ||
+ | display:inline-block; | ||
+ | padding:5px; | ||
+ | width:20%; | ||
+ | left:100%; | ||
+ | } | ||
+ | .modal-backdrop.in { | ||
+ | filter: alpha(opacity=50); | ||
+ | opacity: 1; | ||
+ | } | ||
+ | opacity.less:4 | ||
+ | .modal-backdrop.fade { | ||
+ | filter: alpha(opacity=0); | ||
+ | opacity: 0; | ||
+ | } | ||
+ | .fade.in { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | |||
+ | .modal-backdrop { | ||
+ | display:none; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | z-index: -1040; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | .title{ | ||
position:left; | position:left; | ||
padding-left: 20px; | padding-left: 20px; | ||
− | color: | + | color:rgb(88,73,63); |
+ | font-size:30px; | ||
+ | } | ||
+ | .btn{ | ||
+ | background-color:rgba(125, 63, 152, 0.9); | ||
+ | } | ||
+ | #menuhead{ | ||
+ | position: absolute; | ||
+ | z-index: 10; | ||
+ | left:10px; | ||
} | } | ||
.contact | .contact | ||
Line 6,961: | Line 7,035: | ||
width:20%; | width:20%; | ||
left:100%; | left:100%; | ||
+ | } | ||
+ | #menuhead h5{ | ||
+ | |||
+ | |||
+ | position:absolute; | ||
+ | left:-40px; | ||
+ | top:-59px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | #menuhead img{ | ||
+ | position:absolute; | ||
+ | width: 490%; | ||
+ | left:-160px; | ||
+ | top:-42px; | ||
} | } | ||
.logos | .logos | ||
Line 6,971: | Line 7,059: | ||
width:250px; | width:250px; | ||
height:260px; | height:260px; | ||
+ | vertical-align:top; | ||
} | } | ||
Line 6,985: | Line 7,074: | ||
</style> | </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 6,997: | Line 7,085: | ||
<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,011: | Line 7,107: | ||
<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"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,020: | Line 7,114: | ||
</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"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,031: | Line 7,128: | ||
</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"/> | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
Line 7,043: | Line 7,145: | ||
<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> | ||
Line 7,064: | Line 7,167: | ||
<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,084: | Line 7,187: | ||
<div class="container"> | <div class="container"> | ||
<div class="footer"> | <div class="footer"> | ||
− | |||
<br> | <br> | ||
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
+ | |||
<div class="contact"> | <div class="contact"> | ||
<img src="https://static.igem.org/mediawiki/2018/d/dd/T--GreatBay_China--footer1.png" width="50px"> | <img src="https://static.igem.org/mediawiki/2018/d/dd/T--GreatBay_China--footer1.png" width="50px"> | ||
</div> | </div> | ||
− | <div class="contact" style="width: | + | <div class="contact" style="width:450px"> |
<h5 style="color:white;">mCATNIP2018@outlook.com</h5> | <h5 style="color:white;">mCATNIP2018@outlook.com</h5> | ||
+ | </div> | ||
+ | <div class="contact"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ed/T--GreatBay_China--footer10.jpeg" width="80px"> | ||
</div> | </div> | ||
<div class="contact" > | <div class="contact" > | ||
Line 7,107: | Line 7,213: | ||
<img src="https://static.igem.org/mediawiki/2018/b/b6/T--GreatBay_China--footer2.png" width="50px"> | <img src="https://static.igem.org/mediawiki/2018/b/b6/T--GreatBay_China--footer2.png" width="50px"> | ||
</div> | </div> | ||
− | <div class="contact" style="width: | + | <div class="contact" style="width:450px"> |
<h5 style="color:white;">@Igem2018C</h5> | <h5 style="color:white;">@Igem2018C</h5> | ||
</div> | </div> | ||
Line 7,123: | Line 7,229: | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="header" | + | <div class="header" style="margin-left:-14px;"> |
− | + | <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 "> | ||
+ | <span style="height:250px"></span> | ||
+ | |||
+ | <div class="jumbotron" style="color:white;"> | ||
+ | <h2>Collaborations</h2> | ||
+ | <h4> | ||
+ | GreatBay_China is actively invovled in many collaborations with local and international teams. Under this positive give-and-take atmosphere, we established good friendships with many teams and benefited mutually from the process. | ||
+ | </h4> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
<div class="row" style="padding-left:50px"> | <div class="row" style="padding-left:50px"> | ||
+ | <div class="contact" style="width:260px"> | ||
+ | <h1 class="title"> Team logo</h1> | ||
+ | |||
+ | </div> | ||
+ | <div class="contact"> | ||
+ | <h1 class="title"> Collaboration Details</h1> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h6 style="padding-left:60px;width:250px"> <i> Click logo to visit other teams' wiki collaboration page~</i></h6><br><br> | ||
+ | |||
+ | <div class="row" style="padding-left:50px;padding-bottom:50px"> | ||
+ | <a href="https://2018.igem.org/Team:RDFZ-China/Collaborations"> | ||
<div class="logos"> | <div class="logos"> | ||
− | <img class="photo" id= | + | <img class="photo" id="RDFZ" width="220px" src="https://static.igem.org/mediawiki/2018/b/bb/T--GreatBay_China--collab-RDFZlogo.png" /> |
− | <h4 style="position:bottom;text-align: center;"> | + | <h4 style="position:bottom;text-align: center;">RDFZ</h4> |
</div> | </div> | ||
+ | </a> | ||
<div class="logos" style="background-color: unset;width:600px;color:#000;"> | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
− | <h4 style="position:top;"> | + | <h4 style="position:top;">RDFZ and GreatBay discussed and collaborated in modelling and adding parts. <br></h4> |
− | </div> | + | <h5 style="position:top;"> |
+ | To be specific, Zeyu Tang from RDFZ gave them one document about previous work he has done on the fermentor model, which contains deterministic ODEs for predicting the productivity of engineered bacteria in the fermentor. In addition, Zeyu wrote another document which illustrates the deduction of Hill equation, helping them create their model simulation.<br><br> | ||
+ | Knowing GreatBay was constructing a constitutive expressing GFP into the bacterial genome, RDFZ enquired for it and used it as a capacity monitor for characterizing the expression burden. Greatbay kindly gave it to RDFZ as a gift.</h5> | ||
+ | </div> | ||
+ | |||
</div> | </div> | ||
− | <div class="row" style="padding-left:50px"> | + | |
+ | |||
+ | <div class="row" style="padding-left:50px;padding-bottom:50px"> | ||
+ | <a href="https://2018.igem.org/Team:SZU-China/Collaborations"> | ||
<div class="logos"> | <div class="logos"> | ||
<img class="photo" id=‘SZU’ width="220px" src="https://static.igem.org/mediawiki/2018/2/25/T--GreatBay_China--collab-SZUlogo.png" /> | <img class="photo" id=‘SZU’ width="220px" src="https://static.igem.org/mediawiki/2018/2/25/T--GreatBay_China--collab-SZUlogo.png" /> | ||
<h4 style="position:bottom;text-align: center;">SZU_China</h4> | <h4 style="position:bottom;text-align: center;">SZU_China</h4> | ||
</div> | </div> | ||
+ | </a> | ||
<div class="logos" style="background-color: unset;width:600px;color:#000;"> | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
− | <h4 style="position:top;">On May 6th we attended 2018 iGEM Southern China Regional Meeting hosted by SZU and obtained valuable feedback on Human Practice. SZU kindly let us use their lab and Plate Reader for Interlab study.</ | + | <h4 style="position:top;">SZU and GreatBay collaborated in a meetup and SZU offered help for our interlab.<br><br> </h4> |
+ | <h5 style="position:top;"> | ||
+ | On May 6th we attended 2018 iGEM Southern China Regional Meeting hosted by SZU and obtained valuable feedback on Human Practice. SZU kindly let us use their lab and Plate Reader for Interlab study.</h5> | ||
</div> | </div> | ||
Line 7,165: | Line 7,299: | ||
− | <div class="row" style="padding-left:50px"> | + | <div class="row" style="padding-left:50px;padding-bottom:50px"> |
+ | <a href="https://2018.igem.org/Team:SIAT-SCIE/Collaborations"> | ||
<div class="logos"> | <div class="logos"> | ||
− | <img class="photo" id=‘SIATSCIE’ width=" | + | <img class="photo" id=‘SIATSCIE’ width="220px" src="https://static.igem.org/mediawiki/2018/7/73/T--GreatBay_China--collab--SIATSCIElogo.png" /> |
<h4 style="position:bottom;text-align: center;">SIAT-SCIE</h4> | <h4 style="position:bottom;text-align: center;">SIAT-SCIE</h4> | ||
</div> | </div> | ||
+ | </a> | ||
<div class="logos" style="background-color: unset;width:600px;color:#000;"> | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
− | <h4 style="position:top;">GreatBay_China and SIAT-SCIE interacted closely throughout iGEM 2018. We peer viewed each other’s safety form and gave feedback. GreatBay_China helped SIAT-SCIE to trouble-shoting of Interlab study and provided SIAT-SCIE with the silica beads for re-performing Interlab study. Alexis Zeng and Diol Wang gave SIAT-SCIE suggestion on part design and primer designs.</ | + | <h4 style="position:top;">Mostly, we helped SIAT-SCIE in interlab study.<br><br></h4><h5 style="position:top;"> GreatBay_China and SIAT-SCIE interacted closely throughout iGEM 2018. We peer viewed each other’s safety form and gave feedback. GreatBay_China helped SIAT-SCIE to trouble-shoting of Interlab study and provided SIAT-SCIE with the silica beads for re-performing Interlab study. Alexis Zeng and Diol Wang gave SIAT-SCIE suggestion on part design and primer designs.</h5> |
</div> | </div> | ||
</div> | </div> | ||
− | <div class="row" style="padding-left:50px"> | + | <div class="row" style="padding-left:50px;padding-bottom:50px"> |
+ | <a href="https://2018.igem.org/Team:SFLS_Shenzhen/Collaborations"> | ||
<div class="logos"> | <div class="logos"> | ||
<img class="photo" id=SFLS_Shenzhen width="220px" src="https://static.igem.org/mediawiki/2018/1/11/T--GreatBay_China--collab-SFLSlogo.jpeg" /> | <img class="photo" id=SFLS_Shenzhen width="220px" src="https://static.igem.org/mediawiki/2018/1/11/T--GreatBay_China--collab-SFLSlogo.jpeg" /> | ||
<h4 style="position:bottom;text-align: center;">SFLS_Shenzhen</h4> | <h4 style="position:bottom;text-align: center;">SFLS_Shenzhen</h4> | ||
</div> | </div> | ||
+ | </a> | ||
<div class="logos" style="background-color: unset;width:600px;color:#000;"> | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
<h4 style="position:top;">GreatBay_China and SFLS_Shenzhen hosted the Shenzhen Highschool Meetup together.<br></h4> | <h4 style="position:top;">GreatBay_China and SFLS_Shenzhen hosted the Shenzhen Highschool Meetup together.<br></h4> | ||
Line 7,193: | Line 7,331: | ||
</div> | </div> | ||
− | <div class="row" style="padding-left:50px"> | + | <div class="row" style="padding-left:50px;padding-bottom:50px"> |
+ | <a href="https://2018.igem.org/Team:EPFL/Collaborations"> | ||
<div class="logos"> | <div class="logos"> | ||
<img class="photo" id="EPFL" width="220px" src="https://static.igem.org/mediawiki/2018/c/c0/T--GreatBay_China--collab--EPFLlogo.png" /> | <img class="photo" id="EPFL" width="220px" src="https://static.igem.org/mediawiki/2018/c/c0/T--GreatBay_China--collab--EPFLlogo.png" /> | ||
<h4 style="position:bottom;text-align: center;">EPFL</h4> | <h4 style="position:bottom;text-align: center;">EPFL</h4> | ||
</div> | </div> | ||
+ | </a> | ||
<div class="logos" style="background-color: unset;width:600px;color:#000;"> | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
− | <h4 style="position:top;">Thomas Jordan from | + | <h4 style="position:top;">Thomas Jordan from EPFL visited our lab in Shenzhen, and offered us numerous useful advice on how to locate/identify the missing enzyme which convert nepetalactol to nepetalactone. He also helped us find the protocol to convert nepetalactol to nepetalactone chemically.</h4> |
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="row" style="padding-left:50px;padding-bottom:50px"> | ||
+ | <a href="https://2018.igem.org/Team:SMS_Shenzhen/Collaborations"> | ||
+ | <div class="logos"> | ||
+ | <img class="photo" id=’SMS’ width="220px" src="https://static.igem.org/mediawiki/2018/8/8f/T--GreatBay_China--collab-SMSlogo.png" /> | ||
+ | <h4 style="position:bottom;text-align: center;">SMS_Shenzhen</h4> | ||
+ | </div> | ||
+ | </a> | ||
+ | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
+ | <h4 style="position:top;">On Jun 24th, the deadline of signing up for Interlab, we noticed that SMS_Shenzhen had not signed up, and kindly reminded them of the deadline. Besides, we offered SMS_Shenzhen DH5a competent cell and chloramphenicol, since they didn’t have enough for their experiment.</h4> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="row" style="padding-left:50px;padding-bottom:50px"> | ||
+ | <a href="https://2018.igem.org/Team:SUSTech_Shenzhen/Collaborations"> | ||
+ | <div class="logos"> | ||
+ | <img class="photo" id=’SUSTech’ width="220px" src="https://static.igem.org/mediawiki/2018/3/32/T--GreatBay_China--collabNKDlogo.png" /> | ||
+ | <h4 style="position:bottom;text-align: center;">SUSTech_Shenzhen</h4> | ||
+ | </div> | ||
+ | </a> | ||
+ | <div class="logos" style="background-color: unset;width:600px;color:#000;"> | ||
+ | <h4 style="position:top;">SUSTech provided us with sheath fluid for our flow cytometry tests in the characterization of TALEsp, promoter library and even co-culture. Their help arrived when we were neither unable to produce the fluid nor having time to buy the fluid from market.</h4> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
− | |||
</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> | <br><br><br><br> | ||
</div> | </div> | ||
Line 7,223: | Line 7,402: | ||
</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> |