Team:Yale/Notebook

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
 
(34 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 *** -->
 
-
 
-
 
{{CSS/Main}}
{{CSS/Main}}
-
 
+
{{Template:Team:Yale2014/Templates/CSS}}
 +
{{Template:Team:Yale2014/Templates/Header}}
<html>
<html>
 +
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>
-
<!--main content -->
+
<style>
-
<table width="70%" align="center">
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
:not(.navmenubkg){
 +
  font-family:'Open Sans';
 +
}
 +
.navmenubkg {
 +
font-family:'Roboto';
-
<!--welcome box -->
+
}
-
<tr>
+
h1,h2,h3,h4,h5,h6{
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
  font-family:'Roboto';
-
<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:Yale/Notebook&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#top-section{
-
<!-- end welcome box -->
+
width:100%;
-
<tr>
+
margin-left:0;
 +
left:0;
 +
margin-bottom:5px;
 +
}
 +
<style>
 +
.well{min-height:15px;
 +
padding:10px;
 +
margin-top:20px;
 +
margin-bottom:20px;
 +
background-color:#D0EDED;
 +
border:1px solid #e3e3e3;
 +
border-radius:4px;-
 +
webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
 +
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
 +
}
-
<!--navigation menu -->
+
td {
-
<td align="center" colspan="3">
+
  text-align: justify;
 +
  vertical-align: middle;
 +
}
-
<table  width="100%">
+
tr{
-
<tr heigth="15px"></tr>
+
width:1100px;
-
<tr heigth="75px">
+
}
 +
.quarters img, .quarters .well{
 +
width:250px;
 +
margin-left:auto;
 +
margin-right:auto;
 +
padding-left:0;
 +
padding-right:0;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
.triples img, .triples .well{
-
<a href="https://2014.igem.org/Team:Yale"style="color:#000000">Home </a> </td>
+
width:366px;
 +
margin-left:auto;
 +
margin-right:auto;
 +
padding-left:0;
 +
padding-right:0;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.quarters .well,.triples .well{
-
<a href="https://2014.igem.org/Team:Yale/Team"style="color:#000000"> Team </a> </td>
+
margin-bottom:10px;
 +
padding:7px 0px;
 +
font-size: 18px;
-
<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=Yale"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> 
+
.quarters td{
-
<a href="https://2014.igem.org/Team:Yale/Project"style="color:#000000"> Project</a></td>
+
width:250px;
-
<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:Yale/Parts"style="color:#000000"> Parts</a></td>
+
.triples td{
 +
width:366px;
 +
}
 +
h1{
 +
border-bottom:none;
 +
margin-bottom:30px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.callout{
-
<a href="https://2014.igem.org/Team:Yale/Modeling"style="color:#000000"> Modeling</a></td>
+
    font-family:'Open Sans';
 +
    font-weight:700;
 +
    color:#FFF;
 +
    background-color:#213463;
 +
    text-align:center;
 +
    border-radius:4px;
 +
    padding-top: 5px;
 +
    padding-bottom: 5px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
.callout h1{
-
<a href="https://2014.igem.org/Team:Yale/Notebook"style="color:#000000"> Notebook</a></td>
+
    color:#EEE;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.tinycall{
-
<a href="https://2014.igem.org/Team:Yale/Safety"style=" color:#000000"> Safety </a></td>
+
    font-family:'Open Sans';
 +
    font-weight:700;
 +
    color:#213463;
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
    text-align:center;
-
<a href="https://2014.igem.org/Team:Yale/Attributions"style="color:#000000"> Attributions </a></td>
+
    border-radius:2px;
 +
}
 +
.tinycall h1{
 +
color:#213463;
 +
margin-top:0px;
 +
margin-bottom:25px;
 +
font-size:35px
 +
}
 +
}
 +
</style>
-
<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>
 
 +
<table style="border:none; width:1100px" align="center" style="margin-top:0px;">
 +
<tr>
-
</tr>
+
<td style="border:none; width:1100px" colspan="12" align="center">
-
 
+
-
 
+
-
</tr>
+
-
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</td>
+
-
 
+
-
<tr> <td colspan="3"  height="15px"> </td></tr>
+
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
-
 
+
-
 
+
-
<!--requirements section -->
+
-
<tr><td colspan="3"> <h3>Notebook</h3></td></tr>
+
-
</tr>
+
-
 
+
 +
<div style="margin-top:50px"> </div>
 +
<div class="callout">
 +
<h1 style="margin-top:22px; font-size:44px;">Notebook</h1>
 +
</td>
 +
</tr>
 +
<!-- end welcome box -->
<tr>
<tr>
-
<td width="45%"  valign="top">  
+
<td colspan="8">  
-
<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>
+
<embed src="https://static.igem.org/mediawiki/2014/f/f2/Evernote.pdf#view=FitH" width="100%" height="900"></embed></td>
-
</td>
+
-
 
+
-
<td></td>
+
-
<td></td>
+
</tr>
</tr>
-
 
-
 
</table>
</table>
</html>
</html>
 +
 +
{{Template:Team:Yale2014/Templates/Footer}}

Latest revision as of 02:52, 18 October 2014

Notebook

Main Campus:
Molecular, Cellular & Developmental Biology
219 Prospect Street
P.O. Box 208103
New Haven, CT 06520
Phone: 203.432.3783
igem@yale.edu
natalie.ma@yale.edu (Graduate Advisor)
Copyright (c) 2014 Yale IGEM