Team:Vanderbilt MF/Notebook

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
{{Team:Vanderbilt/CSS}}
-
 
+
-
 
+
-
{{CSS/Main}}
+
-
 
+
<html>
<html>
-
<!--main content -->
+
<head lang="en">
-
<table width="70%" align="center">
+
    <meta charset="UTF-8">
-
 
+
    <title>Home</title>
-
 
+
-
<!--welcome box -->
+
-
<tr>
+
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Vanderbilt_MF/Notebook&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
 
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
<!-- end welcome box -->
+
-
<tr>
+
-
 
+
-
<!--navigation menu -->
+
-
<td align="center" colspan="3">
+
-
 
+
-
<table  width="100%">
+
-
<tr heigth="15px"></tr>
+
-
<tr heigth="75px">
+
-
 
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF"style="color:#000000">Home </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Team"style="color:#000000"> Team </a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Vanderbilt_MF"style="color:#000000"> Official Team Profile </a></td>
+
-
 
+
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Project"style="color:#000000"> Project</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Parts"style="color:#000000"> Parts</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Modeling"style="color:#000000"> Modeling</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Notebook"style="color:#000000"> Notebook</a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Safety"style=" color:#000000"> Safety </a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Attributions"style="color:#000000"> Attributions </a></td>
+
-
 
+
-
 
+
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
-
</tr>
+
-
</table>
+
-
 
+
-
 
+
-
</tr>
+
-
 
+
-
 
+
-
</tr>
+
-
+
-
 
+
 +
    <style>
 +
        .tab_left {
 +
            visibility: visible;
 +
        }
 +
        .tab_right {
 +
            visibility: hidden;
 +
        }
 +
        #safety_tab_left {
 +
            visibility: hidden;
 +
        }
 +
        #safety_tab_right {
 +
            visibility: visible;
 +
        }
 +
        #attributions_tab_left {
 +
            visibility: hidden;
 +
        }
 +
        #attributions_tab_right {
 +
            visibility: visible;
 +
        }
 +
    </style>
-
</td>
+
</head>
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
<body>
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
 +
<div id="tabs">
 +
    <div id="home_tab_left" class = "tab_left"><a href="Home"></a>                      </div>         
 +
    <div id="team_tab_left" class = "tab_left"><a href="Team"></a>                      </div>         
 +
    <div id="project_tab_left" class = "tab_left"><a href="Project"></a>                </div>
 +
    <div id="parts_tab_left" class = "tab_left"><a href="Parts"></a>                    </div>
 +
    <div id="notebook_tab_left" class = "tab_left"><a href="Notebook"></a>              </div>
 +
    <div id="safety_tab_left" class = "tab_left"><a href="Safety"></a>                  </div>
 +
    <div id="attributions_tab_left" class = "tab_left"><a href="Attributions"></a>      </div>
-
<!--requirements section -->
+
    <a href="https://2014.igem.org/Main_Page">
-
<tr><td colspan="3"> <h3>Notebook</h3></td></tr>
+
        <img id="igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="50" height="50">
-
</tr>
+
    </a>
 +
    <div id="home_tab_right" class = "tab_right"><a href="Home">                    </div></a>
 +
    <div id="team_tab_right" class = "tab_right"><a href="Team">                    </div></a>
 +
    <div id="project_tab_right" class = "tab_right"><a href="Project">              </div></a>
 +
    <div id="parts_tab_right" class = "tab_right"><a href="Parts">                  </div></a>
 +
    <div id="notebook_tab_right" class = "tab_right"><a href="Notebook">            </div></a>
 +
    <div id="safety_tab_right" class = "tab_right"><a href="Safety">                </div></a>
 +
    <div id="attributions_tab_right" class = "tab_right"><a href="Attributions">    </div></a>
 +
</div>
-
<tr>
+
<div id="openLabBook">
-
<td width="45%" valign="top">  
+
    <div id="left_page" class="page">
-
<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>
+
        <header>Notebook</header>
-
</td>
+
        <p>Notebook updates are displayed in lab-folder with exportation capabilities through Mendeley.</p>
 +
    </div>
-
<td></td>
+
    <div id="right_page" class="page">
-
<td></td>
+
    </div>
-
</tr>
+
</div>
 +
<div id="left_button" class="button"></div>
 +
<div id="right_button" class="button"></div>
 +
</body>
-
</table>
 
</html>
</html>

Latest revision as of 21:21, 8 February 2015

Home

Notebook

Notebook updates are displayed in lab-folder with exportation capabilities through Mendeley.