Difference between revisions of "Team:HZAU-China/Improve"

(Prototype team page)
 
Line 1: Line 1:
 
{{HZAU-China}}
 
{{HZAU-China}}
 
<html>
 
<html>
 +
<head>
 +
  <meta charset="utf-8">
 +
  <meta name="viewport" content="width=device-width, initial-scale=1">
 +
  <link rel="stylesheet" href="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/css/bootstrap.min.css">
 +
  <script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
 +
  <script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
  <!--公式编辑器-->
 +
  <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
  <script type="text/x-mathjax-config">
 +
          MathJax.Hub.Config({
 +
          extensions: ["tex2jax.js"],
 +
          jax: ["input/TeX", "output/HTML-CSS"],
 +
          tex2jax: {
 +
          inlineMath: [ ['$','$'], ["\\(","\\)"] ],
 +
          displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
 +
          processEscapes: true
 +
          },
 +
          "HTML-CSS": { availableFonts: ["TeX"] }
 +
          });
 +
          </script>
 +
  <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
 +
  </script>
 +
  <style>
 +
    /*小导航栏样式*/
  
 +
    .container-fluid {
 +
      margin: 0;
 +
      padding: 0;
 +
      border: 0;
 +
    }
  
<div class="column full_size judges-will-not-evaluate">
+
    .container-fluid {
<h3>★  ALERT! </h3>
+
      margin: 0;
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
+
      padding: 0;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
      border: 0;
</div>
+
    }
<div class="clear"></div>
+
  
<div class="column full_size">
+
    ul.nav-pills {
<h1>Improve</h1>
+
      background: url(https://static.igem.org/mediawiki/2017/3/35/T--HZAU-China--background.png);
<p>For teams seeking to improve upon a previous part or project, you should document all of your work on this page. Please remember to include all part measurement and characterization data on the part page on the Regisrty. Please include a link to your improved part on this page.</p>
+
      background-size: 100% auto;
 +
      background-repeat: no-repeat;
 +
      position: fixed;
 +
      display: block;
 +
      top: 50%;
 +
      margin-top: -144.5px;
 +
      margin-right: 40px;
 +
      height: 289px;
 +
      width: 200px;
 +
      overflow: hidden;
 +
    }
  
<h3>Gold Medal Criterion #2</h3>
+
    ul.nav-pills>li {
<p><b>Standard Tracks:</b> Improve the function of an existing BioBrick Part. The original part must NOT be from your 2017 part number range. If you change the original part sequence, you must submit a new part. In addition, both the new and original part pages must reference each other. This working part must be different from the part documented in bronze #4 and silver #1.
+
      position: relative;
 +
      top: 50%;
 +
    }
  
<br><br>
+
    ul.nav-pills>li>a {
<b>Special Tracks:</b> Improve the function of an existing iGEM project (that your current team did not originally create) and display your achievement on your wiki.</p>
+
      font-size: 16px;
 +
      padding: 14px 0 14px 20px;
 +
      border-bottom-left-radius: 0px;
 +
      border-bottom-right-radius: 0px;
 +
      border-top-left-radius: 0px;
 +
      border-top-right-radius: 0px
 +
    }
  
 +
    #change_top {
 +
      margin-top: -80px;
 +
    }
  
</div>
+
    /*小导航栏触碰后变色*/
  
 +
    .nav-pills>li>a {
 +
      color: rgb(249, 228, 137);
 +
      font-weight: 900;
 +
    }
 +
 +
    .nav-pills>li.active>a,
 +
    .nav-pills>li.active>a:focus,
 +
    .nav-pills>li.active>a:hover {
 +
      color: #000;
 +
      background-color: rgb(249, 228, 137);
 +
    }
 +
 +
    .nav-pills>li>a:focus,
 +
    .nav-pills>li>a:hover {
 +
      color: #000;
 +
      background-color: rgb(249, 228, 137);
 +
    }
 +
 +
    /*改变超链接的位置*/
 +
 +
    .jiaozheng {
 +
      position: relative;
 +
      top: -66px;
 +
    }
 +
  </style>
 +
  <!--内容的样式-->
 +
  <style>
 +
    /*总样式*/
 +
 +
    body {
 +
      font-family: "Arial", Helvetica, sans-serif;
 +
      text-align: justify;
 +
      margin: 0px;
 +
      background-color: #ffffff;
 +
    }
 +
 +
    /*内容框子的样式*/
 +
 +
    .col-sm-9 {
 +
      position: absolute;
 +
      top: 43px;
 +
      left: 50%;
 +
      margin-left: -360px;
 +
      padding: 0 30px 0 30px;
 +
      width: 960px;
 +
      height: 2300px;
 +
      z-index: -1;
 +
    }
 +
 +
    /*内容中几种文体的样式*/
 +
 +
    .col-sm-9 a:hover {
 +
      color: #000;
 +
      text-decoration: none;
 +
    }
 +
 +
    .biaoti {
 +
      font-size: 50px;
 +
      font-weight: bold;
 +
      text-align: center;
 +
      width: 100%;
 +
      display: block;
 +
      padding-bottom: 50px;
 +
      padding-top: 50px;
 +
      color: rgb(63, 59, 58);
 +
    }
 +
     
 +
    .zhengwen {
 +
      display: block;
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 +
    .zhengwen_disblock {
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 +
    .yinzhu {}
 +
 +
    .yinzhu:hover .yinzhu {}
 +
 +
    .yinwen {
 +
      display: block;
 +
      font-style: arial;
 +
      font-size: 18px;
 +
      line-height: 34px;
 +
      text-align: justify;
 +
      color: #000;
 +
      margin-bottom: 9px;
 +
      margin-left: 0px;
 +
      margin-right: 0px;
 +
      margin-top: 7.2px;
 +
    }
 +
 +
    .shangduiqi {
 +
      position: relative;
 +
    }
 +
 +
    .shangduiqi a {
 +
      position: absolute;
 +
      top: -66px;
 +
    }
 +
 +
    /*图片的样式*/
 +
    .tu_1 {
 +
      width: 600px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
 +
    .tu_2 {
 +
      width: 800px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
 +
    .tu_3 {
 +
      width: 555px;
 +
      margin: 0 auto;
 +
      display: block;
 +
    }
 +
  </style>
 +
  <!--点击展开部分的样式-->
 +
  <style>
 +
    span.caret_black {
 +
      display: inline-block;
 +
      margin-left: 6px;
 +
      vertical-align: middle;
 +
      width: 0;
 +
      height: 0;
 +
      border-left: 6px solid transparent;
 +
      border-right: 6px solid transparent;
 +
      border-top: 6px solid black;
 +
    }
 +
 +
    label {
 +
      cursor: pointer;
 +
    }
 +
 +
    #HZAUmenu-toggle {
 +
      display: none;
 +
    }
 +
 +
    #HZAUmenu {
 +
      display: none;
 +
      font-size: 18px;
 +
      padding: 0 50px 0 50px;
 +
      width: 900px;
 +
      margin: 0;
 +
      color: black;
 +
    }
 +
 +
    #HZAUmenu>a {
 +
      color: #000;
 +
    }
 +
 +
    #HZAUmenu>a:hover {
 +
      color: #000;
 +
      text-decoration: none;
 +
    }
 +
 +
    #HZAUmenu-toggle:checked+#HZAUmenu {
 +
      display: block;
 +
    }
 +
  </style>
 +
  <style>
 +
    div.nav_body {
 +
      padding: 7px 0 7px 0;
 +
      height: 50px;
 +
    }
 +
  </style>
 +
</head>
 +
<body>
 +
