Difference between revisions of "Team:BGIC-Union"

Line 19: Line 19:
 
   <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/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">
 
   <link href=" https://2017.igem.org/Template:BGIC-Union/fontawesomemin2-css?action=raw&amp;ctype=text/css" rel="stylesheet">
  <!-- light -->
 
<style type="text/css">
 
/* fixed line holder */
 
.timelineLight .timeline_line {c
 
margin-top:0;
 
margin-bottom:10px;
 
width:900px;
 
}
 
.timelineLight
 
{color: #fff;
 
background: #ffe4e1;}
 
/* full (including months that are not shown) line holder */
 
.timelineLight .t_line_holder {
 
height:80px;
 
background:url('https://static.igem.org/mediawiki/2017/3/35/Line.jpg') repeat-x 0px 39px;
 
}
 
 
/* 2 months are stored in one view */
 
.timelineLight .t_line_view {
 
height:20px;
 
width:900px;
 
}
 
 
/* holder for year number */
 
.timelineLight h3.t_line_year {
 
margin:0;
 
color:#545454;
 
}
 
 
/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
 
.timelineLight .t_line_m {
 
margin-top:35px;
 
height:10px;
 
border-left:1px solid #545454;
 
border-right:1px solid #545454;
 
width:448px;
 
}
 
 
/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
 
.timelineLight .t_line_m.right {
 
left:449px;
 
width:449px;
 
}
 
 
/* month caption */
 
.timelineLight h4.t_line_month {
 
margin:-30px 0 0;
 
color:#545454;
 
}
 
 
/* used in responsive layout when only one month is shown (it is span containing year) */
 
.t_line_month_year {
 
display:none;
 
}
 
 
/* node on the timeline */
 
.timelineLight a.t_line_node {
 
text-decoration:none;
 
padding:38px 0 4px;
 
height:10px;
 
font-size:12px;
 
top:-25px;
 
background:url('https://static.igem.org/mediawiki/2017/2/2a/Dot.png') no-repeat center 24px;
 
color:#141817;
 
}
 
.timelineLight a.t_line_node:hover {
 
background:url('https://static.igem.org/mediawiki/2017/6/65/Dot-rollover.png') no-repeat center 24px;
 
}
 
.timelineLight a.t_line_node.active {
 
background:url('https://static.igem.org/mediawiki/2017/d/d7/Dot-selected.png') no-repeat center 24px;
 
}
 
 
/* node description */
 
.timelineLight .t_node_desc {
 
background: rgba(26,134,172,0.9);
 
top:0;
 
color:#fff;
 
padding:1px 5px;
 
}
 
 
/* descriptions on right side go from right to left */
 
.timelineLight .t_node_desc.pos_right {
 
right:0;
 
}
 
 
/* line arrow left */
 
.timelineLight #t_line_left {
 
cursor:pointer;
 
left:-30px;
 
top:30px;
 
width:14px;
 
height:19px;
 
background:url('https://static.igem.org/mediawiki/2017/9/95/Bgic-arrow.png') no-repeat left top;
 
}
 
 
.timelineLight #t_line_left:hover {
 
background:url('https://static.igem.org/mediawiki/2017/9/95/Bgic-arrow.png') no-repeat left bottom;
 
}
 
 
/* line arrow right */
 
.timelineLight #t_line_right {
 
cursor:pointer;
 
right:-30px;
 
top:30px;
 
width:14px;
 
height:19px;
 
background:url('https://static.igem.org/mediawiki/2017/9/95/Bgic-arrow.png') no-repeat right top;
 
}
 
 
.timelineLight #t_line_right:hover {
 
background:url('https://static.igem.org/mediawiki/2017/9/95/Bgic-arrow.png') no-repeat right bottom;
 
}
 
.timelineLight {
 
display:none;
 
}
 
 
/* items container */
 
.timelineLight .timeline_items {
 
padding:10px 0;
 
}
 
 
/* single item (margines set from javascript) */
 
.timelineLight .item {
 
height:380px;
 
text-align:center;
 
 
color: #fff;
 
background: #f7dae7;
 
 
-moz-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
 
-webkit-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
 
box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
 
width:200px;
 
}
 
 
/* ----- content - non-plugin elements ----- */
 
.timelineLight .item img {
 
margin-top:0;
 
width:200px;
 
}
 
 
.timelineLight .item span{
 
display:block;
 
margin:0px 20px 10px;
 
height:150px;
 
}
 
