Difference between revisions of "Template:ReadingDataPage"

Line 109: Line 109:
  
 
//adds each line of the data to the existing list
 
//adds each line of the data to the existing list
data.push( ["7/27/2015", "0.006", "0.011", "0.011", "9.60<sup>5</sup>", "1.76<sup>6</sup>", "1.76<sup>6</sup>"]);
+
data.push( ["7/27/2015", "0.006", "0.011", "0.011", "9.60x10<sup>5</sup>", "1.76x10<sup>6</sup>", "1.76x10<sup>6</sup>"]);
data.push( ["7/28/2015", "0.004", "0.006", "0.011", "6.40<sup>5</sup>", "9.60<sup>5</sup>", "1.76<sup>6</sup>"]);
+
data.push( ["7/28/2015", "0.004", "0.006", "0.011", "6.40x10<sup>5</sup>", "9.60x10<sup>5</sup>", "1.76x10<sup>6</sup>"]);
data.push( ["7/29/2015", "0.001", "0.004", "0.003", "1.60<sup>5</sup>", "6.40<sup>5</sup>", "4.80<sup>5</sup>"]);
+
data.push( ["7/29/2015", "0.001", "0.004", "0.003", "1.60x10<sup>5</sup>", "6.40x10<sup>5</sup>", "4.80x10<sup>5</sup>"]);
data.push( ["7/30/2015", "0", "0.005", "0.002", "0.00", "8.00<sup>5</sup>", "3.20<sup>5</sup>"]);
+
data.push( ["7/30/2015", "0", "0.005", "0.002", "0.00", "8.00x10<sup>5</sup>", "3.20x10<sup>5</sup>"]);
data.push( ["7/31/2015", "0", "0.01", "0.001", "0.00", "1.60<sup>6</sup>", "1.60<sup>5</sup>"]);
+
data.push( ["7/31/2015", "0", "0.01", "0.001", "0.00", "1.60x10<sup>6</sup>", "1.60x10<sup>5</sup>"]);
data.push( ["08/03/2015", "0", "0.027", "0.001", "0.00", "4.32<sup>6</sup>", "1.60<sup>5</sup>"]);
+
data.push( ["08/03/2015", "0", "0.027", "0.001", "0.00", "4.32x10<sup>6</sup>", "1.60x10<sup>5</sup>"]);
data.push( ["08/04/2015", "0.003", "0.021", "0", "4.80", "3.36<sup>6</sup>", "0.00"]);
+
data.push( ["08/04/2015", "0.003", "0.021", "0", "4.80", "3.36x10<sup>6</sup>", "0.00"]);
data.push( ["08/05/2015", "0", "0.001", "0", "0.00", "1.60<sup>5</sup>", "0.00"]);
+
data.push( ["08/05/2015", "0", "0.001", "0", "0.00", "1.60x10<sup>5</sup>", "0.00"]);
 
 
 
//tableHTML holds the html that will be added to the page.
 
//tableHTML holds the html that will be added to the page.

Revision as of 15:22, 13 August 2015