(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <style> |
− | + | img[data-action="zoom"] { | |
− | + | cursor: pointer; | |
− | + | cursor: -webkit-zoom-in; | |
− | + | cursor: -moz-zoom-in; | |
− | + | } | |
− | + | .zoom-img, | |
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/ | + | .zoom-img-wrap { |
+ | position: relative; | ||
+ | z-index: 666; | ||
+ | -webkit-transition: all 300ms; | ||
+ | -o-transition: all 300ms; | ||
+ | transition: all 300ms; | ||
+ | } | ||
+ | img.zoom-img { | ||
+ | cursor: pointer; | ||
+ | cursor: -webkit-zoom-out; | ||
+ | cursor: -moz-zoom-out; | ||
+ | } | ||
+ | .zoom-overlay { | ||
+ | z-index: 420; | ||
+ | background: #fff; | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | pointer-events: none; | ||
+ | filter: "alpha(opacity=0)"; | ||
+ | opacity: 0; | ||
+ | -webkit-transition: opacity 300ms; | ||
+ | -o-transition: opacity 300ms; | ||
+ | transition: opacity 300ms; | ||
+ | } | ||
+ | .zoom-overlay-open .zoom-overlay { | ||
+ | filter: "alpha(opacity=100)"; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .zoom-overlay-open, | ||
+ | .zoom-overlay-transitioning { | ||
+ | cursor: default; | ||
+ | } | ||
+ | |||
+ | .mdc__toolbar--fixed{top: 16px;} | ||
+ | @font-face {font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://static.igem.org/mediawiki/2017/d/d5/Lanzhou_wiki_MaterialIcons-Regular.woff) format('woff'); } .material-icons {font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;} body {background-color:white; margin: 0;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }#top_title{display:none; }#top_menu_under {position:relative; width:100%; height:18px } #top_menu_14 {position:fixed; width:100%; top:0px; left:0px; height:16px; background-color:#383838; border-bottom:2px solid black; z-index:9999 } #top_menu_inside {display:block; position:relative; width:960px; height:100%; margin:0px auto; padding:0 10px; border-left:1px solid #c8c8c8; border-right:1px solid #c8c8c8; font-family:'arial',sans-serif; font-size:12px; font-weight:400; color:#ffffff } #top_menu_inside ul {list-style:none; margin:0; padding:0 } #top_menu_inside li {float:left; padding:0px 25px 0px 20px; cursor:pointer; margin:0 } #top_menu_inside .has_submenu:hover {background-color:#000000; color:white; text-decoration:none } #top_menu_inside #user_item {float:right; padding-top:2px; margin-right:100px; cursor:pointer; color:orange } #top_menu_inside #user_item:hover {background-color:#000000; color:#ffc864 } #top_menu_inside #bars_item {position:absolute; top:1px; left:960px; z-index:2; cursor:pointer } #top_menu_inside #bars_box {position:absolute; right:0px; top:17px; min-height:100px; min-width:100px; color:black; background-color:white; border:1px solid black; box-shadow:rgba(50,50,50,0.75) 1px 1px 10px 0px; z-index:1 } #top_menu_inside .submenu {display:none; position:absolute; z-index:10; top:16px; left:20px; width:900px; min-height:80px; background-color:#000000; padding:10px 15px 20px 15px; box-shadow:rgba(10,10,10,0.75) 0px 5px 15px 0px; color:#ffffff } #top_menu_inside .section {float:left; width:190px; font-family:helvitica,sans-serif; font-style:normal; font-weight:400; font-size:14px; line-height:22px; text-align:justify } #top_menu_inside .section .google span {padding-left:20px } #top_menu_inside .section .google span:hover,#top_menu_inside .section #page_go:hover {text-decoration:none; color:orange } #top_menu_inside .h1 {font-style:normal; font-size:18px; line-height:24px; text-weight:600; text-decoration:underline; text-align:left } #top_menu_inside .intro {color:#ffffff; font-style:italic; font-weight:normal; font-size:16px } #top_menu_inside .has_submenu .intro a {color:#ffffff; cursor:pointer } #top_menu_inside .has_submenu .intro a:hover {color:orange } | ||
+ | .mdc-toolbar--fixed{top: 16px !important;}</style> | ||
+ | |||
+ | |||
+ | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script> | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS&action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS&action=raw&ctype=text/css"> | ||
− | + | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/bookstrap&action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/bookstrap&action=raw&ctype=text/css"> | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/demo&action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/demo&action=raw&ctype=text/css"> | ||
Line 22: | Line 63: | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/owl_carousel&action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/owl_carousel&action=raw&ctype=text/css"> | ||
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/templatemo_style&action=raw&ctype=text/css"> | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/templatemo_style&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/main&action=raw&ctype=text/css"> | ||
<div class="bg-project"> | <div class="bg-project"> | ||
<!-- Start banner Area --> | <!-- Start banner Area --> | ||
Line 29: | Line 71: | ||
<nav class="navbar navbar-expand-lg navbar-light"> | <nav class="navbar navbar-expand-lg navbar-light"> | ||
<div class="container"> | <div class="container"> | ||
− | <a class="navbar-brand" href=" | + | <a class="navbar-brand" href="https://2018.igem.org/Team:LZU-CHINA" style="padding: 0px;"> |
− | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--LZU-CHINA--logo.png" alt="" height=" | + | <img src="https://static.igem.org/mediawiki/2018/a/a6/T--LZU-CHINA--logo.png" alt="" height="90"> |
</a> | </a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
Line 38: | Line 80: | ||
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent"> | <div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent"> | ||
<ul class="navbar-nav"> | <ul class="navbar-nav"> | ||
− | <li><a href=" | + | <li><a href="https://2018.igem.org/Team:LZU-CHINA">Home</a></li> |
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a class="dropdown-toggle" href=" | + | <a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Team" id="1" data-toggle="dropdown">Team</a> |
<div class="dropdown-menu"> | <div class="dropdown-menu"> | ||
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Team">Team</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Attributions">Attribution</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Collaborations">collaborations</a> |
</div> | </div> | ||
</li> | </li> | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a class="dropdown-toggle" href=" | + | <a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Description" id="2" data-toggle="dropdown">Project</a> |
<div class="dropdown-menu"> | <div class="dropdown-menu"> | ||
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Description">Description</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Design">Design</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Parts">part</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Experiments">experiments</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Safety">safety</a> |
</div> | </div> | ||
</li> | </li> | ||
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a class="dropdown-toggle" href=" | + | <a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Results" id="3" data-toggle="dropdown">wet lab</a> |
<div class="dropdown-menu"> | <div class="dropdown-menu"> | ||
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Results">result</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Futurework">future work</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/InterLab">interlab</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Notebook">notebook</a> |
</div> | </div> | ||
</li> | </li> | ||
− | <li><a href=" | + | <li><a href="https://2018.igem.org/Team:LZU-CHINA/Model">dry lab</a></li> |
<li class="dropdown"> | <li class="dropdown"> | ||
− | <a class="dropdown-toggle" href=" | + | <a class="dropdown-toggle" href="https://2018.igem.org/Team:LZU-CHINA/Human_Practices" id="4" data-toggle="dropdown">HP</a> |
<div class="dropdown-menu"> | <div class="dropdown-menu"> | ||
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Human_Practices">intergrated hp</a> |
− | <a class="dropdown-item" href=" | + | <a class="dropdown-item" href="https://2018.igem.org/Team:LZU-CHINA/Public_Engagement">public engagement</a> |
</div> | </div> | ||
</li> | </li> | ||
− | |||
</ul> | </ul> | ||
</div> | </div> | ||
Line 97: | Line 138: | ||
<!-- About Generic Start --> | <!-- About Generic Start --> | ||
<div class="main-wrapper"> | <div class="main-wrapper"> | ||
− | + | <div class="location" > | |
+ | <p style="text-align: left;"><a href="#safety1" style="font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">1.Statement</a></p> | ||
+ | <p style="text-align: left;"><a href="#d1" style="font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">2.HIV derived lentivirus experimental operation</a></p> | ||
+ | <p style="text-align: left;"><a href="#d2" style="font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">3.Usage of Ethidium Bromide</a></p> | ||
+ | <p class="scroll_top" style="text-align: center;font-size: 16px;">RETURN TOP</p> | ||
+ | |||
+ | </div> | ||
<!-- Start Generic Area --> | <!-- Start Generic Area --> | ||
<section class="about-generic-area pt-100" id="safety1"> | <section class="about-generic-area pt-100" id="safety1"> | ||
Line 105: | Line 152: | ||
In our experiments, aseptic techniques were always used when handling live culture. All the cell experiments are operated in the Biosafety Cabinet, including HIV derived lentivirus experimental operation. Precautions for handling and disposal of wasted lentivirus-contained medium were carried out according to its standard operating procedures. Our dressing seriously follow BSL-2 laboratory standard. Gloves, hats, masks, and eye shields and specialized lab-gown are are required to protect ourselves during the operation. Agarose gel analysis of DNA was performed with Ethidium bromide (EtBr) stain and always imaged safely in a gel doc. EtBr staining was performed safely with proper containment and disposal. Our lab follow China National Institute of Pathogenic Microorganisms Biosafety Management and Lanzhou University Laboratory Safety Rules. | In our experiments, aseptic techniques were always used when handling live culture. All the cell experiments are operated in the Biosafety Cabinet, including HIV derived lentivirus experimental operation. Precautions for handling and disposal of wasted lentivirus-contained medium were carried out according to its standard operating procedures. Our dressing seriously follow BSL-2 laboratory standard. Gloves, hats, masks, and eye shields and specialized lab-gown are are required to protect ourselves during the operation. Agarose gel analysis of DNA was performed with Ethidium bromide (EtBr) stain and always imaged safely in a gel doc. EtBr staining was performed safely with proper containment and disposal. Our lab follow China National Institute of Pathogenic Microorganisms Biosafety Management and Lanzhou University Laboratory Safety Rules. | ||
</p> | </p> | ||
+ | <div style="height: 20px" id="d1"></div> | ||
<h3 class="about-title mb-30" >HIV derived lentivirus experimental operation</h3> | <h3 class="about-title mb-30" >HIV derived lentivirus experimental operation</h3> | ||
<div class="col-md-12"> | <div class="col-md-12"> | ||
Line 122: | Line 170: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <div style="height: 20px" id="d2"></div> | ||
<h3 class="about-title mb-30" >Usage of Ethidium Bromide</h3> | <h3 class="about-title mb-30" >Usage of Ethidium Bromide</h3> | ||
<div class="row"> | <div class="row"> | ||
Line 149: | Line 198: | ||
</section> | </section> | ||
<!-- End Generic Start --> | <!-- End Generic Start --> | ||
− | + | <!-- start footer Area --> | |
− | <footer class="footer-area section-gap" > | + | <footer class="footer-area section-gap"> |
<div class="container"> | <div class="container"> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="col-lg- | + | <div class="col-lg-6 col-md-6 col-sm-6"> |
<div class="single-footer-widget"> | <div class="single-footer-widget"> | ||
<h6>About Us</h6> | <h6>About Us</h6> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/e/ee/T--LZU-CHINA--xiaohui.png" style="height: 120px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/d/df/T--LZU-CHINA--yiyuan.png" style="height: 120px"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/4/41/T--LZU-CHINA--shengming.png" style="height: 120px"> | ||
<p> | <p> | ||
− | + | We wish to extend our deepest appreciation to the Lanzhou University, The First Clinical Medical College and School of Life Science for the great support and help in this project | |
</p> | </p> | ||
− | |||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="col-lg-6 col-md-6 col-sm-6 social-widget"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <div class="col-lg- | + | |
<div class="single-footer-widget"> | <div class="single-footer-widget"> | ||
− | <h6> | + | <h6>Contact Us</h6> |
− | <p> | + | <p>E-mail:752786236@qq.com 1098385458@qq.com</p> |
− | < | + | <p>Address:No. 222, Tianshui South Road, chengguan district, Lanzhou City, Gansu Province,730000, P. R. China.</p> |
− | + | <p style="font-size:20px;font-family: 'Segoe Script'">We are the walker on the long journey towards science</p> | |
− | + | ||
− | + | <p class="footer-text">Copyright ©2018 iGEM LZU-CHINA Team All rights reserved.</p> | |
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 201: | Line 232: | ||
+ | <script type="text/javascript"> | ||
+ | jQuery(document).ready(function($){ | ||
+ | $('.scroll_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);}); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 05:39, 16 October 2018
Before we were allowed to enter the laboratory, we were given a briefing by our PI, Professor Li. He informed us of all the potential risks and dangers associated with the use of different chemicals, techniques, and equipment, and how we could minimise these risks. Following this, we were given a laboratory induction by our instructor, who demonstrated the safest and most efficient ways to carry out the protocols we would require. Full details of these protocols can be found here. In our experiments, aseptic techniques were always used when handling live culture. All the cell experiments are operated in the Biosafety Cabinet, including HIV derived lentivirus experimental operation. Precautions for handling and disposal of wasted lentivirus-contained medium were carried out according to its standard operating procedures. Our dressing seriously follow BSL-2 laboratory standard. Gloves, hats, masks, and eye shields and specialized lab-gown are are required to protect ourselves during the operation. Agarose gel analysis of DNA was performed with Ethidium bromide (EtBr) stain and always imaged safely in a gel doc. EtBr staining was performed safely with proper containment and disposal. Our lab follow China National Institute of Pathogenic Microorganisms Biosafety Management and Lanzhou University Laboratory Safety Rules.
HIV derived lentivirus experimental operation
Figure 1: Biosafety Cabinet. All the HIV derived lentivirus operations are operating in the Biosafety Cabinet.
Figure 2: Operator operate in the Biosafety Cabinet.
Figure 3: Sterilization for all of items used in viral-related experiments.
Usage of Ethidium Bromide
Figure 4: A separate area for agarose gel electrophoresis and preparation.
Figure 5: Operator adds Ethidium Bromide into the mixture in the stink cupboard before agarose gel electrophoresis.