.timelineLight .item .read_more {
 
padding:2px 8px 2px 10px;
 
font-family:Comic Sans MS;
 
font-size:20px;
 
float:right;
 
color:#ffffff;
 
background: rgba(0,0,0,0.35);
 
cursor:pointer;
 
}
 
.timelineLight .item .read_more:hover {
 
background:rgb(26,134,172);
 
}
 
/* ----------------------------------------- */
 
 
/* item details (margines set from javascript) */
 
.timelineLight .item_open {
 
height:380px;
 
background:url('../images/timeline/light/background.jpg') repeat;
 
position:relative;
 
color:#545454;
 
z-index:2;
 
-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
 
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
 
box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
 
width:490px;
 
 
}
 
 
/* item details content wrapper (used for animation - shuld have same width as .item_open) */
 
.timelineLight .item_open_cwrapper {
 
width:490px;
 
}
 
 
/* ----- content - non-plugin elements ----- */
 
.timelineLight .timeline_open_content {
 
padding:20px;
 
}
 
 
.timelineLight .item_open h2 {
 
margin-top:10px;
 
padding-top:0;
 
font-size:28px;
 
}
 
.timelineLight .item_open .t_close {
 
position:absolute;
 
top:10px;
 
right:10px;
 
padding:2px 8px 2px 10px;
 
font-family: Comic Sans MS;
 
font-size:20px;
 
color:#ffffff;
 
background: rgba(0,0,0,0.25);
 
cursor:pointer;
 
}
 
.timelineLight .item_open .t_close:hover {
 
background:rgb(26,134,172);
 
}
 
/* ----------------------------------------- */
 
 
/* left/right controles */
 
.timelineLight .t_controles {
 
margin:10px auto;
 
text-align:center;
 
}
 
.timelineLight .t_left,
 
.timelineLight .t_right {
 
display:inline-block;
 
height:50px;
 
width:29px;
 
margin:10px;
 
cursor:pointer;
 
}
 
.timelineLight .t_left, 
 
.timelineLight .t_left:hover:active {
 
background: url('https://static.igem.org/mediawiki/2017/b/ba/Big-arrow.png') no-repeat left top;
 
}
 
.timelineLight .t_left:hover {
 
background: url('https://static.igem.org/mediawiki/2017/b/ba/Big-arrow.png') no-repeat left bottom;
 
}
 
 
.timelineLight .t_right,
 
.timelineLight .t_right:hover:active{
 
background: url('https://static.igem.org/mediawiki/2017/b/ba/Big-arrow.png') no-repeat right top;
 
}
 
 
.timelineLight .t_right:hover {
 
background: url('https://static.igem.org/mediawiki/2017/b/ba/Big-arrow.png') no-repeat right bottom;
 
}
 
 
/* -----------------------------------------------------------------------*/
 
/* ------------------------------ RESPONSIVE -----------------------------*/
 
/* -----------------------------------------------------------------------*/
 
 
 
 
/* --- 768px --- */
 
@media screen and (max-width:980px) {
 
 
.timelineLight .timeline_line {
 
width:680px;
 
}
 
 
.timelineLight .t_line_view {
 
width:680px;
 
}
 
 
.timelineLight .t_line_m {
 
width: 338px;
 
}
 
.timelineLight .t_line_m.right {
 
left: 339px;
 
width: 339px;
 
}
 
}
 
 
 
/* --- 610px --- */
 
@media screen and (max-width:767px) {
 
 
.timelineLight .timeline_line {
 
width:530px;
 
}
 
 
.timelineLight .t_line_view {
 
width:1060px;
 
}
 
 
.timelineLight .t_line_m {
 
width: 528px;
 
}
 
.timelineLight .t_line_m.right {
 
left: 530px;
 
width: 528px;
 
}
 
.timelineLight .t_line_year {
 
opacity:0;
 
filter:alpha(opacity=0)
 
}
 
.timelineLight .t_line_month_year {
 
display:inline;
 
}
 
 
.timelineLight .t_line_node span {
 
 
}
 
.timelineLight .t_node_desc {
 
font-size:8px;
 
}
 
.timelineLight .t_node_desc.pos_right {
 
right:auto;
 
left:0;
 
}
 
}
 
 
 
/* --- 300px --- */
 
@media screen and (max-width:
 
 
) {
 
.timelineLight .timeline_line {
 
width:240px;
 
}
 
 
.timelineLight .t_line_view {
 
width:480px;
 
}
 
 
.timelineLight .t_line_m {
 
width: 238px;
 
}
 
.timelineLight .t_line_m.right {
 
left: 240px;
 
width: 238px;
 
}
 
 
.timelineLight .item_open {
 
width:280px;
 
height:390px;
 
}
 
.timelineLight .item_open_cwrapper {
 
width:280px;
 
}
 
}
 
 
 
 
  
