Team:WPI-Worcester/Notebook

From 2014.igem.org

(Difference between revisions)
Line 36: Line 36:
color: #FFF;
color: #FFF;
}
}
-
+
.notebook{
 +
margin-bottom:200;
 +
}
 +
.notebook >details> summary{
 +
float:left;
 +
font-family:Arial, Helvetica, sans-serif;
 +
font-size:17px;
 +
background: #888;
 +
padding: 15px;
 +
color:#000;
 +
margin: 10px;
 +
cursor:pointer;
 +
border-radius:3px;
 +
transition: background 0.3s ease-in-out 0s, color 0.4s ease-in-out 0s;
 +
 
 +
}
 +
.notebook > details >summary:hover{
 +
background: #333;
 +
color: #FFF;
 +
}
 +
.notebook > details > summary::-webkit-details-marker{
 +
display: none;
 +
}
 +
 
 +
object, embed {
 +
height:1400px;
 +
background: #999;
 +
padding: 10px;
 +
}
</style>
</style>
Line 81: Line 109:
<!--end navigation menu -->
<!--end navigation menu -->
-
<!--requirements section -->
 
-
<tr><td colspan="3"> <h3>Notebook</h3></td></tr>
 
-
</tr>
 
-
 
-
 
-
<tr>
 
-
<td width="45%"  valign="top">
 
-
<p>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. </p>
 
-
</td>
 
-
 
-
<td></td>
 
-
<td></td>
 
-
</tr>
 
 +
<div class="notebook">
 +
<details>
 +
<summary>Week 1</summary>
 +
<embed src="https://static.igem.org/mediawiki/2014/a/a4/WPI2014_Weekly_Log_1.txt"
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 2</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 3</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 4</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 5</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 6</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 7</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 8</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 9</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
<details>
 +
<summary>Week 10</summary>
 +
<embed src=""
 +
width="100%" height="100%"/>
 +
</details>
 +
</div>
</table>
</table>
</html>
</html>

Revision as of 17:23, 11 June 2014



Week 1
Week 2
Week 3
Week 4
Week 5
Week 6
Week 7
Week 8
Week 9
Week 10