Difference between revisions of "Team:Reading/Data"

Line 1: Line 1:
 
{{Reading2}}
 
{{Reading2}}
 
<html>
 
<html>
 +
 +
<head>
 +
<SCRIPT LANGUAGE="JavaScript">
 +
window.onload = buildPage;
 +
function buildDataTable1(){
 +
var index = 0;
 +
var data = [];
 +
data.push([07/07, 0.000, 0]);
 +
 +
var tableHTML = '<table class="dataTable">';
 +
var newline = true;
 +
while(newline){
 +
tableHTML += '<tr>';
 +
for(i2 = 0; i2 < 3; i2++){
 +
if(index < data.length){tableHTML += '<td valign="bottom" align="center">data[index][i2]</td>';
 +
index += 1;}
 +
else{
 +
newline = false;
 +
}
 +
}
 +
tableHTML += '</tr>';
 +
}
 +
tableHTML += '</table>';
 +
document.getElementById("datatable1").innerHTML= tableHTML;
 +
}
 +
</SCRIPT>
 +
</head>
 +
 
<body>
 
<body>
 
<h2>Data</h2>
 
<h2>Data</h2>
Line 7: Line 35:
 
<p>This table displays absorbance data used to measure the growth of wild type 6803 in flask 5, cultured on 07/07/15. Flask incubated at 30°C at 58rpm on a shaker. note: the reading on the 14/07 is considered anomalous, as it does not fit the trend of the rest of the data, and will subsequently be left out of graphs drawn from this data.</p>
 
<p>This table displays absorbance data used to measure the growth of wild type 6803 in flask 5, cultured on 07/07/15. Flask incubated at 30°C at 58rpm on a shaker. note: the reading on the 14/07 is considered anomalous, as it does not fit the trend of the rest of the data, and will subsequently be left out of graphs drawn from this data.</p>
 
<p>Cell count per ml estimated by using the relationship, 1 a.u. = 1.6x10<sup>8</sup>cells per ml.</p>
 
<p>Cell count per ml estimated by using the relationship, 1 a.u. = 1.6x10<sup>8</sup>cells per ml.</p>
<div>
+
<div id = "datatable1">
<table class="dataTable">
+
<tr> <th> Date </th> <th> OD<sub>750</sub> </th> <th> Estimated Cells per ml </th> </tr>
+
<tr> <td> 07/07 </td> <td> 0.000 </td> <td> 0 </td> </tr>
+
<tr> <td> 08/07 </td> <td> 0.003 </td> <td> 4.8x10<sup>5</sup> </td> </tr>
+
<tr> <td> 09/07 </td> <td> 0.005 </td> <td> 8x10<sup>5</sup> </td> </tr>
+
<tr> <td> 10/07 </td> <td> 0.005 </td> <td> 8x10<sup>5</sup> </td> </tr>
+
<tr> <td> 13/07 </td> <td> 0.005 </td> <td> 8x10<sup>5</sup> </td> </tr>
+
<tr> <td> 14/07 </td> <td> 0.112 </td> <td> 1.792x10<sup>7</sup> </td> </tr>
+
<tr> <td> 15/07 </td> <td> 0.008 </td> <td> 1.28x10<sup>6</sup> </td> </tr>
+
<tr> <td> 16/07 </td> <td> 0.009 </td> <td> 1.44x10<sup>6</sup> </td> </tr>
+
<tr> <td> 17/07 </td> <td> 0.030 </td> <td> 4.8x10<sup>6</sup> </td> </tr>
+
<tr> <td> 20/07 </td> <td> 0.364 </td> <td> 5.824x10<sup>7</sup> </td> </tr>
+
<tr> <td> 21/07 </td> <td> 0.510 </td> <td> 8.160x10<sup>7</sup> </td> </tr>
+
<tr> <td> 22/07 </td> <td> 0.820 </td> <td> 1.312x10<sup>8</sup> </td> </tr>
+
<tr> <td> 23/07 </td> <td> 1.016 </td> <td> 1.626x10<sup>8</sup> </td> </tr>
+
<tr> <td> 24/07 </td> <td> 1.167 </td> <td> 1.876x10<sup>8</sup> </td> </tr>
+
<tr> <td> 27/07 </td> <td> 1.412 </td> <td> 2.259x10<sup>8</sup> </td> </tr>
+
</table>
+
 
</div>
 
</div>
 
<p> <b> 13/07/15 </b> </p>
 
<p> <b> 13/07/15 </b> </p>

Revision as of 19:59, 6 August 2015

Data

Here we display our raw data and any graphs from experiments and lab work. Dates are in the UK format DD/MM/YY. 6803 refers to the cyanobacterium used - Synechocystis sp. PCC 6803.

07/07/15

This table displays absorbance data used to measure the growth of wild type 6803 in flask 5, cultured on 07/07/15. Flask incubated at 30°C at 58rpm on a shaker. note: the reading on the 14/07 is considered anomalous, as it does not fit the trend of the rest of the data, and will subsequently be left out of graphs drawn from this data.

Cell count per ml estimated by using the relationship, 1 a.u. = 1.6x108cells per ml.

13/07/15

A table displaying the absorbance data to monitor growth of wild type 6803 in flasks 2, 3, and 4, which were cultured on 02/07/15. Readings begin on the 13/07/15.

Date Flask No. OD750 Estimated Cells per ml
13/07 2 0.006 9.6x105
3 0.012 1.92x106
4 0.015 2.4x106
14/07 2 0.006 9.6x105
3 0.018 2.88x106
4 0.017 2.72x106
15/07 2 0.006 9.6x105
3 0.021 3.36x106
4 0.018 2.88x106
16/07 2 0.001 1.6x105
3 0.020 3.2x106
4 0.019 3.04x106
17/07 2 0.001 1.6x105
3 0.040 6.4x106
4 0.027 4.32x106
20/07 2 0.005 8x105
3 0.577 9.232x107
4 0.486 7.776x107
21/07 2 0.001 1.6x105
3 0.757 1.211x108
4 0.653 1.045x108
22/07 2 0.001 1.6x105
3 1.049 1.678x108
4 0.916 1.466x108
23/07 3 1.302 2.083x108
4 1.203 1.925x108
24/07 3 1.324 2.118x108
4 1.296 2.074x108
27/07 3 1.691 2.706x108
4 1.650 2.640x108