Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<link rel="stylesheet" href="https://2018.igem.org/Team:Jiangnan/CSSmaterializecss?action=raw&ctype=text/css"> | <link rel="stylesheet" href="https://2018.igem.org/Team:Jiangnan/CSSmaterializecss?action=raw&ctype=text/css"> | ||
− | |||
− | |||
<style type="text/css"> | <style type="text/css"> | ||
− | + | #home_logo, #sideMenu { display:none; } | |
+ | #HQ_page p{text-align:inherit;font-size:inherit;} | ||
html{width:100%;height:100%;background:white; list-style:none;} | html{width:100%;height:100%;background:white; list-style:none;} | ||
+ | #top_menu_under{height:auto;} | ||
#globalWrapper,#HQ_page,#bodyContent,#mw-content-text{height:100%;} | #globalWrapper,#HQ_page,#bodyContent,#mw-content-text{height:100%;} | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | #content { margin-left:0px;margin-top:- | + | #content { margin-left:0px;margin-top:-5px; padding:0px; width:100%;height:100%;} |
body {background-color:white;height:100%;} | body {background-color:white;height:100%;} | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 23: | Line 15: | ||
#description p{text-align:center;} | #description p{text-align:center;} | ||
.mw-content-ltr ul{margin:0px} | .mw-content-ltr ul{margin:0px} | ||
− | + | h4 { | |
− | + | font-family: Arial,sans-serif; | |
− | + | font-weight: 100; | |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | p{ | ||
+ | font-size: 1.2em; | ||
+ | } | ||
− | + | .JTrow{ | |
− | + | margin-top: 5%; | |
− | + | margin-bottom:5%; | |
− | + | margin-left: 10%; | |
− | + | margin-right: 10%; | |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
− | + | .JTp{ | |
− | + | display: block; | |
− | + | margin-block-start: 0.2em; | |
− | + | margin-block-end: 0.2em; | |
− | + | margin-inline-start: 0px; | |
− | + | margin-inline-end: 0px; | |
− | + | } | |
− | + | </style> | |
− | + | <style type="text/css"> | |
− | + | .Jnav{position: fixed;top: 17px;opacity: 1;background-color: rgba(255, 255, 255, 0.2); width: 100%;z-index:999;} | |
− | + | .Jnav a{text-decoration: none!important;color:#039be5;} | |
− | + | .Jnavtitle{float: right;width: 10%;text-align: center;padding: 1em 0;} | |
− | + | .Jnavdrag{position: relative;width: 100%;} | |
− | + | .Jnavdrag>ul{position: absolute;top: 0;width: 100%;border-radius: 5px;background-color: white;transition: all .4s ease-in-out;opacity: 0;} | |
− | + | </style> | |
− | + | <script type="text/javascript"> | |
− | + | function Jnavshow(obj){ | |
− | + | var ul = obj.getElementsByTagName("ul"); | |
− | + | ul = ul[0]; | |
− | + | ul.style["opacity"] = 1; | |
− | + | } | |
− | + | function Jnavhide(obj){ | |
− | + | var ul = obj.getElementsByTagName("ul"); | |
− | + | ul = ul[0]; | |
− | + | ul.style["opacity"] = 0; | |
− | + | } | |
− | + | </script> | |
− | + | <div class="Jnav"> | |
− | + | <div class="Jnavtitle"> | |
− | + | <a href="https://2018.igem.org/Team:Jiangnan/Safety">Safety</a> | |
− | + | </div> | |
− | + | <div class="Jnavtitle"> | |
− | + | <a href="https://2018.igem.org/Team:Jiangnan/Hardware">Hardware</a> | |
− | < | + | </div> |
− | + | <div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)"> | |
− | + | <a href="https://2018.igem.org/Team:Jiangnan/Team">Team</a> | |
− | + | <div class="Jnavdrag"> | |
− | + | <ul> | |
− | + | <li><a href="https://2018.igem.org/Team:Jiangnan/Team">Team Members</a></li> | |
− | + | <li class="divider"></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Jiangnan/Attributions">Attribution</a></li> | |
− | + | <li class="divider"></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Jiangnan/Collaborations">Collaboration</a></li> | |
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | </ | + | </div> |
+ | <div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)"> | ||
+ | <a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Human Practice</a> | ||
+ | <div class="Jnavdrag"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Human_Practices">Overview</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Silver">Silver</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Gold</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Public_Engagement">Pulic Engagement</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Entrepreneurship">Entrepreneurship</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="Jnavtitle"> | ||
+ | <a href="https://2018.igem.org/Team:Jiangnan/Model">Model</a> | ||
+ | </div> | ||
+ | <div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)"> | ||
+ | <a href="https://2018.igem.org/Team:Jiangnan/Notebook">Notebook</a> | ||
+ | <div class="Jnavdrag"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Notebook">Lab Book</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Protocol">Protocol</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="Jnavtitle" onmouseover="Jnavshow(this)" onmouseleave="Jnavhide(this)"> | ||
+ | <a href="https://2018.igem.org/Team:Jiangnan">Project</a> | ||
+ | <div class="Jnavdrag"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Background">Background</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Design">Design</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Demonstrate">Demonstration</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Results">Result</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Jiangnan/Parts">Part</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="navlogo" style="float: left;width: 20%;text-align: center;"> | ||
+ | <a href="https://2018.igem.org/Team:Jiangnan"><img src="https://static.igem.org/mediawiki/2018/d/d7/T--Jiangnan--igemJN_logo.png" style="width: 3em;"></a> | ||
+ | </div> | ||
</div> | </div> | ||
Line 141: | Line 133: | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <div style="width:100%;background-color: #f0ebea"> |
− | < | + | <div style="text-align: center;"> |
− | </ | + | <video class="responsive-video" controls> |
+ | <source src="https://2018.igem.org/wiki//images/9/95/T--Jiangnan--Video_Trim.mp4" type="video/mp4"> | ||
+ | </video> | ||
</div> | </div> | ||
− | + | <div style="position: relative;"> | |
− | + | <img src="main/top.png" width="100%"> | |
− | + | <div style="position: absolute;top: 4em;width: 100%;"> | |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <div style="text-align: center;"> |
− | < | + | <img src="https://static.igem.org/mediawiki/2018/a/a1/T--Jiangnan--main_logo.png" width="10%"> |
− | + | <h4 style="color: white;">Project Description</h4> | |
− | <div | + | <div style="margin-bottom: 0; width: 60%;display: inline;position: relative;"> |
− | <p>The | + | <p style="text-align: center;color: white">The limitingg factors of most vaccine companies, according to our previous invetigation and survey, are |
− | + | mulitifaceted costs in actual production process and long product lift cycle and other issues due to | |
− | + | to complex application process of new vaccines(call line).<br> | |
− | + | The goal of our project is to enable three features of our chassis cell, i.e.,high titration, suspension cultivation, and | |
+ | broad spectrum to reduce the production cost increase the yield of viruses for vaccine production. The chassis cell we used here if. | ||
+ | .MDBK cell.</p> | ||
</div> | </div> | ||
− | + | <div style="width: 33.3%;float: left;"> | |
− | + | <a href="#broad"><img class="animated infinite pulse" src="https://static.igem.org/mediawiki/2018/0/06/T--JiangNan--broad.png" width="50%"></a> | |
− | + | <div><h4 style="color: white">Broad spectrum</h4></div> | |
− | + | ||
− | + | ||
− | < | + | |
</div> | </div> | ||
− | <div | + | <div style="width: 33.3%;float: left;"> |
− | <img | + | <a href="#sus"><img class="animated infinite swing" src="https://static.igem.org/mediawiki/2018/c/cf/T--Jiangnan--main--sus.png" width="50%"></a> |
− | + | <div><h4 style="color: white">Suspension</h4></div> | |
− | < | + | |
</div> | </div> | ||
− | <div | + | <div style="width: 33.3%;float: left;"> |
− | < | + | <a href="#high"><img class="animated infinite rubberBand" src="https://static.igem.org/mediawiki/2018/9/96/T--Jiangnan--main--high.png" width="50%"></a> |
− | + | <div><h4 style="color: white">High titer</h4></div> | |
− | < | + | |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <div id=" | + | </div> |
− | <div style="color: | + | <div id="broad" class="row"> |
− | + | <div class="col s7 offset-s1"> | |
− | <div | + | <h5 style="color: #2e7d32">Broad spectrum</h5> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <p>Through text mining, we classified cell receptors according to the Baltimore subtyping of viruses and summarized the primary receptors mediating the entry of different types of viruses. After systematic analysis, we aim to express Nectin 4 and Tfr on our chassis cells to make them possible to a broad spectrum of viruses.</p> |
− | + | </div> | |
− | + | <div class="col s3"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/4/42/T--Jiangnan--main--broadmove.png" width="100%"> | |
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | <div id=" | + | <div id="sus" class="row"> |
− | <div | + | <div class="col s3 offset-s1"> |
− | + | <img src="https://static.igem.org/mediawiki/2018/0/00/T--Jiangnan--main--susmove.png" width="100%"> | |
− | <div | + | </div> |
− | < | + | <div class="col s7"> |
− | + | <h5 style="text-align: right;color: #ff9100">Suspension</h5> | |
− | + | <p>Through high throughput sequencing of two pairs of cells with and without the suspension feature, we found a panel of genes responsible for the suspension feature of cells following network construction using computational approach. The top gene was functionally validated before applied to the chassis cell for genomic modulation.</p> | |
− | <p | + | |
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | <div id=" | + | <div id="high" class="row"> |
− | <div style="color: | + | <div class="col s7 offset-s1"> |
− | + | <h5 style="color: #03a9f4">High titer</h5> | |
− | <div | + | <p>Through bioinformatics analysis and mathematical modeling, we constructed the network regulating virus titration of cells. The top gene was selected, functionally validated in vitro and used for genomic modulation in the chassis cells to enable them the feature of increased titration. On the other hand, we manufactured a device to generate cold atmospheric plasma, using which cell titration was further increased in response to plasma irradiation.</p> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | </div> |
− | + | <div class="col s3"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/1/17/T--Jiangnan--main--highmove.png" width="100%"> | |
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b6/T--Jiangnan--thanks.png" width="100%" style="margin-bottom: -1em;"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 14:05, 17 October 2018
Project Description
The limitingg factors of most vaccine companies, according to our previous invetigation and survey, are
mulitifaceted costs in actual production process and long product lift cycle and other issues due to
to complex application process of new vaccines(call line).
The goal of our project is to enable three features of our chassis cell, i.e.,high titration, suspension cultivation, and
broad spectrum to reduce the production cost increase the yield of viruses for vaccine production. The chassis cell we used here if.
.MDBK cell.
Broad spectrum
Through text mining, we classified cell receptors according to the Baltimore subtyping of viruses and summarized the primary receptors mediating the entry of different types of viruses. After systematic analysis, we aim to express Nectin 4 and Tfr on our chassis cells to make them possible to a broad spectrum of viruses.
Suspension
Through high throughput sequencing of two pairs of cells with and without the suspension feature, we found a panel of genes responsible for the suspension feature of cells following network construction using computational approach. The top gene was functionally validated before applied to the chassis cell for genomic modulation.
High titer
Through bioinformatics analysis and mathematical modeling, we constructed the network regulating virus titration of cells. The top gene was selected, functionally validated in vitro and used for genomic modulation in the chassis cells to enable them the feature of increased titration. On the other hand, we manufactured a device to generate cold atmospheric plasma, using which cell titration was further increased in response to plasma irradiation.