Difference between revisions of "Team:Fudan-TSI/Team"

(Prototype team page)
 
(2018 by LC)
Line 1: Line 1:
{{Fudan-TSI}}
+
{{Fudan-TSI}}<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.3.min.js"></script>
<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.
 +
-->
 +
<!-- LC check on 2018-10-18 -->
 +
<head>
 +
    <meta charset="UTF-8">
  
<div class="column two_thirds_size" >
+
    <!-- CSS -->
 +
    <link rel="stylesheet" type="text/css" href="https://2019.igem.org/wiki/index.php?title=Template:Fudan-TSI/Fudan-css.css&action=raw&ctype=text/css" />
  
<h1>Team</h1>
+
    <!-- Font-awesome icons 4.7.0 -->
<p>In this page you can introduce your team members, instructors, and advisors. </p>
+
    <link href="https://2019.igem.org/wiki/index.php?title=Template:Fudan-TSI/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">
  
<h3>What should this page contain?</h3>
+
    <!-- Clear default CSS settings; CSS reset -->
<ul>
+
    <style>
<li> Include pictures of your teammates, don’t forget instructors and advisors! </li>
+
        *{margin: 0;padding: 0;list-style: none;}
<li>You can add a small biography or a few words from each team member, to tell us what you like, and what motivated you to participate in iGEM.</li>
+
        /* via: https://blog.csdn.net/weixin_41014370/article/details/79523637 */
<li>Take team pictures! Show us your school, your lab and little bit of your city.</li>
+
<li>Remember that image galleries can help you showcase many pictures while saving space.</li>
+
</ul>
+
</div>
+
  
 +
        /** 清除内外边距 **/
 +
        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;
 +
        }
  
 +
        /** 设置默认字体 **/
  
<div class="column third_size" >
+
        h1, h3, h3, h4, h5, h6 { font-size: 100%; }
<div class="highlight decoration_A_full">
+
        address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
<h3>Inspiration</h3>
+
        code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
<p>You can look at what other teams did to get some inspiration! <br />
+
        small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */
Here are a few examples:</p>
+
 
<ul>
+
        /** 重置列表元素 **/
<li><a href="https://2014.igem.org/Team:METU_Turkey_team">2014 METU Turkey </a></li>
+
        ul, ol { list-style: none; }
<li><a href="https://2014.igem.org/Team:Colombia/Members">2014 Colombia</a></li>
+
 
<li><a href="https://2014.igem.org/Team:Stony_Brook/Team">2014 Stony Brook</a></li>
+
        /** 重置文本格式元素 **/
<li><a href="https://2014.igem.org/Team:OUC-China/Team">2014 OUC-China</a></li>
+
        a { text-decoration: none; }
</ul>
+
        a:hover { text-decoration: underline; }
</div>
+
 
 +
 
 +
        /** 重置表单元素 **/
 +
        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; }
 +
#FudanBody #pageContent .nameCard p{
 +
text-indent:0;
 +
}
 +
    </style>
 +
    <title>2019 Team:Fudan -Team</title>
 +
</head>
 +
 
 +
<body>
 +
<!-- Fudan div at igem.org -->
 +
