Difference between revisions of "Team:Exeter/Notebook"

Line 1: Line 1:
 
+
{{Exeter}}
{{ETH_Zurich}}
+
 
<html>
 
<html>
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Team:ETH_Zurich/Notebook/notebookCalendarCSS?action=raw&ctype=text/css" />
 
  
<script src="https://2015.igem.org/Template:ETH_Zurich/jqueryuiminJS?action=raw&ctype=text/javascript"></script>
 
 
<script>
 
var notes = "";
 
var datePicker;
 
var notePad;
 
 
$(function() {
 
    $.get("https://2015.igem.org/Team:ETH_Zurich/Notebook/Text?action=raw&ctype=text/javascript", function(response) {
 
        notes = response.replace(/\n/g,'\t');
 
    });
 
    datePicker = $( "#datepicker" );
 
    notePad = document.getElementById('notes');
 
});
 
 
$(function() {       
 
    datePicker.datepicker({
 
 
        inline:true,
 
        firstDay:1,
 
        showOtherMonths:true,
 
        dateFormat: "dd/mm/yy",
 
        minDate: "22/06/2015",
 
        maxDate: "18/09/2015",
 
        onSelect: function(dateText,inst) {
 
            var re = new RegExp(dateText + ".*?(?=<\/p>)");
 
            var toShow = notes.match(re);
 
            notePad.innerHTML = (toShow == null) ? dateText+"<br><br><p>We did nothing on this day...yes...absolutely nothing...</p>" : toShow;
 
        }
 
    });
 
});
 
</script>
 
 
 
<div class="expContainer" style=position:relative>
 
  
 +
<div class="column full_size">
  
 
<h1>Notebook</h1>
 
<h1>Notebook</h1>
 +
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
  
<!--[if gte IE 9]><!-->
+
</div>
<!--<div class="imgBox">-->
+
<div class="clear"></div>
<a href="https://static.igem.org/mediawiki/2015/f/f7/Notebook.svg">
+
<object class="svg" data="https://static.igem.org/mediawiki/2015/f/f7/Notebook.svg" type="image/svg+xml" width="12%" style="position:absolute;top:100px;right:44%">
+
</object></a>
+
<!--</div>-->
+
<!--<![endif]-->
+
<!--[if lte IE 8]>
+
<![endif]-->
+
<p></p>
+
<p></p>
+
<p></p>
+
  
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
<p></p>
 
  
 +
<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 id="datepicker">
 
</div>
 
<div id="notes" class="ui-corner-all ui-widget-content">
 
Select a day to see what our lab did that day.
 
</div>
 
 
</div>
 
</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>
  
 
</div>
 
</div>
 
</html>
 
</html>
{{:Template:ETH_Zurich/footer}}
 

Revision as of 08:32, 24 August 2017

Exeter

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: