Difference between revisions of "Team:LZU-CHINA/Design"

(Prototype team page)
 
Line 1: Line 1:
{{LZU-CHINA}}
 
 
<html>
 
<html>
 +
<style>
 +
img[data-action="zoom"] {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-in;
 +
  cursor: -moz-zoom-in;
 +
}
 +
.zoom-img,
 +
.zoom-img-wrap {
 +
  position: relative;
 +
  z-index: 666;
 +
  -webkit-transition: all 300ms;
 +
  -o-transition: all 300ms;
 +
  transition: all 300ms;
 +
}
 +
img.zoom-img {
 +
  cursor: pointer;
 +
  cursor: -webkit-zoom-out;
 +
  cursor: -moz-zoom-out;
 +
}
 +
.zoom-overlay {
 +
  z-index: 420;
 +
  background: #fff;
 +
  position: fixed;
 +
  top: 0;
 +
  left: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  pointer-events: none;
 +
  filter: "alpha(opacity=0)";
 +
  opacity: 0;
 +
  -webkit-transition: opacity 300ms;
 +
  -o-transition: opacity 300ms;
 +
  transition: opacity 300ms;
 +
}
 +
.zoom-overlay-open .zoom-overlay {
 +
  filter: "alpha(opacity=100)";
 +
  opacity: 1;
 +
}
 +
.zoom-overlay-open,
 +
.zoom-overlay-transitioning {
 +
  cursor: default;
 +
}
  
<div class="column full_size">
+
.mdc__toolbar--fixed{top: 16px;}
<h1>Design</h1>
+
@font-face {font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://static.igem.org/mediawiki/2017/d/d5/Lanzhou_wiki_MaterialIcons-Regular.woff) format('woff'); } .material-icons {font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink  {display:none;} #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;} body {background-color:white; margin: 0;} #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }#top_title{display:none; }#top_menu_under {position:relative; width:100%; height:18px } #top_menu_14 {position:fixed; width:100%; top:0px; left:0px; height:16px; background-color:#383838; border-bottom:2px solid black; z-index:9999 } #top_menu_inside {display:block; position:relative; width:960px; height:100%; margin:0px auto; padding:0 10px; border-left:1px solid #c8c8c8; border-right:1px solid #c8c8c8; font-family:'arial',sans-serif; font-size:12px; font-weight:400; color:#ffffff } #top_menu_inside ul {list-style:none; margin:0; padding:0 } #top_menu_inside li {float:left; padding:0px 25px 0px 20px; cursor:pointer; margin:0 } #top_menu_inside .has_submenu:hover {background-color:#000000; color:white; text-decoration:none } #top_menu_inside #user_item {float:right; padding-top:2px; margin-right:100px; cursor:pointer; color:orange } #top_menu_inside #user_item:hover {background-color:#000000; color:#ffc864 } #top_menu_inside #bars_item {position:absolute; top:1px; left:960px; z-index:2; cursor:pointer } #top_menu_inside #bars_box {position:absolute; right:0px; top:17px; min-height:100px; min-width:100px; color:black; background-color:white; border:1px solid black; box-shadow:rgba(50,50,50,0.75) 1px 1px 10px 0px; z-index:1 } #top_menu_inside .submenu {display:none; position:absolute; z-index:10; top:16px; left:20px; width:900px; min-height:80px; background-color:#000000; padding:10px 15px 20px 15px; box-shadow:rgba(10,10,10,0.75) 0px 5px 15px 0px; color:#ffffff } #top_menu_inside .section {float:left; width:190px; font-family:helvitica,sans-serif; font-style:normal; font-weight:400; font-size:14px; line-height:22px; text-align:justify } #top_menu_inside .section .google span {padding-left:20px } #top_menu_inside .section .google span:hover,#top_menu_inside .section #page_go:hover {text-decoration:none; color:orange } #top_menu_inside .h1 {font-style:normal; font-size:18px; line-height:24px; text-weight:600; text-decoration:underline; text-align:left } #top_menu_inside .intro {color:#ffffff; font-style:italic; font-weight:normal; font-size:16px } #top_menu_inside .has_submenu .intro a {color:#ffffff; cursor:pointer } #top_menu_inside .has_submenu .intro a:hover {color:orange }
<p>
+
.mdc-toolbar--fixed{top: 16px !important;}</style>
Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.
+
</p>
+
  
<p>
 
This page is different to the "Applied Design Award" page. Please see the <a href="https://2018.igem.org/Team:LZU-CHINA/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
 
</p>
 
  
</div>
+
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
  
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS&action=raw&ctype=text/css">
  
  
<div class="column two_thirds_size">
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/bookstrap&action=raw&ctype=text/css">
<h3>What should this page contain?</h3>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/demo&action=raw&ctype=text/css">
<ul>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquery_DonutWidget&action=raw&ctype=text/css">
<li>Explanation of the engineering principles your team used in your design</li>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/jquerysctipttop&action=raw&ctype=text/css">
<li>Discussion of the design iterations your team went through</li>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/linearicons&action=raw&ctype=text/css">
<li>Experimental plan to test your designs</li>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/magnific_popup&action=raw&ctype=text/css">
</ul>
+
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/nice_select&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/owl_carousel&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/templatemo_style&action=raw&ctype=text/css">
 +
<link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/CSS/main&action=raw&ctype=text/css">
 +
<div class="bg-project">
 +
<!-- Start banner Area -->
 +
<section class="generic-banner-safety relative">
 +
<!-- Start Header Area -->
 +
<header class="default-header">
 +
<nav class="navbar navbar-expand-lg  navbar-light">
 +
<div class="container">
 +
<a class="navbar-brand" href="Home.html" style="padding: 0px;">
 +
<img src="img/T--LZU-CHINA--logo.png" alt="" height="50">
 +
</a>
 +
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
 +
<span class="text-white lnr lnr-menu"></span>
 +
</button>
  
</div>
+
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
 +
<ul class="navbar-nav">
 +
<li><a href="Home.html">Home</a></li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="#" id="1" data-toggle="dropdown">Team</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="generic.html">Team</a>
 +
<a class="dropdown-item" href="elements.html">Attribution</a>
 +
<a class="dropdown-item" href="elements.html">collaborations</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="Project.html" id="2" data-toggle="dropdown">Project</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="Project.html">Description</a>
 +
<a class="dropdown-item" href="generic.html">Design</a>
 +
<a class="dropdown-item" href="elements.html">part</a>
 +
<a class="dropdown-item" href="generic.html">experiment</a>
 +
<a class="dropdown-item" href="Safety.html">safety</a>
 +
</div>
 +
</li>
 +
<li class="dropdown">
 +
<a class="dropdown-toggle" href="#" id="3" data-toggle="dropdown">wet lab</a>
 +
<div class="dropdown-menu">
 +
<a class="dropdown-item" href="generic.html">result</a>
 +
<a class="dropdown-item" href="elements.html">future work</a>
 +
<a class="dropdown-item" href="elements.html">interlab</a>
 +
<a class="dropdown-item" href="elements.html">notebook</a>
  
<div class="column third_size">
+
</div>
<div class="highlight decoration_A_full">
+
</li>
<h3>Inspiration</h3>
+
<li><a href="#secvice">dry lab</a></li>
<ul>
+
<li class="dropdown">
<li><a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a></li>
+
<a class="dropdown-toggle" href="#" id="4" data-toggle="dropdown">HP</a>
<li><a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a></li>
+
<div class="dropdown-menu">
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
<a class="dropdown-item" href="generic.html">intergrated hp</a>
</ul>
+
<a class="dropdown-item" href="elements.html">public engagement</a>
</div>
+
</div>
</div>
+
</li>
 +
<li><a href="#home">award</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</nav>
 +
</header>
 +
<!-- End Header Area -->
 +
<div class="container" style="height: 100%">
 +
<div class="row height align-items-center justify-content-center" style="height: 90%">
 +
<div class="col-lg-10">
 +
<div class="generic-banner-content">
 +
<h2 class="text-white">Design</h2>
  
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</section>
 +
<!-- End banner Area -->
 +
 +
<!-- About Generic Start -->
 +
<div class="main-wrapper">
 +
<div class="location" >
  
 +
<p  ><a href="#p1" style="text-align: left;font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">1.Exosomes booster module</a></p>
 +
<p ><a href="#p2" style="text-align: left;font-size: 14px;color: #FFFFFF;margin-bottom: 16px;">2.miRNA module</a></p>
 +
<p ><a href="#p3" style="text-align: left;font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">3.5HRE-PminCMV module</a></p>
 +
<p ><a href="#p4" style="text-align: left;font-size: 14px;color: #FFFFFF;margin-bottom: 20px;">4.BS-Biotin-On system module</a></p>
 +
<p class="scroll_top" style="text-align: center;font-size: 16px;">RETURN TOP</p>
 +
</div>
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pt-100" id="p1">
 +
<div class="container" style="background: rgb(255,255,255)">
 +
<div style="height: 50px"></div>
 +
<h3 class="about-title mb-30" >Exosomes booster module</h3>
 +
<div class="col-md-12">
 +
<p class="para2" >Considering that TIL cells don’t secret enough exosomes under normal condition, we fuse three genes to increase the number of exosomes (Alenquer, 2015), thus increasing the transfer efficiency of exosomes.They are STEAP3(boost exosomes biogenesis), hSDC4 (supports budding of endosomal membranes to form multivesicular bodies) and NadB (boost cellular metabolism by tuning up with the citric acid cycle).</p>
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design1.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2" >They combine with each other to boost exosomal transfer efficiency:</p>
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design2.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<p class="para2" >In previous article, it use IRES (internal ribosome entry site,IRES) to connect three genes, we change it into linkers T2A and P2A to ensure proper expression of three genes.<br>
 +
Then we use use reporter gene copGFP to manifest the expression of exosome booster with the promoter of 5-HRE-PminCMV.
 +
</p>
 +
</div>
 +
<div style="height: 20px" id="p2"></div>
 +
<h3 class="about-title mb-30" >miRNA module</h3>
 +
<div class="col-md-12">
 +
<p class="para2" >To find out which miRNA or combination of miRNA can best assist Ms.T to arrest cancer cells, we give Mr.T different weapons under different inducer.<br>
 +
Induced by tetracycline,we give Mr.T a gun (mir-135b-3p).<br>
 +
Induced by biotin,we give Mr.T a bloodhound (mir-769-5p).<br>
 +
Induced by galactose, we give Mr.T a spontoon (mir-942-5p).<br>
 +
</p>
 +
<h6 style="color: black">Exosomes booster module and miRNA module assembly</h6>
 +
<p class="para2">
 +
Because different miRNA can show variable anti-tumor activity.What’s their comprehensive effect on tumor cells? Will their comprehensive effect higher than separate impact? To explore this question, we fuse exosome booster module and three miRNA module into one plasmid.<br>
 +
By adding different inducers into the cell culture, we can prompt engineered 293T cells to express different concentrations of miRNA.There are six combination:<br>
 +
Then we can find the optimum combination of miRNA to achieve our goal——kill tumor cells.
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design3.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design4.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div>
 +
</p>
 +
</div>
 +
<div style="height: 20px" id="p3"></div>
 +
<h3 class="about-title mb-30" >5HRE-PminCMV module</h3>
 +
<div class="col-md-12">
 +
<p class="para2">When TIL cell sense the condition of hypoxia in tumor microenvironment, HIF-1(hypoxia inducible factor 1) is produced, and it can bind to HRE(hypoxia response elements), then activating the minimized CMV promoter. Through this mechanism, we can switch the interest gene specifically in tumor microenvironment.</p>
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design5.png"  class="img-fluid mr-20 mb-20"style="width: 70%" ></div></div>
 +
<div style="height: 20px" id="p4"></div>
 +
<h3 class="about-title mb-30" >BS-Biotin-On system module</h3>
 +
<div class="col-md-12">
 +
<p class="para2">BirA, a bifunctional protein, can activate biotin and connect it with specific protein receptor in the presence of ATP, and can also bind to activated biotin to produce conformational changes, and then bind to the specific operon sequence (OBirA) located upstream of biotin biosynthesis operon to inhibit the transcription of this operon. The system utilizes the above characteristics of BirA to construct an artificial transcription activator, BirA-VP16, with the transcription activation domain of herpes simplex virus transcription activator VP16. The obtained BirA-VP16 can bind and activate the minimum CMV promoter containing three copies of OBirA in the presence of biotin, thereby activating the downstream genes.</p>
 +
<div class="myimg"><img src="img/T--LZU-CHINA--design6.png" class="img-fluid mr-20 mb-20"style="width: 60%" ></div>
 +
</div>
 +
</div>
 +
</section>
 +
<!-- End Generic Start -->
  
 +
<!-- Start Generic Area -->
 +
<section class="about-generic-area pb-100 pt-100" id="safety2">
 +
<div class="container border-top-generic" style="background: rgb(255,255,255)">
 +
 +
</div>
 +
</section>
 +
<!-- End Generic Start -->
 +
<!-- start footer Area -->
 +
<footer class="footer-area section-gap" style="position: relative;z-index: 9999;">
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-lg-6 col-md-6 col-sm-6">
 +
<div class="single-footer-widget">
 +
<h6>About Us</h6>
 +
<img src="https://static.igem.org/mediawiki/2018/e/ee/T--LZU-CHINA--xiaohui.png" style="height: 120px">
 +
<img src="https://static.igem.org/mediawiki/2018/d/df/T--LZU-CHINA--yiyuan.png" style="height: 120px">
 +
<img src="https://static.igem.org/mediawiki/2018/4/41/T--LZU-CHINA--shengming.png" style="height: 120px">
 +
<p>
 +
We wish to extend our deepest appreciation to the Lanzhou University, The First Clinical Medical College and School of Life Science for the great support and help in this project
 +
</p>
 +
</div>
 +
</div>
 +
 +
<div class="col-lg-6 col-md-6 col-sm-6 social-widget">
 +
<div class="single-footer-widget">
 +
<h6>Contact Us</h6>
 +
<p>E-mail:752786236@qq.com 1098385458@qq.com</p>
 +
<p>Address:No. 222, Tianshui South Road, chengguan district, Lanzhou City, Gansu Province,730000, P. R. China.</p>
 +
<p style="font-size:20px;font-family: 'Segoe Script'">We are the walker on the long journey towards science</p>
 +
 +
<p class="footer-text">Copyright &copy;2018 iGEM LZU-CHINA Team All rights reserved.</p>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</footer>
 +
<!-- End footer Area -->
 +
</div>
 +
 +
 +
 +
</div>
 +
</div>
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:LZU-CHINA/Javascript/jquery1&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript">
 +
            jQuery(document).ready(function($){
 +
                $('.scroll_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});
 +
            });
 +
</script>
 +
</div>
 
</html>
 
</html>

Revision as of 02:51, 13 October 2018

Design

Exosomes booster module

Considering that TIL cells don’t secret enough exosomes under normal condition, we fuse three genes to increase the number of exosomes (Alenquer, 2015), thus increasing the transfer efficiency of exosomes.They are STEAP3(boost exosomes biogenesis), hSDC4 (supports budding of endosomal membranes to form multivesicular bodies) and NadB (boost cellular metabolism by tuning up with the citric acid cycle).

They combine with each other to boost exosomal transfer efficiency:

In previous article, it use IRES (internal ribosome entry site,IRES) to connect three genes, we change it into linkers T2A and P2A to ensure proper expression of three genes.
Then we use use reporter gene copGFP to manifest the expression of exosome booster with the promoter of 5-HRE-PminCMV.

miRNA module

To find out which miRNA or combination of miRNA can best assist Ms.T to arrest cancer cells, we give Mr.T different weapons under different inducer.
Induced by tetracycline,we give Mr.T a gun (mir-135b-3p).
Induced by biotin,we give Mr.T a bloodhound (mir-769-5p).
Induced by galactose, we give Mr.T a spontoon (mir-942-5p).

Exosomes booster module and miRNA module assembly

Because different miRNA can show variable anti-tumor activity.What’s their comprehensive effect on tumor cells? Will their comprehensive effect higher than separate impact? To explore this question, we fuse exosome booster module and three miRNA module into one plasmid.
By adding different inducers into the cell culture, we can prompt engineered 293T cells to express different concentrations of miRNA.There are six combination:
Then we can find the optimum combination of miRNA to achieve our goal——kill tumor cells.

5HRE-PminCMV module

When TIL cell sense the condition of hypoxia in tumor microenvironment, HIF-1(hypoxia inducible factor 1) is produced, and it can bind to HRE(hypoxia response elements), then activating the minimized CMV promoter. Through this mechanism, we can switch the interest gene specifically in tumor microenvironment.

BS-Biotin-On system module

BirA, a bifunctional protein, can activate biotin and connect it with specific protein receptor in the presence of ATP, and can also bind to activated biotin to produce conformational changes, and then bind to the specific operon sequence (OBirA) located upstream of biotin biosynthesis operon to inhibit the transcription of this operon. The system utilizes the above characteristics of BirA to construct an artificial transcription activator, BirA-VP16, with the transcription activation domain of herpes simplex virus transcription activator VP16. The obtained BirA-VP16 can bind and activate the minimum CMV promoter containing three copies of OBirA in the presence of biotin, thereby activating the downstream genes.