Difference between revisions of "Team:WPI-Worcester/Collaborations"

(Prototype team page)
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{WPI-Worcester}}
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<html>
+
<head>
  
<h2> Collaborations</h2>
+
<body>
  
<p>
+
<style>
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
</p>
+
  
<div class="highlightBox">
+
a{
 +
color:#ffaac6;
 +
}
  
<h4> Which other teams can we work with? </h4>
+
a:hover {
<p>
+
color:#ffaac6;
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
+
}
</p>
+
  
<p>
+
a:visited
In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
color:#ffaac6
</p>
+
}
 +
 
 +
 
 +
H10 {
 +
      font-family: Century Gothic
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #000000;
 +
      font-size: 10 pt;
 +
    }
 +
 
 +
H2 {
 +
      font-family: Cambria;
 +
      text-transform: uppercase;
 +
      text-decoration: none;
 +
      text-align: center;
 +
      color: #ffaac6;
 +
      font-size: 20pt;
 +
          font-weight: bold;
 +
    }
 +
 
 +
 
 +
H3 {
 +
    font-family: Cambria;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #bd93db;
 +
      font-size: 16pt;
 +
 
 +
}
 +
 
 +
H4 {
 +
    font-family: Century Gothic;
 +
      font-style: italic;
 +
      text-decoration: none;
 +
      text-align: center;
 +
      color: #bd93db;
 +
      font-size: 11pt;
 +
 
 +
    }
 +
 
 +
H5 {
 +
          font-family: Century Gothic;
 +
      text-transform: none;
 +
      text-decoration: none;
 +
      text-align: left;
 +
      color: #000000;
 +
      font-size: 11pt;
 +
          margin: 0px
 +
          padding-left: 0px;
 +
          padding-right: 0px
 +
    }
 +
 
 +
 
 +
 
 +
 
 +
body { 
 +
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
        background-color: #ffffff;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
 
 +
}
 +
 
 +
.double-border {
 +
  background-color: #ccc;
 +
  border: 4px solid #fff;
 +
  padding: 2em;
 +
  width: 16em;
 +
  height: 16em;
 +
  position: relative;
 +
  margin: 0 auto;
 +
}
 +
.double-border:before {
 +
  background: none;
 +
  border: 4px solid #fff;
 +
  content: "";
 +
  display: block;
 +
  position: absolute;
 +
  top: 4px;
 +
  left: 4px;
 +
  right: 4px;
 +
  bottom: 4px;
 +
  pointer-events: none;
 +
}
 +
 
 +
#tracking_nav
 +
{
 +
margin: 0px 0px 0px 1000px;
 +
position: fixed;
 +
color:#bababa;
 +
border: /*1px solid #ffaac6;*/
 +
background:#ffaac6;
 +
font-size: 16pt;
 +
padding: 0px;
 +
line-height: 100%;
 +
}
 +
 
 +
#tracking_nav a { color:#555555; text-transform: lowercase;font-size: 16pt;}
 +
#tracking_nav a:hover {background:#ffffff;}
 +
 
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 50px 50px;
 +
float: left;
 +
position: relative;
 +
list-style: none;
 +
text-transform: none;
 +
font-size: 12pt;
 +
}
 +
 
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
      /* border-radius: 10px;
 +
        border-left-style: solid;
 +
        border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
 
 +
display: block;
 +
padding:  4px 16px;
 +
margin: 0;
 +
}
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #555555;
 +
}
 +
 
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #555555;
 +
background-color: #ffaac6;
 +
}
 +
 
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
background-color: #ffaac6;
 +
color: #ffffff;
 +
}
 +
 
 +
#nav ul a:hover {
 +
background: #aac6ff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
        font-size: 12pt;
 +
}
 +
 
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #aac6ff;
 +
}
 +
 
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
width: 205px;
 +
position: absolute;
 +
top: 100px;
 +
left: 0;
 +
}
 +
 
 +
#nav ul li {
 +
float: none;
 +
margin: 0px;
 +
padding: 0;
 +
}
 +
 
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #555555;
 +
}
 +
 
 +
 
 +
 
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 
 +
 
 +
 
 +
 
 +
</style>
 +
 
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
<style type="text/css">
 +
 
 +
/*hide default igem banner and reformat style into blank slate*/
 +
