Team:Vanderbilt MF/Safety

From 2014.igem.org

(Difference between revisions)
 
Line 1: Line 1:
 +
{{Team:Vanderbilt/CSS}}
{{CSS/Main}}
{{CSS/Main}}
<html>
<html>
-
<style type="text/css">
 
-
body {
 
-
    position: relative;
 
-
    width: 850px //100%;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
    padding-bottom: 10px;
 
-
    background:url(https://static.igem.org/mediawiki/parts/b/b2/Vandywallpaper.jpeg);
 
-
    background-repeat: no-repeat;
 
-
    background-attachment: fixed;
 
-
    background-size:100% auto;
 
-
}
 
-
table {
+
<head lang="en">
-
cellpadding: 10;
+
    <meta charset="UTF-8">
-
cellspacing:5;
+
    <title>The Team</title>
-
width: 75%;
+
-
margin-left: auto;
+
-
margin-right: auto;
+
-
background-color: rgba(162,132,72,0.8);
+
-
-moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; height: 60px;" colspan="2"
+
-
}
+
-
</style>
+
    <style>
 +
        .tab_left {
 +
            visibility: visible;
 +
        }
 +
        .tab_right {
 +
            visibility: hidden;
 +
        }
-
<center><img src="https://static.igem.org/mediawiki/parts/7/72/VU_iGem_Logo_%28Transparent.png" align="middle" width="400px"></center>
+
        #attributions_tab_left {
-
<!--main content -->
+
            visibility: hidden;
-
<table width="70%" align="center" margin-bottom: "3cm"; style="border:4px solid black;"
+
        }
-
style="margin: 1em auto 1em auto;"
+
-
<tr>  
+
        #attributions_tab_right {
 +
            visibility: visible;
 +
        }
 +
    </style>
 +
</head>
-
<!--navigation menu -->
+
<body>
-
<td align="center" colspan="3">
+
<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>
-
<table  width="100%" padding-bottom: "15">
+
    <a href="https://2014.igem.org/Main_Page">
-
<border-width=1px >
+
        <img id="igem_logo" src="https://static.igem.org/mediawiki/parts/6/6b/Vanderbilt_iGEM.png" alt="igem logo" width="50" height="50">
-
<tr heigth="15px"></tr>
+
    </a>
-
<tr heigth="75px">  
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>
+
    <div id="home_tab_right" class = "tab_right"><a href="Home">                    </div></a>
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF"style="color:#ffffff">Home </a> </td>
+
    <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>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>  
+
<div id="openLabBook">
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Team"style="color:#ffffff"> Team </a> </td>
+
    <div id="left_page" class="page">
 +
        <header>Safety</header>
 +
        <p>Our methodology for microfluidic fabrication does not involve many hazards, but care must be exercised when working with some of the reagents and sharp tools such as razor blades. Additionally, personal protective equipment in the form of the following list must be worn to maintain sterile conditions when fabricating microfluidic devices.</p>
 +
       
 +
<p>Safety Supplies:</p>
 +
<ul>
 +
<li>Safety Goggles</li>
 +
<li>Gloves</li>
 +
<li>Hair net</li>
 +
<li>Laboratory Cleanroom garment</li>
 +
<li>Laboratory Cleanroom boots, over the shoe</li>
 +
</ul>
 +
    </div>
 +
    <div id="right_page" class="page">
 +
        <header>Chemical MSDS Sheets</header>
 +
<p>
 +
        <a href="https://camtools.cam.ac.uk/access/content/group/d4fe6800-4ce2-4bad-8041-957510e5aaed/Public/3YP-ufluidics/Safety/SylgardBase.pdf ">Sylgard 184 Silicone Elastomer Base (Poly(dimethylsiloxane)) PDMS</a>
 +
</p>
 +
<p>
 +
        <a href="http://cnl.colorado.edu/cnl/images/MSDS/dow%20corning%20sylgard%20elastomer%20184%20kit%20curing%20agent.pdf">
 +
Sylgard 184 Silicone Elastomer Curing Agent</a>
 +
</p>
 +
    </div>
 +
</div>
-
<td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>
+
<div id="left_button" class="button"></div>
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Project"style="color:#ffffff"> Project</a></td>
+
<div id="right_button" class="button"></div>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>
+
</body>
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Parts"style="color:#ffffff"> Parts</a></td>
+
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000> 
+
</html>
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Notebook"style="color:#ffffff"> Notebook</a> </td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Safety"style=" color:#ffffff"> Safety </a></td>
+
-
 
+
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#000000'" bgColor=#000000>
+
-
<a href="https://2014.igem.org/Team:Vanderbilt_MF/Attributions"style="color:#ffffff"> 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>
+
-
</td>
+
-
 
+
-
<!--main content -->
+
-
<table width="70%" align="center">
+
-
<tr> <td>
+
-
<span style="color:#ffffff"><p>
+
-
<span style="color:#ffffff">
+
-
 
+
-
<h2><span style="color:#ffffff">Safety</h2><br>
+
-
Our methodology for microfluidic fabrication does not involve many hazards, but care must be exercised when working with some of the reagents and sharp tools such as razor blades. Additionally, personal protective equipment in the form of the following list must be worn to maintain sterile conditions when fabricating microfluidic devices.<br>
+
-
1)Safety Goggles<br>
+
-
2)Gloves<br>
+
-
3)Hair net<br>
+
-
4)Laboratory Cleanroom garment<br>
+
-
4)Laboratory Cleanroom boots, over the shoe<br>
+
-
 
+
-
<h4><span style="color:#ffffff">Chemical MSDS Sheets:<br></h4>
+
-
Sylgard 184 Silicone Elastomer Base (Poly(dimethylsiloxane)) PDMS<br>
+
-
<a>https://camtools.cam.ac.uk/access/content/group/d4fe6800-4ce2-4bad-8041-957510e5aaed/Public/3YP-ufluidics/Safety/SylgardBase.pdf</a>
+
-
<br>
+
-
Sylgard 184 Silicone Elastomer Curing Agent<br>
+
-
<a>http://cnl.colorado.edu/cnl/images/MSDS/dow%20corning%20sylgard%20elastomer%20184%20kit%20curing%20agent.pdf</a>
+
-
<br>
+
-
</span>
+
-
</p></td>
+
-
</tr>
+
-
 
+
-
 
+
-
</table>
+

Latest revision as of 23:10, 26 January 2015

The Team

Safety

Our methodology for microfluidic fabrication does not involve many hazards, but care must be exercised when working with some of the reagents and sharp tools such as razor blades. Additionally, personal protective equipment in the form of the following list must be worn to maintain sterile conditions when fabricating microfluidic devices.

Safety Supplies:

  • Safety Goggles
  • Gloves
  • Hair net
  • Laboratory Cleanroom garment
  • Laboratory Cleanroom boots, over the shoe