Team:Pitt/Notebook
From 2014.igem.org
(Difference between revisions)
(This is a prototype notebook section.) |
|||
Line 90: | Line 90: | ||
<!-- page contents --> | <!-- page contents --> | ||
+ | |||
<script type = "text/JavaScript"> | <script type = "text/JavaScript"> | ||
var page_number = 1; | var page_number = 1; | ||
+ | |||
function flip_page(change) { | function flip_page(change) { | ||
if ((page_number + change) > 0 && (page_number + change < 5)) { | if ((page_number + change) > 0 && (page_number + change < 5)) { | ||
Line 99: | Line 101: | ||
} | } | ||
} | } | ||
+ | |||
function goto_page(page_number) { | function goto_page(page_number) { | ||
var page = "page_" + page_number; | var page = "page_" + page_number; | ||
document.getElementById(page).removeAttribute("hidden"); | document.getElementById(page).removeAttribute("hidden"); | ||
} | } | ||
+ | |||
function hide_page(page_number) { | function hide_page(page_number) { | ||
var page = "page_" + page_number; | var page = "page_" + page_number; | ||
document.getElementById(page).setAttribute("hidden","true"); | document.getElementById(page).setAttribute("hidden","true"); | ||
} | } | ||
+ | |||
</script> | </script> | ||
Revision as of 19:32, 14 June 2014
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
|
||||||||||||
| ||||||||||||
Notebook | ||||||||||||
This is the first page. This is the second page. This page has a picture of a platypus.
This page has green text. You should make use of the calendar feature on the wiki and start a lab notebook. This may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well. |