<div id="FudanWrapper" class="white">
 +
    <div id="FudanBody" class="white orangeBg">
 +
        <header>
 +
            <!-- empty bar -->
 +
            <div id="emptyBar" style="position:relative;width: 100%;"></div>
 +
 
 +
            <!-- Navigation bar -->
 +
            <!-- Dropdown and List elements in navigation bar -->
 +
            <!-- Slide-out navigator contents -->
 +
        </header>
 +
 
 +
        <div id="pageContent" style="">
 +
 
 +
 
 +
            <div id="contentBanner" class="figureBanner orangeBg">
 +
                <div class="row">
 +
                    <div class="col s12 hide-on-med-and-up">
 +
                        <h1>Members</h1>
 +
                    </div>
 +
                    <div class="col s12 hide-on-med-and-up">
 +
                        <span>We are Team:Fudan, a group of people with great diversity!</span>
 +
                    </div>
 +
                </div>
 +
                <div id="figureBannerTitle" class="hide-on-small-only">
 +
                    <h1>Members</h1>
 +
                    <p><span>We are Team:Fudan, a group of people with great diversity!</span></p>
 +
                </div>
 +
                <div class="hide-on-small-only">
 +
                    <img alt="2018 team Fudan title team" src="https://static.igem.org/mediawiki/2018/0/0a/T--Fudan--title_pic.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="" style="margin: 0 auto;">
 +
                <main style="margin: 0">
 +
                    <div id="section1" class="section" style="width: 70%;margin: 70px auto 150px auto; ">
 +
                        <h2>Our team</h2>
 +
                        <p>We are Team:Fudan, a group of people with great diversity! Our team consists of eight dedicated members coming from myriad academic backgrounds and has a balanced female to male ratio. 2018 is our eighth year to represent our university participating in the iGEM competition, and we look forward to continuing in the years to come!</p>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team yzj" src="https://static.igem.org/mediawiki/2018/1/11/T--Fudan--yzj.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Zijie Yang</h3>
 +
                                <p>
 +
                                    <b>Advisor</b><br>
 +
                                    <b>Major in Clinical medicine</b><br>
 +
                                    Zijie was the leader of <a href="https://2017.igem.org/Team:Fudan" target="_blank">2017 Swords Team</a>. He uses his experience to guide us on our project. With his assistance, we planned out a concrete schedule with every step well organized. With his practical guidance in <a href="/Team:Fudan-TSI/Protocols" target="_blank">molecular cloning</a>, <a href="/Team:Fudan-TSI/Primers" target="_blank">primers</a> design, <a href="/Team:Fudan-TSI/Protocols" target="_blank">cell culture</a> and <a href="/Team:Fudan-TSI/Measurement" target="_blank">flow data analysis</a>, our experiments went well. He also helped us to start the <a href="/Team:Fudan-TSI/Measurement" target="_blank">FACS</a> Jazz machine whenever we need.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team yzy" src="https://static.igem.org/mediawiki/2018/c/cf/T--Fudan--yzy.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Ziyan Yu</h3>
 +
                                <p>
 +
                                    <b>Team Leader</b><br>
 +
                                    <b>Major in Biology science</b><br>
 +
                                    As one of the two captains, Ziyan is responsible for all the big and small experimental things in the team. She never complains about the hardness of the work and always motivates us to overcome our challenges. She ensures that we get everyone's job <a href="/Team:Fudan-TSI/Notebook" target="_blank">done on time</a>. Most importantly, she genuinely cares about each of the members of the team and always makes our team atmosphere cheerful and optimistic.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team drr" src="https://static.igem.org/mediawiki/2018/6/62/T--Fudan--drr.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Rongrong Du</h3>
 +
                                <p>
 +
                                    <b>Team Leader</b><br>
 +
                                    <b>Major in Biology Science</b><br>
 +
                                    Rongrong is the other captain, who is in charge of human practices and serves as the channels between other iGEM teams and us. Whenever there is a disagreement between the team members, she will always come forward to resolve it. Recently, due to some personal illness, she has to stay in the hospital. However, she carefully documented all the parts (<a href="/Team:Fudan-TSI/Basic_Part" target="_blank">basic parts</a>, <a href="/Team:Fudan-TSI/Composite_Part" target="_blank">composite parts</a>, <a href="/Team:Fudan-TSI/Part_Collection" target="_blank">part collection</a> and <a href="/Team:Fudan-TSI/Optimization" target="_blank">optimized parts</a>) we deposit to the BioBrick, while others were working in the lab.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team zcy" src="https://static.igem.org/mediawiki/2018/3/3d/T--Fudan--zcy.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Chuyue Zhang</h3>
 +
                                <p>
 +
                                    <b>Experiments</b><br>
 +
                                    <b>Major in Biology Science</b><br>
 +
                                    Chuyue is junior, and we usually call her “little sister”. She learns fast and works tirelessly. She used to study overseas in Australia and America, and she is indispensable for the write-up of our wiki pages.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team mitchell wan" src="https://static.igem.org/mediawiki/2018/2/21/T--Fudan--Mitchell.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Mitchell Wan</h3>
 +
                                <p>
 +
                                    <b>HP and Experiments</b><br>
 +
                                    <b>Major in Clinical medicine </b><br>
 +
                                    Mitchell holds a US passport but is studying in Fudan. Probably due to his early education background is different from us, he is always the person constantly curious and asking questions from fresh angles. He is a confident speaker and gave an excellent talk when we were participating <a href="/Team:Fudan-TSI/Collaborations" target="_blank">the Taiwan event</a>.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l3">
 +
                                <img alt="2018 team fjb" src="https://static.igem.org/mediawiki/2018/2/26/T--Fudan--fjb.jpg">
 +
                            </div>
 +
                            <div class="col s12 l9">
 +
                                <h3>Jingbo Fu</h3>
 +
                                <p>
 +
                                    <b>HP and Experiments</b><br>
 +
                                    <b>Major in Clinical medicine</b><br>
 +
                                    Jingbo comes from a different University, the Second Military Medical University. He joined us last winter, he likes physical exercise and we are pleased to have a fitness enthusiast with us (to protect us) . He organized the interviews and trained Qibao Dwight High School students in the summer. He maintains a healthy living habits in daily life, and very nice to have him around.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l3">
 +
                                <img alt="2018 team zyy" src="https://static.igem.org/mediawiki/2018/6/6b/T--Fudan--zyy.jpg">
 +
                            </div>
 +
                            <div class="col s12 l9">
 +
                                <h3>Yuyan Zeng</h3>
 +
                                <p>
 +
                                    <b>HP and Experiments</b><br>
 +
                                    <b>Major in Biology Science</b><br>
 +
                                    Yuyan has a unique understanding and pursuit of beauty. She provides useful advice to various aspects of the project. She is pragmatic in executing her experiments and always maintains a high standard for completing them. A must-have! By the way, she made \[our xx-min video](link to).
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team zlw" src="https://static.igem.org/mediawiki/2018/2/28/T--Fudan--zlw.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Lingwei Zhang</h3>
 +
                                <p>
 +
                                    <b>Modeling</b><br>
 +
                                    <b>Major in Data Science</b><br>
 +
                                    Lingwei changes his major from Biology Science to <a href="http://www.sds.fudan.edu.cn/wp/
 +
