| Line 1: | Line 1: | ||
{{ Stuttgart }} | {{ Stuttgart }} | ||
<html> | <html> | ||
| − | <script src="https://2019.igem.org/Template:Stuttgart/Charts?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Template:Stuttgart/Charts?action=raw&ctype=text/javascript"></script> |
| − | <script src="https://2019.igem.org/Template:Stuttgart/Charts-error?action=raw&ctype=text/javascript"></script> | + | <script src="https://2019.igem.org/Template:Stuttgart/Charts-error?action=raw&ctype=text/javascript"></script> |
| − | <style> | + | <style> |
p { | p { | ||
| − | + | text-align: justify; | |
} | } | ||
| − | </style> | + | </style> |
| − | <script> | + | <script> |
| − | + | 'use strict'; | |
window.chartColors = { | window.chartColors = { | ||
| − | + | black: 'rgb(0, 0, 0)', | |
| − | + | green: 'rgb(0, 132, 23)', | |
| − | + | blue: 'rgb(1, 108, 191)', | |
| − | + | grey: 'rgb(201, 203, 207)' | |
}; | }; | ||
| − | </script> | + | </script> |
| − | <section class="hero is-primary"> | + | <section class="hero is-primary"> |
<!-- Hero content: will be in the middle --> | <!-- Hero content: will be in the middle --> | ||
<div class="hero-body"> | <div class="hero-body"> | ||
| − | + | <div class="container has-text-centered"> | |
| − | + | <h1 class="title"> | |
| − | + | Collaboration | |
| − | + | </h1> | |
| − | + | </div> | |
</div> | </div> | ||
| − | </section> | + | </section> |
| − | + | <div style="padding: 1rem 0;" class="container"> | |
| − | <div style="padding: 1rem 0;" class="container"> | + | |
<div class="columns is-centered"> | <div class="columns is-centered"> | ||
| − | + | <div class="column is-three-quarters"> | |
| − | + | <h2 class="title is-4">Validation of our new algae based PhyCoVi medium</h2> | |
| − | + | <p> | |
| − | + | Besides our own experiments with the algae extract, we wanted to have a cross-validation from other iGEM teams | |
| − | + | and their organisms. Through this, we can make sure, that everybody can work with our medium and also improve | |
| − | + | the product itself, if problems occur. Kindly, the iGEM teams of Hamburg, Tübingen, TU Darmstadt, | |
| − | + | Freiburg, and TU Dresden offered their help. Therefore, we prepared 15 ml tubes with two variations of | |
| − | + | PhyCoVi and a LB control dry medium and sent them to the teams, respectively. Additionally, they received a | |
| − | + | SOP for their growth curve including an Excel sheet to plot their results directly. Before we discuss their | |
| − | + | results individually, it can be said, that we are happy with every result and already improved the product | |
| − | + | concerning the issues that occurred for some teams. | |
| + | </p> | ||
| + | </div> | ||
</div> | </div> | ||
| − | </div> | + | </div> |
| − | + | ||
| − | <div class="container" style="padding-top: 3rem;"> | + | <div class="container" style="padding-top: 3rem;"> |
<div class="columns"> | <div class="columns"> | ||
| − | + | <div class="column"> | |
| − | + | <div> | |
| − | + | <h2 class="title is-5">Hamburg (<i>E. coli</i> DH5-α)</h2> | |
| − | + | <canvas id="team-hamburg"></canvas> | |
| − | + | <small | |
| − | + | >Figure 1: Growth curve of E. coli DH5-α created by the iGEM Team Hamburg. PhyCoVi medium (blue), | |
| − | + | PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi | |
| − | + | medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.</small | |
| − | + | > | |
| − | + | <br /> | |
| − | + | <p> | |
| + | As seen in Fig. 1, <i>E. coli</i> was able to grow in all three media. The PhyCoVi medium including | ||
| + | additional soy peptone and the high salt LB medium show similar growth curves after 45 minutes. The | ||
| + | PhyCoVi medium without supplements shows a very long lag phase, growth occurs after 135 minutes. The | ||
| + | DH5-α strain is very robust and optimized for optimal transformation <a href="#link-1"><sup>1</sup></a | ||
| + | >. These optimizations also seem to have a positive effect on high salt concentrations. | ||
| + | </p> | ||
</div> | </div> | ||
| − | + | </div> | |
| − | + | <div class="column"> | |
| − | + | <div> | |
| − | + | <h2 class="title is-5">Tübingen (<i>E. coli</i> Nissle 1917)</h2> | |
| − | + | <canvas id="team-tuebingen"></canvas> | |
| − | + | <small | |
| − | + | >Figure 2: Growth curve of E. coli Nissle 1917 created by the iGEM Team Tübingen. PhyCoVi medium | |
| − | + | (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). | |
| − | + | PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.</small | |
| − | + | > | |
| − | + | <br /> | |
| + | <p> | ||
| + | Fig. 2 shows the growth curves by Team Tübingen. Probably due to algae lipid residues in the PhyCoVi | ||
| + | medium samples, OD(600) measurements reveal negative values. But still, growth of <i>E. coli</i> Nissle 1917 | ||
| + | can be observed in the PhyCoVi medium supplemented with soy peptone. As described | ||
| + | <a href="#link-2"><sup>2</sup></a | ||
| + | >, this wildtype strain has a low tolerance for high salt medium, therefore the reduced growth is expected. | ||
| + | </p> | ||
</div> | </div> | ||
| + | </div> | ||
</div> | </div> | ||
<div class="columns"> | <div class="columns"> | ||
| − | + | <div class="column"> | |
| − | + | <div> | |
| − | + | <h2 class="title is-5">TU Dresden (<i>E. coli</i> GB05)</h2> | |
| − | + | <canvas id="team-dresden"></canvas> | |
| − | + | <small | |
| − | + | >Figure 3: Growth curve of E. coli GB05 created by the iGEM Team TU Dresden. PhyCoVi medium (blue), PhyCoVi | |
| − | + | medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium | |
| − | + | contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.</small | |
| − | + | > | |
| − | + | <br /> | |
| − | + | <p> | |
| + | The results of the iGEM Team TU Dresden shows very low growth for all three media, possibly caused by the | ||
| + | high salt concentrations (Fig. 3). After a long adaptation phase, <i>E. coli</i> GB05 was able to grow in | ||
| + | high salt LB medium. Growth in PhyCoVi medium supplemented with soy peptone shows high fluctuations, | ||
| + | probably due to the already discussed problem with insoluble medium compounds. The used strain is able to | ||
| + | take up linear DNA fragments but seems not to be able to cope with high salt media | ||
| + | <a href="#link-3"><sup>3</sup></a | ||
| + | >. | ||
| + | </p> | ||
</div> | </div> | ||
| − | + | </div> | |
| − | + | <div class="column"> | |
| − | + | <div> | |
| − | + | <h2 class="title is-5">TU Darmstadt (<i>E. coli</i> BL21 (DE3))</h2> | |
| − | + | <canvas id="team-darmstadt"></canvas> | |
| − | + | <small | |
| − | + | >Figure 4: Growth curve of E. coli BL21 (DE3) created by the iGEM TU Darmstadt. PhyCoVi medium (blue), | |
| − | + | PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi | |
| − | + | medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.</small | |
| − | + | > | |
| + | <br /> | ||
| + | <p> | ||
| + | While <i>E. coli</i> BL21 (DE3) in High Salt LB medium reaches high OD values, growth in both algae-based | ||
| + | media is very slow with long adaptation phases (Fig. 4). Also, the OD(600) values exhibit high standard | ||
| + | deviations. As already discussed, this can be explained by algea remnants, such as lipids and cell wall | ||
| + | remnants, which had not been removed properly. The strain is one of the most frequent used | ||
| + | <i>E. coli</i> strains and it grows best on low salt medium <a href="#link-4"><sup>4</sup></a | ||
| + | >. | ||
| + | </p> | ||
</div> | </div> | ||
| + | </div> | ||
</div> | </div> | ||
<div class="columns"> | <div class="columns"> | ||
| − | + | <div class="column"> | |
| − | + | <div> | |
| − | + | <h2 class="title is-5">Freiburg (<i>E. coli</i> DH5-α)</h2> | |
| − | + | <canvas id="team-freiburg"></canvas> | |
| − | + | <small | |
| − | + | >Figure 5: Growth curve of E. coli DH5-α created by the iGEM Team Freiburg. PhyCoVi medium (blue), | |
| − | + | PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi | |
| − | + | medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.</small | |
| − | + | > | |
| − | + | <br /> | |
| − | + | <p> | |
| − | + | This measurement was conducted in a 96-well plate reader. The quality of both algae-based media are impaired | |
| − | + | by algea lipid and cell wall remnants and therefore show negative growth rates. But thank you, Team | |
| − | + | Freiburg, for conducting the experiment over such a long time course. <br /><br /> | |
| − | + | </p> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
</div> | </div> | ||
| + | </div> | ||
| + | <div class="column"> | ||
| + | <h2 class="title is-5">Conclusion</h2> | ||
| + | <p> | ||
| + | In conclusion, the collaboration was a full success! It showed that different strains are able to grow in our | ||
| + | developed PhyCoVi medium. After evaluating the collaboration results, we increased our clean-up efforts during | ||
| + | the production of our medium. Algea lipids and cell wall aggregates were removed by including an additional | ||
| + | autoclavation step followed by centrifugation of the medium. | ||
| + | </p> | ||
| + | <figure class="image"> | ||
| + | <img | ||
| + | style="width: 350px; margin: 0 auto;" | ||
| + | src="https://2019.igem.org/wiki/images/thumb/8/89/T--Stuttgart--Collab_Fig7.png/800px-T--Stuttgart--Collab_Fig7.png" | ||
| + | /> | ||
| + | </figure> | ||
| + | <small | ||
| + | >Figure 6: PhyCoVi powder and medium before additional steps for clean-up is displayed on the left side. On | ||
| + | the right side the PhyCoVi powder and medium after additional steps for clean-up can be seen.</small | ||
| + | > | ||
| + | <br /> | ||
| + | <p> | ||
| + | The result of this improvement can be seen in | ||
| + | <a | ||
| + | target="_blank" | ||
| + | href="https://2019.igem.org/wiki/images/thumb/8/89/T--Stuttgart--Collab_Fig7.png/800px-T--Stuttgart--Collab_Fig7.png" | ||
| + | >Fig. 6.</a | ||
| + | > | ||
| + | The left part shows the old version of our medium, which exhibits a higher turbidity as the advanced medium | ||
| + | seen in the right part of | ||
| + | <a | ||
| + | target="_blank" | ||
| + | href="https://2019.igem.org/wiki/images/thumb/8/89/T--Stuttgart--Collab_Fig7.png/800px-T--Stuttgart--Collab_Fig7.png" | ||
| + | >Fig. 6.</a | ||
| + | > | ||
| + | </p> | ||
| + | </div> | ||
</div> | </div> | ||
<div class="columns"> | <div class="columns"> | ||
| − | + | <div class="column"> | |
| − | + | <div class="notification"> | |
| − | + | <h3 class="title is-5">References</h3> | |
| − | + | <ol> | |
| − | + | <li id="link-1"> | |
| − | + | Douglas Hanahan, Joel Jessee, Fredric R. Bloom. Plasmid transformation of Escherichia coli and other | |
| − | + | bacteria, Methods in Enzymology, Academic Press, Volume 204, 1991, Pages 63-113, | |
| − | + | https://doi.org/10.1016/0076-6879(91)04006-A | |
| − | + | </li> | |
| − | + | <li id="link-2"> | |
| − | + | Bury S, Soundararajan M, Bharti R, von Bünau R, Förstner KU, Oelschlaeger TA. The Probiotic | |
| − | + | Escherichia coli Strain Nissle 1917 Combats Lambdoid Bacteriophages stx and λ. Front Microbiol. | |
| − | + | 2018 May 29;9:929. doi: 10.3389/fmicb.2018.00929 | |
| − | + | </li> | |
| − | + | <li id="link-3"> | |
| − | + | Jun Fu, Madeleine Teucher, Konstantinos Anastassiadis, William Skarnes, A. Francis Stewart, Chapter Eight | |
| − | + | - A Recombineering Pipeline to Make Conditional Targeting Constructs, Editor(s): Paul M. Wassarman, | |
| − | + | Philippe M. Soriano, Methods in Enzymology, Academic Press, Volume 477, 2010, Pages 125-144, | |
| − | + | https://doi.org/10.1016/S0076-6879(10)77008-7. | |
| − | + | </li> | |
| − | + | <li id="link-4"> | |
| − | + | New England Biolabs FAQ: What are the solutions/recipes (C2527): | |
| − | + | https://international.neb.com/faqs/2012/02/22/what-are-the-solutions-recipes-c2527, 2019 New England | |
| − | + | Biolabs, last visited 10.15.2019 | |
| − | + | </li> | |
| − | + | </ol> | |
| − | + | ||
</div> | </div> | ||
| + | </div> | ||
</div> | </div> | ||
| − | </div> | + | </div> |
| − | <script> | + | <script> |
// HAMBURG | // HAMBURG | ||
var configHamburg = { | var configHamburg = { | ||
| − | + | type: 'line', | |
| − | + | data: { | |
| − | + | labels: [0, 45, 90, 135, 180, 225, 270, 315, 360, 405, 450, 495], | |
| − | + | datasets: [ | |
| − | + | { | |
| − | + | label: 'PhyCoVi', | |
| − | + | backgroundColor: window.chartColors.blue, | |
| − | + | borderColor: window.chartColors.blue, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.306666667, | |
| − | + | 0.196666667, | |
| − | + | 0.263333333, | |
| − | + | 0.22, | |
| − | + | 0.426666667, | |
| − | + | 0.48, | |
| − | + | 0.393333333, | |
| − | + | 0.343333333, | |
| − | + | 0.403333333, | |
| − | + | 0.503333333, | |
| − | + | 0.586666667, | |
| − | + | 0.80333333 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.049216077, minus: 0.049216077 }, | |
| − | + | 45: { plus: 0.065996633, minus: 0.065996633 }, | |
| − | + | 90: { plus: 0.053072278, minus: 0.053072278 }, | |
| − | + | 135: { plus: 0.051044643, minus: 0.051044643 }, | |
| − | + | 180: { plus: 0.073067701, minus: 0.073067701 }, | |
| − | + | 225: { plus: 0.022484563, minus: 0.022484563 }, | |
| − | + | 270: { plus: 0.111130554, minus: 0.111130554 }, | |
| − | + | 315: { plus: 0.071180522, minus: 0.071180522 }, | |
| − | + | 360: { plus: 0.081547532, minus: 0.081547532 }, | |
| − | + | 405: { plus: 0.020412415, minus: 0.020412415 }, | |
| − | + | 450: { plus: 0.059488561, minus: 0.059488561 }, | |
| − | + | 495: { plus: 0.046368092, minus: 0.046368092 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'PhyCoVi+Soy Peptone', | |
| − | + | backgroundColor: window.chartColors.green, | |
| − | + | borderColor: window.chartColors.green, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.31, | |
| − | + | 0.29, | |
| − | + | 0.413333333, | |
| − | + | 0.663333333, | |
| − | + | 0.886666667, | |
| − | + | 1.12, | |
| − | + | 1.35, | |
| − | + | 1.476666667, | |
| − | + | 1.33, | |
| − | + | 1.476666667, | |
| − | + | 1.473333333, | |
| − | + | 1.6 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.061146454, minus: 0.061146454 }, | |
| − | + | 45: { plus: 0.067986927, minus: 0.067986927 }, | |
| − | + | 90: { plus: 0, minus: 0 }, | |
| − | + | 135: { plus: 0.048989795, minus: 0.048989795 }, | |
| − | + | 180: { plus: 0.027788887, minus: 0.027788887 }, | |
| − | + | 225: { plus: 0.098007936, minus: 0.098007936 }, | |
| − | + | 270: { plus: 0.049046463, minus: 0.049046463 }, | |
| − | + | 315: { plus: 0.082495791, minus: 0.082495791 }, | |
| − | + | 360: { plus: 0.060598863, minus: 0.060598863 }, | |
| − | + | 405: { plus: 0.080034715, minus: 0.080034715 }, | |
| − | + | 450: { plus: 0.081547532, minus: 0.081547532 }, | |
| − | + | 495: { plus: 0.046427961, minus: 0.046427961 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'High Salt LB', | |
| − | + | backgroundColor: window.chartColors.black, | |
| − | + | borderColor: window.chartColors.black, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.11, | |
| − | + | 0.213333333, | |
| − | + | 0.493333333, | |
| − | + | 0.696666667, | |
| − | + | 0.83, | |
| − | + | 0.956666667, | |
| − | + | 0.98, | |
| − | + | 1.25, | |
| − | + | 1.403333333, | |
| − | + | 1.356666667, | |
| − | + | 1.556666667, | |
| − | + | 1.733333333 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.008498366, minus: 0.008498366 }, | |
| − | + | 45: { plus: 0.007071068, minus: 0.007071068 }, | |
| − | + | 90: { plus: 0.026770631, minus: 0.026770631 }, | |
| − | + | 135: { plus: 0.049888765, minus: 0.049888765 }, | |
| − | + | 180: { plus: 0.038801489, minus: 0.038801489 }, | |
| − | + | 225: { plus: 0.02013841, minus: 0.02013841 }, | |
| − | + | 270: { plus: 0.070277229, minus: 0.070277229 }, | |
| − | + | 315: { plus: 0.020949675, minus: 0.020949675 }, | |
| − | + | 360: { plus: 0.07947746, minus: 0.07947746 }, | |
| − | + | 405: { plus: 0.088913191, minus: 0.088913191 }, | |
| − | + | 450: { plus: 0.068475462, minus: 0.068475462 }, | |
| − | + | 495: { plus: 0.14600228, minus: 0.14600228 } | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| + | }, | ||
| + | options: { | ||
| + | responsive: true, | ||
| + | title: { | ||
| + | display: true, | ||
| + | text: 'iGEM Team Hamburg E. coli DH5-α' | ||
}, | }, | ||
| − | + | scales: { | |
| − | + | xAxes: [ | |
| − | + | { | |
| + | scaleLabel: { | ||
display: true, | display: true, | ||
| − | + | labelString: 'Time [min]' | |
| − | + | } | |
| − | + | } | |
| − | + | ], | |
| − | + | yAxes: [ | |
| − | + | { | |
| − | + | scaleLabel: { | |
| − | + | display: true, | |
| − | + | labelString: 'OD600' | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | plugins: { | |
| − | + | chartJsPluginErrorBars: { | |
| − | + | /** | |
| − | + | * stroke color, or array of colors | |
| − | + | * @default: derived from borderColor | |
| − | + | */ | |
| − | + | color: '#666', | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | /** | |
| − | + | * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition | |
| − | + | * @default 10 | |
| − | + | */ | |
| − | + | width: 10 | '10px' | '60%', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending, or array of such definition | |
| − | + | * @default 2 | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * whether to interpet the plus/minus values, relative to the value itself (default) or absolute | |
| − | + | * @default false | |
| − | + | */ | |
| − | + | absoluteValues: false | |
| − | + | } | |
| − | + | ||
} | } | ||
| + | } | ||
}; | }; | ||
// DRESDEN | // DRESDEN | ||
var configDresden = { | var configDresden = { | ||
| − | + | type: 'line', | |
| − | + | data: { | |
| − | + | labels: [0, 45, 90, 135, 180, 225, 270, 315, 360, 405, 450, 535], | |
| − | + | datasets: [ | |
| − | + | { | |
| − | + | label: 'PhyCoVi', | |
| − | + | backgroundColor: window.chartColors.blue, | |
| − | + | borderColor: window.chartColors.blue, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.12, | |
| − | + | 0.173333333, | |
| − | + | 0.313333333, | |
| − | + | 0.473333333, | |
| − | + | 0.476666667, | |
| − | + | 0.526666667, | |
| − | + | 0.843333333, | |
| − | + | 0.796666667, | |
| − | + | 0.756666667, | |
| − | + | 0.78, | |
| − | + | 0.77, | |
| − | + | 0.79 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 45: { plus: 0.010274023, minus: 0.010274023 }, | |
| − | + | 90: { plus: 0.022484563, minus: 0.022484563 }, | |
| − | + | 135: { plus: 0.008498366, minus: 0.008498366 }, | |
| − | + | 180: { plus: 0.004082483, minus: 0.004082483 }, | |
| − | + | 225: { plus: 0.012247449, minus: 0.012247449 }, | |
| − | + | 270: { plus: 0.081069243, minus: 0.081069243 }, | |
| − | + | 315: { plus: 0.022730303, minus: 0.022730303 }, | |
| − | + | 360: { plus: 0.018708287, minus: 0.018708287 }, | |
| − | + | 405: { plus: 0.014337209, minus: 0.014337209 }, | |
| − | + | 450: { plus: 0.006236096, minus: 0.006236096 }, | |
| − | + | 535: { plus: 0.008498366, minus: 0.00849836 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'PhyCoVi+Soy Peptone', | |
| − | + | backgroundColor: window.chartColors.green, | |
| − | + | borderColor: window.chartColors.green, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.153333333, | |
| − | + | 0.273333333, | |
| − | + | 0.37, | |
| − | + | 0.6, | |
| − | + | 0.683333333, | |
| − | + | 1.063333333, | |
| − | + | 1.05, | |
| − | + | 1.26, | |
| − | + | 0.936666667, | |
| − | + | 1.493333333, | |
| − | + | 1.363333333, | |
| − | + | 1.373333333 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.008164966, minus: 0.008164966 }, | |
| − | + | 45: { plus: 0.004082483, minus: 0.004082483 }, | |
| − | + | 90: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 135: { plus: 0.010274023, minus: 0.010274023 }, | |
| − | + | 180: { plus: 0.014719601, minus: 0.014719601 }, | |
| − | + | 225: { plus: 0.024832774, minus: 0.024832774 }, | |
| − | + | 270: { plus: 0.006236096, minus: 0.006236096 }, | |
| − | + | 315: { plus: 0.006236096, minus: 0.006236096 }, | |
| − | + | 360: { plus: 0.010274023, minus: 0.010274023 }, | |
| − | + | 405: { plus: 0.02857738, minus: 0.02857738 }, | |
| − | + | 450: { plus: 0.106379823, minus: 0.106379823 }, | |
| − | + | 535: { plus: 0.113210718, minus: 0.113210718 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'High Salt LB', | |
| − | + | backgroundColor: window.chartColors.black, | |
| − | + | borderColor: window.chartColors.black, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.053333333, | |
| − | + | 0.17, | |
| − | + | 0.233333333, | |
| − | + | 0.266666667, | |
| − | + | 0.37, | |
| − | + | 0.51, | |
| − | + | 0.64, | |
| − | + | 1.383333333, | |
| − | + | 2.313333333, | |
| − | + | 2.336666667, | |
| − | + | 2.33, | |
| − | + | 2.333333333 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.008498366, minus: 0.008498366 }, | |
| − | + | 45: { plus: 0.014337209, minus: 0.014337209 }, | |
| − | + | 90: { plus: 0.008498366, minus: 0.008498366 }, | |
| − | + | 135: { plus: 0.014719601, minus: 0.014719601 }, | |
| − | + | 180: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 225: { plus: 0.014337209, minus: 0.014337209 }, | |
| − | + | 270: { plus: 0.022484563, minus: 0.022484563 }, | |
| − | + | 315: { plus: 0.042491829, minus: 0.042491829 }, | |
| − | + | 360: { plus: 0.067986927, minus: 0.067986927 }, | |
| − | + | 405: { plus: 0.056715665, minus: 0.056715665 }, | |
| − | + | 450: { plus: 0.051044643, minus: 0.051044643 }, | |
| − | + | 535: { plus: 0.045521668, minus: 0.045521668 } | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| + | }, | ||
| + | options: { | ||
| + | responsive: true, | ||
| + | title: { | ||
| + | display: true, | ||
| + | text: 'iGEM Team TU Dresden E. coli GB05' | ||
}, | }, | ||
| − | + | scales: { | |
| − | + | xAxes: [ | |
| − | + | { | |
| + | scaleLabel: { | ||
display: true, | display: true, | ||
| − | + | labelString: 'Time [min]' | |
| − | + | } | |
| − | + | } | |
| − | + | ], | |
| − | + | yAxes: [ | |
| − | + | { | |
| − | + | scaleLabel: { | |
| − | + | display: true, | |
| − | + | labelString: 'OD600' | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | plugins: { | |
| − | + | chartJsPluginErrorBars: { | |
| − | + | /** | |
| − | + | * stroke color, or array of colors | |
| − | + | * @default: derived from borderColor | |
| − | + | */ | |
| − | + | color: '#666', | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | /** | |
| − | + | * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition | |
| − | + | * @default 10 | |
| − | + | */ | |
| − | + | width: 10 | '10px' | '60%', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending, or array of such definition | |
| − | + | * @default 2 | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * whether to interpet the plus/minus values, relative to the value itself (default) or absolute | |
| − | + | * @default false | |
| − | + | */ | |
| − | + | absoluteValues: false | |
| − | + | } | |
| − | + | ||
} | } | ||
| + | } | ||
}; | }; | ||
// FREIBURG | // FREIBURG | ||
var configFreiburg = { | var configFreiburg = { | ||
| − | + | type: 'line', | |
| − | + | data: { | |
| − | + | labels: [0, 45, 90, 135, 180, 225, 270, 315, 360, 405, 450, 495, 540, 585, 630, 675, 720, 765, 810, 855], | |
| − | + | datasets: [ | |
| − | + | { | |
| − | + | label: 'PhyCoVi', | |
| − | + | backgroundColor: window.chartColors.blue, | |
| − | + | borderColor: window.chartColors.blue, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.12855556, | |
| − | + | 0.012555553, | |
| − | + | -0.000555553, | |
| − | + | -0.013555553, | |
| − | + | -0.024, | |
| − | + | -0.034333333, | |
| − | + | -0.043888887, | |
| − | + | -0.048888887, | |
| − | + | -0.05422222, | |
| − | + | -0.06511111, | |
| − | + | -0.076, | |
| − | + | -0.083777777, | |
| + | -0.09622222, | ||
| + | -0.105555553, | ||
| + | -0.11588889, | ||
| + | -0.125888887, | ||
| + | -0.138, | ||
| + | -0.115999997, | ||
| + | -0.162555553, | ||
| + | -0.17711111 | ||
], | ], | ||
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.06034208, minus: 0.06034208 }, | |
| − | + | 45: { plus: 0.041745925, minus: 0.041745925 }, | |
| − | + | 90: { plus: 0.042302336, minus: 0.042302336 }, | |
| − | + | 135: { plus: 0.043910754, minus: 0.043910754 }, | |
| − | + | 180: { plus: 0.045756264, minus: 0.045756264 }, | |
| − | + | 225: { plus: 0.046630212, minus: 0.046630212 }, | |
| − | + | 270: { plus: 0.04883349, minus: 0.04883349 }, | |
| − | + | 315: { plus: 0.048255941, minus: 0.048255941 }, | |
| − | + | 360: { plus: 0.047920716, minus: 0.047920716 }, | |
| − | + | 405: { plus: 0.047836721, minus: 0.047836721 }, | |
| − | + | 450: { plus: 0.047557826, minus: 0.047557826 }, | |
| − | + | 495: { plus: 0.046557811, minus: 0.046557811 }, | |
| − | + | 540: { plus: 0.045632659, minus: 0.045632659 }, | |
| − | + | 585: { plus: 0.044397267, minus: 0.044397267 }, | |
| − | + | 630: { plus: 0.043692811, minus: 0.043692811 }, | |
| − | + | 675: { plus: 0.042407707, minus: 0.042407707 }, | |
| − | + | 720: { plus: 0.040727718, minus: 0.040727718 }, | |
| − | + | 765: { plus: 0.030551212, minus: 0.030551212 }, | |
| − | + | 810: { plus: 0.036839576, minus: 0.036839576 }, | |
| − | + | 855: { plus: 0.036132728, minus: 0.036132728 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'PhyCoVi+Soy Peptone', | |
| − | + | backgroundColor: window.chartColors.green, | |
| − | + | borderColor: window.chartColors.green, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.128666667, | |
| − | + | 0.004555557, | |
| − | + | -0.003, | |
| − | + | -0.020777777, | |
| − | + | -0.01811111, | |
| − | + | -0.021777773, | |
| − | + | -0.015444443, | |
| − | + | -0.01388889, | |
| − | + | -0.014888887, | |
| − | + | -0.014333333, | |
| − | + | -0.015888887, | |
| − | + | -0.033555553, | |
| − | + | -0.041999997, | |
| − | + | -0.05022222, | |
| − | + | -0.07022222, | |
| − | + | -0.076666667, | |
| − | + | -0.066777777, | |
| − | + | -0.091222223, | |
| − | + | -0.082777777, | |
| − | + | -0.106555553 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.005531615, minus: 0.005531615 }, | |
| − | + | 45: { plus: 0.00651636, minus: 0.00651636 }, | |
| − | + | 90: { plus: 0.006063449, minus: 0.006063449 }, | |
| − | + | 135: { plus: 0.002004623, minus: 0.002004623 }, | |
| − | + | 180: { plus: 0.002596295, minus: 0.002596295 }, | |
| − | + | 225: { plus: 0.002896358, minus: 0.002896358 }, | |
| − | + | 270: { plus: 0.002831698, minus: 0.002831698 }, | |
| − | + | 315: { plus: 0.001099943, minus: 0.001099943 }, | |
| − | + | 360: { plus: 0.00329234, minus: 0.00329234 }, | |
| − | + | 405: { plus: 0.00067128, minus: 0.00067128 }, | |
| − | + | 450: { plus: 0.001887254, minus: 0.001887254 }, | |
| − | + | 495: { plus: 0.002796601, minus: 0.002796601 }, | |
| − | + | 540: { plus: 0.007008372, minus: 0.007008372 }, | |
| − | + | 585: { plus: 0.004607428, minus: 0.004607428 }, | |
| − | + | 630: { plus: 0.001021376, minus: 0.001021376 }, | |
| − | + | 675: { plus: 0.000885409, minus: 0.000885409 }, | |
| − | + | 720: { plus: 0.008240596, minus: 0.008240596 }, | |
| − | + | 765: { plus: 0.001363093, minus: 0.001363093 }, | |
| − | + | 810: { plus: 0.01010042, minus: 0.01010042 }, | |
| − | + | 855: { plus: 0.001690569, minus: 0.001690569 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'High Salt LB', | |
| − | + | backgroundColor: window.chartColors.black, | |
| − | + | borderColor: window.chartColors.black, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.041666667, | |
| − | + | 0.04911111, | |
| − | + | 0.05488889, | |
| − | + | 0.064333333, | |
| − | + | 0.077444443, | |
| − | + | 0.09488889, | |
| − | + | 0.11733333, | |
| − | + | 0.14911111, | |
| − | + | 0.189666667, | |
| − | + | 0.236, | |
| − | + | 0.291, | |
| − | + | 0.338, | |
| − | + | 0.370777777, | |
| − | + | 0.386444443, | |
| − | + | 0.392, | |
| − | + | 0.390555557, | |
| − | + | 0.384666667, | |
| − | + | 0.377222223, | |
| − | + | 0.367555553, | |
| − | + | 0.35388889 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.00095258, minus: 0.00095258 }, | |
| − | + | 45: { plus: 0.000643103, minus: 0.000643103 }, | |
| − | + | 90: { plus: 0.000549974, minus: 0.000549974 }, | |
| − | + | 135: { plus: 0.000680413, minus: 0.000680413 }, | |
| − | + | 180: { plus: 0.000906084, minus: 0.000906084 }, | |
| − | + | 225: { plus: 0.001396646, minus: 0.001396646 }, | |
| − | + | 270: { plus: 0.00244949, minus: 0.00244949 }, | |
| − | + | 315: { plus: 0.003767143, minus: 0.003767143 }, | |
| − | + | 360: { plus: 0.005038739, minus: 0.005038739 }, | |
| − | + | 405: { plus: 0.006738503, minus: 0.006738503 }, | |
| − | + | 450: { plus: 0.008495097, minus: 0.008495097 }, | |
| − | + | 495: { plus: 0.009476092, minus: 0.009476092 }, | |
| − | + | 540: { plus: 0.009599705, minus: 0.009599705 }, | |
| − | + | 585: { plus: 0.009445098, minus: 0.009445098 }, | |
| − | + | 630: { plus: 0.009464359, minus: 0.009464359 }, | |
| − | + | 675: { plus: 0.010314798, minus: 0.010314798 }, | |
| − | + | 720: { plus: 0.010557603, minus: 0.010557603 }, | |
| − | + | 765: { plus: 0.011461961, minus: 0.011461961 }, | |
| − | + | 810: { plus: 0.012412906, minus: 0.012412906 }, | |
| − | + | 855: { plus: 0.013718286, minus: 0.013718286 } | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | options: { | |
| − | + | responsive: true, | |
| − | + | title: { | |
| − | + | display: true, | |
| − | + | text: 'iGEM Team Freiburg E. coli C321.ΔA' | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
}, | }, | ||
| − | + | scales: { | |
| − | + | xAxes: [ | |
| − | + | { | |
| + | scaleLabel: { | ||
display: true, | display: true, | ||
| − | + | labelString: 'Time [min]' | |
| − | + | } | |
| − | + | } | |
| − | + | ], | |
| − | + | yAxes: [ | |
| − | + | { | |
| − | + | scaleLabel: { | |
| − | + | display: true, | |
| − | + | labelString: 'OD600' | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | plugins: { | |
| − | + | chartJsPluginErrorBars: { | |
| − | + | /** | |
| − | + | * stroke color, or array of colors | |
| − | + | * @default: derived from borderColor | |
| − | + | */ | |
| − | + | color: '#666', | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | /** | |
| − | + | * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition | |
| − | + | * @default 10 | |
| − | + | */ | |
| − | + | width: 10 | '10px' | '60%', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending, or array of such definition | |
| − | + | * @default 2 | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * whether to interpet the plus/minus values, relative to the value itself (default) or absolute | |
| − | + | * @default false | |
| − | + | */ | |
| − | + | absoluteValues: false | |
| − | + | } | |
| − | + | ||
} | } | ||
| + | } | ||
}; | }; | ||
// Tuebingen | // Tuebingen | ||
var configTuebingen = { | var configTuebingen = { | ||
| − | + | type: 'line', | |
| − | + | data: { | |
| − | + | labels: [0, 45, 90, 135, 180, 225, 270, 315, 360], | |
| − | + | datasets: [ | |
| − | + | { | |
| − | + | label: 'PhyCoVi', | |
| − | + | backgroundColor: window.chartColors.blue, | |
| − | + | borderColor: window.chartColors.blue, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [-0.56, -0.506666667, -0.296666667, -0.47, -0.07, -0.363333333, -0.443333333, -0.623333333, -0.43], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.06041523, minus: 0.06041523 }, | |
| − | + | 45: { plus: 0.080138769, minus: 0.080138769 }, | |
| − | + | 90: { plus: 0.046963343, minus: 0.046963343 }, | |
| − | + | 135: { plus: 0.12980755, minus: 0.12980755 }, | |
| − | + | 180: { plus: 0.108243553, minus: 0.108243553 }, | |
| − | + | 225: { plus: 0.013123346, minus: 0.013123346 }, | |
| − | + | 270: { plus: 0.015456031, minus: 0.015456031 }, | |
| − | + | 315: { plus: 0.132056385, minus: 0.132056385 }, | |
| − | + | 360: { plus: 0.06794605, minus: 0.067946057 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'PhyCoVi+Soy Peptone', | |
| − | + | backgroundColor: window.chartColors.green, | |
| − | + | borderColor: window.chartColors.green, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [-0.133333333, 0.18, 0.606666667, 0.68, 0.56, 1.253333333, 1.306666667, 1.14, 1.393333333], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.031710496, minus: 0.031710496 }, | |
| − | + | 45: { plus: 0.016329932, minus: 0.016329932 }, | |
| − | + | 90: { plus: 0.086055538, minus: 0.086055538 }, | |
| − | + | 135: { plus: 0.159216833, minus: 0.159216833 }, | |
| − | + | 180: { plus: 0.044158804, minus: 0.044158804 }, | |
| − | + | 225: { plus: 0.093482024, minus: 0.093482024 }, | |
| − | + | 270: { plus: 0.176839538, minus: 0.176839538 }, | |
| − | + | 315: { plus: 0.195746435, minus: 0.195746435 }, | |
| − | + | 360: { plus: 0.217191672, minus: 0.21719167 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'High Salt LB', | |
| − | + | backgroundColor: window.chartColors.black, | |
| − | + | borderColor: window.chartColors.black, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.313333333, | |
| − | + | 0.513333333, | |
| − | + | 0.886666667, | |
| − | + | 0.96, | |
| − | + | 1.713333333, | |
| − | + | 1.503333333, | |
| − | + | 1.88, | |
| − | + | 1.646666667, | |
| − | + | 2.381666667 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 45: { plus: 0.004714045, minus: 0.004714045 }, | |
| − | + | 90: { plus: 0.043204938, minus: 0.043204938 }, | |
| − | + | 135: { plus: 0.024608038, minus: 0.024608038 }, | |
| − | + | 180: { plus: 0.16913177, minus: 0.16913177 }, | |
| − | + | 225: { plus: 0.028674418, minus: 0.028674418 }, | |
| − | + | 270: { plus: 0.078138054, minus: 0.078138054 }, | |
| − | + | 315: { plus: 0.104642248, minus: 0.104642248 }, | |
| − | + | 360: { plus: 0, minus: 0 } | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | options: { | |
| − | + | responsive: true, | |
| − | + | title: { | |
| − | + | display: true, | |
| − | + | text: 'iGEM Team Tübingen E. coli Nissle 1917' | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
}, | }, | ||
| − | + | scales: { | |
| − | + | xAxes: [ | |
| − | + | { | |
| + | scaleLabel: { | ||
display: true, | display: true, | ||
| − | + | labelString: 'Time [min]' | |
| − | + | } | |
| − | + | } | |
| − | + | ], | |
| − | + | yAxes: [ | |
| − | + | { | |
| − | + | scaleLabel: { | |
| − | + | display: true, | |
| − | + | labelString: 'OD600' | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | plugins: { | |
| − | + | chartJsPluginErrorBars: { | |
| − | + | /** | |
| − | + | * stroke color, or array of colors | |
| − | + | * @default: derived from borderColor | |
| − | + | */ | |
| − | + | color: '#666', | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | /** | |
| − | + | * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition | |
| − | + | * @default 10 | |
| − | + | */ | |
| − | + | width: 10 | '10px' | '60%', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending, or array of such definition | |
| − | + | * @default 2 | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * whether to interpet the plus/minus values, relative to the value itself (default) or absolute | |
| − | + | * @default false | |
| − | + | */ | |
| − | + | absoluteValues: false | |
| − | + | } | |
| − | + | ||
} | } | ||
| + | } | ||
}; | }; | ||
// Darmstadt | // Darmstadt | ||
var configDarmstadt = { | var configDarmstadt = { | ||
| − | + | type: 'line', | |
| − | + | data: { | |
| − | + | labels: [0, 45, 90, 135, 180, 225, 270, 315, 360, 405, 450], | |
| − | + | datasets: [ | |
| − | + | { | |
| − | + | label: 'PhyCoVi', | |
| − | + | backgroundColor: window.chartColors.blue, | |
| − | + | borderColor: window.chartColors.blue, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.056666667, | |
| − | + | 0.363333333, | |
| − | + | 0.14, | |
| − | + | 0.273333333, | |
| − | + | 0.426666667, | |
| − | + | 0.76, | |
| − | + | 0.95, | |
| − | + | 1.08, | |
| − | + | 1.073333333, | |
| − | + | 1.046666667, | |
| − | + | 1.126666667 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.057348835, minus: 0.057348835 }, | |
| − | + | 45: { plus: 0.131930116, minus: 0.131930116 }, | |
| − | + | 90: { plus: 0.01779513, minus: 0.01779513 }, | |
| − | + | 135: { plus: 0.05071708, minus: 0.05071708 }, | |
| − | + | 180: { plus: 0.016996732, minus: 0.016996732 }, | |
| − | + | 225: { plus: 0.04708149, minus: 0.04708149 }, | |
| − | + | 270: { plus: 0.025495098, minus: 0.025495098 }, | |
| − | + | 315: { plus: 0.021602469, minus: 0.021602469 }, | |
| − | + | 360: { plus: 0.027182511, minus: 0.027182511 }, | |
| − | + | 405: { plus: 0.087970955, minus: 0.087970955 }, | |
| − | + | 450: { plus: 0.028674418, minus: 0.028674418 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'PhyCoVi+Soy Peptone', | |
| − | + | backgroundColor: window.chartColors.green, | |
| − | + | borderColor: window.chartColors.green, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [ | |
| − | + | 0.073333333, | |
| − | + | 0.173333333, | |
| − | + | 0.236666667, | |
| − | + | 0.59, | |
| − | + | 0.873333333, | |
| − | + | 0.853333333, | |
| − | + | 1.026666667, | |
| − | + | 1.056666667, | |
| − | + | 1.143333333, | |
| − | + | 1.456666667, | |
| − | + | 1.496666667 | |
| − | + | ], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.013123346, minus: 0.013123346 }, | |
| − | + | 45: { plus: 0.024608038, minus: 0.024608038 }, | |
| − | + | 90: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 135: { plus: 0.075608641, minus: 0.075608641 }, | |
| − | + | 180: { plus: 0.12478871, minus: 0.12478871 }, | |
| − | + | 225: { plus: 0.121266465, minus: 0.121266465 }, | |
| − | + | 270: { plus: 0.050387388, minus: 0.050387388 }, | |
| − | + | 315: { plus: 0.055727512, minus: 0.055727512 }, | |
| − | + | 360: { plus: 0.053124592, minus: 0.053124592 }, | |
| − | + | 405: { plus: 0.19917887, minus: 0.19917887 }, | |
| − | + | 450: { plus: 0.227535101, minus: 0.227535101 } | |
| − | + | } | |
| − | + | }, | |
| − | + | { | |
| − | + | label: 'High Salt LB', | |
| − | + | backgroundColor: window.chartColors.black, | |
| − | + | borderColor: window.chartColors.black, | |
| − | + | fill: false, | |
| − | + | lineTension: 0, | |
| − | + | data: [0.086666667, 0.17, 0.44, 0.886666667, 1.663333333, 2.18, 2.33, 2.563333333, 2.63, 2.92, 2.85], | |
| − | + | errorBars: { | |
| − | + | 0: { plus: 0.013123346, minus: 0.013123346 }, | |
| − | + | 45: { plus: 0.024608038, minus: 0.024608038 }, | |
| − | + | 90: { plus: 0.012472191, minus: 0.012472191 }, | |
| − | + | 135: { plus: 0.075608641, minus: 0.075608641 }, | |
| − | + | 180: { plus: 0.12478871, minus: 0.12478871 }, | |
| − | + | 225: { plus: 0.121266465, minus: 0.121266465 }, | |
| − | + | 270: { plus: 0.050387388, minus: 0.050387388 }, | |
| − | + | 315: { plus: 0.055727512, minus: 0.055727512 }, | |
| − | + | 360: { plus: 0.053124592, minus: 0.053124592 }, | |
| − | + | 405: { plus: 0.19917887, minus: 0.19917887 }, | |
| − | + | 450: { plus: 0.227535101, minus: 0.227535101 } | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | options: { | |
| − | + | responsive: true, | |
| − | + | title: { | |
| − | + | display: true, | |
| − | + | text: 'iGEM Team TU Darmstadt E. coli BL21 (DE3)' | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
}, | }, | ||
| − | + | scales: { | |
| − | + | xAxes: [ | |
| − | + | { | |
| + | scaleLabel: { | ||
display: true, | display: true, | ||
| − | + | labelString: 'Time [min]' | |
| − | + | } | |
| − | + | } | |
| − | + | ], | |
| − | + | yAxes: [ | |
| − | + | { | |
| − | + | scaleLabel: { | |
| − | + | display: true, | |
| − | + | labelString: 'OD600' | |
| − | + | } | |
| − | + | } | |
| − | + | ] | |
| − | + | }, | |
| − | + | plugins: { | |
| − | + | chartJsPluginErrorBars: { | |
| − | + | /** | |
| − | + | * stroke color, or array of colors | |
| − | + | * @default: derived from borderColor | |
| − | + | */ | |
| − | + | color: '#666', | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | /** | |
| − | + | * bar width in pixel as number or string or bar width in percent based on the barchart bars width (max 100%), or array of such definition | |
| − | + | * @default 10 | |
| − | + | */ | |
| − | + | width: 10 | '10px' | '60%', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * lineWidth as number, or as string with pixel (px) ending, or array of such definition | |
| − | + | * @default 2 | |
| − | + | */ | |
| − | + | lineWidth: 2 | '2px', | |
| − | + | /** | |
| − | + | * whether to interpet the plus/minus values, relative to the value itself (default) or absolute | |
| − | + | * @default false | |
| − | + | */ | |
| − | + | absoluteValues: false | |
| − | + | } | |
| − | + | ||
} | } | ||
| + | } | ||
}; | }; | ||
| − | window.onload = function () { | + | window.onload = function() { |
| − | + | var ctxHamburg = document.getElementById('team-hamburg').getContext('2d'); | |
| − | + | window.myLine = new Chart(ctxHamburg, configHamburg); | |
| − | + | var ctxTuebingen = document.getElementById('team-tuebingen').getContext('2d'); | |
| − | + | window.myLine = new Chart(ctxTuebingen, configTuebingen); | |
| − | + | ||
| − | + | ||
| − | + | var ctxDresden = document.getElementById('team-dresden').getContext('2d'); | |
| − | + | window.myLine = new Chart(ctxDresden, configDresden); | |
| − | + | var ctxDarmstadt = document.getElementById('team-darmstadt').getContext('2d'); | |
| − | + | window.myLine = new Chart(ctxDarmstadt, configDarmstadt); | |
| − | + | ||
| − | + | ||
| − | + | var ctxFreiburg = document.getElementById('team-freiburg').getContext('2d'); | |
| − | + | window.myLine = new Chart(ctxFreiburg, configFreiburg); | |
| − | + | ||
| − | + | ||
}; | }; | ||
| − | </script> | + | </script> |
</html> | </html> | ||
Revision as of 20:38, 21 October 2019
Collaboration
Validation of our new algae based PhyCoVi medium
Besides our own experiments with the algae extract, we wanted to have a cross-validation from other iGEM teams and their organisms. Through this, we can make sure, that everybody can work with our medium and also improve the product itself, if problems occur. Kindly, the iGEM teams of Hamburg, Tübingen, TU Darmstadt, Freiburg, and TU Dresden offered their help. Therefore, we prepared 15 ml tubes with two variations of PhyCoVi and a LB control dry medium and sent them to the teams, respectively. Additionally, they received a SOP for their growth curve including an Excel sheet to plot their results directly. Before we discuss their results individually, it can be said, that we are happy with every result and already improved the product concerning the issues that occurred for some teams.
Hamburg (E. coli DH5-α)
Figure 1: Growth curve of E. coli DH5-α created by the iGEM Team Hamburg. PhyCoVi medium (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.As seen in Fig. 1, E. coli was able to grow in all three media. The PhyCoVi medium including additional soy peptone and the high salt LB medium show similar growth curves after 45 minutes. The PhyCoVi medium without supplements shows a very long lag phase, growth occurs after 135 minutes. The DH5-α strain is very robust and optimized for optimal transformation 1. These optimizations also seem to have a positive effect on high salt concentrations.
Tübingen (E. coli Nissle 1917)
Figure 2: Growth curve of E. coli Nissle 1917 created by the iGEM Team Tübingen. PhyCoVi medium (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.Fig. 2 shows the growth curves by Team Tübingen. Probably due to algae lipid residues in the PhyCoVi medium samples, OD(600) measurements reveal negative values. But still, growth of E. coli Nissle 1917 can be observed in the PhyCoVi medium supplemented with soy peptone. As described 2, this wildtype strain has a low tolerance for high salt medium, therefore the reduced growth is expected.
TU Dresden (E. coli GB05)
Figure 3: Growth curve of E. coli GB05 created by the iGEM Team TU Dresden. PhyCoVi medium (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.The results of the iGEM Team TU Dresden shows very low growth for all three media, possibly caused by the high salt concentrations (Fig. 3). After a long adaptation phase, E. coli GB05 was able to grow in high salt LB medium. Growth in PhyCoVi medium supplemented with soy peptone shows high fluctuations, probably due to the already discussed problem with insoluble medium compounds. The used strain is able to take up linear DNA fragments but seems not to be able to cope with high salt media 3.
TU Darmstadt (E. coli BL21 (DE3))
Figure 4: Growth curve of E. coli BL21 (DE3) created by the iGEM TU Darmstadt. PhyCoVi medium (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.While E. coli BL21 (DE3) in High Salt LB medium reaches high OD values, growth in both algae-based media is very slow with long adaptation phases (Fig. 4). Also, the OD(600) values exhibit high standard deviations. As already discussed, this can be explained by algea remnants, such as lipids and cell wall remnants, which had not been removed properly. The strain is one of the most frequent used E. coli strains and it grows best on low salt medium 4.
Freiburg (E. coli DH5-α)
Figure 5: Growth curve of E. coli DH5-α created by the iGEM Team Freiburg. PhyCoVi medium (blue), PhyCoVi medium with additional soy peptone (green) and High salt LB medium were tested (black). PhyCoVi medium contained 10 g/L additional NaCl, High Salt LB medium contained 20 g/L NaCl.
This measurement was conducted in a 96-well plate reader. The quality of both algae-based media are impaired
by algea lipid and cell wall remnants and therefore show negative growth rates. But thank you, Team
Freiburg, for conducting the experiment over such a long time course.
Conclusion
In conclusion, the collaboration was a full success! It showed that different strains are able to grow in our developed PhyCoVi medium. After evaluating the collaboration results, we increased our clean-up efforts during the production of our medium. Algea lipids and cell wall aggregates were removed by including an additional autoclavation step followed by centrifugation of the medium.
The result of this improvement can be seen in Fig. 6. The left part shows the old version of our medium, which exhibits a higher turbidity as the advanced medium seen in the right part of Fig. 6.
References
- Douglas Hanahan, Joel Jessee, Fredric R. Bloom. Plasmid transformation of Escherichia coli and other bacteria, Methods in Enzymology, Academic Press, Volume 204, 1991, Pages 63-113, https://doi.org/10.1016/0076-6879(91)04006-A
- Bury S, Soundararajan M, Bharti R, von Bünau R, Förstner KU, Oelschlaeger TA. The Probiotic Escherichia coli Strain Nissle 1917 Combats Lambdoid Bacteriophages stx and λ. Front Microbiol. 2018 May 29;9:929. doi: 10.3389/fmicb.2018.00929
- Jun Fu, Madeleine Teucher, Konstantinos Anastassiadis, William Skarnes, A. Francis Stewart, Chapter Eight - A Recombineering Pipeline to Make Conditional Targeting Constructs, Editor(s): Paul M. Wassarman, Philippe M. Soriano, Methods in Enzymology, Academic Press, Volume 477, 2010, Pages 125-144, https://doi.org/10.1016/S0076-6879(10)77008-7.
- New England Biolabs FAQ: What are the solutions/recipes (C2527): https://international.neb.com/faqs/2012/02/22/what-are-the-solutions-recipes-c2527, 2019 New England Biolabs, last visited 10.15.2019