Difference between revisions of "Team:Tec-Monterrey/Notebook"

m
m
Line 50: Line 50:
 
           domain: "month",
 
           domain: "month",
 
           subDomain: "x_day",
 
           subDomain: "x_day",
           data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html",
+
           //data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html",
           start: new Date(2014, 5),
+
           start: new Date(2014, 12),
 
           cellSize: 20,
 
           cellSize: 20,
 
           cellPadding: 5,
 
           cellPadding: 5,
Line 57: Line 57:
 
           range: 5,
 
           range: 5,
 
           legend: [2, 4, 6, 8],
 
           legend: [2, 4, 6, 8],
           legendColors: ["#FFE6FF", "#FF0060"],
+
           legendColors: ["#d3edf2", "#2f3661"],
 
           onClick: function(date, count) {
 
           onClick: function(date, count) {
 
             var month = date.getMonth() + 1;
 
             var month = date.getMonth() + 1;
Line 69: Line 69:
 
     </div>
 
     </div>
 
   </section>
 
   </section>
 
<div id ="wiki-content" class="main-content">
 
 
  <div class="well">
 
  <div class="container">
 
 
    <h1>Calendar</h1>
 
 
    <div id="cal-heatmap">
 
      <script type="text/javascript">
 
        var cal = new CalHeatMap();
 
        cal.init({
 
          domain: "month",
 
          subDomain: "x_day",
 
          data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html",
 
          start: new Date(2014, 5),
 
          cellSize: 20,
 
          cellPadding: 5,
 
          domainGutter: 20,
 
          range: 5,
 
          legend: [2, 4, 6, 8],
 
          legendColors: ["#FFE6FF", "#FF0060"],
 
          onClick: function(date, count) {
 
            var month = date.getMonth() + 1;
 
            var day = date.getDate();
 
            var pid = "date-" + month + "-" + day;
 
            $("#myid").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.html #" + pid);
 
          }
 
        });
 
      </script>
 
    </div>
 
 
    <div id="myid">
 
    </div>
 
 
 
  
 
   </div>  
 
   </div>  

Revision as of 22:26, 9 August 2018

Notebook
Everyday activities by the team
Calendar

Notebook

Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.

What should this page have?

  • Chronological notes of what your team is doing.
  • Brief descriptions of daily important events.
  • Pictures of your progress.
  • Mention who participated in what task.

Inspiration

You can see what others teams have done to organize their notes: