Difference between revisions of "Template:ReadingDataPage"

Line 23: Line 23:
 
data.push(["24/07", "1.167", "1.876x10<sup>8</sup>"]);
 
data.push(["24/07", "1.167", "1.876x10<sup>8</sup>"]);
 
data.push(["27/07", "1.412", "2.259x10<sup>8</sup>"]);
 
data.push(["27/07", "1.412", "2.259x10<sup>8</sup>"]);
        data.push(["28/07", "----", "----x10<sup>8</sup>"]);
+
data.push(["28/07", "----", "----x10<sup>8</sup>"]);
data.push(["29/07", "-----", "-----x10<sup>8</sup>"]);
+
data.push(["29/07", "-----", "-----x10<sup>8</sup>"]);
data.push(["30/07", "2.38", "3.808x10<sup>8</sup>"]);
+
data.push(["30/07", "2.38", "3.808x10<sup>8</sup>"]);
data.push(["31/07", "2.50", "4.000x10<sup>8</sup>"]);
+
data.push(["31/07", "2.50", "4.000x10<sup>8</sup>"]);
 +
data.push(["3/08", "2.852", "4.563x10<sup>8</sup>"]);
 +
data.push(["4/08", "3.012", "4.919x10<sup>8</sup>"]);
 +
data.push(["5/08", "3.292", "5.267x10<sup>8</sup>"]);
 +
data.push(["6/08", "3.596", "5.754x10<sup>8</sup>"]);
 +
data.push(["7/08", "4", "6.400x10<sup>8</sup>"]);
 +
data.push(["10/08", "3.948", "6.317x10<sup>8</sup>"]);
 +
 
 
var tableHTML = '<table class="dataTable">';
 
var tableHTML = '<table class="dataTable">';
  
Line 71: Line 78:
 
data.push(["24/07", "-----", "1.324", "1.296", "-------", "2.118x10<sup>8</sup>", "2.074x10<sup>8</sup>"]);
 
data.push(["24/07", "-----", "1.324", "1.296", "-------", "2.118x10<sup>8</sup>", "2.074x10<sup>8</sup>"]);
 
data.push(["27/07", "-----", "1.691", "1.650", "-------", "2.706x10<sup>8</sup>", "2.640x10<sup>8</sup>"]);
 
data.push(["27/07", "-----", "1.691", "1.650", "-------", "2.706x10<sup>8</sup>", "2.640x10<sup>8</sup>"]);
 +
data.push(["28/07", "-----", "1.98", "1.840", "-------", "3.168x10<sup>8</sup>", "1.466x10<sup>8</sup>"]);
 
 
 
//tableHTML holds the html that will be added to the page.
 
//tableHTML holds the html that will be added to the page.
Line 101: Line 109:
  
 
//adds each line of the data to the existing list
 
//adds each line of the data to the existing list
data.push(["13/07", "0.006", "0.012", "0.015", "9.6x10<sup>5</sup>", "1.92x10<sup>6</sup>", "2.4x10<sup>6</sup>"]);
+
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(["13/07", "0.006", "0.012", "0.015", "9.6x10<sup>5</sup>", "1.92x10<sup>6</sup>", "2.4x10<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(["13/07", "0.006", "0.012", "0.015", "9.6x10<sup>5</sup>", "1.92x10<sup>6</sup>", "2.4x10<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/30/2015", "0", "0.005", "0.002", "0.00", "8.00<sup>5</sup>", "3.20<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( "08/03/2015", "0", "0.027", "0.001", "0.00", "4.32<sup>6</sup>", "1.60<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/05/2015", "0", "0.001", "0", "0.00", "1.60<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:20, 13 August 2015