" target="_blank">Data Science</a>, because he loves big data. He wants to solve human health problems by analyzing data. In our team, he greatly contributes to our <a href="/Team:Fudan-TSI/Model" target="_blank">Modelling</a> as he is quite skilled in Matlab programming.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l4">
 +
                                <img alt="2018 team yff" src="https://static.igem.org/mediawiki/2018/d/d9/T--Fudan--yff.jpg">
 +
                            </div>
 +
                            <div class="col s12 l8">
 +
                                <h3>Fangfei Ye</h3>
 +
                                <p>
 +
                                    <b>Art design and HP</b><br>
 +
                                    <b>Major in Biology Science</b><br>
 +
                                    Fangfei has excellent enthusiasm for <a href="/Team:Fudan-TSI/Design_Intention" target="_blank">art design</a>, and her career goal is becoming a popularizer of science. In our team, she is involved in almost all parts of the project, not only art design but also HP. She is always disciplined in completing her tasks! Most importantly, she also helps maintain a lively team atmosphere!
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l3">
 +
                                <img alt="2018 team Dr. Lu" src="https://static.igem.org/mediawiki/2018/d/d5/T--Fudan--ldr.jpg">
 +
                            </div>
 +
                            <div class="col s12 l9">
 +
                                <h3>Daru Lu</h3>
 +
                                <p>
 +
                                    <b>Primary PI</b><br>
 +
                                    Professor Lu received his bachelor's degree in Bioengineering and his doctorate in Genetics. Since then, he has been studying in the fields of medical molecular genetics and human genetics. He is a vice dean of <a href="http://life.fudan.edu.cn/" target="_blank">the School of Life Sciences</a>, and helping us to secure the funding and handle other administrative matters.
 +
                                </p>
 +
                            </div>
 +
 
 +
                        </div>
 +
                        <div class="row nameCard">
 +
                            <div class="col s12 l3">
 +
                                <img alt="2018 team Dr. Cai" src="https://static.igem.org/mediawiki/2018/a/a7/T--Fudan--cl.jpg">
 +
                            </div>
 +
                            <div class="col s12 l9">
 +
                                <h3>Liang Cai</h3>
 +
                                <p>
 +
                                    <b>Primary PI</b><br>
 +
                                    Professor Cai was born in Haining, a beautiful city located in the eastern part of China. In 2012, he started <a href="https://actin.cn/" target="_blank">his laboratory</a> in Fudan, mainly studying epithelial morphogenesis and actin dynamics. He has been teaching four undergraduate courses in the past 3 years, using <a href="https://en.wikipedia.org/wiki/Active_learning" target="_blank">active learning</a> and <a href="https://en.wikipedia.org/wiki/Blended_learning" target="_blank">blended learning</a> approaches.
 +
                                </p>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                    <div class="parallax-container">
 +
                        <div class="parallax" style="z-index: 100"><img alt="Fudan Univ" class="responsive-img" src="https://static.igem.org/mediawiki/2018/4/47/T--Fudan--fd.jpg"></div>
 +
                    </div>
 +
                    <div id="section2" class="section" style="width: 81%;margin: 70px auto 50px auto;">
 +
                        <h2>About our school</h2>
 +
                        <p>
 +
                            Fudan University, located in Shanghai, China, is one of the oldest and most prestigious universities in China. Its predecessor was founded in 1905, which was the first institution of higher education to be established by a Chinese person - Ma Xiangbo, S.J.
 +
                        </p>
 +
                        <p>
 +
                            The university's name was chosen from the Biography of Yuxia in the <a href="https://en.wikipedia.org/wiki/Book_of_Documents" target="_blank">Book of Documents</a>, where the two characters fù<img  alt="Fu" src="https://static.igem.org/mediawiki/2018/4/4f/T--Fudan--chinesefu.jpg" style="height: 23px;width: 23px;display: inline">(meaning: return) and dàn<img alt="Dan" src="https://static.igem.org/mediawiki/2018/2/28/T--Fudan--chinesedan.jpg" style="height: 23px;width: 23px;display: inline">(meaning: dawn) are found in the famous lines “Brilliant are the sunshine and moonlight, again the morning glory after the night”.
 +
                        </p>
 +
                        <p>
 +
                            Today, alumni of Fudan can be found in the United States, Japan, Australia, Canada, Taiwan, Hong Kong, ... all over the world. The inspiring words of Fudan have left a deep impression in the minds of the students who once were on its campus.
 +
                        </p>
 +
                    </div>
 +
                    <div id="section3" class="section" style="width: 81%;margin: 70px auto 150px auto;">
 +
                        <h2>Our lab space</h2>
 +
                        <p>
 +
                            Professor Cai always encourages students to start their research early during their undergraduate study. After <a href="/Team:Fudan-TSI/Heritage" target="_blank">assembled the team</a>, we decided to follow <a href="https://2017.igem.org/Team:Fudan" target="_blank">2017</a> and carry out our iGEM project in his laboratory. His laboratory is using all modern approaches to study basic cell biology questions. With the ability to unlimitedly using a FACS Jazz machine and an epifluorescent microscope, his lab is optimal for performing our iGEM research!
 +
                        </p>
 +
                    </div>
 +
 
 +
                </main>
 +
            </div>
 +
 
 +
            <!--Abstract on content page-->
 +
            <div id="abstractContent" class="z-depth-2">
 +
                <a href="#!"><img alt=alt="project summary" src="https://static.igem.org/mediawiki/2018/9/96/T--Fudan--X.svg"></a>
 +
                <div class="container">
 +
                    <h2 style="margin: 0;padding: 10px 0;">Project Summary</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="#FudanWrapper" 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 alt="2018 Team:Fudan logo white" 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="/Team:Fudan-TSI/Description">Background</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Design">Design</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Protocols">Experiments</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Demonstrate">Results</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Judging">iGEM judging</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                                <div class="col s12 m4">
 +
                                  <span><a href="/Team:Fudan-TSI/Parts">BioBricks</a></span>
 +
                                    <ul>
 +
                                        <li><a href="/Team:Fudan-TSI/Basic_Part">Basic parts</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Composite_Part">Composite parts</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Part_Collection">Part collection</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Improve">Parts improvement</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                                <div class="col s12 m4">
 +
                                    <span>Lab</span>
 +
                                    <ul>
 +
                                        <li><a href="/Team:Fudan-TSI/Interlab">iGEM interLab</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Notebook">Notebook</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Protocols">Protocols</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Measurement">Quantification</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Safety">Safety</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                            </div>
 +
                            <div class="col s12 l6 row">
 +
                                <div class="col s12 m4">
 +
                                    <span>not-sure</span>
 +
                                    <ul>
 +
                                        <li><a href="/Team:Fudan-TSI/Applied_Design">Applied design</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Hardware">Hardware</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Model">Model</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Software">Software</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                                <div class="col s12 m4">
 +
                                    <span>Outreach</span>
 +
                                    <ul>
 +
                                        <li><a href="/Team:Fudan-TSI/Collaborations">Collaborations</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Human_Practices">Human practices</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Public_Engagement">Public engagement</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/HP">Why we do this</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                                <div class="col s12 m4 active">
 +
                                    <span>Team</span>
 +
                                    <ul>
 +
                                        <li><a href="/Team:Fudan-TSI/Attributions">Attributions</a></li>
 +
                                        <li><a href="https://2018.igem.org/Team:Fudan/Heritage" target=_blank>Heritage</a></li>
 +
                                        <li><a href="/Team:Fudan-TSI/Team">Members</a></li>
 +
                                    </ul>
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
                <div class="footer-copyright">
 +
                    <div class="container">
 +
                        <div class="contactUS row">
 +
                          <div class="col s12 m6 l4"><i class="fa fa-location-arrow"></i> Life Sci Bldg E301, 2005 Songhu Rd, Shanghai
 +
                          </div><div class="col s12 m6 l2"><i class="fa fa-fax"></i> +86-21-31246727
 +
                          </div><div class="col s12 m6 l2"><i class="fa fa-envelope-o"></i> igem@fudan.edu.cn
 +
                          </div><div class="col s12 m6 l4"><i class="fa fa-twitter"></i> <i class="fa fa-wechat"></i> Fudan_iGEM
 +
                          </div>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </footer>
 +
 
 +
        </div>
 +
    </div>
 
