Line 1: | Line 1: | ||
{{Fudan}} | {{Fudan}} | ||
− | + | <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 orangeBorder"> | ||
+ | <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" 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 thisPageLink" 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> | ||
+ | |||
+ | <!-- 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">Collaborations</span></p> | ||
+ | </div></li> | ||
+ | <li> | ||
+ | <ul class="collapsible expandable"> | ||
+ | <li>Navigator on this page</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">Fudan-CHINA</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">NAU-CHINA</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">OUC-China</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section4">Nanjing_NFLS</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section5">Tsinghua</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section6">EuroAsian Meetup</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section7">iAPC</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section8">CCiC</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 orangeBg"> | ||
+ | <div class="row"> | ||
+ | <div class="col s12 hide-on-med-and-up"> | ||
+ | <h1>Collaborations</h1> | ||
+ | </div> | ||
+ | <div class="col s12 hide-on-med-and-up"> | ||
+ | <span></span> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="figureBannerTitle" class="hide-on-small-only"> | ||
+ | <h1>Collaborations</h1> | ||
+ | <p><span></span></p> | ||
+ | </div> | ||
+ | <div class="hide-on-small-only"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7e/T--Fudan--title_pic_collaboration.jpg"> | ||
+ | <svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" style="position:absolute; left:0;top:0; width: 4%;height: 100%;"> | ||
+ | <defs> | ||
+ | <linearGradient y2="0%" x2="100%" y1="0%" x1="0%" id="blackgraleft"> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="1" offset="0%"/> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="0" offset="100%"/> | ||
+ | </linearGradient> | ||
+ | </defs> | ||
+ | <g> | ||
+ | <rect id="svg_1" fill="url(#blackgraleft)" height="100%" width="100%"/> | ||
+ | </g> | ||
+ | </svg> | ||
+ | <svg width="10" height="10" xmlns="http://www.w3.org/2000/svg" style="position:absolute; right:0;top:0; width: 4%;height: 100%;"> | ||
+ | <defs> | ||
+ | <linearGradient y2="0%" x2="100%" y1="0%" x1="0%" id="blackgraright"> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="0" offset="0%"/> | ||
+ | <stop stop-color="rgb(0,0,0)" stop-opacity="1" offset="100%"/> | ||
+ | </linearGradient> | ||
+ | </defs> | ||
+ | <g> | ||
+ | <rect id="svg_2" fill="url(#blackgraright)" height="100%" width="100%"/> | ||
+ | </g> | ||
+ | </svg> | ||
+ | </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="https://2018.igem.org/Team:Fudan/Bio-Art">Bio-Art display</a></li> | ||
+ | <li>Collaborations</li> | ||
+ | <li class="onThisPageNav"><a href="#section1">Fudan-CHINA</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section2">NAU-CHINA</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section3">OUC-China</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section4">Nanjing_NFLS</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section5">Tsinghua</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section6">EuroAsian Meetup</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section7">iAPC</a></li> | ||
+ | <li class="onThisPageNav"><a href="#section8">CCiC</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> | ||
+ | <!-- side navigator of page content --> | ||
+ | <main> | ||
+ | <div id="section1" class="section container scrollspy"> | ||
+ | <h2>Working together, <a href="https://2018.igem.org/Team:Fudan-CHINA" target="_blank">Team:Fudan-CHINA</a></h2> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width20" src="https://static.igem.org/mediawiki/2018/5/5b/T--Fudan--Fudan-CHINA-logo.png"> | ||
+ | Assembled around the same time and representing the same university, we have since built a strong | ||
+ | and cooperative relationship. We <a href="https://2018.igem.org/Team:Fudan" target="_blank">Team:Fudan</a> and their <a href="https://2018.igem.org/Team:Fudan-CHINA" target="_blank">Team:Fudan-CHINA</a>, have always been | ||
+ | on a fantastic and harmonious journey together, aiding each other and providing useful feedbacks | ||
+ | whenever we meet and discuss. We frequently share our plasmids and reagents to them, and | ||
+ | also provide them with immediate help on experiments including cell culture, fluorescent imaging, | ||
+ | and flow cytometry. Vice versa, they assisted us with the <a href="https://2018.igem.org/Team:Fudan/InterLab" target="_blank">interlab</a>, specially the plate reader. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section2" class="section container scrollspy"> | ||
+ | <h2>With common interests, <a href="https://2018.igem.org/Team:NAU-CHINA" target="_blank">Team:NAU-CHINA</a></h2> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width20" src="https://static.igem.org/mediawiki/2018/2/2e/T--Fudan--nau.jpg"> | ||
+ | As <a href="https://2018.igem.org/Team:NAU-CHINA" target="_blank">Team:NAU-CHINA</a> in <a href="https://wikitravel.org/en/Nanjing" target="_blank">Nanjing</a> found out that we had parts [BB111111] [BB22222] that they could use to build their genetic circuits, they reached out to us, and we gladly provided them with these plasmids with detailed sequence information and instructions on how to use. The parts we provided were ultimately very effective in constructing and testing their signal transduction system. The parts and the plasmids that contain them are listed below: | ||
+ | * SynNotch【提供给南京农业大学的SynNotch质粒图】旧版本是不是要说明 | ||
+ | * surEGFP (surface EGFP)【质粒图】是不是要有之前实验数据图/链接回 | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section3" class="section container scrollspy"> | ||
+ | <h2>☺ Manufacturing and distributing, <a href="https://2018.igem.org/Team:OUC-China" target="_blank">Team:OUC-China</a></h2> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width20" src="https://static.igem.org/mediawiki/2018/c/cb/T--Fudan--ouc_2.jpg"> | ||
+ | Sharing a similar idea on how to promote basic sciences, <a href="https://2018.igem.org/Team:OUC-China" target="_blank">Team:OUC-China</a> and we <a href="https://2018.igem.org/Team:Fudan" target="_blank">Team:Fudan</a> both wanted to provide a visual and entertaining way for people to understand synthetic biology. With this idea in mind, they created \[a comic book](link to their site) on theories and technologies in <a href="https://www.bio.org/articles/synthetic-biology-explained" target="_blank">Synthetic Biology</a>. We threw them ideas in early stages and helped them distributing \[the book](link to their site) and displaying in our [Bio-Art] display and school fair]. | ||
+ | </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2018/a/ab/T--Fudan--ouc-2-2.jpg"></p> | ||
+ | </div> | ||
+ | <div id="section4" class="section container scrollspy"> | ||
+ | <h2>Jumpstart, high school <a href="https://2018.igem.org/Team:Nanjing_NFLS" target="_blank">Team:Nanjing_NFLS</a></h2> | ||
+ | <p> | ||
+ | As it is the first time for them to participate in iGEM, we provided them with many advice including wiki construction and scientific writing. With our help, they have obtained sufficient knowledge in scientific presentation, and scientific communication. They were able to express their preliminary ideas and results fluently in English and were more confident in presenting their project. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section5" class="section container scrollspy"> | ||
+ | <h2>Our cornerstone, <a href="https://2018.igem.org/Team:Tsinghua">Team:Tsinghua</a></h2> | ||
+ | <p> | ||
+ | <img class="right-on-med-and-up width40" src="https://static.igem.org/mediawiki/2018/9/9b/T--Fudan--qinghua-3-2.jpg"> | ||
+ | With a long-standing friendship with <a href="https://2018.igem.org/Team:Tsinghua">Team:Tsinghua</a>, we had extensive discussions over Internet and when we met in \[the CCiC, Conference of China iGEMer Community](link to their 2018 meetup), where we exchanged a myriad of ideas covering project design, human practice, team management and so on. By the way, they gave us valuable suggestions on our poster \[design](link to yeff design explain page)! </p> | ||
+ | |||
+ | </div> | ||
+ | <div id="section6" class="section container scrollspy"> | ||
+ | <h2>Heading south, \[iGEM EuroAsian Meetup](link to the event)</h2> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width40" src="https://static.igem.org/mediawiki/2018/3/3b/T--Fudan--EurAsian2-5-2.jpg"> | ||
+ | We participated in \[the iGEM EuroAsian Meetup](link to the event) which was from July 24th to 26th, hosted | ||
+ | by [Team:TUDelft] and [Team:BGIC-Global] in <a href="https://wikitravel.org/en/Shenzhen" target="_blank">Shenzhen</a>. This July trip was our first opportunity to | ||
+ | share our project <i>internationally</i>. The Meetup has provided us with many valuable suggestions. | ||
+ | For example, since then we started to focus more intensely on how we could help our general audience | ||
+ | better understand our project. It was primarily thanks to the workshop sessions where we had to come | ||
+ | up with solutions to promote our products or human practice within \[just 1 minute](link to our 1-min intro video or audio). | ||
+ | Furthermore, we make many friends, especially with members in \[Team:TUDelft](if they not 2018, link to 2017) and | ||
+ | [Team:SZU\_China]. We sincerely hope that our collaboration will extend to the next competition season. <i>See you next summer!</i> | ||
+ | 亚欧交流会两张图片,第一张突出交流会,第二张突出参与感。都放,加注,链接去参与人,最好对方的也有,其他照片的说明类似 | ||
+ | </p> | ||
+ | <p><img src="https://static.igem.org/mediawiki/2018/9/94/T--Fudan--EurAsian4.jpg"></p> | ||
+ | </div> | ||
+ | <div id="section7" class="section container scrollspy"> | ||
+ | <h2>Heading east, \[iAPC](link to the event)</h2> | ||
+ | <p> | ||
+ | Between July 30th and August 2nd, we attended \[the 6th iGEM Asia Pacific Conference](link to the event). | ||
+ | iGEMers from China, America, Japan and other countries gathered together to communicate about the | ||
+ | progress of their projects. We have faced larger audiences than EuroAsian, and we were better prepared | ||
+ | and made sure to create [a deep and thorough description] of our project. Participating in iAPC has not | ||
+ | only offered us another excellent chance to practice our presentation skills but also given us additional | ||
+ | helpful feedback regarding our [experimental design] and [modeling]. | ||
+ | </p> | ||
+ | <p> | ||
+ | As we traveled to <a href="https://wikitravel.org/en/Taiwan" target="_blank">Taiwan</a>, we really took the opportunity to enjoy their nightlife and food, <i>yummy</i>. 照片玩的和吃的 | ||
+ | </p> | ||
+ | </div> | ||
+ | <div id="section8" class="section container scrollspy"> | ||
+ | <h2>Local + global, \[CCiC](link to the event)</h2> | ||
+ | <p> | ||
+ | Between August 28th and 31st, we participated in \[the 5th Conference of China iGEMer Community](link to the event) held in <a href="http://www.shanghaitech.edu.cn/eng/" target="_blank">ShanghaiTech University</a>, <a href="https://wikitravel.org/en/Shanghai" target="_blank">Shanghai</a>. It was in the local, and some of us were participating in the conference during the day and working in the lab at night. It was a global event, 多少队伍多少国家. | ||
+ | </p> | ||
+ | <p> | ||
+ | <img class="left-on-med-and-up width40" src="https://static.igem.org/mediawiki/2018/7/77/T--Fudan--CCiC-1.jpg"> | ||
+ | During the conference, apart from presenting our ENABLE project and explaining our poster, we also distributed \[questionnaires regarding the explanation of logic gates](link to HP中相关文字,用 a # label) to collect opinions from our colleagues to improve the project. Moreover, we also had a valuable opportunity to meet the iGEM competition organizers \[Megan](link to her igem page) and \[XXXX](link to) face to face and ask them relevant questions regarding recent competition policy changes and the future of iGEM, etc. Overall, this conference has undoubtedly inspired us with new ideas and new methods, and has provided us with terrific feedbacks for improving our project!</p> | ||
+ | <p>Now, we are ready to head West. See you all in Boston, this coming winter. | ||
+ | |||
+ | //各合作队伍的队徽 | ||
+ | //our project 不够明确:默认每段落第一次出现用 our ENABLE project | ||
+ | //思考是 我们是队伍 ENABLE是项目,合在一起 我们的ENABLE项目</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> | ||
+ | |||
+ | <!-- 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> |
Revision as of 08:32, 11 October 2018
- Addon: ENABLEribo
- Addon: ENABLETALE
- Addon: ENABLET2
- Model: transcriptional amplifer
- Model: war predictor
- Software
Collaborations
Working together, Team:Fudan-CHINA
Assembled around the same time and representing the same university, we have since built a strong and cooperative relationship. We Team:Fudan and their Team:Fudan-CHINA, have always been on a fantastic and harmonious journey together, aiding each other and providing useful feedbacks whenever we meet and discuss. We frequently share our plasmids and reagents to them, and also provide them with immediate help on experiments including cell culture, fluorescent imaging, and flow cytometry. Vice versa, they assisted us with the interlab, specially the plate reader.
With common interests, Team:NAU-CHINA
As Team:NAU-CHINA in Nanjing found out that we had parts [BB111111] [BB22222] that they could use to build their genetic circuits, they reached out to us, and we gladly provided them with these plasmids with detailed sequence information and instructions on how to use. The parts we provided were ultimately very effective in constructing and testing their signal transduction system. The parts and the plasmids that contain them are listed below: * SynNotch【提供给南京农业大学的SynNotch质粒图】旧版本是不是要说明 * surEGFP (surface EGFP)【质粒图】是不是要有之前实验数据图/链接回
☺ Manufacturing and distributing, Team:OUC-China
Sharing a similar idea on how to promote basic sciences, Team:OUC-China and we Team:Fudan both wanted to provide a visual and entertaining way for people to understand synthetic biology. With this idea in mind, they created \[a comic book](link to their site) on theories and technologies in Synthetic Biology. We threw them ideas in early stages and helped them distributing \[the book](link to their site) and displaying in our [Bio-Art] display and school fair].
Jumpstart, high school Team:Nanjing_NFLS
As it is the first time for them to participate in iGEM, we provided them with many advice including wiki construction and scientific writing. With our help, they have obtained sufficient knowledge in scientific presentation, and scientific communication. They were able to express their preliminary ideas and results fluently in English and were more confident in presenting their project.
Our cornerstone, Team:Tsinghua
With a long-standing friendship with Team:Tsinghua, we had extensive discussions over Internet and when we met in \[the CCiC, Conference of China iGEMer Community](link to their 2018 meetup), where we exchanged a myriad of ideas covering project design, human practice, team management and so on. By the way, they gave us valuable suggestions on our poster \[design](link to yeff design explain page)!
Heading south, \[iGEM EuroAsian Meetup](link to the event)
We participated in \[the iGEM EuroAsian Meetup](link to the event) which was from July 24th to 26th, hosted by [Team:TUDelft] and [Team:BGIC-Global] in Shenzhen. This July trip was our first opportunity to share our project internationally. The Meetup has provided us with many valuable suggestions. For example, since then we started to focus more intensely on how we could help our general audience better understand our project. It was primarily thanks to the workshop sessions where we had to come up with solutions to promote our products or human practice within \[just 1 minute](link to our 1-min intro video or audio). Furthermore, we make many friends, especially with members in \[Team:TUDelft](if they not 2018, link to 2017) and [Team:SZU\_China]. We sincerely hope that our collaboration will extend to the next competition season. See you next summer! 亚欧交流会两张图片,第一张突出交流会,第二张突出参与感。都放,加注,链接去参与人,最好对方的也有,其他照片的说明类似
Heading east, \[iAPC](link to the event)
Between July 30th and August 2nd, we attended \[the 6th iGEM Asia Pacific Conference](link to the event). iGEMers from China, America, Japan and other countries gathered together to communicate about the progress of their projects. We have faced larger audiences than EuroAsian, and we were better prepared and made sure to create [a deep and thorough description] of our project. Participating in iAPC has not only offered us another excellent chance to practice our presentation skills but also given us additional helpful feedback regarding our [experimental design] and [modeling].
As we traveled to Taiwan, we really took the opportunity to enjoy their nightlife and food, yummy. 照片玩的和吃的
Local + global, \[CCiC](link to the event)
Between August 28th and 31st, we participated in \[the 5th Conference of China iGEMer Community](link to the event) held in ShanghaiTech University, Shanghai. It was in the local, and some of us were participating in the conference during the day and working in the lab at night. It was a global event, 多少队伍多少国家.
During the conference, apart from presenting our ENABLE project and explaining our poster, we also distributed \[questionnaires regarding the explanation of logic gates](link to HP中相关文字,用 a # label) to collect opinions from our colleagues to improve the project. Moreover, we also had a valuable opportunity to meet the iGEM competition organizers \[Megan](link to her igem page) and \[XXXX](link to) face to face and ask them relevant questions regarding recent competition policy changes and the future of iGEM, etc. Overall, this conference has undoubtedly inspired us with new ideas and new methods, and has provided us with terrific feedbacks for improving our project!
Now, we are ready to head West. See you all in Boston, this coming winter. //各合作队伍的队徽 //our project 不够明确:默认每段落第一次出现用 our ENABLE project //思考是 我们是队伍 ENABLE是项目,合在一起 我们的ENABLE项目
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.