(13 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
grey: #808080 | grey: #808080 | ||
--> | --> | ||
+ | |||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<!-- Preloaded elements which is added dynamically to the page, and as such might be needed before normally loaded --> | <!-- Preloaded elements which is added dynamically to the page, and as such might be needed before normally loaded --> | ||
− | |||
− | |||
− | |||
<!--stylesheets etc --> | <!--stylesheets etc --> | ||
− | <link rel="stylesheet" type="text/css" | + | <!-- <link rel="stylesheet" type="text/css" href=".\CSS-files\global.css" /> |
− | + | <link rel="stylesheet" type="text/css" href=".\CSS-files\footer.css" /> | |
− | <link rel="stylesheet" type="text/css" | + | <link rel="stylesheet" type="text/css" href=".\CSS-files\menu.css" /> |
− | + | <link rel="stylesheet" type="text/css" href=".\CSS-files\content.css" /> | |
− | <link rel="stylesheet" type="text/css" | + | <link rel="stylesheet" type="text/css" href=".\CSS-files\page_picture.css" /> |
− | + | <link rel="stylesheet" type="text/css" href=".\CSS-files\fix_code.css" /> --> | |
− | <link rel="stylesheet" type="text/css" | + | |
− | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/global?action=raw&ctype=text/css" /> | |
− | <link rel="stylesheet" type="text/css" | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/footer?action=raw&ctype=text/css" /> |
− | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/menu?action=raw&ctype=text/css" /> | |
− | <link rel="stylesheet" type="text/css" | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/content?action=raw&ctype=text/css" /> |
− | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/page_picture?action=raw&ctype=text/css" /> | |
− | + | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:H14Z1_Hangzhou/CSS-files/fix_code?action=raw&ctype=text/css" /> | |
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:H14Z1_Hangzhou/JS-files/picture_field_resize?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:H14Z1_Hangzhou/JS-files/slide_show?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:H14Z1_Hangzhou/JS-files/menu?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:H14Z1_Hangzhou/JS-files/footer?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- <script type="text/javascript" src="./JS-files/footer.js"></script> --> | ||
− | + | </head> | |
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
<body> | <body> | ||
− | <div id="page_content_container"> | + | <div id="page_content_container"> |
− | + | <div id="menu" attribute="Home"></div> | |
− | + | <div class="content"> | |
− | <div | + | <img src="https://static.igem.org/mediawiki/2018/4/45/T--H14Z1_Hangzhou--head_home.png" alt="" class="head_div_img" /> |
− | <img src="https://static.igem.org/mediawiki/ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div class="content_conts" style="text-align:center"> | |
− | + | <!-- dimensions 2:1 must be honored for ALL pictures added to slideshow --> | |
− | + | <!-- One span must be added, with increased changeToDiv parameter if additional images are added --> | |
− | + | <img class="slideshow_picture" style="margin:0 auto" src="https://static.igem.org/mediawiki/2018/4/4f/T--H14Z1_Hangzhou--home_first.jpg"> | |
− | + | <img class="slideshow_picture" src="https://static.igem.org/mediawiki/2018/7/7c/T--H14Z1_Hangzhou--home_second.jpg"> | |
− | + | <img class="slideshow_picture" src="https://static.igem.org/mediawiki/2018/7/73/T--H14Z1_Hangzhou--home_third.jpg"> | |
− | + | <img class="slideshow_picture" src="https://static.igem.org/mediawiki/2018/9/96/T--H14Z1_Hangzhou--home_four.jpg"> | |
− | + | <div class="slider_select" style="width:100%; margin-top: -100px"> | |
− | + | <div class="arrow-left" onclick="plusDivs(-1)">❮</div> | |
− | + | <div class="arrow-right" onclick="plusDivs(1)">❯</div> | |
− | + | <span class="dot current_dot" onclick="changeToDiv(1)"></span> | |
− | + | <span class="dot" onclick="changeToDiv(2)"></span> | |
− | + | <span class="dot" onclick="changeToDiv(3)"></span> | |
− | + | <span class="dot" onclick="changeToDiv(4)"></span> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
− | + | <div class="content_box" style="margin-top:100px"> | |
− | + | <h3 class="content_subtitle" style="text-align:center">Title</h3> | |
− | + | <p class="content_context" style="line-height:32px; font-size: 18px; text-align: justify"> | |
− | + | Smart Yogurt:A possible alternative supply of two liver-protective factors with | |
− | + | colonization-prone <i>Lactococcus lactisa</i> | |
− | + | </p> | |
− | + | <h3 class="content_subtitle" style="text-align:center">Abstract</h3> | |
− | + | <p class="content_context" style="line-height:32px; font-size: 18px; text-align: justify; text-indent: 2em"> | |
− | + | A variety of liver diseases occur throughout the world irrespective of age, sex, region or | |
− | + | race. Two important liver-protective factors (glutathione and S-adenosyl methionine) has been | |
− | + | applied to prevent and treat many different liver diseases and damage. Due to low stability and | |
− | + | short half-life, oral table supply of GSH or SAM might be replaced by a novel strategy of | |
− | + | supplying these molecules continuously using our synthetic biology design of smart yogurt. In | |
− | + | the experiment, two-functional GSH synthetase gene (<i>gshF</i>) and SAM synthetase gene (<i>metK</i>) were | |
− | + | in tandem inserted into the expression vector (pNZ8148), and the resulted plasmid (pNZ-GM) was | |
− | + | further employed to construct the target vector pNZ-GMcA by introducing adhesion factor gene | |
− | + | (<i>cwaA</i>). This target vector was confirmed by gene sequencing and transformed into food-grade | |
− | + | <i>Lactococcus lactis</i>. Further studies showed that the synthetic levels of SAM and GSH were | |
− | + | improved greatly with <i>Lactococcus lactis</i> NZ9000/pNZ-GMcA, and the colonization-prone ability | |
− | + | was also increased simultaneously. Finally, this recombinant <i>Lactococcus lactis</i> was inoculated | |
− | + | to produce our smart yogurt separately or combined with <i>Lactobacillus delbruecki</i>. The present | |
− | + | work paved one road to supply liver-protective agents using smart yogurt concept thanks to | |
− | + | synthetic biology. | |
− | + | </p> | |
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Line 182: | Line 87: | ||
</div> | </div> | ||
− | </div> | + | </div> |
</body> | </body> | ||
+ | |||
</html> | </html> |
Latest revision as of 03:04, 18 October 2018
<!DOCTYPE html>
Title
Smart Yogurt:A possible alternative supply of two liver-protective factors with colonization-prone Lactococcus lactisa
Abstract
A variety of liver diseases occur throughout the world irrespective of age, sex, region or race. Two important liver-protective factors (glutathione and S-adenosyl methionine) has been applied to prevent and treat many different liver diseases and damage. Due to low stability and short half-life, oral table supply of GSH or SAM might be replaced by a novel strategy of supplying these molecules continuously using our synthetic biology design of smart yogurt. In the experiment, two-functional GSH synthetase gene (gshF) and SAM synthetase gene (metK) were in tandem inserted into the expression vector (pNZ8148), and the resulted plasmid (pNZ-GM) was further employed to construct the target vector pNZ-GMcA by introducing adhesion factor gene (cwaA). This target vector was confirmed by gene sequencing and transformed into food-grade Lactococcus lactis. Further studies showed that the synthetic levels of SAM and GSH were improved greatly with Lactococcus lactis NZ9000/pNZ-GMcA, and the colonization-prone ability was also increased simultaneously. Finally, this recombinant Lactococcus lactis was inoculated to produce our smart yogurt separately or combined with Lactobacillus delbruecki. The present work paved one road to supply liver-protective agents using smart yogurt concept thanks to synthetic biology.