</style>
 
  
 
   <!-- main -->
 
   <!-- main -->
Line 1,171: Line 838:
 
   </section>
 
   </section>
 
     <!--/ Slider end -->
 
     <!--/ Slider end -->
<!-- BEGIN TIMELINE -->
 
<div class="timelineLight tl">
 
<div class="item" data-id="04/06/2017" data-description="Lorem ipsum dolor sit amet, consectetur adipiscing elit...">
 
<a href="#" class="image_rollover_bottom">
 
<img src="images/thumbnails/1.jpg" alt="" />
 
</a>
 
<h2>Team Gathering</h2>
 
<p>1+1+1+1+1+1+1+1+1+1+1+1>12</br>
 
Having been through a month of number theory online learning and intense brain storming, the team settled the basic scheme for the project and met up at Shenzhen BGI-college for the first time.
 
 
</p>
 
<span></span>
 
<div class="read_more" data-id="22/03/2012">Read more</div>
 
<div class="timeline_open_content">
 
<h2></h2>
 
</div>
 
</div>
 
 
<div class="item" data-id="12/06/2017" data-description="Lorem ipsum dolor sit amet, consectetur adipiscing elit...">
 
<a href="#" class="image_rollover_bottom">
 
<img src="images/thumbnails/2.jpg" alt="" />
 
</a>
 
<h2>JUNE, 12</h2>
 
<span></span><div class="read_more" data-id="12/06/2012">Read more</div>
 
</div>
 
<div class="item_open" data-id="12/06/2017">
 
<div class="timeline_open_content">
 
<h2></h2>
 
</div>
 
</div>
 
 
<div class="item" data-id="21/06/2017" data-description="Lorem ipsum dolor sit amet, consectetur adipiscing elit...">
 
<a href="#" class="image_rollover_bottom">
 
<img src="images/thumbnails/3.jpg" alt="" />
 
</a>
 
<h2>JUNE, 21</h2>
 
<span></span><div class="read_more" data-id="21/06/2012">Read more</div>
 
</div>
 
<div class="item_open" data-id="21/06/2017">
 
<div class="timeline_open_content">
 
<h2></h2>
 
</div>
 
</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</div> <!-- /END TIMELINE -->
 
 
<!-- +++++ Welcome Section +++++ -->
 
<!-- +++++ Welcome Section +++++ -->
 
<div id="ww">
 
<div id="ww">

Revision as of 04:39, 21 October 2017

Team:BGIC-Union

Hi, I am dCasentry,

a T7—dCas9 multi-output DNA sensor designed to detect ctDNA!

Cancer is a leading cause of death worldwide, accounting for 8.8 million deaths in 2015, and the most common cause of cancer death is lung cancer (1.69 million deaths). Nowadays, multiple lung cancer detection methods are developed, one of them being liquid biopsy. The technique of liquid biopsy is much better than the popular biopsy as it obviates pain and complication incurred to patients by detecting various tumor markup, including short strand circulating tumor DNA (CtDNA) in the blood. However, it still requires laboratory apparatus such as PCR instrument.

Thus our primary task is to devise a more efficient, rapid and convenient lung cancer prognosis method. We construct a paper chip containing powerful biosensor capable of detecting the fusion gene, EML4-ALK, which only exists only in NSCLC (non small cell lung cancer) patients’ blood. Specific targeted drug for this mutation has been produced, which means patients can receive precise treatment as soon as possible when the detection result is positive.

The biosensor, dCasentry, consists of paired dCas9 protein guided by sgRNA and linked with split T7 RNA polymerase that serves as a switch. When the targeting lung cancer mutation gene is detected, visible signal will be released as the T7 RNA polymerase starts transcription. DCasentry not only deals with low ctDNA concentration in blood but also capable of producing various kinds of signal output, such as GFP and RFP.

We adopt freeze-dried paper chip as the vector of the detection system to simplify its operation as well as storage. The DNA device and proteins needed for detection are mixed with cell-free system and freeze-dried on the paper chip. During testing, the blood sample of the patient provides a liquid environment to reactivate the cell-free system. The product will be presented as a kit, containing including hemostix, a hand power centrifuge, NASBA reaction system and the paper screening chip, that can be widely used on the medical field.

Please, click here and know more about me as well as the product!

EXTRACT

CENTRIFUGE

ctDNA AMPLIFICATION

DETECTION

SIGNALING

TEST CHIP