Team:Tokyo-NoKoGen/Safety

From 2014.igem.org

(Difference between revisions)
(Prototype team page)
Line 3: Line 3:
{{CSS/Main}}
{{CSS/Main}}
 +
<html>
 +
<style>
 +
*{
 +
margin:0;padding:0;
 +
line-height:1.5; /*行の高さ*/
 +
       
 +
}
 +
body {
 +
text-align:center; /*センタリング*/
 +
}
 +
div#wrapper {
 +
width:1000px; /*ページ幅とセンタリング*/
 +
text-align:center;
 +
}
 +
p{
 +
        text-align:left;
 +
font-size:15px;
 +
        font-family:Helvetica;
-
<html>
+
}
 +
div#content h1 {
 +
        display:none;
 +
                }
 +
div#cont {
 +
width:800px; height:500px; /*幅の指定*/
 +
        text-align:center;
 +
        position:fixed;top:150px;
 +
        left:40%;
 +
        margin-left:-300px;
 +
        background-color:#ffffff
 +
}
-
<!--main content -->
+
div#table{
-
<table width="70%" align="center">
+
padding-bottom:70px;
 +
        position:fixed;
 +
width: 800px;
 +
left: 50%;
 +
margin-left: -400px;
 +
        background-color:#ffffff;
 +
}
 +
table{
 +
width:800px;
 +
padding-top:3px;
 +
text-align:center;
 +
position:fixed;top:13px;
 +
background-color:#ffffff
 +
}
 +
td{
 +
width:160px;height:45px;
 +
text-align:center;
 +
border:none;
 +
font-family:Impact;
 +
}
 +
td a{
 +
text-decoration:none;
 +
}
 +
div#head{
 +
        text-align:left;
 +
}
-
<!--welcome box -->
+
div#header {
-
<tr>
+
height:42px;width:900px;
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
text-align:left;
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
padding-top:2px;
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg");
-
<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>
+
background-repeat:no-repeat; /*背景画像を繰り返さない*/
-
<br>
+
background-color:#ffffff;
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:Tokyo-NoKoGen/Safety&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
        position: fixed;top:75px;
-
</td>
+
width: 975px;
-
</tr>
+
left: 50%;
 +
margin-left: -300px;
 +
}
 +
}
 +
 
 +
div#main{
 +
width:80%;height:300px; /*幅の指定と位置調整*/
 +
        overflow: scroll;
 +
text-align:left;
 +
margin-top:-300px;
 +
        background-color:#ffffff;
 +
left: 50%;
 +
margin-left: -300px;
 +
}
 +
main img{
 +
position:fixed;
 +
bottom:50px;left:50px;
 +
}
 +
 
 +
div#sub {
 +
width:150px;height:500px;
 +
text-align:left;
 +
margin-top:45px;
 +
position:fixed;top:50px;left:25px;
 +
        background-image:url("https://static.igem.org/mediawiki/2014/d/df/Noko14_Back.jpg");
 +
background-repeat:no-repeat;
 +
}
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
div#footer{
-
<!-- end welcome box -->
+
width:1000px;height:42px;text-align:center;
-
<tr>
+
clear:both; /*回り込みの解除*/
 +
background-image:url("footer.png"); /*フッタ背景*/
 +
}
-
<!--navigation menu -->
 
-
<td align="center" colspan="3">
 
-
<table width="100%">
+
</style>
 +
<body>
 +
 
 +
<div id="wrapper">
 +
<div id="table">
 +
<table class="nav">
<tr heigth="15px"></tr>
<tr heigth="15px"></tr>
<tr heigth="75px">  
<tr heigth="75px">  
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
-
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen"style="color:#000000">Home </a> </td>
+
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen"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>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Team"style="color:#000000"> Team </a> </td>
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/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>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=Tokyo-NoKoGen"style="color:#000000"> Official Team Profile </a></td>
+
<a href="https://igem.org/Team.cgi?year=2014&amp;team_name=Tokyo-NoKoGen"style="color:#000000">Method</a></td>
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
-
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Project"style="color:#000000"> Project</a></td>
+
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Project"style="color:#000000"> Result</a></td>
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
-
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Parts"style="color:#000000"> Parts</a></td>
+
<a href="http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2014&group=Tokyo-NoKoGen"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>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
-
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Modeling"style="color:#000000"> Modeling</a></td>
+
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Modeling"style="color:#000000"> Protocols</a></td>
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Notebook"style="color:#000000"> Notebook</a></td>
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/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>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Safety"style=" color:#000000"> Safety </a></td>
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/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>  
+
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>  
-
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Attributions"style="color:#000000"> Attributions </a></td>
+
<a href="https://2014.igem.org/Team:Tokyo-NoKoGen/Attributions"style="color:#000000"> Human Practice </a></td>
Line 65: Line 150:
</tr>
</tr>
</table>
</table>
-
<!--end navigation menu -->
+
</div>
-
</tr>
+
<div id="sub">
-
</tr>
+
</div>
-
</td>
+
<div id="cont">
-
 
