Difference between revisions of "Team:Santa Clara/Notebook"

Line 1: Line 1:
 
{{Santa_Clara/Head}}
 
{{Santa_Clara/Head}}
 +
 
<html>
 
<html>
 +
 +
 +
<script>
 +
$( document ).ready(function()
 +
{
 +
 +
function toggleChevron(e)
 +
{
 +
    $(e.target)
 +
        .prev('.panel-heading')
 +
        .find("span.indicator")
 +
        .toggleClass('glyphicon-chevron-down glyphicon-chevron-up');
 +
}
 +
 +
$('#accordion').on('hidden.bs.collapse', toggleChevron);
 +
$('#accordion').on('shown.bs.collapse', toggleChevron);
 +
 +
});
 +
</script>
 +
 
<div id="innerContent" class="container-fluid">
 
<div id="innerContent" class="container-fluid">
 
<h1>SCU iGEM Notebook</h1>
 
<h1>SCU iGEM Notebook</h1>
Line 9: Line 30:
 
<h4 class="panel-title">
 
<h4 class="panel-title">
 
<a data-toggle="collapse" data-parent="#accordion" href="#June">June</a>
 
<a data-toggle="collapse" data-parent="#accordion" href="#June">June</a>
 +
<span class="indicator glyphicon glyphicon-chevron-down pull-right"></span>
 
</h4>
 
</h4>
 
</div>
 
</div>
Line 44: Line 66:
 
                 <h4 class="panel-title">
 
                 <h4 class="panel-title">
 
                 <a data-toggle="collapse" data-parent="#accordion" href="#July">July</a>
 
                 <a data-toggle="collapse" data-parent="#accordion" href="#July">July</a>
 +
<span class="indicator glyphicon glyphicon-chevron-down pull-right"></span>
 
                 </h4>
 
                 </h4>
 
             </div>
 
             </div>
Line 79: Line 102:
 
                 <h4 class="panel-title">
 
                 <h4 class="panel-title">
 
                 <a data-toggle="collapse" data-parent="#accordion" href="#August">August</a>
 
                 <a data-toggle="collapse" data-parent="#accordion" href="#August">August</a>
 +
<span class="indicator glyphicon glyphicon-chevron-down pull-right"></span>
 
                 </h4>
 
                 </h4>
 
         </div>
 
         </div>
Line 115: Line 139:
 
   <li class="previous">
 
   <li class="previous">
 
     <a href="https://2015.igem.org/Team:Santa_Clara/Results">
 
     <a href="https://2015.igem.org/Team:Santa_Clara/Results">
       <span class="glyphicon glyphicon glyphicon-arrow-left"></span> Previous
+
       <span class="glyphicon glyphicon-arrow-left"></span> Previous
 
     </a>
 
     </a>
 
   </li>
 
   </li>
 
   <li class="next">
 
   <li class="next">
 
     <a href="https://2015.igem.org/Team:Santa_Clara/Protocols">
 
     <a href="https://2015.igem.org/Team:Santa_Clara/Protocols">
       Next <span class="glyphicon glyphicon glyphicon-arrow-right"></span>
+
       Next <span class="glyphicon glyphicon-arrow-right"></span>
 
     </a>
 
     </a>
 
   </li>
 
   </li>

Revision as of 16:37, 17 September 2015

Santa Clara Template for iGEM wiki site

SCU iGEM Notebook

The following accordion contains the laboratory notebook, organized by month (panels) and week (tabs within a panel).

Notebook entry for June, Week 1.

Entry goes here.

Notebook entry for June, Week 2.

Entry goes here.

Notebook entry for June, Week 3.

Entry goes here.

Notebook entry for June, Week 4.

Entry goes here.

Notebook entry for July, Week 1.

Entry goes here.

Notebook entry for July, Week 2.

Entry goes here.

Notebook entry for July, Week 3.

Entry goes here.

Notebook entry for July, Week 4.

Entry goes here.

Notebook entry for August, Week 1.

Entry goes here.

Notebook entry for August, Week 2.

Entry goes here.

Notebook entry for August, Week 3.

Entry goes here.

Notebook entry for August, Week 4.

Entry goes here.