Difference between revisions of "Team:FJNU-China/Model"

Line 4: Line 4:
  
  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
 
body { background:#fff; color:#555; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; }
 
td,th,caption { font-size:14px; }
 
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
 
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
 
a { color:#555; text-decoration:none; }
 
a:hover { text-decoration:underline; }
 
img { border:none; }
 
ol,ul,li { list-style:none; }
 
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
 
table { border-collapse:collapse; }
 
html {overflow-y: scroll;}
 
 
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
 
.clearfix { *zoom:1; }
 
 
 
 
 
 
.igem_2018_team_menu.displaying_menu{display:none !important;}
 
body {
 
            height: 100%;
 
            width: 100%;
 
            background-color: transparent !important;
 
        }
 
        #globalWrapper {
 
            margin: 0;
 
            padding: 0;
 
          font-size:100% !important;
 
        }
 
        #content {
 
            width: 100%;
 
            padding: 0;
 
            margin: -12px 0 0;
 
            background-color: transparent !important;
 
        }
 
 
        #top_title {
 
            display: none;
 
        }
 
.igem_2018_team_content{
 
  background-color: transparent !important;
 
}
 
#content{
 
color:white !important;
 
}
 
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper
 
{
 
 
font-weight:nomal !important;
 
text-decoration:none !important;
 
height: 0px !important;
 
clear: none!important;
 
}
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper p{
 
font-size: 100%  !important;
 
color: white !important;
 
padding: 0px !important;
 
}
 
.igem_2018_team_column_wrapper h2
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h3
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h4
 
.igem_2018_team_content
 
.igem_2018_team_column_wrapper h5 {
 
 
color: white !important;
 
padding: 0px  !important;
 
}
 
.clear
 
.extra_space{
 
display: float!important;
 
}
 
 
ul{
 
list-style-type:none !important;
 
list-style-image:none !important;
 
}
 
 
.igem_2018_team_mobile_bar{
 
display: none !important;
 
}
 
 
.clear .extra_space{
 
display: none !important;
 
}
 
#globalWrapper{
 
width: auto !important;
 
}
 
 
.igem_2018_team_content .igem_2018_team_column_wrapper a{
 
text-decoration: none!important;
 
text-decoration-color: none !important;
 
}
 
.igem_2018_team_content .igem_2018_team_column_wrapper ul{
 
font-size: 120% !important;
 
padding: 0 0 0 0 !important;
 
}
 
.intro .main-nav ul.main-menu li ul.dropdown-menu{
 
background:rgba(243,243,243,0.6)  none repeat scroll 0 0 !important;
 
}
 
 
#bodyContent a{
 
background: normal!important;
 
 
}
 
h3{
 
overflow: visible !important;
 
}
 
.igem_2018_team_content{
 
width: 100% !important;
 
}
 
.container{
 
width: auto !important;
 
}
 
.mw-content-ltr {
 
margin: 0 auto !important;
 
}
 
 
#navbar-collapse{
 
padding-right:auto;
 
}
 
.mw-content-ltr ol{
 
margin: auto !important;
 
}
 
.carousel-indicators{
 
width: auto !important;
 
}
 
h1,h2,h3,h4,h5,h6{
 
border-bottom:0px !important;
 
}
 
 
</style>
 
</style>
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:FJNU-China/CSS/default?action=raw&amp;ctype=text/css
 +
">
 
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:FJNU-China/CSS/bootstrap-min?action=raw&amp;ctype=text/css
 
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:FJNU-China/CSS/bootstrap-min?action=raw&amp;ctype=text/css
 
">
 
">
Line 246: Line 112:
 
</section>
 
</section>
 
<!-- Models -->
 
<!-- Models -->
<style type="text/css">
+
<!-- click-->
  
 
+
<link rel="stylesheet" href="https://2018.igem.org/Template:FJNU-China/CSS/click?action=raw&ctype=text/css
/*click*/
+
">
.content {
+
  display: flex;
+
  margin: 0 auto;
+
  justify-content: center;
+
  align-items: center;
+
  flex-wrap: wrap;
+
  max-width: 1000px;
+
}
+
 
+
.heading {
+
  width: 100%;
+
  margin-left: 1rem;
+
  font-weight: 900;
+
  font-size: 1.618rem;
+
  text-transform: uppercase;
+
  letter-spacing: .1ch;
+
  line-height: 1;
+
  padding-bottom: .5em;
+
  margin-bottom: 1rem;
+
  position: relative;
+
}
+
.heading:after {
+
  display: block;
+
  content: '';
+
  position: absolute;
+
  width: 60px;
+
  height: 4px;
+
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
+
  bottom: 0;
+
}
+
 
