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

(Prototype team page)
 
m
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>
 +
 +
&action=raw&ctype=text/css
 +
 +
<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-heatmap.css&action=raw&ctype=text/css" />
 +
<script type="text/javascript" src="https://2016.igem.org/Team:Paris_Saclay/Notebook/cal-heatmap.min.js&action=raw&ctype=text/css"></script>
 +
 +
<div id="cal-heatmap"></div>
 +
<script type="text/javascript">
 +
  var cal = new CalHeatMap();
 +
  cal.init({
 +
      data: "https://2016.igem.org/Team:Paris_Saclay/Notebook/calendar_data&action=raw&ctype=text/css"
 +
  });
 +
</script>
  
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 13:10, 19 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:

Test

&action=raw&ctype=text/css