#globalWrapper {width: 100%;}
 +
#top-section {width: 100%; height:5px; border:none;}
 +
#p-logo {display:none;}
 +
#search-controls {display:none;}
 +
#menubar a {color:#ffffff;}
 +
#menubar a:hover{text-decoration:none; color:#52749C;}
 +
.left-menu {background-color:#FFFFFF; margin:0px 0px 0px 0px; padding:0;}
 +
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
 +
.right-menu ul li a {background-color:#FFFFFF;}
 +
.printfooter {display:none;}
 +
#footer-box {border:none;}
 +
#catlinks {display:none;}
 +
.firstHeading {display:none;}
 +
#content {width: 100%; border:none; padding:0px 50px 0px 50px}
 +
#bodyContent {border:none;}
 +
 
 +
/*actual content styles*/
 +
body {width: 1000px; margin:auto;}
 +
<div id="centered">
 
</div>
 
</div>
  
<p>
 
Here are some suggestions for projects you could work on with other teams:
 
</p>
 
  
<ul>
+
.navbar li {color: #555555;}
<li> Improve the function of another team's BioBrick Part or Device</li>
+
.navbar li a {color: #555555;}
<li> Characterize another team's part </li>
+
.navbar li a:hover {background:#69d01d; color: #555555;}
<li> Debug a construct </li>
+
<li> Model or simulating another team's system </li>
+
<li> Test another team's software</li>
+
<li> Help build and test another team's hardware project</li>
+
<li> Mentor a high-school team</li>
+
</ul>
+
  
 +
/*only use for current page content header*/
  
  
 +
</style>
 +
 +
 +
<style type="text/css">
 +
/* MAIN STYLE DEFINITIONS */
 +
a{
 +
color:#ffaac6;
 +
}
 +
 +
a:hover {
 +
color:#ffaac6;
 +
}
 +
 +
a:visited{
 +
color:#ffaac6;
 +
}
 +
 +
 +
 +
body {
 +
        background-image: url("https://static.igem.org/mediawiki/2015/3/37/WPI_background.jpg");
 +
background-color: #FFFFFF;
 +
font-family: Century Gothic;
 +
        font-size: 10pt;
 +
}
 +
 +
 +
#nav li {
 +
color: #555555;
 +
background-color:#ffffff;
 +
margin: 0 0px;
 +
position: relative;
 +
list-style: none;
 +
        float: left;
 +
text-transform:none;
 +
font-size: 14pt;
 +
        font-family: Century Gothic;
 +
}
 +
 +
/* main level link */
 +
#nav a {
 +
font-weight: bold;
 +
color: #555555;
 +
text-decoration: none;
 +
/*border-left-style: solid;
 +
border-right-style: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;*/
 +
 +
display: block;
 +
padding:  4px 16px;
 +
margin: 0;
 +
}
 +
 +
#nav a:hover {
 +
background-color: #ffffff;
 +
color: #ffffff;
 +
}
 +
 +
/* main level link hover */
 +
#nav .current a, #nav li:hover > a {
 +
color: #ffffff;
 +
background-color: #ffaac6;
 +
}
 +
 +
/* sub levels link hover */
 +
#nav ul li:hover a, #nav li:hover li a {
 +
/*border: solid;
 +
        border-color: #000000;
 +
        border-width: 1px;
 +
background-color: #ffaac6;
 +
color: #ffffff;*/
 +
}
 +
 +
#nav ul a:hover {
 +
background: #fff url(img/gradient.png) repeat-x 0 -100px !important;
 +
color: #ffaac6 !important;
 +
text-shadow: 0 1px 1px rgba(0,0,0, .1);
 +
}
 +
 +
/* dropdown */
 +
