Difference between revisions of "Team:Paris Saclay/Notebook"

m
m
Line 1: Line 1:
{{Paris_Saclay}}
+
{{Team:Paris_Saclay/notebook_header}}
 +
 
 +
 
 +
 
 
<html>
 
<html>
 
  
 
<div class="column full_size">
 
<div class="column full_size">
Line 17: Line 19:
 
<li>Mention who participated in what task.</li>
 
<li>Mention who participated in what task.</li>
 
</ul>
 
</ul>
 
 
</div>
 
</div>
  
Line 23: Line 24:
 
<h5>Inspiration</h5>
 
<h5>Inspiration</h5>
 
<p>You can see what others teams have done to organize their notes:</p>
 
<p>You can see what others teams have done to organize their notes:</p>
 
 
<ul>  
 
<ul>  
 
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
 
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
Line 30: Line 30:
 
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
 
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
 
</ul>
 
</ul>
 
<h1>Test</h1>
 
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
 
<link rel="stylesheet" href="https://2016.igem.org/Team:Paris_Saclay/Notebook/cal-heatmapcss?action=raw&ctype=text/css" />
 
<script type="text/javascript" src="https://2016.igem.org/Team:Paris_Saclay/Notebook/cal-heatmapminjs?action=raw"></script>
 
 
<div id="cal-heatmap"></div>
 
<script type="text/javascript">
 
  var cal = new CalHeatMap();
 
  var months = ["January", "February", "March", "April", "May, ", "June", "July", "August", "September", "October", "November", "December"];
 
  cal.init({
 
      domain: "month",
 
      subDomain: "x_day",
 
      start: new Date(2016, 5),
 
      minDate: new Date(2016, 5),
 
      maxDate: new Date(2016, 8),
 
      range: 4,
 
      data: "https://2016.igem.org/Team:Paris_Saclay/Notebook/calendar-datajson?action=raw",
 
      onClick: function(date, count) {
 
            var month = months[date.getMonth()];
 
            var day = date.getDate();
 
            var pid = month + "/" + day;
 
            window.location.href = "https://2016.igem.org/Team:Paris_Saclay/Notebook/" + pid;
 
          }
 
  });
 
</script>
 
 
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 17:15, 27 June 2016


Document the dates you worked on 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: