Team:Washington/Safety

From 2010.igem.org

(Difference between revisions)
(Prototype team page)
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 *** -->
+
__NOTOC__
-
 
+
{{Template:Team:Washington/Templates/Header}}
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<script type="text/javascript">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
$(function() {
-
This is a template page. READ THESE INSTRUCTIONS.
+
  var mainimg = document.getElementById("mainimg");
-
</div>
+
  var default_src = mainimg.src;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
  var restore_mainimg = function() {
-
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
    mainimg.src = default_src;
-
</div>
+
  };
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
  $(document.getElementById("area_target")).hover(function() {
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page.  PLEASE keep all of your pages within your teams namespace. 
+
    mainimg.src = "/wiki/images/1/1d/Main_graphic2_target.png";
-
</div>
+
  }, restore_mainimg);
-
</div>
+
  $(document.getElementById("area_secretion")).hover(function() {
 +
    mainimg.src = "/wiki/images/2/23/Main_graphic2_secretion.png";
 +
  }, restore_mainimg);
 +
  $(document.getElementById("area_display")).hover(function() {
 +
    mainimg.src = "/wiki/images/a/aa/Main_graphic2_display.png";
 +
  }, restore_mainimg);
 +
  $(document.getElementById("area_release")).hover(function() {
 +
    mainimg.src = "/wiki/images/e/ed/Main_graphic2_release.png";
 +
  }, restore_mainimg);
 +
});
 +
</script>
</html>
</html>
-
 
+
<!---------------------------------------PAGE CONTENT GOES BELOW THIS---------------------------------------->
-
<!-- *** End of the alert box *** -->
+
=== Section Header ===
-
 
+
-
 
+
-
 
+
-
{|align="justify"
+
-
|You can write a background of your team here.  Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
-
|[[Image:Washington_logo.png|200px|right|frame]]
+
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this is the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Washington_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Washington | Team Example]]
+
-
|}
+
-
 
+
-
<!--- The Mission, Experiments --->
+
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:Washington|Home]]
+
-
!align="center"|[[Team:Washington/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=Washington Official Team Profile]
+
-
!align="center"|[[Team:Washington/Project|Project]]
+
-
!align="center"|[[Team:Washington/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Washington/Modeling|Modeling]]
+
-
!align="center"|[[Team:Washington/Notebook|Notebook]]
+
-
!align="center"|[[Team:Washington/Safety|Safety]]
+
-
|}
+
-
==Safety==
+
<!---------------------------------------PAGE CONTENT GOES ABOVE THIS---------------------------------------->
-
Please use this page to answer the safety questions posed on the [[Safety | safety page]].
+
{{Template:Team:Washington/Templates/Footer}}

Revision as of 22:08, 25 August 2010

Section Header