Difference between revisions of "Team:TJU China/Team"

Line 20: Line 20:
 
             margin: 0 auto;
 
             margin: 0 auto;
 
             margin-top: 100px;
 
             margin-top: 100px;
margin-left:4%;
+
            margin-left: 4%;
 
         }
 
         }
  
Line 26: Line 26:
 
             margin: 0 auto;
 
             margin: 0 auto;
 
             margin-top: 100px;
 
             margin-top: 100px;
margin-left:4%;
+
            margin-left: 4%;
 
         }
 
         }
  
Line 32: Line 32:
 
             margin: 0 auto;
 
             margin: 0 auto;
 
             margin-top: 100px;
 
             margin-top: 100px;
margin-left:4%;
+
            margin-left: 4%;
 
         }
 
         }
  
Line 123: Line 123:
 
         }
 
         }
  
.personal_introduction {
+
        .personal_introduction {
    clear: both;
+
            clear: both;
    color: #ffffff;
+
            color: #ffffff;
    background: #4e72b8;
+
            background: #4e72b8;
    /* border: solid 3px #4e72b8; */
+
            /* border: solid 3px #4e72b8; */
    /* border-radius: 25px; */
+
            /* border-radius: 25px; */
    width: 70%;
+
            width: 70%;
    margin-left: 15%;
+
            margin-left: 15%;
    height: 180px;
+
            height: 180px;
    display: none;
+
            display: none;
}
+
        }
  
.personal_introduction_special {
+
        .personal_introduction_special {
    clear: both;
+
            clear: both;
    color: #ffffff;
+
            color: #ffffff;
    background: #4e72b8;
+
            background: #4e72b8;
    /* border: solid 3px #4e72b8; */
+
            /* border: solid 3px #4e72b8; */
    /* border-radius: 25px; */
+
            /* border-radius: 25px; */
    width: 70%;
+
            width: 70%;
    margin-left: 15%;
+
            margin-left: 15%;
    height: 220px;
+
            height: 220px;
    display: none;
+
            display: none;
}
+
        }
  
.member_introduction_name {
+
        .member_introduction_name {
    margin-top: 10px;
+
            margin-top: 10px;
    padding-top: 15px;
+
            padding-top: 15px;
    font-weight: bold;
+
            font-weight: bold;
    text-align: center;
+
            text-align: center;
    font-size: 30px;
+
            font-size: 30px;
}
+
        }
  
.member_introduction_word {
+
        .member_introduction_word {
    /* text-indent: 2em; */
+
            /* text-indent: 2em; */
    margin-top: 15px;
+
            margin-top: 15px;
    margin-left: 40px;
+
            margin-left: 40px;
    margin-right: 40px;
+
            margin-right: 40px;
    font-size: 17px;
+
            font-size: 17px;
}
+
        }
  
.member_introduction_motto {
+
        .member_introduction_motto {
    margin-top: 10px;
+
            margin-top: 10px;
    /* text-indent: 2em; */
+
            /* text-indent: 2em; */
    font-size: 20px;
+
            font-size: 20px;
    font-style: italic;
+
            font-style: italic;
    margin-left: 40px;
+
            margin-left: 40px;
    margin-right: 40px;
+
            margin-right: 40px;
}
+
        }
  
 
         .members_total_instructions {
 
         .members_total_instructions {
line-height:1.5;
+
            line-height: 1.5;
 
             text-align: center;
 
             text-align: center;
 
             margin-top: 50px;
 
             margin-top: 50px;
Line 185: Line 185:
 
             border-bottom: solid 3px #888888;
 
             border-bottom: solid 3px #888888;
 
         }
 
         }
         .members_main{
+
 
margin-left: 10px;
+
         .members_main {
 +
            margin-left: 10px;
 +
        }
 +
 
 +
        .arrow {
 +
            z-index: 4;
 +
            width: 100px;
 +
            position: absolute;
 +
            top: 130px;
 +
            margin-top: 450px;
 +
            margin-left: 49%;
 +
            /* animation: arrow_move 1.5s infinite; */
 +
            -webkit-animation: arrow_move 1.5s infinite;
 +
        }
 +
 
 +
        .arrow img {
 +
            width: 100%;
 +
            height: auto;
 +
        }
 +
 
 +
        @keyframes arrow_move {
 +
            0% {
 +
                top: 130px;
 +
            }
 +
            60% {
 +
                top: 170px;
 +
            }
 +
            100% {
 +
                top: 130px;
 +
            }
 +
        }
 +
 
 +
        #fromArrow {
 +
            z-index: 5;
 +
            position: absolute;
 +
            margin-top: -64px;
 
         }
 
         }
.arrow {
 
    z-index: 4;
 
    width: 100px;
 
    position: absolute;
 
    top: 130px;
 
    margin-top: 450px;
 
    margin-left: 49%;
 
    /* animation: arrow_move 1.5s infinite; */
 
    -webkit-animation: arrow_move 1.5s infinite;
 
}
 
.arrow img{
 
    width:100%;
 
    height: auto;
 
}
 
@keyframes arrow_move{
 
    0%{top:130px;}
 
    60%{top:170px;}
 
    100%{top:130px;}
 
}
 
#fromArrow {
 
    z-index: 5;
 
    position: absolute;
 
    margin-top: -64px;
 
}
 
 
     </style>
 
     </style>
  
