Difference between revisions of "Team:NAU-CHINA"

Line 84: Line 84:
 
     }
 
     }
 
     #clickDown img:hover {
 
     #clickDown img:hover {
         top:73vh;
+
         top:78vh;
 
         transition:.5s;
 
         transition:.5s;
 
     }
 
     }
Line 128: Line 128:
 
     transition: top .5s;*/
 
     transition: top .5s;*/
 
}
 
}
       @keyframes animate {
+
       @keyframes animateForward {
           0%{stroke-dashoffset:720000}
+
           0%{stroke-dashoffset:900000}
 
           100%{stroke-dashoffset:0}
 
           100%{stroke-dashoffset:0}
 +
      }
 +
      @keyframes animateBackward {
 +
          0%{stroke-dashoffset:0}
 +
          100%{stroke-dashoffset:800000}
 
       }
 
       }
 
       polyline {
 
       polyline {
Line 149: Line 153:
 
       circle {
 
       circle {
 
           fill:red;
 
           fill:red;
 +
      }
 +
      #M1 {
 +
          animation:animateForward 3600s linear forwards;
 +
          stroke-dasharray:230 100;
 +
      }     
 +
      #M2 {
 +
          animation:animateForward 3600s linear forwards;
 +
          stroke-dasharray:300 130;
 +
      }     
 +
      #M3 {
 +
          animation:animateForward 3600s linear forwards;
 +
          stroke-dasharray:300 100;
 +
      }     
 +
      #M4 {
 +
          animation:animateForward 3600s linear forwards;
 +
          stroke-dasharray:250 180;
 +
      }     
 +
      #M5 {
 +
          animation:animateBackward 3000s linear forwards;
 +
          stroke-dasharray:270 150;
 
       }
 
       }
 
</style>
 
</style>

Revision as of 15:49, 17 October 2018

Template:2018_NAU-CHINA

MOSFET Monitoring and Operating System Founded on Engineered T cells

One of the main design goals in engineering is to improve
system stability by reducing noise.
Similarly, in designing synthetically engineered genetic circuits,
we try to reduce the impact of complex intracellular environment on gene circuits,
especially in mammalian cells.

Therefore, we present our design to solve the problem of
noise in mammalian cells and wider applications of synthetic biology
on them hoping to make further contribution to human health.

We, the iGEM team of NAU,
inspired by MOSFETs, simulate the function of a MOSFET
with designed genetic circuits in mammalian cells.

On top of that, we also carry out simulations
with models of the gene circuits.

为了更多的iGEMers的交流,我们队伍·····APP

↑TOP
footer