</div>
 
</div>
 +
 +
 +
<!-- Javascript files -->
 +
<!-- Materialize 1.0.0-rc.2 -->
 +
<script src="https://2019.igem.org/wiki/index.php?title=Template:Fudan-TSI/materialize.js&action=raw&ctype=text/javascript"></script>
 +
 +
<!-- Javascript -->
 +
<script src="https://2019.igem.org/wiki/index.php?title=Template:Fudan-TSI/Fudan-js.js&action=raw&ctype=text/javascript"></script>
 +
 +
</body>
 
</html>
 
</html>

Revision as of 06:34, 29 August 2019

<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.3.min.js"></script> 2019 Team:Fudan -Team

Members

We are Team:Fudan, a group of people with great diversity!

Members

We are Team:Fudan, a group of people with great diversity!

2018 team Fudan title team

Our team

We are Team:Fudan, a group of people with great diversity! Our team consists of eight dedicated members coming from myriad academic backgrounds and has a balanced female to male ratio. 2018 is our eighth year to represent our university participating in the iGEM competition, and we look forward to continuing in the years to come!

2018 team yzj

Zijie Yang

Advisor
Major in Clinical medicine
Zijie was the leader of 2017 Swords Team. He uses his experience to guide us on our project. With his assistance, we planned out a concrete schedule with every step well organized. With his practical guidance in molecular cloning, primers design, cell culture and flow data analysis, our experiments went well. He also helped us to start the FACS Jazz machine whenever we need.