#nav li:hover > ul {
 +
display: block;
 +
background-color: #fff;
 +
}
 +
 +
/* level 2 list */
 +
#nav ul {
 +
display: none;
 +
margin: 0;
 +
padding: 0;
 +
        border: 1px
 +
width: 205px;
 +
position: absolute;
 +
top: 46px;
 +
left: 0;
 +
}
 +
 +
#nav ul li {
 +
float: none;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#nav ul a {
 +
font-weight: normal;
 +
text-shadow: 0 1px 0 #fff;
 +
        font-size: 12pt;
 +
}
 +
 +
/* clearfix */
 +
#nav:after {
 +
content: ".";
 +
display: block;
 +
clear: both;
 +
visibility: hidden;
 +
line-height: 0;
 +
height: 0;
 +
}
 +
 +
#nav {
 +
display: inline-block;
 +
}
 +
 +
 +
</style>
 +
</head>
 +
 +
 +
 +
<div id="igemlogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/2/2b/WPI_iGEMlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 50px; right: 20px;"width="125"></a>
 
</div>
 
</div>
 +
 +
<p  style="text-align:center;"><a href="https://2015.igem.org/Team:WPI-Worcester"><img src="https://static.igem.org/mediawiki/2015/1/14/2015_temp_header.png" width="900px" length="200px"></a></p>
 +
 +
 +
<div id="wpilogo">
 +
<a href="https://2015.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2015/thumb/b/be/WPI_Teamlogo.png/380px-WPI_Teamlogo.png" alt="iGEM 2015 main page" style="position: absolute; top: 20px; left: 20px;"width="100"></a>
 +
</div>
 +
 +
<ul id="nav">
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Team"><center></center><p>Team</p></a>
 +
<ul>
 +
 +
<li><a href="https://igem.org/Team.cgi">Official Page</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Medal-Fulfillment"><center></center><p>Medal Fulfillment</p></a>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Description"><center></center><p>Project</p></a>
 +
<ul>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Background">Background</a></li>
 +
            <li><a href="https://2015.igem.org/Team:WPI-Worcester/Results">Results</a></li>
 +
    <li><a href="https://2015.igem.org/Team:WPI-Worcester/Future-Applications">Future Applications</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Parts"><center></center><p>Parts</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Part_Collection">Part Collection</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Composite_Part">Composite Part</a></li>
 +
 +
</li>
 +
 +
</ul>
 +
</li>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Notebook"></center><p>Notebook</p></a>
 +
<ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Protocols">Protocols</a></li>
 +
 +
</ul>
 +
</li>
 +
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Practices"></center><p>Practices</p></a>
 +
<ul>
 +
                <li><a href="https://2015.igem.org/Team:WPI-Worcester/Outreach">Outreach</a></li>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Interlab">Interlab Study</a></li>
 +
                <li><a href="https://2015.igem.org/Team:WPI-Worcester/Beyond-the-Bench">Beyond the Bench</a></li>
 +
  <li><a href="https://2015.igem.org/Team:WPI-Worcester/Safety">Safety</a></li>
 +
 +
 +
        </ul>
 +
 +
<li> <a href="https://2015.igem.org/Team:WPI-Worcester/Collaborations"><center></center><p>Collaborations</p></a>
 +
<ul>
 +
 +
</ul>
 +
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Attributions"><center></center><p>Attributions</p></a>
 +
<ul>
 +
<li><a href="https://2015.igem.org/Team:WPI-Worcester/Sponsors">Sponsors</a></li>
 +
 +
</ul>
 +
</li>
 +
</li>
 +
</ul>
 +
</div>
 +
</body>
 +
 +
</br>
 +
<div class=”myStyleClass” style=”padding-left:40px;”>
 +
 +
<blockquote>
 +
 +
<h2>Collaborations</h2>
 +
 +
<p>This year, we collaborated with Harvard Biodesign to determine if our most promising antifreeze proteins were effective in a different biofilm-forming strain of <i>E. coli</i>.</p>
 +