+
<div id="head">
-
<tr> <td colspan="3" height="15px"> </td></tr>
+
<div id="header">
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
+
</div>
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
</div>
-
 
+
<div id="main">
-
 
+
<!--ここに内容を入れる。段落は<p></p>で囲う。見出しは<h1></h1>で囲う。-->
-
<!--safety content-->
+
<p>
-
<tr><td > <h3> Welcome! </h3></td>
+
Now construction
-
<td ></td >
+
</p>
-
<td > <h3> Timeline</h3></td>
+
<!--
-
</tr>
+
<p>
-
 
+
nokogen
-
<tr>
+
</p>
-
<td width="45%"  valign="top">  
+
<img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
<p> Visit the <a href="https://2014.igem.org/Safety" >Safety Hub</a> to see this year's safety requirements. The Safety Hub is the central page for everything related to safety in iGEM. You can also go there to learn about general biosafety topics, and how to think about the future implications of your project.</p>
+
<p>
-
 
+
nokogen
-
 
+
</p> <img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
-
 
+
<p>
-
<br>
+
nokogen
-
<h3> Edit this page!</h3>
+
</p> <img src="https://static.igem.org/mediawiki/2014/4/4a/NoKo14_Ecoli.jpg">
<p>
<p>
-
Please use this page to write about anything related to safety in your project. <!--Be sure to talk about both
+
nokogen
-
<ul>
+
</p>
-
<li> <a href=" ">Learn about lab Safety for Today</a></li>
+
-
<li> <a href="">Learn about Safety for the future of your project.</a></li>
+
-
</ul>
+
-->
-->
-
</p>
 
-
<h3> Your Lab </h3>
+
<!--内容ここまで-->
 +
</div>
 +
</div>
 +
<div id="footer">
 +
        </div>
-
<p> Use this section to tell us about your laboratory. Where is it located? What sort of equipment do you use every day? Have you decorated it for the summer? How do you look wearing a lab coat? Take pictures! Show off your space! </p>
+
-
<!--
+
</div>
-
<gallery>
+
</body>
-
Image:Example2_Lab_1.png|The building our lab is in!
+
-
Image:Example2_Lab_2.png|The inside of our lab!
+
-
Image:Example2_Lab_3.png|Team Member 3 doing an experiment
+
-
Image:Example2_Lab_4.png|Working in biosafety cabinets
+
-
Image:Example2_Lab_5.png|Team all gloved up and ready for work!
+
-
Image:Example2_Lab_6.png|Equipment that we use to do SCIENCE!
+
-
Image:Example2_Lab_7.png|We decorated this part of our lab
+
-
Image:Example2_Lab_8.png|Whatever else you want
+
-
</gallery>-->
+
-
 
+
-
</td>
+
-
<td></td>
+
-
 
+
-
 
+
-
<td width="45%"  valign="top">
+
-
 
+
-
 
+
-
<ul>
+
-
<li> <b>Now :</b>  Read the <a href="https://2014.igem.org/Safety">Safety Hub </a> and learn about safety in iGEM. Ask questions by emailing safety at <i> igem DOT org </i>. </li>
+
-
<li><b>Now - Jamboree:</b> Complete <b>Check-Ins</b> and receive approval before acquiring and using certain materials in your lab</li>
+
-
<li><b>Now - Wiki Freeze:</b> Edit this Safety page to tell us about what you're doing</li>
+
-
<li><b>June 9: </b>Submit the About Our Lab form.</li>
+
-
<li><b>Let us know by June 25 </b>if you will need an extension on the Preliminary Version, or your Preliminary Version will be significantly incomplete.</li>
+
-
<li><b>June 30: </b>Submit the Preliminary Version of the <b>Safety Form</b>.</li>
+
-
<li>Participate in Virtual Open Office Hours to ask questions and discuss safety topics (exact date to be determined).</li>
+
-
<li><b>September 1:</b> Submit the Final Version of the Safety Form.</li>
+
-
<li><b>October: </b> Wiki freeze (exact date to be determined)</li>
+
-
<li><b>October 30 - November 3: </b>GIANT JAMBOREE!</li>
+
-
 
+
-
</ul>
+
-
</td>
+
-
 
+
-
</tr>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<tr>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</table>
+
</html>
</html>

Revision as of 07:45, 7 October 2014