+
.description {
+
  width: 100%;
+
  margin-top: 0;
+
  margin-left: 1rem;
+
  margin-bottom: 3rem;
+
}
+
 
+
.card {
+
  color: inherit;
+
  cursor: pointer;
+
  width: calc(33% - 2rem);
+
  min-width: calc(33% - 2rem);
+
  height: 400px;
+
  min-height: 400px;
+
  perspective: 1000px;
+
  margin: 1rem;
+
  position: relative;
+
}
+
@media screen and (max-width: 800px) {
+
  .card {
+
    width: calc(50% - 2rem);
+
  }
+
}
+
@media screen and (max-width: 500px) {
+
  .card {
+
    width: 100%;
+
  }
+
}
+
 
+
.front,
+
.back {
+
  display: flex;
+
  border-radius: 6px;
+
  background-position: center;
+
  background-size: cover;
+
  text-align: center;
+
  justify-content: center;
+
  align-items: center;
+
  position: absolute;
+
  height: 100%;
+
  width: 100%;
+
  -webkit-backface-visibility: hidden;
+
  backface-visibility: hidden;
+
  transform-style: preserve-3d;
+
  transition: ease-in-out 600ms;
+
}
+
 
+
.front {
+
  background-size: cover;
+
  padding: 2rem;
+
  font-size: 1.618rem;
+
  font-weight: 600;
+
  color: #fff;
+
  overflow: hidden;
+
  font-family: Poppins, sans-serif;
+
}
+
.front:before {
+
  position: absolute;
+
  display: block;
+
  content: '';
+
  top: 0;
+
  left: 0;
+
  right: 0;
+
  bottom: 0;
+
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
+
  opacity: .25;
+
  z-index: -1;
+
}
+
.card:hover .front {
+
  transform: rotateY(180deg);
+
}
+
.card:nth-child(even):hover .front {
+
  transform: rotateY(-180deg);
+
}
+
 
+
.back {
+
  background: #fff;
+
  transform: rotateY(-180deg);
+
  padding: 0 2em;
+
}
+
.card:hover .back {
+
  transform: rotateY(0deg);
+
}
+
.card:nth-child(even) .back {
+
  transform: rotateY(180deg);
+
}
+
.card:nth-child(even):hover .back {
+
  transform: rotateY(0deg);
+
}
+
 
+
.button {
+
  transform: translateZ(40px);
+
  cursor: pointer;
+
  -webkit-backface-visibility: hidden;
+
  backface-visibility: hidden;
+
  font-weight: bold;
+
  color: #fff;
+
  padding: .5em 1em;
+
  border-radius: 100px;
+
  font: inherit;
+
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
+
  border: none;
+
  position: relative;
+
  transform-style: preserve-3d;
+
  transition: 300ms ease;
+
}
+
.button:before {
+
  transition: 300ms ease;
+
  position: absolute;
+
  display: block;
+
  content: '';
+
  transform: translateZ(-40px);
+
  -webkit-backface-visibility: hidden;
+
  backface-visibility: hidden;
+
  height: calc(100% - 20px);
+
  width: calc(100% - 20px);
+
  border-radius: 100px;
+
  left: 10px;
+
  top: 16px;
+
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
+
  background-color: rgba(26, 87, 230, 0.25);
+
}
+
.button:hover {
+
  transform: translateZ(55px);
+
}
+
.button:hover:before {
+
  transform: translateZ(-55px);
+
}
+
.button:active {
+
  transform: translateZ(20px);
+
}
+
.button:active:before {
+
  transform: translateZ(-20px);
+
  top: 12px;
+
}
+
 
+
 
+
      </style>
+
 
<div class="container">
 
<div class="container">
 
  <h1 style="text-align: center;margin-top: 100px;">Models</h1>
 
  <h1 style="text-align: center;margin-top: 100px;">Models</h1>

Revision as of 07:00, 10 October 2018

Models

Overview

    In order to meet the requirements of iGEM, models of our projects are dedicated to solving the problems in experiment and providing guidance for the products. Our project is mainly based on bacteriostasis and incense production, while PLA is the major bacteriostatic material, so we have built two models about mechanism and yield of PLA with innovation and practicability of development as the following.


Application of models

Our first model applies to all kinds of bacteria within a certain range, as long as we change the individual parameter values. And through the information provided to us by the above models and the discussion within the group, we use the two models together. We are able to know how many engineered bacteria we need to put in the product that can inhibiting the bacteria effectively. Besides, those models are connected with time, which also allows us regulate the system working time. The value of our model lies in its innovativeness and practicality, and no one has built it in this biological field. In addition to guiding our projects, there are many other utilizing values of our models to be developed, such as strain screening and experimental guidance for other teams working on such projects.