<p><center>Here is the <a href="https://static.igem.org/mediawiki/2015/7/70/WPI_CollaborationProtocol.pdf">Biofilm Assay Protocol</a> used by both teams participating in this collaboration!</center></p>
 +
 +
<p><h3>WPI</h3></p>
 +
<p style="text-indent: 2em;"><h10>We completed the biofilm assay linked above with strains of E. coli with modified pili created by the Harvard team. The strains we tested were JW4283, a fim H knockout and negative control for biofilm formation, and C2M+C5 and C9-3+C5, which express modified pili when induced by arabinose and rhamnose. Upon receiving agar stabs from the Harvard team, we streaked plates and incubated them at 37C for 24 hours. Afterwards, we placed the plates in the refrigerator until we received the arabinose and rhamnose needed to induce pili formation in the experimental strains. Once we had all necessary materials, we grew 5mL liquid cultures of each of the 3 strains in LB in accordance with the protocol. The JW4283 culture was not supplemented with antibiotics or inducers, but the C2M+C5 and C9-3+C5 cultures were supplemented with 5 μL of chloramphenicol, 5 μL of ampicillin, 0.01% arabinose, and 0.5% rhamnose. We prepared the 1:100 dilutions in LB broth and M9 minimal media, which we found to support biofilm formation while designing our biofilm assay. The remainder of the protocol was left unchanged. Below are the results of the assay.</h10></p>
 +
 +
<p><center><img src="https://static.igem.org/mediawiki/2015/thumb/f/fb/WPIHarvardBiofilm.jpg/305px-WPIHarvardBiofilm.jpg"/></center></p>
 +
 +
<p><h4>A photo of the biofilm plate after it was stained with crystal violet on 9/3/15. Although there appears to be some remaining crystal violet, biofilm formation was not robust in any of the strains.</h4></p>
 +
 +
<p><center><img src="https://static.igem.org/mediawiki/2015/b/b4/WPIHarvardResultsTable.png"/></center></p>
 +
 +
<p><h4>A table of the OD595nm for each well with the blank subtracted. Average ODs for each strain in both LB and M9 are also included. </h4></p>
 +
 +
<p><center><img src="https://static.igem.org/mediawiki/2015/d/da/WPIHarvardResultsGraph.png"/></center></p>
 +
 +
<p><h4>A graph of average OD595nm  for C2M+C5 and C9-3+C5 in M9 minimal media normalized to average OD595nm for JW4283 in M9 minimal media (indicated by the line at 1). Error bars=+/- standard error of the 4 ODs measured for the two strains in M9.</h4></p>
 +
 +
<p style="text-indent: 2em;"><h10>According to the results we collected, the Harvard strains with modified pili do not form biofilms under the conditions we subjected them to. These strains may be able to form biofilms under different conditions. Further investigation would have to be done to determine if different if different media types, incubation periods, or transformation into different strains of E. coli  could induce biofilm formation. Determining optimal biofilm formation conditions could allow the Harvard team to use the biofilm assay to gather quantitative results for their various binding assays. However, it is possible that the modified pili interfere with biofilm formation. In that case, the biofilm assay would not be a valid method of quantification.</h10></p> 
 +
 +
<p><h3>Harvard</h3></p>
 +
 +
<p style="text-indent: 2em;"><h10>The Harvard team tested our TiAFP and BclA-TiAFP antifreeze proteins in the <a href="http://www.nature.com/ncomms/2014/140917/ncomms5945/abs/ncomms5945.html">curli strain</a>, a strain of <i>E. coli</i> expressing modified CsgA fusion proteins. This strain, which forms biofilms, was developed by the Joshi lab and therefore readily available to the Harvard team. They followed our general biofilm protocol, linked above, with the exception of the following conditions:</h10></p>
 +
<p style="text-indent: 2em;"><h10>1. Round-bottom plates at the Wyss were not sanitary so we used two flat-bottom plates.</h10></p> 
 +