2018 team yzy

Ziyan Yu

Team Leader
Major in Biology science
As one of the two captains, Ziyan is responsible for all the big and small experimental things in the team. She never complains about the hardness of the work and always motivates us to overcome our challenges. She ensures that we get everyone's job done on time. Most importantly, she genuinely cares about each of the members of the team and always makes our team atmosphere cheerful and optimistic.

2018 team drr

Rongrong Du

Team Leader
Major in Biology Science
Rongrong is the other captain, who is in charge of human practices and serves as the channels between other iGEM teams and us. Whenever there is a disagreement between the team members, she will always come forward to resolve it. Recently, due to some personal illness, she has to stay in the hospital. However, she carefully documented all the parts (basic parts, composite parts, part collection and optimized parts) we deposit to the BioBrick, while others were working in the lab.

2018 team zcy

Chuyue Zhang

Experiments
Major in Biology Science
Chuyue is junior, and we usually call her “little sister”. She learns fast and works tirelessly. She used to study overseas in Australia and America, and she is indispensable for the write-up of our wiki pages.

2018 team mitchell wan

Mitchell Wan

HP and Experiments
Major in Clinical medicine
Mitchell holds a US passport but is studying in Fudan. Probably due to his early education background is different from us, he is always the person constantly curious and asking questions from fresh angles. He is a confident speaker and gave an excellent talk when we were participating the Taiwan event.

