Difference between revisions of "Team:Fudan"

Line 1: Line 1:
 
{{Fudan}}
 
{{Fudan}}
<html>
+
<!DOCTYPE html>
 +
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
  
 +
    <!-- CSS -->
 +
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:Fudan/CSS/Main?action=raw&ctype=text/css" />
  
 +
    <!-- Font-awesome icons 4.7.0 (不使用Materialize自带icon的原因是google在国内被墙) -->
 +
    <link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  
 +
    <!-- Materialize 1.0.0-rc.2 (Material Design like) -->
 +
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
  
<div class="column full_size" >
+
    <!-- Clear default CSS settings; CSS reset -->
<h1> Welcome to iGEM 2018! </h1>
+
    <style type="text/css">
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
        *{margin: 0;padding: 0;list-style: none;}
 +
        /* via: https://blog.csdn.net/weixin_41014370/article/details/79523637 */
  
<il>Project description: Our mammalian cells will be engineered to detect antigens on target cell membrane via an optimized version of the mouse Notch 1 receptor. This spacial signal will be integrated into binary boolean logic gates to determine different cell  behavior. This fundamental advancement has potential in therapeutics, artificial tissue engineering and so much more. We have started building genetic circuits. 
+
        /** 清除内外边距 **/
 +
        body, h1, h2, 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;
 +
        }
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
        /** 设置默认字体 **/
+
        body,
 +
        button, input, select, textarea /* for ie */ {
 +
            font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
 +
        }
 +
        h1, h2, 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 正常化 */
  
</div>
+
        /** 重置列表元素 **/
 +
        ul, ol { list-style: none; }
  
 +
        /** 重置文本格式元素 **/
 +
        a { text-decoration: none; }
 +
        a:hover { text-decoration: underline; }
  
<div class="column full_size" >
 
  
<h3>Before you start</h3>
+
        /** 重置表单元素 **/
