Difference between revisions of "Team:BGIC-Union"

m
 
(114 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
<html>
 
<html>
 +
  <head>
 +
  <html>
 
   <head>
 
   <head>
 
     <meta charset="utf-8">
 
     <meta charset="utf-8">
Line 9: Line 12:
  
 
   <head>
 
   <head>
 +
 
 +
 
   <!-- Bootstrap core CSS -->
 
   <!-- Bootstrap core CSS -->
     <link href="https://2017.igem.org/Template:BGIC-Union/bootstrap-css?action=raw&ctype=text/css" rel="stylesheet">
+
     <link href="https://2017.igem.org/Template:BGIC-Union/bootstrap-css?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
 
 +
  <!-- carousel -->
 +
  <link href="https://2017.igem.org/Template:BGIC-Union/owlcarousel-css?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
  <link href=" https://2017.igem.org/Template:BGIC-Union/fontawesomemin2-css?action=raw&amp;ctype=text/css" rel="stylesheet">
  
 
   <!-- main -->
 
   <!-- main -->
   <link href="https://2017.igem.org/Template:BGIC-Union/new_main-css?action=raw&ctype=text/css" rel="stylesheet">
+
   <style type="text/css">
 +
 
 +
 
 +
#top_title,#sideMenu { display: none !important; }
 +
        #content {
 +
            width: 100%;
 +
            margin: 0;
 +
            padding: 0;
 +
           
 +
        }
 +
 
 +
#bodyContent
 +
{
 +
margin-top:0px !important;
 +
}
 +
 
 +
 
 +
#content{
 +
  background-color: #FFe4e1; !important;
 +
}
 +
 
 +
 
 +
.mainstyle
 +
{
 +
font-family: Comic Sans MS;
 +
}
 +
html, body {
 +
    margin: 0 ;
 +
    padding: 0 ;
 +
}
 +
body {
 +
  background-color: #ffa07a;
 +
  margin-keft:150px
 +
    font-weight: 400;
 +
    font-size: 14px;
 +
    color: #555;
 +
    ;
 +
    -webkit-font-smoothing: antialiased;
 +
    -webkit-overflow-scrolling: touch;
 +
}
 +
 
 +
/* Titles */
 +
h1, h2, h3, h4, h5, h6, p {
 +
font-family: Comic Sans MS;
 +
    font-weight: 700;
 +
    color: #333;
 +
}
 +
 
 +