2018 team fjb

Jingbo Fu

HP and Experiments
Major in Clinical medicine
Jingbo comes from a different University, the Second Military Medical University. He joined us last winter, he likes physical exercise and we are pleased to have a fitness enthusiast with us (to protect us) . He organized the interviews and trained Qibao Dwight High School students in the summer. He maintains a healthy living habits in daily life, and very nice to have him around.

2018 team zyy

Yuyan Zeng

HP and Experiments
Major in Biology Science
Yuyan has a unique understanding and pursuit of beauty. She provides useful advice to various aspects of the project. She is pragmatic in executing her experiments and always maintains a high standard for completing them. A must-have! By the way, she made \[our xx-min video](link to).

2018 team zlw

Lingwei Zhang

Modeling
Major in Data Science
Lingwei changes his major from Biology Science to Data Science, because he loves big data. He wants to solve human health problems by analyzing data. In our team, he greatly contributes to our Modelling as he is quite skilled in Matlab programming.

2018 team yff

Fangfei Ye

Art design and HP
Major in Biology Science
Fangfei has excellent enthusiasm for art design, and her career goal is becoming a popularizer of science. In our team, she is involved in almost all parts of the project, not only art design but also HP. She is always disciplined in completing her tasks! Most importantly, she also helps maintain a lively team atmosphere!

2018 team Dr. Lu

Daru Lu

Primary PI
Professor Lu received his bachelor's degree in Bioengineering and his doctorate in Genetics. Since then, he has been studying in the fields of medical molecular genetics and human genetics. He is a vice dean of the School of Life Sciences, and helping us to secure the funding and handle other administrative matters.

2018 team Dr. Cai

Liang Cai

Primary PI
Professor Cai was born in Haining, a beautiful city located in the eastern part of China. In 2012, he started his laboratory in Fudan, mainly studying epithelial morphogenesis and actin dynamics. He has been teaching four undergraduate courses in the past 3 years, using active learning and blended learning approaches.

Fudan Univ

About our school

Fudan University, located in Shanghai, China, is one of the oldest and most prestigious universities in China. Its predecessor was founded in 1905, which was the first institution of higher education to be established by a Chinese person - Ma Xiangbo, S.J.

The university's name was chosen from the Biography of Yuxia in the Book of Documents, where the two characters fùFu(meaning: return) and dànDan(meaning: dawn) are found in the famous lines “Brilliant are the sunshine and moonlight, again the morning glory after the night”.

Today, alumni of Fudan can be found in the United States, Japan, Australia, Canada, Taiwan, Hong Kong, ... all over the world. The inspiring words of Fudan have left a deep impression in the minds of the students who once were on its campus.

Our lab space

Professor Cai always encourages students to start their research early during their undergraduate study. After assembled the team, we decided to follow 2017 and carry out our iGEM project in his laboratory. His laboratory is using all modern approaches to study basic cell biology questions. With the ability to unlimitedly using a FACS Jazz machine and an epifluorescent microscope, his lab is optimal for performing our iGEM research!

alt="project

Project Summary

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.