Difference between revisions of "Team:SCUT-China B/Collaborations"

Line 7: Line 7:
 
         <meta name="author" content="scut_lyj">
 
         <meta name="author" content="scut_lyj">
 
         <title>IGEM-China_B</title>
 
         <title>IGEM-China_B</title>
         <style type="text/css">
+
         <style>
            body {
+
        body {
 
         margin:0px;
 
         margin:0px;
 
         background-position:0px 15px;
 
         background-position:0px 15px;
 +
              background-size:2px 4000px;
 
         background-repeat:repeat-x;
 
         background-repeat:repeat-x;
 
         background-attachment:scroll;
 
         background-attachment:scroll;
        background-size:2px 6654px;
 
 
         position:relative;
 
         position:relative;
        left:-255px;
+
         width:1600px;
         width:1377px;
+
 
         margin-left:auto;
 
         margin-left:auto;
 
         margin-right:auto;
 
         margin-right:auto;
         text-align:left;
+
left:-50px;
 +
    }
 +
    #content {
 +
         width:100%;
 +
        background-position:left top;
 +
        background-repeat:repeat-x;
 +
        background-attachment:scroll;
 +
        background-size:2px 6654px;
 
     }
 
     }
   
 
  
 
     #firstHeading {
 
     #firstHeading {
Line 53: Line 58:
 
         display:none;
 
         display:none;
 
     }
 
     }
 +
   
 
* {
 
* {
 
     margin:0;
 
     margin:0;
Line 132: Line 138:
 
.nav {
 
.nav {
 
     position:relative;
 
     position:relative;
     width: 100%;
+
     width: 101%;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
Line 138: Line 144:
 
.nav ul {
 
.nav ul {
 
     height:0;
 
     height:0;
    left:0;
 
 
     overflow:hidden;
 
     overflow:hidden;
 
     position:absolute;
 
     position:absolute;
 
     width: 100%;
 
     width: 100%;
 
     box-shadow: 1px 1px 1px #c94856;
 
     box-shadow: 1px 1px 1px #c94856;
 +
    margin: 0!important;
 
}
 
}
 
.nav li{
 
.nav li{
Line 260: Line 266:
 
.article {
 
.article {
 
     background-color: white;
 
     background-color: white;
     width: 70%;
+
     width: 60%;
    margin-right: auto;
+
     margin-left: 15%;
     margin-left: auto;
+
 
     margin-top: 0;
 
     margin-top: 0;
 
     padding-top: 5px;
 
     padding-top: 5px;
Line 339: Line 344:
 
     90
 
     90
 
}
 
}
ul li {
+
 
    list-style-type: disc;
+
    width: 70%;
+
}
+
 
.disc {
 
.disc {
 
     width: 75%;
 
     width: 75%;
Line 363: Line 365:
 
     display: block;
 
     display: block;
 
}
 
}
 +
.bar {
 +
    position: fixed;
 +
    width: 12.8%;
 +
    height: auto;
 +
    float: right;
 +
    cursor: pointer;
 +
    top: 25%;
 +
    right: 2.2%;
 +
    text-align: center;
 +
    font-size: 16px;
 +
    line-height: 24px;
 +
    box-shadow: 5px 5px #ffc7e4;
 +
}
 +
.Ltitle {
 +
    width: 100%;
 +
    height: auto;
 +
    background-color: #d6515c;
 +
    padding-bottom: 10px;
 +
    line-height: 28px;
 +
}
 +
.Mtitle {
 +
    width: 100%;
 +
    height: auto;
 +
}
 +
.Stitle {
 +
    width: 100%;
 +
    transition: 1s;
 +
    -moz-transition: 1s;
 +
    -o-transition: 1s;
 +
    -webkit-transition: 1s;
 +
    opacity:0;
 +
    line-height: 1px;
 +
}
 +
.Ltitle:hover {
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(206,15,53, 0.5)), to(rgba(255,255,255, 0)));
 +
    background-image: -moz-linear-gradient(-90deg, rgba(206,15,53, 0.5), rgba(206,15,53, 0));
 +
    background-image: -o-linear-gradient(-90deg,rgba(206,15,53,0.5),rgba(206,15,53,0));
 +
}
 +
.Mtitle:hover {
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(206,15,53, 0.5)), to(rgba(255,255,255, 0)));
 +
    background-image: -moz-linear-gradient(-90deg, rgba(206,15,53, 0.5), rgba(206,15,53, 0));
 +
    background-image: -o-linear-gradient(-90deg,rgba(206,15,53,0.5),rgba(206,15,53,0));
 +
}
 +
.Stitle:hover {
 +
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(206,15,53, 0.5)), to(rgba(255,255,255, 0)));
 +
    background-image: -moz-linear-gradient(-90deg, rgba(206,15,53, 0.5), rgba(206,15,53, 0));
 +
    background-image: -o-linear-gradient(-90deg,rgba(206,15,53,0.5),rgba(206,15,53,0));
 +
}
 +
.Ltitle:hover .Stitle {
 +
    opacity:1;
 +
    line-height: 42px;
 +
    -moz-transition-delay:0s;
 +
    -o-transition-delay:0s;
 +
    -webkit-transition-delay:0s;
 +
    transition-delay:0s;
 +
    height: auto;
 +
}
 +
.bar a {
 +
    color: white;
 +
}
 +
 
         </style>
 
         </style>
 
</head>
 
</head>

Revision as of 01:39, 20 October 2016

<!DOCTYPE html> IGEM-China_B

Nanjing University

We worked with Nanjing University in the model of tumor metastasis. We assisted them in implementing the tumor metastasis model in Matlab and analyzed the parameters in the model .To see Nanjing University's models, click here.

Beijing Institute of Technology

We have given amendment opinions to Bit team about their origin model. To see BIT’s models, click here.

And Bit team created an app for us to arrange our time to do experiments, which help us improve the efficiency in lab.