<div >
 +
 +
    <div>
 +
        <a>General safety matters</a>
 +
        <a>Our lab</a>
 +
        <a>Our project</a>
 +
               
 +
    </div>
 +
 +
    <div class="main_part">
 +
        <img src="https://static.igem.org/mediawiki/2016/5/5a/T--HZAU-China--sf1.png"  width="168px" height="2503px">
 +
 +
 +
        <div class="article">
 +
            <h2>Safty</h2>
 +
            <p>We have finished all of the safety forms:</p>
 +
         
 +
 +
            <h3>General safety matters:</h3><br/>
 +
            <p>In our lab there is a safety training for everyone which covered following aspects:</p>
 +
            <p>1. Personal prospective wear: lab coat and gloves must be worn all the time during work,Personnel must wash their hands after experiments, and before they leave the laboratory working areas. Open-toed footwear must not be worn in laboratories. Eating, drinking, smoking, applying cosmetics, handling contact lenses and sleeping is prohibited in the laboratory working areas.</p>
 +
            <p>2. Chemical safety: we have printed “Dos and don’ts when using hazardous chemicals” and posted them on marked place.</p>
 +
            <p>GMO safety: no biology materials are allowed to bring out of our lab and biology waste must be put to bacterial waste.</p>
 +
            <p>Studying biosafety: we have also listed some websites of biosafety for our teammates to study:</p>
 +
 +
            <h5>Govern biosafety in research laboratories:</h5>
 +
            <p>china http://www.stee.agri.gov.cn/biosafety/</p>
 +
            <p>http://english.biosafety.gov.cn/</p>
 +
 +
            <h5>Biosafety guidelines of our institution:</h5>
 +
            <p>http://swx.hzau.edu.cn/</p>
 +
            <p>http://bw.hzau.edu.cn/zc_detail.asp?id=196</p>
 +
 +
            <h5>Regulations that govern biosafety in research laboratories:</h5>
 +
            <p>http://www.stee.agri.gov.cn/biosafety/</p>
 +
            <p>http://english.biosafety.gov.cn/</p>
 +
 +
            <h3>Our lab</h3><br/>
 +
            <img src="https://static.igem.org/mediawiki/2016/a/a9/T--HZAU-China--safety_figure1.jpg"  width="400px" ><br/>
 +
            <img src="https://static.igem.org/mediawiki/2016/1/16/T--HZAU-China--safety_figure2.jpg"  height="400px" >
 +
            <p>Our lab locates in the building of college of life science and technology in Huazhong Agricultural.This year,our lab have been transfered from the third floor to first floor where the working place is much spacious.
 +
                There are also two access control system to prevent unauthorized persons form entering, you have to show your student ID card to get into our lab.
 +
            </p>
 +
            <img src="https://static.igem.org/mediawiki/2016/1/19/T--HZAU-China--safty_figure3.png" width="400px"><br/>
 +
 +
            <div class="random"><a id="A3" ></a></div>
 +
            <h3>Our project</h3>
 +
            <h5>Organisms and Parts that we Use</h5>
 +
            <p></p>
 +
            <p></p>
 +
            <br/>
 +
 +
 +
            <div><a id="A4" ></a></div>
 +
            <h3>References:</h3>
 +
            <p>1. Understanding Biosecurity ; National research council of The National Academics ,Rita r. Colwell</p>
 +
            <p>2. Laboratory biosecurity guidance; World Health Organization, September 2006, WHO/CDS/EPR/2006.6</p>
 +
            <p>3. Laboratory biosafety manual, Third edition ; World Health Organization, Geneva ,2004</p>
 +
 +
 +
 +
        </div>
 +
 +
    </div>
 +
 +
</div>
 +
</body>
  
  
 
</html>
 
</html>

Revision as of 12:35, 1 November 2017

Safty

We have finished all of the safety forms:

General safety matters:


In our lab there is a safety training for everyone which covered following aspects:

1. Personal prospective wear: lab coat and gloves must be worn all the time during work,Personnel must wash their hands after experiments, and before they leave the laboratory working areas. Open-toed footwear must not be worn in laboratories. Eating, drinking, smoking, applying cosmetics, handling contact lenses and sleeping is prohibited in the laboratory working areas.

2. Chemical safety: we have printed “Dos and don’ts when using hazardous chemicals” and posted them on marked place.

GMO safety: no biology materials are allowed to bring out of our lab and biology waste must be put to bacterial waste.

Studying biosafety: we have also listed some websites of biosafety for our teammates to study:

Govern biosafety in research laboratories:

china http://www.stee.agri.gov.cn/biosafety/

http://english.biosafety.gov.cn/

Biosafety guidelines of our institution:

http://swx.hzau.edu.cn/

http://bw.hzau.edu.cn/zc_detail.asp?id=196

Regulations that govern biosafety in research laboratories:

http://www.stee.agri.gov.cn/biosafety/

http://english.biosafety.gov.cn/

Our lab



Our lab locates in the building of college of life science and technology in Huazhong Agricultural.This year,our lab have been transfered from the third floor to first floor where the working place is much spacious. There are also two access control system to prevent unauthorized persons form entering, you have to show your student ID card to get into our lab.


Our project

Organisms and Parts that we Use


References:

1. Understanding Biosecurity ; National research council of The National Academics ,Rita r. Colwell

2. Laboratory biosecurity guidance; World Health Organization, September 2006, WHO/CDS/EPR/2006.6

3. Laboratory biosafety manual, Third edition ; World Health Organization, Geneva ,2004