<p style="text-indent: 2em;"><h10>2. Curli strain obtained from Joshi Lab was grown in 1 mL pure YESCA media (100 mg Casamino acids, 10 </h10></p>
 +
<p style="text-indent: 2em;"><h10>mg yeast extract dissolved in ddH2O per 1 mL solution).</h10></p>
 +
<p style="text-indent: 2em;"><h10>3. Liquid cultures were also supplemented with 5 μL of carbomycin (strains were grown on chloramphenicol</h10></p> 
 +
<p style="text-indent: 2em;"><h10>+ carbomycin resistance plates)</h10></p> 
 +
<p style="text-indent: 2em;"><h10>4. Having been informed by the Joshi Lab that the bacteria would almost certainly perish if left in a 96-well</h10></p> 
 +
<p style="text-indent: 2em;"><h10>plate for 48 hours at 37 degrees Celsius, the Harvard team followed their advice and incubated the plate</h10></p> 
 +
<p style="text-indent: 2em;"><h10>for 48 hours on a room-temperature shaker (25 degrees Celsius)</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>Following the protocol (except for the above-mentioned differences), the Harvard team grew up the delta FimB strain (negative control), wild type CsgA curli bacteria (positive control), the curli bacteria transformed with the BBa_J23117 plasmid and two separate strains with the curli bacteria transformed with two separate antifreeze protein plasmids developed by WPI (TiAFP and BclA). The plate reader results can be seen below. The loading order in the wells was:</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>A1 - A4) delta B</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>B1 - B4) WT CsgA</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>C1 - C4) Curli #1 BBa_J23117</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>D1 - D2 and D4) Curli #2 BclA-TiAFP (D3 was left out due to a loading error and likely became contaminated <p style="text-indent: 2em;"><h10>
 +
<p style="text-indent: 2em;"><h10>with other bacteria)</h10></p>
 +
 +
<p style="text-indent: 2em;"><h10>E1 - E4) Curli #3 TiAFP</h10></p>
 +
 +
 +
<p><center><img src="https://static.igem.org/mediawiki/2015/7/77/WPICsgAtable.png"/></center></p>
 +
 +
<p><h4>A table of OD595nm for each well including average ODs for each strain.</h4></p>
 +
 +
<p><center><img src="https://static.igem.org/mediawiki/2015/thumb/2/25/WPICsgAgraph.png/800px-WPICsgAgraph.png"/></center></p>
 +
<p><h4>A graph of average OD595nm  for CsgA expressing J23117, BclA-TiAFP, and TiAFP normalized to average OD595nm for WT CsgA in  (indicated by the line at 1). Error bars=+/- standard error for the individual wells for each strain. </h4></p>
 +
 +
<p style="text-indent: 2em;"><h10>The Harvard results indicated that on average there was more biofilm formation on the positive control (WT CsgA in row B) than on the curli bacteria strains that had been transformed with the antifreeze protein plasmids developed by WPI (rows D and E), while there was also greater average biofilm formation in the positive control than in the negative control (delta FimB in row A), both of which we expected to see. Repetitions of the assay will have to be done in the future to verify our results.</h10></p>
 +
 +
</p>
 +
</blockquote>
 +
</br>
 +
</br>
 +
</br>
 +
 
</html>
 
</html>

Latest revision as of 02:18, 19 September 2015


Collaborations

This year, we collaborated with Harvard Biodesign to determine if our most promising antifreeze proteins were effective in a different biofilm-forming strain of E. coli.

Here is the Biofilm Assay Protocol used by both teams participating in this collaboration!

WPI