h1 {
 +
font-size: 35px;
 +
margin-top: 30px;
 +
margin-bottom: 30px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
p {
 +
    line-height: 28px;
 +
    margin-bottom: 25px;
 +
    font-size: 13px;
 +
font-family: Comic Sans MS;
 +
}
 +
 
 +
.centered {
 +
    text-align: center;
 +
}
 +
 
 +
/* Links */
 +
a {
 +
    color: #20B2AA;
 +
    word-wrap: break-word;
 +
font-size: 18px;
 +
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    transition: color 0.1s ease-in, background 0.1s ease-in;
 +
}
 +
 
 +
a:hover,
 +
a:focus {
 +
    color: #7b7b7b;
 +
    text-decoration: none;
 +
    outline: 0;
 +
}
 +
 
 +
a:before,
 +
a:after {
 +
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    transition: color 0.1s ease-in, background 0.1s ease-in;
 +
}
 +
 
 +
hr {
 +
    display: block;
 +
    height: 1px;
 +
    border: 0;
 +
    border-top: 1px solid #ccc;
 +
    margin: 1em 0;
 +
    padding: 0;
 +
}
 +
 
 +
.copyrights{
 +
text-indent:-9999px;
 +
height:0;
 +
line-height:0;
 +
font-size:0;
 +
overflow:hidden;
 +
}
 +
 
 +
.navbar {
 +
text-transform: uppercase;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
.navbar-inverse {
 +
padding-bottom: 30px;
 +
padding-top: 0;
 +
}
 +
 
 +
.navbar-inverse {
 +
background-color: #FFA07A;
 +
border-color: #FA8072;
 +
}
 +
 
 +
.navbar-inverse .navbar-nav > li > a {
 +
color: white;
 +
 +
}
 +
 
 +
 
 +
.navbar-inverse .navbar-nav > li > a:hover {
 +
color: #222222;
 +
}
 +
 
 +
.navbar-brand {
 +
font-weight: 700;
 +
font-size: 40px;
 +
letter-spacing: 2px;
 +
backgroud: white;
 +
}
 +
 
 +
.navbar-inverse .navbar-brand {
 +
color: white;
 +
background-color: #FFA07A;
 +
 +
}
 +
 
 +
.navbar-inverse .navbar-toggle {
 +
border-color: transparent;
 +
font-size: 12px;
 +
}
 +
 
 +
.progress-bar-theme {
 +
  background-color: #FFA07A;
 +
}
 +
 
 +
 
 +
/* Helpers */
 +
 
 +
.mt {
 +
margin-top: 40px;
 +
margin-bottom: 40px;
 +
}
 +
 
 +
.pt {
 +
padding-top: 50px;
 +
padding-bottom: 50px;
 +
}
 +
 
 +
 
 +
/* +++++ WRAP SECTIONS +++++ */
 +
 
 +
#ww {
 +
padding-top: 0px;
 +
padding-bottom: 70px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
 
 +
 
 +
/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
 +
/* Effects also are controled by hover.zoom.js */
 +
.zoom {
 +
    display:block;
 +
    position:relative;
 +
    overflow:hidden;
 +
    background:transparent url(https://static.igem.org/mediawiki/2017/f/fe/Bgic_loader.gif) no-repeat center;
 +
}
 +
 
 +
 
 +
    .zoomOverlay {
 +
        position:absolute;
 +
        top:0; left:0;
 +
        bottom:0; right:0;
 +
        display:none;
 +
        background-image:url(../img/zoom.png);
 +
        background-repeat:no-repeat;
 +
        background-position:center;
 +
    }
 +
 
 +
.zoom2 {
 +
opacity: 1;
 +
}
 +
 
 +
.zoom2:hover {
 +
opacity: 0.5;
 +
}
 +
 
 +
 
 +
  </style>
 +
 
 
   <!-- script -->
 
   <!-- script -->
 
   <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
 
   <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
 
    
 
    
   <script src="https://2017.igem.org/Template:BGIC-Union/newbootstrap-js?action=raw&ctype=text/javascript"></script>
+
   <script src="https://2017.igem.org/Template:BGIC-Union/newbootstrap-js?action=raw&amp;ctype=text/javascript"></script>
 +
 
 
  <!-- hover    -->   
 
  <!-- hover    -->   
   <script src="https://2017.igem.org/Template:BGIC-Union/hovernew-js?action=raw&ctype=text/javascript"></script>
+
   <script src="https://2017.igem.org/Template:BGIC-Union/hovernew-js?action=raw&amp;ctype=text/javascript"></script>
   <script src="https://2017.igem.org/Template:BGIC-Union/hoverzoomjs?action=raw&ctype=text/javascript"></script>
+
   <script src="https://2017.igem.org/Template:BGIC-Union/hoverzoomjs?action=raw&amp;ctype=text/javascript"></script>
 
   </head>
 
   </head>
  
  <body>
 
  
 +
<body>
 +
<div class="column_full_size top1">
 
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
 
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
 
     <div class="container-fluid">  
 
     <div class="container-fluid">  
Line 32: Line 257:
 
     <div>
 
     <div>
 
         <ul class="nav navbar-nav navbar-center">
 
         <ul class="nav navbar-nav navbar-center">
             <li class="active">  <a href="https://2017.igem.org/Team:BGIC-Union">HOME</a></li>
+
             <li class="active" >  <a href="https://2017.igem.org/Team:BGIC-Union"><b>HOME</b></a></li>
 
            
 
            
             <li class="dropdown">
+
              
                <a href="https://2017.igem.org/Team:BGIC-Union/Team" class="dropdown-toggle" data-toggle="dropdown">TEAM <b class="caret"></b> </a>
+
          <li> <a href="https://2017.igem.org/Team:BGIC-Union/Team">Team</a></li>
               
+
  <li class="dropdown">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Team" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 
                 <ul class="dropdown-menu">
 
                 <ul class="dropdown-menu">
 
                     <li><a href="https://2017.igem.org/Team:BGIC-Union/Team">members</a></li>
 
                     <li><a href="https://2017.igem.org/Team:BGIC-Union/Team">members</a></li>
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Team">collaborations</a></li>
+
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Collaborations">collaborations</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Team">sponsors</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Team">attributions</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Attributions">attributions</a></li>
 
                             </ul>
 
                             </ul>
 
             </li>
 
             </li>
 +
 +
                          <li> <a href="https://2017.igem.org/Team:BGIC-Union/Project">Project</a></li>
 +
 
<li class="dropdown ">
 
<li class="dropdown ">
                             <a href="https://2017.igem.org/Team:BGIC-Union/Project" class="dropdown-toggle" data-toggle="dropdown">RPOJECT <b class="caret"></b>
+
                             <a href="https://2017.igem.org/Team:BGIC-Union/Project" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 
</a>
 
</a>
 
                             <ul class="dropdown-menu" >
 
                             <ul class="dropdown-menu" >
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Project">problems</a></li>
+
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Description">description</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Project">solutions</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Design">design</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Project">our design</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Results">results</a></li>
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Project">results</a></li>
+
                         
<li><a href="https://2017.igem.org/Team:BGIC-Union/Project">interlab</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Demonstrate">demonstrate</a></li>
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Project">references</a></li>
+
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Improve">improve</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/References">references</a></li>
 
                             </ul>
 
                             </ul>
 
                         </li>
 
                         </li>
                         <li class="dropdown ">
+
                       
                            <a href="https://2017.igem.org/Team:BGIC-Union/Notebook" class="dropdown-toggle" data-toggle="dropdown">NOTEBOOK <b class="caret"></b></a>
+
                        <li>  <a href="https://2017.igem.org/Team:BGIC-Union/Lab">Lab</a></li>
 +
                         <li class="dropdown ">   <a href="https://2017.igem.org/Team:BGIC-Union/Lab" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 
                             <ul class="dropdown-menu" role="menu">
 
                             <ul class="dropdown-menu" role="menu">
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Notebook">protocol</a></li>
+
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Experiments">protocols</a></li>
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Notebook">lab journal</a></li>
+
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Notebook">notebook</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Notebook">safety</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/InterLab">InterLab</a></li></ul>
                            </ul>
+
 
                         </li>
 
                         </li>
                        <li class="dropdown ">
+
                     
                             <a href="https://2017.igem.org/Team:BGIC-Union/Achievements" class="dropdown-toggle" data-toggle="dropdown">ACHIEVEMENTS <b class="caret"></b></a>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Parts">Parts</a></li>
 +
                             <li class="dropdown "> <a href="https://2017.igem.org/Team:BGIC-Union/Parts" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
 
                             <ul class="dropdown-menu" role="menu">
 
                             <ul class="dropdown-menu" role="menu">
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Achievements">parts</a></li>
+
                              <li><a href="https://2017.igem.org/Team:BGIC-Union/Basic_Parts">basic parts</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Achievements">improvements</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Composite_Parts">composite parts</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Achievements">applications</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Parts_Collection">parts collection</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Achievements">provision</a></li>
+
 
 +
 
 
                             </ul>
 
                             </ul>
 
                         </li>
 
                         </li>
<li class="dropdown ">
+
                            <a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design" class="dropdown-toggle" data-toggle="dropdown">PRACTICES&DESIGN <b class="caret"></b></a>
+
                      <li>    <a href="https://2017.igem.org/Team:BGIC-Union/Practices-Design">Practices-Design</a></li>
 +
                          <li class="dropdown "> <a href="https://2017.igem.org/Team:BGIC-Union/Practices-Design" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 
                             <ul class="dropdown-menu" role="menu">
 
                             <ul class="dropdown-menu" role="menu">
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">communication</a></li>
+
                             
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">meet-up</a></li>
+
                                 <li><a href="https://2017.igem.org/Team:BGIC-Union/HP/Silver">silver</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">public outreach</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/HP/Gold_Integrated">gold</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">marketing</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">sustainability</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Engagement">public engagement</a></li>
<li><a href="https://2017.igem.org/Team:BGIC-Union/Practices&Design">arts</a></li>
+
<li><a href="https://2017.igem.org/Team:BGIC-Union/Applied_Design">applied design</a></li>
 +
 
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Entrepreneurship">entrepreneurship</a></li>
 
                             </ul>
 
                             </ul>
 
                         </li>
 
                         </li>
 
<li class="dropdown ">
 
<li class="dropdown ">
                             <a href="https://2017.igem.org/Team:BGIC-Union/Evaluation" class="dropdown-toggle" data-toggle="dropdown">Modeling </a>
+
                             <a href="https://2017.igem.org/Team:BGIC-Union/Model">Model </a>
 
                         </li>
 
                         </li>
 
<li class="dropdown ">
 
<li class="dropdown ">
                             <a href="https://2017.igem.org/Team:BGIC-Union/Evaluation" class="dropdown-toggle" data-toggle="dropdown">EVALUATION </a>
+
                             <a href="https://2017.igem.org/Team:BGIC-Union/Safety">Safety </a>
 +
                        </li>
 +
<li class="dropdown ">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Evaluation" >EVALUATION </a>
 
                         </li>
 
                         </li>
 
         </ul>
 
         </ul>
Line 94: Line 333:
 
     </div>
 
     </div>
 
</nav>
 
</nav>
 
+
 +
 +
 +
</div>
 +
 +
  <section >
 +
        <div class="carousel slide" id="carousel-example-generic" data-ride="carousel">
 +
         
 +
 
 +
          <div class="carousel-inner">
 +
          <div class="item active">
 +
          <div class="overlay-slide">
 +
          <img src="https://static.igem.org/mediawiki/2017/archive/8/89/20171021063547%21P3%21%21%21.jpg" width="1300px" class="img-responsive">
 +
          </div>
 +
          <div class="carousel-caption">
 +
              <div class="col-md-12 col-xs-12 text-center">
 +
                      <h1>dCasentry</h1>
 +
              <h3 class="animated2">a <b>dCas9-T7</b>coupled DNA sensor </h3>
 +
              <div class="line"></div>
 +
              <p class="animated3"></p>
 +
              </div>
 +
          </div>
 +
          </div>
 +
 
 +
               
 +
        </div>
 +
  </section>
 +
    <!--/ Slider end -->
 +
    <!--/ Slider end -->
 +
 
<!-- +++++ Welcome Section +++++ -->
 
<!-- +++++ Welcome Section +++++ -->
 
<div id="ww">
 
<div id="ww">
 
    <div class="container">
 
    <div class="container">
 
<div class="row">
 
<div class="row">
<div class="col-lg-8 col-lg-offset-2 centered ">
+
<div class="col-lg-8 col-lg-offset-2 ">
 
 
<div style="height:122px; width:150px; border-radius:50%; overflow:hidden;  text-align:center;">
+
<div style="height:122px; width:150px; border-radius:50%; overflow:hidden; ">
 
<img src="https://static.igem.org/mediawiki/2017/d/db/User.png" height="120px" width="150px">
 
<img src="https://static.igem.org/mediawiki/2017/d/db/User.png" height="120px" width="150px">
 
</div>
 
</div>
<h1>Hi, I am dCasentry,</h1>
+
</div><h1 class="center">Hi, I am dCasentry,</h1>
<h2>a T7—dCas9 multi-output DNA sensor designed to detect ctDNA!</h2>
+
<div class="row">
<p>Cancer is a leading cause of death worldwide, accounting for 8.8 million deaths in 2015, and the most common causes of cancer death is lung cancer (1.69 million deaths).
+
<div class="col-md-6">
Nowadays, multiple lung cancer detection methods are developed, and I can be an assistant in liquid biopsy whose detection minimizes  trauma and pain. The tumor marker I detect is circulating tumor DNA (ctDNA), tumor-derived fragmented DNA in the bloodstream that is not associated with cells. It is released by the dying cells during the biological process of apotheosis and necrosis, or active release from viable tumor cells.
+
<div>dCasentry: A guardian against Lung Cancer</br>
</p>
+
Lung cancer is one of the deadliest malignant tumors in the world, with highest death rate in China. The most widely used lung cancer detection method nowadays remains biopsy, which may cause pain infection and bruising. However, the technic of liquid biopsy obviates this problem by detecting various factors including circulating tumor DNA (ctDNA) in the blood. ctDNA is a short strand of DNA released from tumor cells that can be deemed as the sign of cancer. Although traditional liquid biopsy avoids many side effects, it requires laboratory apparatus such as PCR instrument during detection. Also, some other ctDNA detection systems fail to overcome the difficulty of the extremely low concentration of ctDNA in the blood. To solve those problems, we developed a new liquid biopsy method using dCas9 protein with a much simple procedure while increase the signal with various kinds of output. We hope to adopt free-dried paper chip as our vector of detecting system to simplify its operation as well as storage. Finally, the product will be presented as a kit that contains all the items you needed for convenient machine-free detection.
<p>I am an improved version of the paired dCas9 system designed by 2015 Peking university iGEM, composing of sgRNA, a pair of dCas9 protein and a split T7 RNA polymerase switch connected to each dCas9 protein via a linker. The sgRNA is designed to detect target genes and I will complete my task according to this order: First, the sgRNA will instruct each sgRNA-dCas9 complex to certain locus. Next, unlike Peking University, a T7 RNA polymerase rather than a luciferase is split apart and connected to dCas9 protein via a linker. I call them NT7-dCas9 and CT7-dCas9. Once two sgRNA are attached to the target sequence, two split parts will reunion and reassemble to form a complete RNA polymerase and start transcription consistently, which means even though the initial ctDNA concentration is low, the signal will continue to be magnified until it can be observed. Also, there is no limit on the content I can transcribed, that is, I am able to give out many kinds of signals, including GFP, RFP or LacZ. </p>
+
</br>
<p>In this project my main goal is to detect the fusion gene <i>EML4-ALK</i>. Some of the cancer, including non small cell lung cancer (NSCLC), is caused by gene fusion. When two respective original genes fuse together, it produces the expression product of fusion gene, which induced the canceration of cells. EML4-ALK exists only in NSCLC patients’ blood which prevents false positive result during detection and there is a specific  targeted drug for this mutation which means patients can have precise treatment as soon as possible when the detection result is positive. My work is meaningful.</p>
+
<i>Please, click <a href="https://2017.igem.org/Team:BGIC-Union/Project">  here </a> and know more about me as well as the product!</i> </div>
<p>Finally, as a well-rounded and efficient lung cancer fusion gene detection sentry, I am proud to point out this important reason why you can trust me —I can carry out a simpler liquid biopsy process. Although the liquid biopsy avoid copliacation, common liquid biopsy required laboratory apparatus such as PCR instrument during the detection of ctDNA. In my work, my DNA device and proteins that needed for detection will mixed in a E.coli cell-free system and freeze-dried on a paper screening chip. You will be seeing me in a convenient kit that contains all tools you need for detection, including hemostix, a hand power centrifuge, NASBA reaction system and the paper screening chip.</p>
+
</div>
<p>Please, click <a href="https://2017.igem.org/Team:BGIC-Union/Project">  here </a> and know more about me as well as the product!</p>
+
<div class="col-md-6">
</div><!-- /col-lg-8 -->
+
<img src="https://static.igem.org/mediawiki/2017/7/79/FigureDemo.jpg" width="500px" /></div></div><!-- /col-lg-8 -->
 
</div><!-- /row -->
 
</div><!-- /row -->
 
    </div> <!-- /container -->
 
    </div> <!-- /container -->
Line 121: Line 389:
 
 
 
<div class="container pt">
 
<div class="container pt">
<div class="row mt centered">
+
<div class="row mt ">
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="assets/img/portfolio/port01.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/6/64/Bgicbiosafety.png" width="200px" height="150px"></img></a>
<p>EXTRACT </p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Parts">Best Parts </a></h4>
 
</div>
 
</div>
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/29/Port02.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/26/Applieddesignlogo.png" width="200px" height="150px"></img></a>
<p>CENTRIFUGE</p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Applied_Design">Applied Design</a></h4>
 
</div>
 
</div>
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/6/6e/Port03.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/f/f0/Gold_bgic.png" width="200px" height="150px"></img></a>
<p>ctDNA AMPLIFICATION</p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Gold_Integrated">Integrated Human Practice</a></h4>
 
</div>
 
</div>
 
</div><!-- /row -->
 
</div><!-- /row -->
<div class="row mt centered">
+
<div class="row mt">
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/c/ce/Port04.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/21/Bgicpublicengagement.png " width="200px" height="150px"></img></a>
<p>DETECTION</p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Engagement">Education & Public Engagement</a></h4>
 
</div>
 
</div>
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/2a/Port05.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/7/7c/Entreprenuershipbgic.png" width="200px" height="150px"></img></a>
<p>SIGNALING</p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Entreprenuership">Entreprenuership</a></h4>
 
</div>
 
</div>
 
<div class="col-lg-4">
 
<div class="col-lg-4">
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/6/67/Port06.png" width="400px" height="300px"></img></a>
+
<img class="img-responsive" src="https://static.igem.org/mediawiki/2017/4/48/Bgicmodel.png " width="200px" height="150px"></img></a>
<p>TEST CHIP</p>
+
<h4><a href="https://2017.igem.org/Team:BGIC-Union/Model">Model</a></h4>
 
</div>
 
</div>
 
</div><!-- /row -->
 
</div><!-- /row -->
Line 152: Line 420:
 
 
 
 
<!-- +++++ Footer Section +++++ -->
 
 
 
<div id="footer">
 
<div class="container">
 
<div class="row">
 
<div class="col-lg-4">
 
    <p>F12 BGI-College,146 Beishan Road,Yantian District 518083
 
                                    </br> Shenzhen,Guangdong Province, China,Asia
 
                                </br>Phone:+86-755-36307888
 
                                </br>Email: info@genomics.cn
 
</br>Fax:+86-755-36307273</p>
 
</p>
 
</div><!-- /col-lg-4 -->
 
 
<div class="col-lg-4">
 
<h4>Links</h4>
 
<p>
 
<a href="#">SAFETY</a><br/>
 
<a href="#">PARTS</a><br/>
 
<a href="#">EVALUATION</a>
 
</p>
 
</div><!-- /col-lg-4 -->
 
 
<div class="col-lg-4">
 
<h4>BGIC-COLLEGE 2017</h4>
 
<img src="https://static.igem.org/mediawiki/2017/d/de/Repute-logo-light.png" width="60px" height="72px"></img>
 
<p></br><i>TWITTER:@BGIC-Union</i> </p>
 
 
</div><!-- /col-lg-4 -->
 
 
</div>
 
 
</div>
 
 
</div>
 
</div>
 
  
 
    
 
    
 
    
 
    
 
   </body>
 
   </body>
 +
 +
 +
 +
     
 +
 
</html>
 
</html>

Latest revision as of 13:11, 2 December 2017

Team:BGIC-Union

Hi, I am dCasentry,

dCasentry: A guardian against Lung Cancer
Lung cancer is one of the deadliest malignant tumors in the world, with highest death rate in China. The most widely used lung cancer detection method nowadays remains biopsy, which may cause pain infection and bruising. However, the technic of liquid biopsy obviates this problem by detecting various factors including circulating tumor DNA (ctDNA) in the blood. ctDNA is a short strand of DNA released from tumor cells that can be deemed as the sign of cancer. Although traditional liquid biopsy avoids many side effects, it requires laboratory apparatus such as PCR instrument during detection. Also, some other ctDNA detection systems fail to overcome the difficulty of the extremely low concentration of ctDNA in the blood. To solve those problems, we developed a new liquid biopsy method using dCas9 protein with a much simple procedure while increase the signal with various kinds of output. We hope to adopt free-dried paper chip as our vector of detecting system to simplify its operation as well as storage. Finally, the product will be presented as a kit that contains all the items you needed for convenient machine-free detection.
Please, click here and know more about me as well as the product!