(Prototype team page) |
|||
Line 1: | Line 1: | ||
{{Fudan}} | {{Fudan}} | ||
− | <html> | + | <!DOCTYPE html> |
+ | <html lang="en"> | ||
+ | <!-- | ||
+ | This html document is created by Tian Huang for Team Fudan iGEM 2018. | ||
+ | We make it compatible on laptop and mobile devices by using Materialize 1.0.0-rc.2. | ||
+ | --> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <!-- CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/css.css&action=raw&ctype=text/css" /> | ||
− | < | + | <!-- Font-awesome icons 4.7.0 --> |
+ | <link href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/font-awesome.css&action=raw&ctype=text/css" rel="stylesheet"> | ||
− | < | + | <!-- Materialize 1.0.0-rc.2 (Material Design like) --> |
− | < | + | <link rel="stylesheet" href="https://2018.igem.org/wiki/index.php?title=Template:Fudan/materialize.css&action=raw&ctype=text/css"> |
− | < | + | <!-- Clear default CSS settings; CSS reset --> |
+ | <style type="text/css"> | ||
+ | *{margin: 0;padding: 0;list-style: none;} | ||
+ | /* via: https://blog.csdn.net/weixin_41014370/article/details/79523637 */ | ||
− | + | /** 清除内外边距 **/ | |
+ | body, h1, h3, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ | ||
+ | dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ | ||
+ | pre, /* text formatting elements 文本格式元素 */ | ||
+ | form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ | ||
+ | th, td /* table elements 表格元素 */ { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | /** 设置默认字体 **/ | ||
− | + | h1, h3, h3, h4, h5, h6 { font-size: 100%; } | |
− | + | address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ | |
+ | code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ | ||
+ | small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ | ||
− | + | /** 重置列表元素 **/ | |
+ | ul, ol { list-style: none; } | ||
− | + | /** 重置文本格式元素 **/ | |
− | + | a { text-decoration: none; } | |
− | + | a:hover { text-decoration: underline; } | |
− | + | ||
− | + | ||
− | + | ||
− | |||
− | + | /** 重置表单元素 **/ | |
− | + | legend { color: #000; } /* for ie6 */ | |
+ | fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ | ||
+ | button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ | ||
+ | /* 注:optgroup 无法扶正 */ | ||
− | < | + | /** 重置表格元素 **/ |
+ | table { border-collapse: collapse; border-spacing: 0; } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <!-- Fudan div at igem.org --> | ||
+ | <div id="FudanWrapper" class="white"> | ||
+ | <div id="FudanBody" class="white"> | ||
+ | <header> | ||
+ | <!-- empty bar --> | ||
+ | <div id="emptyBar" style="position:relative;width: 100%;"></div> | ||
− | < | + | <!-- Navigation bar --> |
+ | <nav id="topNav" class="white z-depth-0_5"> | ||
+ | <div class="nav-wrapper"> | ||
+ | <div id="teamLogo" class="brand-logo"> | ||
+ | <a href="https://2018.igem.org/Team:Fudan" target="_self"><img src="https://static.igem.org/mediawiki/2018/c/c4/T--Fudan--teamLogo.svg"></a> | ||
+ | </div> | ||
+ | <ul id="nav-mobile" class="right blueBorder"> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown1">Project</a></li> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown2">Dry lab</a></li> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger thisPageLink" data-target="dropdown3">Wet lab</a></li> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown4">Toolbox</a></li> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown5">Outreach</a></li> | ||
+ | <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown6">Team</a></li> | ||
+ | <li> | ||
+ | <a id="navList" data-target="slide-out" class="waves-effect waves-light sidenav-trigger right"> | ||
+ | <i class="fa fa-navicon" style="font-size: 24px"></i> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
− | <p> | + | <!-- Dropdown and List elements in navigation bar --> |
+ | <ul id="dropdown1" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Background">Research background</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown2" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_ribo">Addon: <sub>ENABLE</sub><sup>ribo</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_TALE">Addon: <sub>ENABLE</sub><sup>TALE</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_T2">Addon: <sub>ENABLE</sub><sup>T2</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown3" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown4" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown5" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | <ul id="dropdown6" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <!-- Slide-out navigator contents --> | ||
+ | <ul id="slide-out" class="sidenav"> | ||
+ | <li style="padding: 0"><div class="sidenavBanner"> | ||
+ | <div class="background"> | ||
+ | </div> | ||
+ | <p style="width: 100%;text-align: center;font-size: 24px"><span class="white-text">iGEM interLab</span></p> | ||
+ | </div></li> | ||
+ | <li> | ||
+ | <ul class="collapsible expandable"> | ||
+ | <li>Navigator on this page</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">LUDOX</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">Microsphere</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">Fluorescein</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section4">Cell Measurement</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section5">Protocol</a></li> | ||
+ | <li>Navigator on wiki</li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Project</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Background">Research background</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Dry Lab</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_ribo">Addon: <sub>ENABLE</sub><sup>ribo</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_TALE">Addon: <sub>ENABLE</sub><sup>TALE</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_T2">Addon: <sub>ENABLE</sub><sup>T2</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Wet Lab</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Toolbox</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Outreach</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header">Team</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | <li><div class="placeHolder"></div></li> | ||
+ | </ul> | ||
+ | </header> | ||
+ | |||
+ | <div id="pageContent" style=""> | ||
+ | <div id="contentBanner" class="figureBanner"> | ||
+ | <div class="row"> | ||
+ | <div class="col s12 m6 valign-wrapper hide-on-med-and-up"> | ||
+ | <h1>Safety</h1> | ||
+ | </div> | ||
+ | <div class="col s12 m6 valign-wrapper hide-on-med-and-up"> | ||
+ | <span>Safety is always our top priority in the laboratory. | ||
+ | <!--We ensure our lab procedures and equipment handling adhere to the proper safety standards and regulations. | ||
+ | We have conducted all our experiments safely. And, we should always stay safe with the highest safety precautions. | ||
+ | --></span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="figureBannerTitle" class="hide-on-small-only"> | ||
+ | <h1>Safety</h1> | ||
+ | <p><span>Safety is always our top priority in the laboratory. | ||
+ | <!--We ensure our lab procedures and equipment handling adhere to the proper safety standards and regulations. | ||
+ | We have conducted all our experiments safely. And, we should always stay safe with the highest safety precautions. | ||
+ | --></span></p> | ||
+ | </div> | ||
+ | <div class="hide-on-small-only"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7f/T--Fudan--safety_big.jpg"> | ||
+ | <img src="../img/blackgra.svg" style="position:absolute; left:0;top:0; width: 4%;height: 100%;transform: rotate(180deg); "> | ||
+ | <img src="../img/blackgra.svg" style="position:absolute; right:0;top:0; width: 4%;height: 100%;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- main content of the page --> | ||
+ | <div class="container"> | ||
+ | <!-- side navigator of page content --> | ||
+ | <ul id="pageContentNav" class="hide-on-med-and-down z-depth-0"> | ||
+ | <li><a href="#">Interlab</a></li> | ||
+ | <li><a href="#">Notebook</a></li> | ||
+ | <li><div class="divider"></div></li> | ||
+ | <li>On This Page</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">General safety concerns</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">Laboratory practice</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">Specific safety concerns</a></li> | ||
+ | </ul> | ||
+ | <main> | ||
+ | <div id="section1" class="section container scrollspy"> | ||
+ | <h2>General safety concerns</h2> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width45" src="https://static.igem.org/mediawiki/2018/0/01/T--Fudan--general-1.png"> | ||
+ | Our ENABLE project has provided diverse real-world applications. | ||
+ | As a foundational advance project, the majority of the immediate users of | ||
+ | our project are researchers in biology labs. Components in our project are | ||
+ | perfectly safe to use and be modified in standard biology laboratories | ||
+ | equipped with a cell-culturing room and a Class II biological safety cabinet. | ||
+ | To ensure our project remains safe and ethical when applied to other practical | ||
+ | usages in the long term, we have hosted a special debate and a creative display between our team | ||
+ | and the public, and several mutual points have been reached. For more information, | ||
+ | please visit our <a href="https://2018.igem.org/Team:Fudan/Human_Practices" target="_blank">Human Practice page</a>.</p> | ||
+ | </div> | ||
+ | <div id="section2" class="section container scrollspy"> | ||
+ | <h2>Laboratory practice</h2> | ||
+ | <p>Because we have inserted our logic gates into mammalian cells to assay the functional | ||
+ | outputs, we were performing our experiments both in <i>E. coli</i> strains and on mammalian | ||
+ | 293T and HeLa cells. We have carried out the experiments in the lab of our supervisor, | ||
+ | <a href="https://about.me/cail" target="_blank">Liang Cai</a>, who was also our Cell Biology course instructor. | ||
+ | The setup in <a href="https://actin.cn/" target="_blank">Cai Lab</a> meets all the standards for working on | ||
+ | Risk Group 2 organisms. Since some of our team members have never worked on mammalian cells before joining | ||
+ | the team, we divided our lab work into two parts, carrying out by either the <i>E. coli</i> workaholic or the | ||
+ | mammalian workaholic. This safety arrangement grants only the members who previously have been | ||
+ | <a href="http://tsg2011.sinaapp.com/students/undergraduate-students/bios/" target="_blank">fully trained</a> with the mammalian cell culture experimental skills to perform related experiments.</p> | ||
+ | <p>For further precaution, even though every team member has previous lab experience and has passed | ||
+ | the laboratory safety knowledge test, <a href="http://lsem.fudan.edu.cn/wz/" target="_blank">organzied by our university</a>, they were trained again | ||
+ | by members of <a href="https://2017.igem.org/Team:Fudan" target="_blank">2017 iGEM team</a> on basic safety measures during the assembly of the team. Before | ||
+ | performing experiments in <a href="https://actin.cn/" target="_blank">Cai Lab</a>, we were all required to follow the | ||
+ | <i>Good Lab Practices</i> written by our supervisor, and a subsequent test was taken to ensure | ||
+ | we understood the rules precisely. Until then, we were allowed to start doing experiments on our own.</p> | ||
+ | </div> | ||
+ | <div id="section3" class="section container scrollspy"> | ||
+ | <h2>Specific safety concerns on our project</h2> | ||
+ | <p>Aside from the general concerns for lab safety, we would like to reflect upon aspects which were related to our project such as: </p> | ||
+ | <h3>Molecular cloning</h3> | ||
+ | <p> | ||
+ | <img class="right-on-med-and-up width40" src="https://static.igem.org/mediawiki/2018/1/12/T--Fudan--cloning.jpg"> | ||
+ | Most of our <i>E. coli</i> experiments were done through molecular cloning. The strains of <i>Escherichia coli</i> we used were <a href="http://www.tiangen.com/?productShow/t1/6/id/358.html" target="_blank">T-FAST</a> | ||
+ | and <a href="https://microbewiki.kenyon.edu/index.php/DH5-Alpha_E.coli" target="_blank">DH5α</a> competence bacteria, both of | ||
+ | which will die in the natural environment without supplied nutrients. The plasmids we transformed into the bacteria do not | ||
+ | contain anything related to virulence. Our designed and encoded genes will be translated into fluorescent protein fusions and | ||
+ | transcription factors. | ||
+ | </p><p>We made efforts to ensure those bacteria were kept within control. Methods we utilized included sealing the culture medium | ||
+ | and plates with parafilm, sterilizing our clean benches with 75% ethanol and ultraviolet illumination before and after the operations, | ||
+ | and washing our hands upon entering and leaving the lab, intact <a href="https://ehs.berkeley.edu/workplace-safety/glove-selection-guide" target="_blank">nitrile gloves</a> all the time, etc. | ||
+ | </p> | ||
+ | <p>To visualize double strand DNA, we used <a href="https://en.wikipedia.org/wiki/Ethidium_bromide" target="_blank">ethidium bromide</a>. We always wear an additional pair of plastic gloves and take off immediately after handing ethidium bromide containing material, to avoid spreading the contamination to other regions of the lab.</p> | ||
+ | <h3>Cell culturing</h3> | ||
+ | <div class="row"> | ||
+ | <div class="col s12 m6" style=""><img class="responsive-img" src="https://static.igem.org/mediawiki/2018/e/e9/T--Fudan--cell-2.JPG"></div> | ||
+ | <div class="col s12 m6" style=""><img class="responsive-img" src="https://static.igem.org/mediawiki/2018/9/9d/T--Fudan--cell-1.jpg"></div> | ||
+ | </div> | ||
+ | <p>Before entering the cell culture room, we always make sure to exchange the shoes or wearing shoe cover, and put on | ||
+ | <a href="https://ehs.berkeley.edu/workplace-safety/glove-selection-guide" target="_blank">nitrile gloves</a>. All cell | ||
+ | culture operations were done in <a href="https://www.ehs.washington.edu/biological/biological-safety-cabinets" target="_blank">biosafety cabinets</a> to | ||
+ | keep the cells in a sterile environment as well as avoid serum contamination out to the environment. We used | ||
+ | <a href="https://medicine.uiowa.edu/vectorcore/about-our-products/lentivirus-products/custom-lentivirus-constructs" target="_blank">non-self replicable</a> | ||
+ | <a href="https://en.wikipedia.org/wiki/Retrovirus" target="_blank">retrovirus</a> to generate stable-transfected cell lines for our experiments.</p> | ||
+ | <h3>Additional lab training when coaching high school students</h3> | ||
+ | <p> | ||
+ | <img class="right-on-med-and-up width40" src="https://static.igem.org/mediawiki/2018/1/1b/T--Fudan--training.jpg"> | ||
+ | We hosted a lab training program as part of our <a href="https://2018.igem.org/Team:Fudan/Public_Engagement" target="_blank">Human Practice page</a> | ||
+ | during the summer semester 2018. As all the students were very inexperienced, we took special care in ensuring | ||
+ | their safety during the program. Beside memorizing all the lab safety protocols and policies, they were required | ||
+ | to wear long trousers inside their protective gowns. It was summertime, and luckily we had the air conditioning | ||
+ | working. Moreover, we ensured that they were under at least one [iGEM team member] supervision the whole time | ||
+ | throughout their stay in the lab, no matter they were doing experiments or eating/drinking in the rest area.</p> | ||
+ | </div> | ||
+ | </main> | ||
+ | </div> | ||
+ | |||
+ | <!--Abstract on content page--> | ||
+ | <div id="abstractContent" class="z-depth-2"> | ||
+ | <a href="#!"><img src="https://static.igem.org/mediawiki/2018/9/96/T--Fudan--X.svg"></a> | ||
+ | <div class="container"> | ||
+ | <h2 style="margin: 0;padding: 10px 0;">Abstract</h2> | ||
+ | <p style="margin: 0">Contact-dependent signaling is critical for multicellular biological | ||
+ | events, yet customizing contact-dependent signal transduction between | ||
+ | cells remains challenging. Here we have developed the ENABLE toolbox, a | ||
+ | complete set of transmembrane binary logic gates. Each gate consists of | ||
+ | 3 layers: Receptor, Amplifier, and Combiner. We first optimized synthetic | ||
+ | Notch receptors to enable cells to respond to different signals across the | ||
+ | membrane reliably. These signals, individually amplified intracellularly by | ||
+ | transcription, are further combined for computing. Our engineered zinc finger-based | ||
+ | transcription factors perform binary computation and output designed products. | ||
+ | In summary, we have combined spatially different signals in mammalian cells, | ||
+ | and revealed new potentials for biological oscillators, tissue engineering, | ||
+ | cancer treatments, bio-computing, etc. ENABLE is a toolbox for constructing | ||
+ | contact-dependent signaling networks in mammals. The 3-layer design principle | ||
+ | underlying ENABLE empowers any future development of transmembrane logic circuits, | ||
+ | thus contributes a foundational advance to Synthetic Biology. | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Floating Btns --> | ||
+ | <div class="floatingBtn"> | ||
+ | <a href="#!" id="abstractBtn" class="btn"> | ||
+ | <i class="fa fa-sticky-note" style="font-size: 30px;line-height: 50px"></i> | ||
+ | </a> | ||
+ | <a href="#top_menu_14" class="btn"> | ||
+ | <i class="fa fa-angle-up" style="font-size: 48px;line-height: 45px"></i> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <!-- Footer with sponsors and contact methods --> | ||
+ | <footer id="FudanFooter" class="page-footer grey"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div id="sponsor" class="col m3 s12 row"> | ||
+ | <a href="https://2018.igem.org/Team:Fudan" target="_blank"><img class="col s3 m6 l3" style="position:relative; padding: 0 0.3rem; margin:-0.15rem 0; left: -0.45rem;" src="https://static.igem.org/mediawiki/2018/7/73/T--Fudan--teamLogoWhite.png"> | ||
+ | </a><a href="http://www.fudan.edu.cn/en/" target="_blank"><img class="col s3 m6 l3" alt="Fudan University" src="https://static.igem.org/mediawiki/2018/f/f7/T--Fudan--schoolLogo.png"> | ||
+ | </a><a href="http://life.fudan.edu.cn/" target="_blank"><img class="col s3 m6 l3" style="margin-bottom: 4%;/* 该图比其他小一点,排版需要 */" alt="School of Life Sciences, Fudan University" src="https://static.igem.org/mediawiki/2018/1/1d/T--Fudan--schoolOfLifeSciencesIcon.png"> | ||
+ | </a><a href="http://www.yfc.cn/en/" target="_blank"><img class="col s3 m6 l3" style="padding: 0.15rem 0.9rem;" alt="Yunfeng Capital" src="https://static.igem.org/mediawiki/2018/e/e2/T--Fudan--yunfengLogo.png"> | ||
+ | </a> | ||
+ | <h3 class="col s12" style="text-align: left; color: rgba(255, 255, 255, 0.8); font-size: 18px">ENABLE: making cells even smarter</h3> | ||
+ | </div> | ||
+ | <div id="usefulLinks" class="col m9 s12 row"> | ||
+ | <div class="col s12 l6 row"> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Project</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Demonstrate">Demonstration</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Background">Research background</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Results">Transmembrane logic</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Fudan">2017.iGEM</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Dry lab</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_ribo">Addon: <sub>ENABLE</sub><sup>ribo</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_TALE">Addon: <sub>ENABLE</sub><sup>TALE</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/ENABLE_T2">Addon: <sub>ENABLE</sub><sup>T2</sup></a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#Transcriptional_Amplifer">Model: transcriptional amplifer</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Model#War_Predictor">Model: war predictor</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Software">Software</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4 active"> | ||
+ | <span>Wet lab</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/InterLab">iGEM interLab</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Notebook">Our notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Primers">Primers used</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col s12 l6 row"> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Toolbox</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Basic_Parts">Basic parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Composite_Parts">Composite parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Parts_Collection">Parts collection</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Improve">Parts improvement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Measurement">Quantification</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Outreach</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Design_Intention">Design intention</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Human_Practices">Human practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Public_Engagement">Public engagement</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col s12 m4"> | ||
+ | <span>Team</span> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Heritage">Heritage</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Team">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Fudan/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="footer-copyright"> | ||
+ | <div class="container"> | ||
+ | <div class="contactUS row"> | ||
+ | <div class="col s12 m6 l5"><i class="fa fa-location-arrow"></i> Life Sci Bldg E301, 2005 Songhu Rd, Shanghai | ||
+ | </div><div class="col s12 m6 l3"><i class="fa fa-envelope-o"></i> igem@fudan.edu.cn | ||
+ | </div><div class="col s12 m6 l2"><i class="fa fa-wechat"></i> Fudan_iGEM | ||
+ | </div><div class="col s12 m6 l2"><i class="fa fa-fax"></i> +86-21-51630727 | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </footer> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <!-- Javascript files --> | ||
+ | <!-- Materialize 1.0.0-rc.2 --> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:Fudan/materialize.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <!-- Javascript --> | ||
+ | <script src="https://2018.igem.org/wiki/index.php?title=Template:Fudan/js.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 08:39, 11 October 2018
<!DOCTYPE html>
- Addon: ENABLEribo
- Addon: ENABLETALE
- Addon: ENABLET2
- Model: transcriptional amplifer
- Model: war predictor
- Software
iGEM interLab
General safety concerns
Our ENABLE project has provided diverse real-world applications. As a foundational advance project, the majority of the immediate users of our project are researchers in biology labs. Components in our project are perfectly safe to use and be modified in standard biology laboratories equipped with a cell-culturing room and a Class II biological safety cabinet. To ensure our project remains safe and ethical when applied to other practical usages in the long term, we have hosted a special debate and a creative display between our team and the public, and several mutual points have been reached. For more information, please visit our Human Practice page.
Laboratory practice
Because we have inserted our logic gates into mammalian cells to assay the functional outputs, we were performing our experiments both in E. coli strains and on mammalian 293T and HeLa cells. We have carried out the experiments in the lab of our supervisor, Liang Cai, who was also our Cell Biology course instructor. The setup in Cai Lab meets all the standards for working on Risk Group 2 organisms. Since some of our team members have never worked on mammalian cells before joining the team, we divided our lab work into two parts, carrying out by either the E. coli workaholic or the mammalian workaholic. This safety arrangement grants only the members who previously have been fully trained with the mammalian cell culture experimental skills to perform related experiments.
For further precaution, even though every team member has previous lab experience and has passed the laboratory safety knowledge test, organzied by our university, they were trained again by members of 2017 iGEM team on basic safety measures during the assembly of the team. Before performing experiments in Cai Lab, we were all required to follow the Good Lab Practices written by our supervisor, and a subsequent test was taken to ensure we understood the rules precisely. Until then, we were allowed to start doing experiments on our own.
Specific safety concerns on our project
Aside from the general concerns for lab safety, we would like to reflect upon aspects which were related to our project such as:
Molecular cloning
Most of our E. coli experiments were done through molecular cloning. The strains of Escherichia coli we used were T-FAST and DH5α competence bacteria, both of which will die in the natural environment without supplied nutrients. The plasmids we transformed into the bacteria do not contain anything related to virulence. Our designed and encoded genes will be translated into fluorescent protein fusions and transcription factors.
We made efforts to ensure those bacteria were kept within control. Methods we utilized included sealing the culture medium and plates with parafilm, sterilizing our clean benches with 75% ethanol and ultraviolet illumination before and after the operations, and washing our hands upon entering and leaving the lab, intact nitrile gloves all the time, etc.
To visualize double strand DNA, we used ethidium bromide. We always wear an additional pair of plastic gloves and take off immediately after handing ethidium bromide containing material, to avoid spreading the contamination to other regions of the lab.
Cell culturing
Before entering the cell culture room, we always make sure to exchange the shoes or wearing shoe cover, and put on nitrile gloves. All cell culture operations were done in biosafety cabinets to keep the cells in a sterile environment as well as avoid serum contamination out to the environment. We used non-self replicable retrovirus to generate stable-transfected cell lines for our experiments.
Additional lab training when coaching high school students
We hosted a lab training program as part of our Human Practice page during the summer semester 2018. As all the students were very inexperienced, we took special care in ensuring their safety during the program. Beside memorizing all the lab safety protocols and policies, they were required to wear long trousers inside their protective gowns. It was summertime, and luckily we had the air conditioning working. Moreover, we ensured that they were under at least one [iGEM team member] supervision the whole time throughout their stay in the lab, no matter they were doing experiments or eating/drinking in the rest area.
Abstract
Contact-dependent signaling is critical for multicellular biological events, yet customizing contact-dependent signal transduction between cells remains challenging. Here we have developed the ENABLE toolbox, a complete set of transmembrane binary logic gates. Each gate consists of 3 layers: Receptor, Amplifier, and Combiner. We first optimized synthetic Notch receptors to enable cells to respond to different signals across the membrane reliably. These signals, individually amplified intracellularly by transcription, are further combined for computing. Our engineered zinc finger-based transcription factors perform binary computation and output designed products. In summary, we have combined spatially different signals in mammalian cells, and revealed new potentials for biological oscillators, tissue engineering, cancer treatments, bio-computing, etc. ENABLE is a toolbox for constructing contact-dependent signaling networks in mammals. The 3-layer design principle underlying ENABLE empowers any future development of transmembrane logic circuits, thus contributes a foundational advance to Synthetic Biology.