Team:TU-Delft/SynBioData

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
 
-
<script src="http://code.jquery.com/jquery-1.9.1.js">
+
<html>
-
<table id="stats"></table>
+
<script>
-
var mySpreadsheet = 'https://docs.google.com/spreadsheet/ccc?key=0ArsDNt8sj-LBdEdCREdxUTFmVXpPaTVnZm43d0RTdmc#gid=0';
+
var query = new google.visualization.Query('https://docs.google.com/spreadsheet/ccc?key=0ArsDNt8sj-LBdEdCREdxUTFmVXpPaTVnZm43d0RTdmc#gid=0');
 +
query.setQuery('select id, sum(id) group by team');
 +
query.send(handleQueryResponse);
-
// Load spreadsheet.
 
-
$('#stats').sheetrock({
 
-
  url: mySpreadsheet
 
-
});
 
</script>
</script>
</html>
</html>

Revision as of 13:51, 2 September 2013