Team:Tec-Monterrey/ITESM14 notebook.html
From 2014.igem.org
(Difference between revisions)
Ejzardainc (Talk | contribs) (Created page with "<h1>Calendar</h1> <div id="cal-heatmap"> <script type="text/javascript"> var cal = new CalHeatMap(); cal.init({ domain: "month", su...") |
Ejzardainc (Talk | contribs) |
||
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <h1>Calendar</h1> | + | <html> |
+ | <body> | ||
+ | |||
+ | <header id="wiki-header" class="initial-nav-scroll-up"> | ||
+ | </header> | ||
+ | |||
+ | <div id ="wiki-content" class="main-content"> | ||
+ | |||
+ | <div class="well"> | ||
+ | <div class="container"> | ||
+ | |||
+ | <h1>Calendar</h1> | ||
<div id="cal-heatmap"> | <div id="cal-heatmap"> | ||
Line 7: | Line 18: | ||
domain: "month", | domain: "month", | ||
subDomain: "x_day", | subDomain: "x_day", | ||
- | data: " | + | data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html", |
- | start: new Date(2014, | + | start: new Date(2014, 5), |
cellSize: 20, | cellSize: 20, | ||
cellPadding: 5, | cellPadding: 5, | ||
domainGutter: 20, | domainGutter: 20, | ||
- | range: | + | range: 5, |
legend: [2, 4, 6, 8], | legend: [2, 4, 6, 8], | ||
legendColors: ["#FFE6FF", "#FF0060"], | legendColors: ["#FFE6FF", "#FF0060"], | ||
onClick: function(date, count) { | onClick: function(date, count) { | ||
- | |||
- | |||
- | |||
- | |||
var month = date.getMonth() + 1; | var month = date.getMonth() + 1; | ||
var day = date.getDate(); | var day = date.getDate(); | ||
var pid = "date-" + month + "-" + day; | var pid = "date-" + month + "-" + day; | ||
- | $("#myid").load(" | + | $("#myid").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.html #" + pid); |
} | } | ||
}); | }); | ||
Line 31: | Line 38: | ||
<div id="myid"> | <div id="myid"> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Latest revision as of 09:33, 17 October 2014