Difference between revisions of "Team:RDFZ-China/Safety"

(Prototype team page)
 
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{RDFZ-China}}
 
{{RDFZ-China}}
 +
 
<html>
 
<html>
 +
<style>
 +
    body {
 +
        width: 100%;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
 +
 +
    #body {
 +
        width: 1263px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        background-color: aliceblue;
 +
    }
 +
 +
    #comic p {
 +
        background-color:aliceblue;
 +
        text-align: center;
 +
    }
 +
 +
    #comic img {
 +
        margin-top: 50px;
 +
        width: 1263px;
 +
        height: 620px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
 +
 +
    /*just to eliminate any margin */
 +
    #basic_description {
 +
        margin: 0 0 0 0;
 +
    }
 +
 +
        /*also eliminate any margin*/
 +
        #basic_description p {
 +
            margin: 0px;
 +
        }
 +
 +
    /*put footer in the center!*/
 +
    #_footer p {
 +
        text-align: center;
 +
    }
 +
 +
    .description {
 +
        width: 1000px;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        font-family: Avenir;
 +
        font-size: large;
 +
        padding-bottom: 30px;
 +
    }
 +
 +
    .description li, .description p {
 +
        color: #404040;
 +
    }
 +
 +
    .description h3 {
 +
        font-family:'Avenir';
 +
        font-size:23px;
 +
    }
 +
 +
    .description p {
 +
        text-indent: 25px !important;
 +
        font-family: Avenir !important;
 +
        font-size: 23px !important;
 +
    }
 +
 +
    .description #ref li {
 +
        font-style: italic;
 +
        font-size: x-small;
 +
        color: black;
 +
    }
 +
 +
    .description table {
 +
        margin-top: 20px;
 +
        margin-left: 20px;
 +
        margin-right: 20px;
 +
        border: thin solid black;
 +
        caption-side: top;
 +
        border-spacing: 0px;
 +
    }
 +
 +
    .description td, .description th {
 +
        border: thin dotted gray;
 +
        padding: 5px;
 +
        background-color: aliceblue;
 +
        font-weight: 200;
 +
        line-height: 22px;
 +
    }
 +
  
 +
    .description #pricetable table {
 +
        text-align: center;
 +
        margin-left: 200px;
 +
        width: 600px;
 +
    }
  
<div class="column full_size">
+
    .basic_description .description #price th {
 +
        padding: 10px;
 +
    }
  
<h1> Safety </h1>
+
    .description #price caption {
<p>Please visit the <a href="https://2018.igem.org/Safety">Safety Hub</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
+
        padding-top: 8px;
 +
    }
  
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can <strong>go beyond the questions on the safety forms</strong>, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
+
    .insert {
 +
        text-align: center;
 +
        background-color: aliceblue;
 +
    }
  
</div>
+
        .insert p img {
 +
            width: 1200px;
 +
            margin-left: -100px;
 +
        }
  
 +
    /* 左侧列表 */
 +
    .paper-sidenav {
 +
        position: fixed;
 +
        left: 0.1em;
 +
        top: 15em;
 +
        text-align: left;
 +
        width: 20em;
 +
        font-family: Avenir;
 +
        background-color: rgba(8,8,8,0);
 +
    }
  
<div class="column two_thirds_size">
+
    .paper-sidenav ul {
<h3>Safe Project Design</h3>
+
        list-style-type: none;
 +
        list-style: none;
 +
        padding-inline-start: 1em;
 +
    }
  
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
+
    .paper-sidenav ul p {
 +
        color: black;
 +
        font-size: 1.6em !important;
 +
        font-weight: 500;
 +
    }
  
<ul>
+
    .paper-sidenav ul a:link {
<li>Choosing a non-pathogenic chassis</li>
+
        text-decoration: none;
<li>Choosing parts that will not harm humans / animals / plants</li>
+
        color: black;
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
+
    }
<li>Including an "induced lethality" or "kill-switch" device</li>
+
</ul>
+
  
</div>
+
    .paper-sidenav ul a:visited {
 +
        text-decoration: none;
 +
        color: black;
 +
    }
  