We completed the biofilm assay linked above with strains of E. coli with modified pili created by the Harvard team. The strains we tested were JW4283, a fim H knockout and negative control for biofilm formation, and C2M+C5 and C9-3+C5, which express modified pili when induced by arabinose and rhamnose. Upon receiving agar stabs from the Harvard team, we streaked plates and incubated them at 37C for 24 hours. Afterwards, we placed the plates in the refrigerator until we received the arabinose and rhamnose needed to induce pili formation in the experimental strains. Once we had all necessary materials, we grew 5mL liquid cultures of each of the 3 strains in LB in accordance with the protocol. The JW4283 culture was not supplemented with antibiotics or inducers, but the C2M+C5 and C9-3+C5 cultures were supplemented with 5 μL of chloramphenicol, 5 μL of ampicillin, 0.01% arabinose, and 0.5% rhamnose. We prepared the 1:100 dilutions in LB broth and M9 minimal media, which we found to support biofilm formation while designing our biofilm assay. The remainder of the protocol was left unchanged. Below are the results of the assay.

A photo of the biofilm plate after it was stained with crystal violet on 9/3/15. Although there appears to be some remaining crystal violet, biofilm formation was not robust in any of the strains.

A table of the OD595nm for each well with the blank subtracted. Average ODs for each strain in both LB and M9 are also included.

A graph of average OD595nm for C2M+C5 and C9-3+C5 in M9 minimal media normalized to average OD595nm for JW4283 in M9 minimal media (indicated by the line at 1). Error bars=+/- standard error of the 4 ODs measured for the two strains in M9.

According to the results we collected, the Harvard strains with modified pili do not form biofilms under the conditions we subjected them to. These strains may be able to form biofilms under different conditions. Further investigation would have to be done to determine if different if different media types, incubation periods, or transformation into different strains of E. coli could induce biofilm formation. Determining optimal biofilm formation conditions could allow the Harvard team to use the biofilm assay to gather quantitative results for their various binding assays. However, it is possible that the modified pili interfere with biofilm formation. In that case, the biofilm assay would not be a valid method of quantification.

Harvard

The Harvard team tested our TiAFP and BclA-TiAFP antifreeze proteins in the curli strain, a strain of E. coli expressing modified CsgA fusion proteins. This strain, which forms biofilms, was developed by the Joshi lab and therefore readily available to the Harvard team. They followed our general biofilm protocol, linked above, with the exception of the following conditions:

1. Round-bottom plates at the Wyss were not sanitary so we used two flat-bottom plates.

2. Curli strain obtained from Joshi Lab was grown in 1 mL pure YESCA media (100 mg Casamino acids, 10

mg yeast extract dissolved in ddH2O per 1 mL solution).

3. Liquid cultures were also supplemented with 5 μL of carbomycin (strains were grown on chloramphenicol

+ carbomycin resistance plates)

4. Having been informed by the Joshi Lab that the bacteria would almost certainly perish if left in a 96-well

plate for 48 hours at 37 degrees Celsius, the Harvard team followed their advice and incubated the plate

for 48 hours on a room-temperature shaker (25 degrees Celsius)

Following the protocol (except for the above-mentioned differences), the Harvard team grew up the delta FimB strain (negative control), wild type CsgA curli bacteria (positive control), the curli bacteria transformed with the BBa_J23117 plasmid and two separate strains with the curli bacteria transformed with two separate antifreeze protein plasmids developed by WPI (TiAFP and BclA). The plate reader results can be seen below. The loading order in the wells was:

A1 - A4) delta B

B1 - B4) WT CsgA

C1 - C4) Curli #1 BBa_J23117

D1 - D2 and D4) Curli #2 BclA-TiAFP (D3 was left out due to a loading error and likely became contaminated

with other bacteria)

E1 - E4) Curli #3 TiAFP

A table of OD595nm for each well including average ODs for each strain.

A graph of average OD595nm for CsgA expressing J23117, BclA-TiAFP, and TiAFP normalized to average OD595nm for WT CsgA in (indicated by the line at 1). Error bars=+/- standard error for the individual wells for each strain.

The Harvard results indicated that on average there was more biofilm formation on the positive control (WT CsgA in row B) than on the curli bacteria strains that had been transformed with the antifreeze protein plasmids developed by WPI (rows D and E), while there was also greater average biofilm formation in the positive control than in the negative control (delta FimB in row A), both of which we expected to see. Repetitions of the assay will have to be done in the future to verify our results.