<p> Please read the following pages:</p>
+
        legend { color: #000; } /* for ie6 */
<ul>
+
        fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
<li>  <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
        button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
        /* 注:optgroup 无法扶正 */
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
        /** 重置表格元素 **/
 +
        table { border-collapse: collapse; border-spacing: 0; }
  
<div class="clear extra_space"></div>
+
        /* 清除浮动 */
<div class="line_divider"></div>
+
        .ks-clear:after, .clear:after {
<div class="clear extra_space"></div>
+
            content: '\20';
 +
            display: block;
 +
            height: 0;
 +
            clear: both;
 +
        }
 +
        .ks-clear, .clear {
 +
            *zoom: 1;
 +
        }
 +
    </style>
 +
</head>
  
 +
<body>
 +
    <!-- Fudan div at igem.org -->
 +
    <div id="FudanWrapper" class="blue lighten-4">
 +
        <div id="FudanBody" class="blue lighten-4">
 +
            <header>
  
 +
                <!-- Navigation bar -->
 +
                <nav class="blue darken-2">
 +
                    <div class="nav-wrapper">
 +
                        <div id="teamLogo" class="brand-logo" style="height: inherit">
 +
                            <a href="https://2018.igem.org/Team:Fudan" style="height: inherit"><img class="circle" src="https://static.igem.org/mediawiki/2018/1/19/T--Fudan--schoolLogo.jpg" style="height: 100%;"></a>
 +
                        </div>
 +
                        <ul id="nav-mobile" class="right">
 +
                            <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown1" href="">Link <i class="fa fa-angle-down"></i></a></li>
 +
                            <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown2" href="">Link <i class="fa fa-angle-down"></i></a></li>
 +
                            <li class="hide-on-med-and-down"><a class="dropdown-trigger" data-target="dropdown3" href="">Link <i class="fa fa-angle-down"></i></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>
  
<div class="column full_size" >
+
                <!-- Dropdown and List elements in navigation bar -->
<h3> Styling your wiki </h3>
+
                <ul id="dropdown1" class="dropdown-content">
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
                    <li><a href="">one</a></li>
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
                    <li><a href="">two</a></li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="">three</a></li>
 +
                </ul>
 +
                <ul id="dropdown2" class="dropdown-content">
 +
                    <li><a href="">one</a></li>
 +
                    <li><a href="">two</a></li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="">three</a></li>
 +
                </ul>
 +
                <ul id="dropdown3" class="dropdown-content">
 +
                    <li><a href="">one</a></li>
 +
                    <li><a href="">two</a></li>
 +
                    <li class="divider"></li>
 +
                    <li><a href="">three</a></li>
 +
                </ul>
 +
                <ul id="slide-out" class="sidenav">
 +
                    <li><div class="user-view">
 +
                        <div class="background">
 +
                            <img src="" style="width: 100%">
 +
                        </div>
 +
                        <a href=""><img class="circle" src=""></a>
 +
                        <a href=""><span class="white-text name"></span></a>
 +
                        <a href=""><span class="white-text email"></span></a>
 +
                    </div></li>
 +
                    <li><a href=""></a></li>
 +
                    <li><a href="">Second Link</a></li>
 +
                    <li><div class="divider"></div></li>
 +
                    <li><a class="subheader">Subheader</a></li>
 +
                    <li><a class="waves-effect" href="">Third Link With Waves</a></li>
 +
                </ul>
 +
            </header>
 +
            <main>
  
</div>
+
                <!-- Homepage slider -->
 +
                <div id="homepageSlider" class="slider" style="height: 400px">
 +
                    <ul class="slides">
 +
                        <li>
 +
                            <img src="https://static.igem.org/mediawiki/2018/0/01/Main_page_welcome.png">
 +
                            <div class="caption center-align">
 +
                                <h3>ENABLE</h3>
 +
                                <h5></h5>
 +
                            </div>
 +
                        </li>
 +
                        <li>
 +
                            <img src="https://static.igem.org/mediawiki/2017/1/19/Welcome_banner_website.jpg">
 +
                            <div class="caption left-align">
 +
                                <h3>ENABLE</h3>
 +
                                <h5></h5>
 +
                            </div>
 +
                        </li>
 +
                        <li>
 +
                            <img src="https://static.igem.org/mediawiki/2018/0/01/Main_page_welcome.png">
 +
                            <div class="caption right-align">
 +
                                <h3>ENABLE</h3>
 +
                                <h5></h5>
 +
                            </div>
 +
                        </li>
 +
                        <li>
 +
                            <img src="https://static.igem.org/mediawiki/2017/1/19/Welcome_banner_website.jpg">
 +
                            <div class="caption center-align">
 +
                                <h3>ENABLE</h3>
 +
                                <h5></h5>
 +
                            </div>
 +
                        </li>
 +
                    </ul>
 +
                </div>
  
 +
                <!-- Divider separating slider and main content -->
 +
                <div id="homepageDivider" class="blue darken-2 z-depth-1"></div>
  
 +
                <div id="homepageContent">
 +
                    <!-- Cards with information and links -->
 +
                    <div class="row">
 +
                        <!-- Horizontal Cards -->
 +
                        <div class="col s12">
 +
                            <div class="card horizontal hoverable">
 +
                                <div class="card-image">
 +
                                    <img src="https://static.igem.org/mediawiki/2018/1/19/T--Fudan--schoolLogo.jpg" style="width: 200px;">
 +
                                </div>
 +
                                <div class="card-stacked">
 +
                                    <div class="card-content">
 +
                                        <p>Project description: Our mammalian cells will be engineered to detect antigens on target cell membrane via an optimized version of the mouse Notch 1 receptor. This spacial signal will be integrated into binary boolean logic gates to determine different cell  behavior. This fundamental advancement has potential in therapeutics, artificial tissue engineering and so much more. We have started building genetic circuits.  </p>
 +
                                    </div>
 +
                                    <div class="card-action">
 +
                                        <a href="#">link</a>
 +
                                    </div>
 +
                                </div>
 +
                            </div>
 +
                        </div>
 +
                       
 +
                <!-- Floating Btns -->
 +
                <div id="toolBoxBtn" class="fixed-action-btn show-on-medium-and-down toolbar" style="display: none">
 +
                    <a class="btn-floating btn-large blue darken-3 pulse">
 +
                        <i class="fa fa-tasks" style="font-size: 28px;line-height: 56px"></i>
 +
                    </a>
 +
                    <ul>
 +
                        <li><a class="waves-effect waves-light"><i class="fa fa-file-text-o"></i></a></li>
 +
                        <li><a data-target="slide-out" class="waves-effect waves-light sidenav-trigger"><i class="fa fa-navicon"></i></a></li>
 +
                        <li><a class="waves-effect waves-light" href="#FudanBody"><i class="fa fa-arrow-circle-up"></i></a></li>
 +
                    </ul>
 +
                </div>
  
 +
                <!--
 +
                <a id="toolBoxBtn_large" class="btn-floating btn-large blue darken-2" href="#FudanBody">
 +
                    <i class="fa fa-tasks" style="font-size: 28px;line-height: 56px"></i>
 +
                </a>
 +
                <div class="tap-target" data-target="toolBoxBtn_large">
 +
                    <div class="tap-target-content">
 +
                        <h5>Title</h5>
 +
                        <p>A bunch of text</p>
 +
                    </div>
 +
                </div>-->
 +
                <!--
 +
                <a id="toolBoxBtn_large" class="btn blue darken-2">
 +
                    <i class="fa fa-tasks" style="font-size: 28px;line-height: 56px"></i>
 +
                </a>
 +
                <div class="tap-target" data-target="toolBoxBtn_large">
 +
                    <div class="tap-target-content">
  
<div class="clear extra_space"></div>
+
                    </div>
 +
                </div>-->
  
 +
            </main>
  
 +
            <!-- Footer with sponsors and contact methods -->
 +
            <footer class="page-footer blue darken-2">
 +
                <div class="container">
 +
                    <div class="row">
 +
                        <div class="col m6 s12 row">
 +
                            <div class="col s12">
 +
                                <h3 class="white-text">Sponsors</h3>
 +
                            </div>
 +
                            <div class="sponsors col s6 m4">
 +
                                <div class="sponsorsImg">
 +
                                    <img class="circle responsive-img" src="https://static.igem.org/mediawiki/2018/1/19/T--Fudan--schoolLogo.jpg">
 +
                                </div>
 +
                                <p class="grey-text text-lighten-4 center-align">Fudan University</p>
 +
                            </div>
 +
                            <div class="sponsors col s6 m4">
 +
                                <div class="sponsorsImg">
 +
                                    <img class="circle responsive-img" src="https://static.igem.org/mediawiki/2018/1/19/T--Fudan--schoolLogo.jpg">
 +
                                </div>
 +
                                <p class="grey-text text-lighten-4 center-align">Fudan University</p>
 +
                            </div>
 +
                            <div class="sponsors col s6 m4">
 +
                                <div class="sponsorsImg">
 +
                                    <img class="circle responsive-img" src="https://static.igem.org/mediawiki/2018/1/19/T--Fudan--schoolLogo.jpg">
 +
                                </div>
 +
                                <p class="grey-text text-lighten-4 center-align">Fudan University</p>
 +
                            </div>
 +
                        </div>
 +
                        <div class="col m4 offset-m2 s12">
 +
                            <h5 class="white-text">Contact Us</h5>
 +
                            <ul>
 +
                                <li><a class="grey-text text-lighten-3" href="">Link 1</a></li>
 +
                                <li><a class="grey-text text-lighten-3" href="">Link 2</a></li>
 +
                                <li><a class="grey-text text-lighten-3" href="">Link 3</a></li>
 +
                                <li><a class="grey-text text-lighten-3" href="">Link 4</a></li>
 +
                            </ul>
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
                <div class="footer-copyright">
 +
                    <div class="container">
 +
                        Have a nice day!
 +
                        <a class="grey-text text-lighten-4 right" href="">More Links</a>
 +
                    </div>
 +
                </div>
 +
            </footer>
  
<div class="column third_size" >
+
        </div>
 +
    </div>
  
<h3> Uploading pictures and files </h3>
 
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
 
 
 
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
 
 
<div class="button_link">
 
<a href="https://2018.igem.org/Special:Upload">
 
UPLOAD FILES
 
</a>
 
</div>
 
 
</div>
 
 
<div class="column third_size" >
 
<h3> Wiki template information </h3>
 
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
 
 
</div>
 
 
 
 
<div class="column third_size" >
 
<div class="highlight decoration_B_full">
 
<h3> Editing your wiki </h3>
 
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
 
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
 
 
<div class="button_link">
 
<a href="https://2018.igem.org/wiki/index.php?title=Team:Fudan&action=edit">
 
EDIT PAGE
 
</a>
 
</div>
 
 
 
</div>
 
</div>
 
 
 
 
 
 
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
 
 
 
<div class="column two_thirds_size" >
 
<h3>Tips</h3>
 
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
 
<ul>
 
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
 
<li>Be clear about what you are doing and how you plan to do this.</li>
 
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
 
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
 
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
 
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
 
 
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
 
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
 
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
 
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
 
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
 
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
 
</ul>
 
</div>
 
</div>
 
  
 +
    <!-- Javascript files -->
 +
    <!-- jQuery CDN (Should be deleted when uploading to igem.org) -->
 +
    <script
 +
            src="http://code.jquery.com/jquery-3.3.1.js"
 +
            integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
 +
            crossorigin="anonymous"></script>
  
 +
    <!-- Materialize -->
 +
    <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js"></script>
  
 +
    <!-- Javascript -->
 +
    <script type="text/javascript" src="https://2018.igem.org/Template:Fudan/JS?action=raw&ctype=text/javascript"></script>
  
 +
</body>
 
</html>
 
</html>

Revision as of 04:48, 26 July 2018

<!DOCTYPE html>

  • ENABLE

  • ENABLE

  • ENABLE

  • ENABLE

Project description: Our mammalian cells will be engineered to detect antigens on target cell membrane via an optimized version of the mouse Notch 1 receptor. This spacial signal will be integrated into binary boolean logic gates to determine different cell behavior. This fundamental advancement has potential in therapeutics, artificial tissue engineering and so much more. We have started building genetic circuits.