Difference between revisions of "Team:Gaston Day School/Notebook"
Line 2: | Line 2: | ||
<html> | <html> | ||
<body onload="onLoad()"> | <body onload="onLoad()"> | ||
− | + | ||
− | + | <h2>Notebook</h2> | |
− | + | ||
− | + | ||
− | + | ||
− | + | <script> | |
− | + | var prevDay = ""; | |
− | + | ||
− | + | function onLoad() | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{ | { | ||
− | + | document.getElementById("logs").style.display = "none"; | |
} | } | ||
− | prevDay = month+""+day; | + | function disableInfo() |
− | + | { | |
− | + | document.getElementById("info").style.display = "none"; | |
− | + | } | |
− | + | function selectDay(month, day) | |
− | + | { | |
− | + | console.log(month+""+day); | |
+ | console.log(prevDay); | ||
+ | if (prevDay != "") | ||
+ | { | ||
+ | document.getElementById(prevDay).style.display = "none"; | ||
+ | } | ||
+ | prevDay = month+""+day; | ||
+ | document.getElementById(month+""+day).style.display = "block"; | ||
+ | } | ||
+ | </script> | ||
− | <h5>What should this page have?</h5> | + | <div id="info"> |
− | + | <p> Document the dates you worked on your project.</p> | |
− | + | ||
− | + | <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> | |
− | + | ||
− | + | ||
− | + | <h4>Inspiration</h4> | |
− | + | ||
− | + | <p>You can see what others teams have done to organize their notes:</p> | |
− | + | ||
− | + | <ul> | |
− | + | <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> | |
− | + | <p onClick="disableInfo()">Disable Information</p> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | <table align="center"> | |
+ | <colgroup> | ||
+ | <col width="14.28%" style="background-color:#f00000"> | ||
+ | <col width="14.28%" style="background-color:#ff8000"> | ||
+ | <col width="14.28%" style="background-color:#ffff00"> | ||
+ | <col width="14.28%" style="background-color:#007940"> | ||
+ | <col width="14.28%" style="background-color:#4040ff"> | ||
+ | <col width="14.28%" style="background-color:#a000c0"> | ||
+ | <col width="14.28%" style="background-color:violet"> | ||
+ | </colgroup> | ||
+ | <tr valign="top"> | ||
+ | <th >Sunday </th> | ||
+ | <th>Monday </th> | ||
+ | <th>Tuesday </th> | ||
+ | <th>Wednesday</th> | ||
+ | <th>Thursday </th> | ||
+ | <th>Friday </th> | ||
+ | <th>Saturday </th> | ||
+ | </tr> | ||
+ | <tr align="right" valign="top"> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td></td> | ||
+ | <td onClick="selectDay(7,1)">1</td> | ||
+ | <td onClick="selectDay(7,2)">2</td> | ||
+ | <td onClick="selectDay(7,3)">3</td> | ||
+ | <td>4</td> | ||
+ | </tr> | ||
+ | <tr align="right" valign="top"> | ||
+ | <td>5</td> | ||
+ | <td>6</td> | ||
+ | <td>7</td> | ||
+ | <td>8</td> | ||
+ | <td>9</td> | ||
+ | <td>10</td> | ||
+ | <td>11</td> | ||
+ | </tr> | ||
+ | <tr align="right" valign="top"> | ||
+ | <td>12</td> | ||
+ | <td>13</td> | ||
+ | <td>14</td> | ||
+ | <td>15</td> | ||
+ | <td>16</td> | ||
+ | <td>17</td> | ||
+ | <td>18</td> | ||
+ | </tr> | ||
+ | <tr align="right" valign="top"> | ||
+ | <td>19</td> | ||
+ | <td>20</td> | ||
+ | <td>21</td> | ||
+ | <td>22</td> | ||
+ | <td>23</td> | ||
+ | <td>24</td> | ||
+ | <td>25</td> | ||
+ | </tr> | ||
+ | <tr align="right" valign="top"> | ||
+ | <td>26</td> | ||
+ | <td>27</td> | ||
+ | <td>28</td> | ||
+ | <td>29</td> | ||
+ | <td>30</td> | ||
+ | <td>31</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <div id="logs"> | ||
+ | <div id="month7"> | ||
+ | <p id="71">Hey 7/1</p> | ||
+ | <p id="72">Hey 7/2</p> | ||
+ | <p id="73">Hey 7/3</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 02:16, 24 July 2015
Notebook
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:
Disable Information
Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Hey 7/1
Hey 7/2
Hey 7/3