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

 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Paris_Saclay}}
+
{{Team:Paris_Saclay/notebook_header}}
<html>
+
  
 
+
{{Team:Paris_Saclay/notebook_footer}}
<div class="column full_size">
+
 
+
<p> Document the dates you worked on your project.</p>
+
 
+
</div>
+
 
+
<div class="column half_size">
+
<h5>What should this page have?</h5>
+
<ul>
+
<li>Chronological notes of what your team is doing.</li>
+
<li> Brief descriptions of daily important events.</li>
+
<li>Pictures of your progress. </li>
+
<li>Mention who participated in what task.</li>
+
</ul>
+
 
+
</div>
+
 
+
<div class="column half_size">
+
<h5>Inspiration</h5>
+
<p>You can see what others teams have done to organize their notes:</p>
+
 
+
<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:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
</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();
+
  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 = date.getMonth() + 1;
+
            var day = date.getDate();
+
            var pid = month + "/" + day;
+
            window.location.href = "https://2016.igem.org/Team:Paris_Saclay/Notebook/" + pid;
+
          }
+
  });
+
</script>
+
 
+
</div>
+
</html>
+

Latest revision as of 12:43, 22 September 2016