<div class="column third_size">
+
    .paper-sidenav ul a:hover {
<h3>Safe Lab Work</h3>
+
        text-decoration: none;
 +
        color: blue;
 +
        background-color: #f9f9f9;
 +
        font-size: larger;
 +
    }
  
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
+
    .paper-sidenav ul a:active {
 +
        text-decoration: none;
 +
        color: black;
 +
    }
  
 +
    .description .topic-title {
 +
        padding-top: 50px;
 +
    }
 +
    .description img {
 +
        border-radius: 20px;
 +
    }
 +
</style>
 +
<body style="width:1263px; margin-left:auto;margin-right:auto;background-color:white">
 +
    <div id="body">
 +
        <!--default for floating navigation-->
 +
        <div id="comic">
 +
            <p>
 +
                <img src="https://static.igem.org/mediawiki/2018/5/59/T--RDFZ-China--SafetyCover.jpeg" alt="safetycomic" />
 +
            </p>
 +
        </div>
 +
        <div class="description">
  
<h3>Safe Shipment</h3>
+
            <div class="topic-title" id="section1">
 +
                <p>Our team is highly concerned of lab safety which is strictly regulated by the following rules:</p>
 +
                <ol>
 +
                    <li>All students, before participating in lab activities, must receive safety training.</li>
 +
                    <li>A teacher MUST be present when one or more than one students are in the lab.</li>
 +
                    <li>Food and water MUST not be brought into the lab.</li>
 +
                    <li>Wear lab coat and gloves at all times when necessary.</li>
 +
                    <li>Sign on the equipment usage record sheet before using any equipment.</li>
 +
                    <li>Corrosive wastes must go to the corresponding bins. Do not throw solid wastes into the sink. Biological wastes containing microorganism must be autoclaved.</li>
 +
                    <li>Do not bring any reagents, disposables, or other equipments outside the lab.</li>
 +
                    <li>Wash hands after each lab session.</li>
 +
                </ol>
 +
            </div>
 +
            <div class="topic-title" id="session2">
 +
                <p>Besides, our labs have safety signs, posters as reminders to team members who participates lab activities.</p>
  
<p>Did you face any safety problems in sending your DNA parts to the Registry? How did you solve those problems?</p>
+
                <img src="https://static.igem.org/mediawiki/2018/9/90/T--RDFZ-China--safety1.1.png" alt="signs" style="display: inline-block; vertical-align:middle; width: 35%">
</div>
+
                <p style="display: inline-block; width: 64%">We have signs which remind team members to remove their gloves before leaving the lab.</p>
  
 +
                <p></p>   
 +
                <img src="https://static.igem.org/mediawiki/2018/c/c7/T--RDFZ-China--safety2.1.png" alt="rules" style="display: inline-block; vertical-align:middle; width: 35%">
 +
                <p style="display: inline-block; width: 64%">Our lab in Tsinghua University has stricter rules concerning emergency evacuation, lab safety coordination, and biosafety levels. ⬅️↙️⬇️</p>
 +
                <p></p>
 +
                <img src="https://static.igem.org/mediawiki/2018/0/07/T--RDFZ-China--safety4.1.png" style="display: inline-block; width: 35%">
 +
                <img src="https://static.igem.org/mediawiki/2018/2/21/T--RDFZ-China--safety3.1.png" style="display: inline-block; width: 64%">
 +
            </div>
 +
        </div>
  
 +
    </div>
 +
</body>
 
</html>
 
</html>
 +
{{RDFZ-China/footer}}

Latest revision as of 03:14, 18 October 2018

safetycomic

Our team is highly concerned of lab safety which is strictly regulated by the following rules:

  1. All students, before participating in lab activities, must receive safety training.
  2. A teacher MUST be present when one or more than one students are in the lab.
  3. Food and water MUST not be brought into the lab.
  4. Wear lab coat and gloves at all times when necessary.
  5. Sign on the equipment usage record sheet before using any equipment.
  6. Corrosive wastes must go to the corresponding bins. Do not throw solid wastes into the sink. Biological wastes containing microorganism must be autoclaved.
  7. Do not bring any reagents, disposables, or other equipments outside the lab.
  8. Wash hands after each lab session.

Besides, our labs have safety signs, posters as reminders to team members who participates lab activities.

signs

We have signs which remind team members to remove their gloves before leaving the lab.

rules

Our lab in Tsinghua University has stricter rules concerning emergency evacuation, lab safety coordination, and biosafety levels. ⬅️↙️⬇️

footer