Line 261: Line 272:
 
                 <ul class="drop menu2">
 
                 <ul class="drop menu2">
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Parts">Parts Overview</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Parts#Parts_Overview">Parts Overview</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Basic_Part">Basic</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Parts#Basic">Basic</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Composite_Part">Composite</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Parts#Composite">Composite</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Part_Collection">Collection</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Parts#Collection">Collection</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Improve">Improve</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Parts#Improve">Improve</a>
 
                     </li>
 
                     </li>
 
                 </ul>
 
                 </ul>
Line 281: Line 292:
 
                     <img src="https://static.igem.org/mediawiki/2018/5/57/T--TJU_China--drylab.png">
 
                     <img src="https://static.igem.org/mediawiki/2018/5/57/T--TJU_China--drylab.png">
 
                 </div>
 
                 </div>
                 <a href="https://2018.igem.org/Team:TJU_China/Dynamic_Model">Model</a>
+
                 <a href="https://2018.igem.org/Team:TJU_China/Model">Model</a>
                <ul class="drop menu4">
+
                        <li>
+
                            <a href="https://2018.igem.org/Team:TJU_China/Model/Dynamic_Model">Dynamic Model of Biosensor</a>
+
                        </li>
+
                        <li>
+
                            <a href="https://2018.igem.org/Team:TJU_China/Model/Off_target_Model">Off-target Model</a>
+
                        </li>
+
                        <li>
+
                            <a href="https://2018.igem.org/Team:TJU_China/Model/Code">Code</a>
+
                        </li>
+
                    </ul>
+
 
             </li>
 
             </li>
 
             <li>
 
             <li>
Line 301: Line 301:
 
                     HP
 
                     HP
 
                 </a>
 
                 </a>
                 <ul class="drop menu5">
+
                 <ul class="drop menu3">
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Silver">Silver</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Human_Practices">Human Practices</a>
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                        <a href="https://2018.igem.org/Team:TJU_China/Human_Practices">Integrated HP</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Public_Engagement">Public Engagement</a>
                    </li>
+
                    <li>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Public_Engagement">Education& Engagement</a>
+
                    </li>
+
                    <li>
+
                        <a href="https://2018.igem.org/Team:TJU_China/Gallery">Gallery</a>
+
 
                     </li>
 
                     </li>
 
                 </ul>
 
                 </ul>
Line 331: Line 325:
 
                     </li>
 
                     </li>
 
                     <li>
 
                     <li>
                         <a href="https://2018.igem.org/Team:TJU_China/Attributions">Attribution</a>
+
                         <a href="https://2018.igem.org/Team:TJU_China/Attributions">Attributions</a>
 
                     </li>
 
                     </li>
 
                 </ul>
 
                 </ul>
Line 345: Line 339:
 
     </div>
 
     </div>
 
     <div class="arrow">
 
     <div class="arrow">
            <a href="#fromArrow"><img src="https://static.igem.org/mediawiki/2018/e/e9/T--TJU_China--double_arrow.png"></a>
+
        <a href="#fromArrow">
           
+
            <img src="https://static.igem.org/mediawiki/2018/e/e9/T--TJU_China--double_arrow.png">
        </div>
+
        </a>
        <div id="fromArrow"></div>
+
 
 +
    </div>
 +
    <div id="fromArrow"></div>
 
     <div class="members_total_instructions">
 
     <div class="members_total_instructions">
 
         <div>We couldn't have accomplished all that we have without the great members in our team.
 
         <div>We couldn't have accomplished all that we have without the great members in our team.
Line 356: Line 352:
 
         </div>
 
         </div>
 
     </div>
 
     </div>
     <div class="members_main" >
+
     <div class="members_main">
 
         <div class="member_head">
 
         <div class="member_head">
 
             <div>Team Leaders</div>
 
             <div>Team Leaders</div>
Line 673: Line 669:
 
             and  mitochondrial gene editing, she plans to utilise the CRISPR-Cas9 system to eliminate abnormal mutanted mtDNA
 
             and  mitochondrial gene editing, she plans to utilise the CRISPR-Cas9 system to eliminate abnormal mutanted mtDNA
 
             and cure mitochondrial diseases.</div>
 
             and cure mitochondrial diseases.</div>
<div class="member_introduction_motto">“Nothing is impossible for a willing heart.”</div>
+
        <div class="member_introduction_motto">“Nothing is impossible for a willing heart.”</div>
 
     </div>
 
     </div>
  

Revision as of 14:14, 16 October 2018

<!DOCTYPE > home

We couldn't have accomplished all that we have without the great members in our team.
Extra special thanks to our PIs,Zefang Wang and Haitao Yang, who worked tirelessly to help us. There's some
more awesome people mentioned on the attributions page who helped us on our project but weren't part of our team.
Team Leaders
Yuqi Song
Chenbo Sun
Team Members
Junjing Chen
Linpeng Chen
Mengqi Li
Mengyao Lin
Mengyuan Lv
Minghui Yin
Muchan Gao
Peicheng Li
Wenzhong Teng
Xiaoyu Yang
Xinyi Wang
Xuechun Gao
Yiran Cheng
Yuhao Qiu
Xinzhao Sun
Zheng Hu
Team Advisors
Dongqi Bao
Zhongyi Jiang
Zhuozhi Chen