Difference between revisions of "Team:SCUT-China/Implementation"

 
Line 1: Line 1:
{{iGEM_TopBar}}
+
{{SCUT-China/CSS-header}}
{{SCUT-China}}
+
{{SCUT-China/CSS-TTF}}
 +
 
 +
 
 
<html>
 
<html>
 +
<head>
 +
 +
  <meta charset="utf-8">
 +
  <title></title>
 +
  <link rel="stylesheet" href="css/style.css">
 +
  <link rel="stylesheet" href="css/style_ttc_p.css">
 +
 +
 +
 +
 +
      <style media="screen">
 +
        #top_title{ display:none; }
 +
        #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px; border:none;}
 +
      body, html {background-color:#ececea; width: 100%; height: 100%;scroll-behavior: smooth;}
 +
          body::-webkit-scrollbar{
 +
            display: none;
 +
        }
 +
        /* 666666666666666666666666666666666666666666666666666666666666以下为加载动画样式66666666666666666666666666666666666666666 */
 +
                  #gif
 +
                  {
 +
                    position: fixed;
 +
                      top: 0;
 +
                      left: 0;
 +
                      width: 100%;
 +
                      height: 100%;
 +
                      z-index: 99999;
 +
                      /* display: -webkit-box; */
 +
                      -webkit-box-orient: horizontal;
 +
                      -webkit-box-pack: center;
 +
                      -webkit-box-align: center;
 +
                      background: #fff;
 +
                  }
 +
 +
                  #gif>img/*设置gif下的img元素样式*/
 +
                  {
 +
 +
                      /* width:40%; */
 +
                  }
 +
                  .gif2{
 +
                    top: 25%;
 +
                    height:auto;
 +
                    margin-left:30%;
 +
                      width:40%;
 +
                  }
 +
                  .gif1{
 +
                    margin-left:35%;
 +
                    top: 70%;
 +
                    width:30%;
 +
                    margin-top:-25px;
 +
 +
                  }
 +
 +
        /* 666666666666666666666666666666666666666666666666666666666666以上为加载动画样式66666666666666666666666666666666666666666 */
 +
 +
  /* 左侧导航栏样式 */
 +
  #bodyContent h2{
 +
    padding:10px;
 +
  }
 +
  /* css */
 +
  html, body, div, span, applet, object, iframe,
 +
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 +
  a, abbr, acronym, address, big, cite, code,
 +
  del, dfn, em, img, ins, kbd, q, s, samp,
 +
  small, strike, strong, sub, sup, tt, var,
 +
  b, u, i, center,
 +
  dl, dt, dd, ol, ul, li,
 +
  fieldset, form, label, legend,
 +
  table, caption, tbody, tfoot, thead, tr, th, td,
 +
  article, aside, canvas, details, embed,
 +
  figure, figcaption, footer, header, hgroup,
 +
  menu, nav, output, ruby, section, summary,
 +
  time, mark, audio, video {
 +
      margin: 0;
 +
      padding: 0;
 +
      border: 0;
 +
  }
 +
 +
  /* HTML5 display-role reset for older browsers */
 +
  article, aside, details, figcaption, figure,
 +
  footer, header, hgroup, menu, nav, section {
 +
      display: block;
 +
  }
 +
  body{
 +
    line-height: 1.5;
 +
  }
 +
  .middle{
 +
    background: #f4f3ee;
 +
    }
 +
  .middle_img{
 +
    width:100%;
 +
    height:100%;
 +
    background-color:rgba(0,0,0,0);
 +
    background:url("https://static.igem.org/mediawiki/2021/2/2b/T--SCUT-China--Implementation.png") ;
 +
    background-size: 100% 100%;
 +
    background-attachment: fixed;
 +
    z-index: -1;
 +
    /* border-radius: 300px; */
 +
    /* background: #154889; */
 +
    overflow: hidden;
 +
  }
 +
 +
  ol, ul {
 +
      list-style: none;
 +
  }
 +
  blockquote, q {
 +
      quotes: none;
 +
  }
 +
  blockquote:before, blockquote:after,
 +
  q:before, q:after {
 +
      content: '';
 +
      content: none;
 +
  }
 +
  table {
 +
      border-collapse: collapse;
 +
      border-spacing: 0;
 +
  }
 +
  .left{
 +
    width: 25%;
 +
    height:auto;
 +
    float: left;
 +
    background:#ececea ;
 +
  }
 +
  .right{
 +
    width: 75%;
 +
    float: left;
 +
    z-index: 0;
 +
    background: #ececea;
 +
  }
 +
 +
  .siderBar{
 +
    /* 更改鼠标设置图片-------------------------------------------------------------------- */
 +
    /* cursor:url('img/youzi_jiantou-1.png'),auto; */
 +
    width: 95%;
 +
  }
 +
  #nav{
 +
    background: #ececea ;
 +
    top: 20px;
 +
    /* margin-top: 13%; */
 +
  }
 +
  #nav li{
 +
    margin-top: 10px;
 +
      width: 95%;
 +
      /* height: 50px; */
 +
      line-height: 25px;
 +
      text-align: center;
 +
      line-height:25px;
 +
      color: #2C2C2C;
 +
      margin-bottom: 10px;
 +
      padding-top:8px;
 +
      cursor: pointer;
 +
      font-family: 'H2_text';
 +
      font-weight:200;
 +
      font-size: 19px;
 +
      transition: all 0.2s ease;
 +
      -webkit-transition: all 0.2s ease;
 +
      -moz-transition: all 0.2s ease;
 +
  }
 +
  #nav li a{
 +
    padding-top: 15px;
 +
    color:#2C2C2C;
 +
    text-decoration:none;
 +
  }
 +
  #nav li a_nav{
 +
    margin-left: 20px;
 +
    padding-top: 20px;
 +
  }
 +
 +
  /* #nav li a:hover > img{
 +
    visibility:visible;
 +
  } */
 +
  #nav li.on{
 +
      background:#dad9d5;
 +
  }
 +
 +
 +
  #right-nav li a img{
 +
    width: 30px;
 +
    height: auto;
 +
    float: right;
 +
    margin-right: 10px;
 +
  }
 +
  #right-nav {
 +
    position: fixed;
 +
    right: 0px;
 +
    bottom: 50px;
 +
 +
  }
 +
  #right-nav li {
 +
        width: 167px;
 +
        height: 32px;
 +
        line-height: 32px;
 +
        text-align: center;
 +
        color: #ffffff;
 +
        margin-bottom: 5px;
 +
        background: url("images/side-nav-bg.jpg") no-repeat;
 +
        cursor: pointer;
 +
        transition: all 0.2s ease;
 +
        -webkit-transition: all 0.2s ease;
 +
        -moz-transition: all 0.2s ease;
 +
  }
 +
  #right-nav li.on{
 +
      transform: translate(-34px);
 +
      -webkit-transform: translate(-34px);
 +
      -moz-transform: translate(-34px);
 +
 +
  }
 +
  </style>
 +
 +
  <!-- 0000000000000000000000000000000000000右侧工具栏000000000000000000000000000000000 -->
 +
  <!-- 0000000000000000000000000000000000000右侧工具栏000000000000000000000000000000000 -->
 +
  <style>
 +
  .card-wrapper a:link,
 +
  .card-wrapper a:hover,
 +
  .card-wrapper a:visited,
 +
  .card-wrapper a:active {
 +
  color: #fff;
 +
  text-decoration: none;
 +
  }
 +
 +
  .card-holder {
 +
  position: fixed;
 +
  z-index: 9999;
 +
  width: 0px;
 +
  overflow: visible;
 +
  visibility: hidden;
 +
  }
 +
 +
  .card-wrapper {
 +
  display: inline-block;
 +
  float: left;
 +
  clear: both;
 +
  }
 +
 +
  .card {
 +
  position: relative;
 +
  right: 32px;
 +
  padding: 8px 32px 8px 32px;
 +
  margin: 8px;
 +
  x-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
 +
  box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.5);
 +
  background: #fff;
 +
  transition: all 0.3s ease-in-out 0.1s;
 +
  }
 +
  .card_img {
 +
  position: relative;
 +
  right: 25px;
 +
  width:40px;
 +
  height:40px;
 +
  magin:10px;
 +
  bottom: -10px;
 +
  x-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
 +
  box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.5);
 +
  background:rgba(0, 0, 0, 0);
 +
  }
 +
  .card-wrapper img{
 +
  margin-right: 32px;
 +
  width:100%;
 +
  height:auto;
 +
 +
  }
 +
 +
  .card:hover {
 +
  position: relative;
 +
  right: 100%;
 +
  margin-right: -32px;
 +
  box-shadow:
 +
  0 -8px 8px -8px rgba(0, 0, 0, 0.5),
 +
  0 8px 8px -8px rgba(0, 0, 0, 0.5);
 +
  transition: all 0.3s ease-in-out;
 +
  }
 +
 +
  .card-content {
 +
  display: inline-block;
 +
  color: #fff;
 +
  font-family: 'p_text';
 +
  font-size: 16px;
 +
  font-weight:450;
 +
  white-space: nowrap;
 +
  margin-right: 10px;
 +
  }
 +
 +
  .bg-01 { background: #539770; }
 +
  .bg-02 { background: #4B7D74; }
 +
  .bg-03 { background: #8DC2BC; }
 +
  .bg-04 { background: #EDD6B4; }
 +
  .bg-05 { background: #BE7467; }
 +
  .bg-06 { background: #E2AE63; }
 +
 +
  .card-right{
 +
  z-index: 999;
 +
  }
 +
  </style>
 +
  <!-- 0000000000000000000000000000000000000正文内容0000000000000000000000000000000 -->
 +
  <style>
 +
  .main_div{
 +
    background: #ececea;
 +
    display:inline-block;
 +
      width:100%;
 +
  }
 +
  #wrap{
 +
      width: 100%;
 +
  }
 +
  #wrap div{
 +
      /* width: 100%; */
 +
      /* height:auto; */
 +
      /* height: 500px; */
 +
  }
 +
  #content_part{
 +
    display:inline-block;
 +
    margin-top:10px;
 +
    margin-bottom: 15px;
 +
    /* background: #f4f3ee; */
 +
  }
 +
  #hrmar{
 +
      background: #f4f3ee;
 +
      height: auto;
 +
      margin-top:30px;
 +
      margin-right: 40px;
 +
      margin-bottom: 10px;
 +
      color:#333;
 +
 +
      filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
 +
 +
      -moz-box-shadow: 2px 2px 10px #909090;
 +
 +
      -webkit-box-shadow: 2px 2px 10px #909090;
 +
 +
      box-shadow:2px 2px 10px #909090;
 +
  }
 +
  .content_div_img{
 +
    margin: 10px;
 +
    text-align: center;
 +
    justify-content: center;
 +
    display: flex;
 +
    /* width: 900px;
 +
    height: 500px; */
 +
 +
  }
 +
  .content_div_img img{
 +
    width:85%;
 +
    height:auto;
 +
  }
 +
 +
  .content_text_h2{
 +
    text-align: left;
 +
    margin-left: 70px;
 +
    margin-top: 10px;
 +
    font-size: 25px;
 +
    font-family:"H2_text";
 +
  }
 +
  .content_div_text{
 +
    letter-spacing: 0.4px;
 +
    margin: 20px;
 +
    padding-left:100px;
 +
    padding-right:100px;
 +
    /* text-align:center; */
 +
    float: left;
 +
    line-height: 1.5;
 +
    display: inline-block;
 +
    vertical-align: middle;
 +
    text-align: left;
 +
 +
  }
 +
  .content_div_text span{
 +
 +
  font-weight:bold;
 +
  }
 +
  .content_div_text p{
 +
    line-height: 1.5;
 +
    color: #2C2C2C;
 +
    text-align: justify;
 +
    font-family:"P_text";
 +
    word-wrap: break-word
 +
  }
 +
  hr{
 +
    margin-top: 1rem;
 +
    margin-bottom: 1rem;
 +
    border: 0;
 +
    border-top: 2px solid rgba(0,0,0,.1);
 +
    left: 20px;
 +
  }
 +
  .hrmar{
 +
    margin: 0rem 2rem 0 0;
 +
    width: 95%;
 +
  }
 +
  /* --------------------------------------------------------侧边进度条调整--------------------------------- */
 +
  .divBox_div{
 +
    position: fixed;
 +
    width: 10px;
 +
    height: 100%;
 +
    z-index: 99;
 +
  }
 +
  #divBox {
 +
      position: relative;
 +
      width: 10px;
 +
      background-color: #feb770;
 +
      padding: 1px;
 +
      text-align: center;
 +
      top:5%;}
 +
  #divBox_0 {
 +
          position: relative;
 +
          width:10px;
 +
          height: 100%;
 +
          background-color: #feebc3;
 +
          padding: 1px;
 +
          text-align: center;
 +
          top:5%;
 +
          visibility: hidden;
 +
        }
 +
  #bottom_div{
 +
    float: right;
 +
    width: 100%;
 +
    height: 35%;
 +
    /* background-color: #f4f3ee; */
 +
    background-color: #ececea;
 +
  }
 +
  @media only screen and (min-width: 1500px) and (max-width: 2560px) {
 +
    #bottom_div{
 +
      height: 33%;
 +
      height: 260px;
 +
 +
    }
 +
  }
 +
  @media only screen and (min-width: 1000px) and (max-width: 1500px) {
 +
    #bottom_div{
 +
      height: 30%;
 +
      height: 260px;
 +
    }
 +
  }
 +
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
 +
    #bottom_div{
 +
      height: 220px;
 +
    }
 +
 +
  }
 +
  @media (max-width: 768px) {
 +
    #bottom_div{
 +
      height: 180px;
 +
    }
 +
  }
 +
  #bottom_div_img{
 +
    float: right;
 +
    width: 100%;
 +
    height: 100%;
 +
    margin-left: 30px;
 +
    background: url("https://static.igem.org/mediawiki/2021/6/67/T--SCUT-China--background-home-bottom.png");
 +
    background-size: 100% 100%;
 +
  }
 +
  #bottom_div .a_div{
 +
    display: relative;
 +
    width: 17%;
 +
    height:50px;
 +
    margin-left: 30px;
 +
    opacity: 0;
 +
  }
 +
  #bottom_div a{
 +
    opacity: 1;
 +
  }
 +
 +
  /* ----------------------------------------------------------------------------------轮播图 */
 +
  #parent{
 +
      position: relative;
 +
      margin: 10px auto;
 +
      padding: 0;
 +
      width: 500px;
 +
      height: 309px;
 +
  }
 +
 +
  #uls{
 +
      position: relative;
 +
      margin: 0;
 +
      padding: 0;
 +
      width: 500px;
 +
      height: 309px;
 +
      overflow: hidden;
 +
  }
 +
 +
  #img_ul{
 +
      position: absolute;
 +
      margin: 0;
 +
      padding: 0;
 +
      left: 0;
 +
      top: 0;
 +
      width: 3000px;          /*多留出一张图片的宽度!*/
 +
      list-style: none;
 +
  }
 +
  #img_ul li{
 +
      float: left;
 +
      margin: 0;
 +
      padding: 0;
 +
      width: 500px;
 +
      height: 309px;
 +
  }
 +
  #img_ul li img{
 +
      width: 500px;
 +
      height: 250px;
 +
  }
 +
 +
  #litCir_ul{
 +
      position: absolute;
 +
      margin: 0;
 +
      padding: 0;
 +
      right: 10px;
 +
      bottom: 10px;
 +
      list-style: none;
 +
  }
 +
  #litCir_ul li{
 +
      margin: 0;
 +
      padding: 0;
 +
      float: left;
 +
      width: 20px;
 +
      height: 20px;
 +
      text-align: center;
 +
      line-height: 20px;
 +
      border-radius: 50%;
 +
      margin-left:10px ;
 +
      cursor: pointer;
 +
  }
 +
 +
  #litCir_ul li.active{
 +
      background-color: white;
 +
  }
 +
  #litCir_ul li.quiet{
 +
      background-color: #feb770;
 +
  }
 +
 +
  #buttons{
 +
      margin: 0;
 +
      padding: 0;
 +
      display: none;
 +
  }
 +
  #buttons span{
 +
      position: absolute;
 +
      width: 40px;
 +
      height: 40px;
 +
      top: 50%;
 +
      margin-top: -20px;
 +
      line-height: 40px;
 +
      text-align: center;
 +
      font-weight: bold;
 +
      font-family: Simsun;
 +
      font-size: 30px;
 +
      border: 1px solid #fff;
 +
      opacity: 0.3;
 +
      cursor: pointer;
 +
      color: #fff;
 +
      background: black;
 +
  }
 +
  #left_button{
 +
      left: 5px;
 +
  }
 +
  #right_button{
 +
      left: 100%;
 +
      margin-left: -45px;
 +
  }
 +
  /* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
 +
  </style>
 +
 +
      <title></title>
 +
    </head>
 +
 +
    <body  >
 +
      <!-- 顶部导航栏位置 -->
 +
      <!-- 顶部导航栏位置 -->
 +
  <div class="header" >
 +
 +
        <!---Header Start-->
 +
      <div class="header-area">
 +
          <div class="main-header ">
 +
              <div class="header-bottom  header-sticky">
 +
                  <div class="container-fluid">
 +
                      <div class="menu-all">
 +
                          <!-- Logo -->
 +
                          <div class="logo">
 +
                              <a href="https://2021.igem.org/Team:SCUT-China"><img class="logoimg" src="https://static.igem.org/mediawiki/2021/5/5b/T--SCUT-China--logo.png" alt=""></a>
 +
                          </div>
 +
                          <!-- Main-menu -->
 +
                          <div class="main-menu">
 +
                                  <nav>
 +
                                      <ul id="navigation">
 +
                                          <li><a href="https://2021.igem.org/Team:SCUT-China">HOME</a></li>
 +
                                          <li><a href="#">TEAM</a>
 +
                                            <ul class="submenu"  style="margin-left: 0px;">
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Members">Members</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Attributions">Attributions</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Safety">Safety</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Collaboration">Collaboration</a></li>
 +
                                            </ul>
 +
                                          </li>
 +
                                          <li><a href="">PROJECT</a>
 +
                                            <ul class="submenu"  style="margin-left: 0px;">
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Description">Description</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Proof-of-concept">Proof of concept</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Contribution">Contributions</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Partnership">Partnership</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Notebook">Notebook</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Measurement">Measurement</a></li>
 +
                                            </ul>
 +
                                          </li>
 +
                                        <li><a href="#">WET LAB</a>
 +
                                          <ul class="submenu"  style="margin-left: 0px;">
 +
                                            <li><a href="https://2021.igem.org/Team:SCUT-China/Design">Design</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Engineering">Engineering</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Results">Results</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Experiment">Experiment</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Parts">Parts</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Improvement">Improvement of a part</a></li>
 +
                                          </ul>
 +
                                        </li>
 +
 +
                                          <li><a href="#">DRY LAB</a>
 +
                                              <ul class="submenu" style="margin-left: 0px;">
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Model">Overview</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Software-NuPGO">Software NuPGO</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Fermentation-simulation">Fermentation simulation</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Machine-learning">Machine learning</a></li>
 +
                                              </ul>
 +
                                          </li>
 +
                                          <li><a href="#">Human PRACTICE</a>
 +
                                            <ul class="submenu"  style="margin-left: 0px;">
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Integrated">Integrated Human Practices</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Design">Imposed implementation</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Inclusivity">Inclusivity</a></li>
 +
                                                <li><a href="https://2021.igem.org/Team:SCUT-China/Education">Education and Communication</a></li>
 +
                                              <li><a href="https://2021.igem.org/Team:SCUT-China/Entrepreneurship">Entrepreneurship</a></li>
 +
                                            </ul>
 +
                                          </li>
 +
 +
                                          <li><a href="https://2021.igem.org/Team:SCUT-China/Awards">AWARDS</a></li>
 +
                                      </ul>
 +
                                  </nav>
 +
                          </div>
 +
                          <!-- Mobile Menu -->
 +
        <div class="main-menu-min">
 +
          <nav class="nav">
 +
            <ul >
 +
              <li class="current"><div align="center"><img src="https://static.igem.org/mediawiki/2021/b/be/T--SCUT-China--header-min.png"></div></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China">HOME</a></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China/Protocols">PROJECT</a></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China/Description">WET LAB</a></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China/Design">DRY LAB</a></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China/Integrated">Integrated Human Practices</a></li>
 +
              <li><a href="https://2021.igem.org/Team:SCUT-China/Awards">Awards</a>
 +
            </ul>
 +
        </div>
 +
 +
 +
 +
                        <!-- Mobile Menu -->
 +
                      </div>
 +
                  </div>
 +
              </div>
 +
          </div>
 +
      </div>
 +
      <!-- Header End -->
 +
  </div>
 +
    <!-- 11111111111111111111111111111111111111111111111111111111111进度条 -->
 +
    <div class="divBox_div">
 +
      <div id="divBox"></div>
 +
      <div id="divBox_0"></div>
 +
    </div>
 +
 +
    <div class="middle">
 +
      <div class="middle_img">
 +
        <div class="" style="position: relative;float:right;margin-top: 350px;margin-right: -95px;width:100px;height:300px; background-color:rgba(0,0,0,0);">
 +
          <div class="card-holder" id="card-holder" >
 +
            <div class='card-wrapper'>
 +
                <div class='card_img '>
 +
                  <span class='card-content'><img src="https://static.igem.org/mediawiki/2021/f/fd/T--SCUT-China--tool.png"></span>
 +
                </div>
 +
            </div>
 +
            <div class='card-wrapper'>
 +
              <a href='#content_part_h2' id="bg" onclick="bigger();">
 +
                <div class='card bg-03'>
 +
                  <span class='card-content'>Increase the font size</span>
 +
                </div>
 +
              </a>
 +
            </div>
 +
            <div class='card-wrapper'>
 +
              <a href='#content_part_h2' id="lt" onclick="small();">
 +
                <div class='card bg-04'>
 +
                  <span class='card-content'>Reduce the font size</span>
 +
                </div>
 +
              </a>
 +
            </div>
 +
            <div class='card-wrapper'>
 +
              <a href='#content_part_h2' id="cl" οnclick="changeLanguage()">
 +
                <div class='card bg-05'>
 +
                  <span class='card-content'>Translation</span>
 +
                </div>
 +
              </a>
 +
            </div>
 +
            <div class='card-wrapper'>
 +
              <a href='#'>
 +
                <div class='card bg-06'id="toTop">
 +
                  <span class='card-content'>Go back to the top</span>
 +
                </div>
 +
              </a>
 +
            </div>
 +
          </div>
 +
        </div>
 +
      </div>
 +
    </div>
 +
 +
    <!-- 111111111111111111111111111111111111111111111111左侧导航条,标准样式11111111111111111111111111111111111 -->
 +
    <!-- -0000000000000000000000000000000000000加载动图000000000000000000000000000000000000000 -->
 +
  <div id= "gif">
 +
    <p style="font-size:30px;margin-left:43%;margin-top:20px;">Loading...</p>
 +
      <img class="gif2"src = "https://static.igem.org/mediawiki/2021/b/b8/T--SCUT-China--model-gif-bool.gif"/>
 +
      <img class="gif1"src = "https://static.igem.org/mediawiki/2021/1/12/T--SCUT-China--model-gif-bar.gif"/>
 +
  </div>
 +
  <!-- -0000000000000000000000000000000000000以上加载动图000000000000000000000000000000000000000 -->
 +
    <main class="main">
 +
      <div class="main_div" >
 +
      <div class="left" >
 +
        <div class="siderBar">
 +
        <div class="menu">
 +
            <ul id="nav">
 +
              <li style="font-size:26px;"><a class="a_nav">proposed implementation</a></li>
 +
              <hr class="hrmar">
 +
              <li><a >Instructions to Stakeholders</a></li>
 +
                <li><a >Project Proposed Implementation</a></li>
 +
                <li><a >Safety points to Consider</a></li>
 +
            </ul>
 +
            </div>
 +
        </div>
 +
      </div>
 +
 +
      <div class="right" style="width: 75%;float: right;">
 +
        <div class="content-my">
 +
            <div id="wrap">
 +
              <hr class="hrmar"style="visibility:hidden;" id="content_part_h2">
 +
 +
              <hr class="hrmar"style="visibility:hidden;" id="content_part_h2">
 +
                <div id="hrmar">
 +
                  <div id="content_part">
 +
                    <h2  class="content_text_h2">Instructions to Stakeholders</h2>
 +
                      <div class="content_div_text">
 +
                        <p  >      In Integrated Human Practices we analyze the project's stakeholders from a variety of perspectives. Because different groups have different requests, we provide recommendations for project-related content here.                  </p>
 +
                      </div>
 +
 +
                      <h4 class="content_text_h2" style="font-size:18px;margin-top:20px;">For Claimant Stakeholders</h4>
 +
                      <div class="content_div_text">
 +
                        <p  >      The instructions for the subsequent products in the project will be easy to follow. Because we want our mosquito repellent products to be available to as many people as possible, it is likely that the product will be designed to be used in a way that references the common sprays used today. This will only require following the conventional methods of using mosquito repellent sprays, such as spraying evenly and applying to the skin surface and avoiding sensitive areas.                  </p>
 +
                      </div>
 +
 +
                      <div class="content_div_text">
 +
                        <p  >      Although there is still a long way to go before the project can be successfully implemented and produced to benefit the public, there are some practical ideas in the project design and subsequent industrialization ideas that may give new inspirations to takeholders.                  </p>
 +
                      </div>
 +
                        <h4 class="content_text_h2" style="font-size:18px;margin-top:20px;">For Collaborator Stakeholde</h4>
 +
                        <h4 class="content_text_h2" style="font-size:16px;margin-top:18px;">Upstream Fermentation Engineering Researchers: Strategy Selection and Regulation of Modified Strains</h4>
 +
                        <h4 class="content_text_h2" style="font-size:14px;margin-top:14px;">UP Strategy (UAS Promoter Strategy)</h4>
 +
 +
 +
                      <div class="content_div_text">
 +
                        <p  style="width:70%;float:left;">      In our project, we realized that the transcriptional intensity and characteristics of UAS would be different after hybrid promoters constructed with different insertion sites in the promoter sequence. The difference in affinity with nucleosomes at different positions of the promoter sequence may also be different, and this may be one of the reasons why UAS inserts at different sites may lead to differences in regulatory strength. The UAS in the tightly bound part of the nucleosome may reduce the probability of recognition and binding to the transcription factors due to, for example, site-block. Therefore, we constructed hybrid promoters by combining different UAS and inserting them into the genome to different positions to obtain more stable production efficiency.<br>Based on the validation of the production capacity of our engineered strains, we believe that adding or modifying the UAS of promoters is a set of design ideas worth promoting. To better illustrate how the hybrid promoter modification approach of our project should be used, we propose the UP Strategy (UAS Promoter strategy) to guide the use of the stakeholders.
 +
                </p>
 +
                        <div class="content_div_img " style="width:30%;">
 +
                            <img style="margin-right:-30px;width:100%;" src="https://static.igem.org/mediawiki/parts/e/ee/T--SCUT_China--Implementation-UP_strategy_flow_chart.jpg">
 +
                        </div>
 +
                        <p style="font-size:14px;text-align:center;color:#A5A8A6;">DFig.1 UP strategy flow chart</p>
 +
                      </div>
 +
                        <div class="content_div_text">
 +
                        <p  >      See more instructions on the UP Strategy in the pdf below!</p>
 +
                        <!-- 1111111111111111111111111PDF文档阅读窗11111111111111111 -->
 +
                        <iframe src="https://static.igem.org/mediawiki/2021/9/93/T--SCUT-China--UP_strategy.pdf" width="100%" height="100%" style="height:500px;margin:20px;">
 +
                          该浏览器无法支持PDF,请点击查看:
 +
                          <a href="https://static.igem.org/mediawiki/2021/9/93/T--SCUT-China--UP_strategy.pdf">下载 PDF</a>
 +
                        </iframe>
 +
 +
                        <p >      In realistic implementation, our UP Strategy will likely bring new ideas to stakeholders in these areas.<br><br>1. Based on the UP Strategy, you can add or remove such as UAS, URS, and others from the promoter. In this way, you can combine eukaryotic hybrid promoter elements with different characteristics, including but not limited to extending the duration of highly active transcripts, or customizing regulation in response to specific signaling factors. And this can be applied not only in fermentation engineering modification, we believe that UP Strategy can bring new options in other fields as well.<br><br>2. obtaining insertion sites that are more likely to be suitable for gene expression. In eukaryotic gene expression, not only the transcription factors will recognize and bind to DNA. Therefore, we believe that the nucleosome affinity analysis in the UP Strategy can be used to screen for suitable insertion sites in eukaryotic exogenous gene introduction studies. <br><br>3. further improve the UP Strategy and design a more efficient strategy. Although theoretically genes located at nucleosomal affinity sites are more likely to be expressed, our experimental investigations have shown that some of the results of the actual transformation are not as predicted. This suggests that there is still room for improvement in UPS. We also expect that subsequent researchers will carry out new analysis of the influencing factors or improve the algorithm to build a better UP Strategy.</p>
 +
 +
                        </div>
 +
 +
                        <h4 class="content_text_h2" style="font-size:14px;margin-top:14px;">More and Better Hybrid promoters for <i>S. cerevisiae</i></h4>
 +
                        <div class="content_div_text">
 +
                          <p  >      In our wet lab, we proposed a new idea to improve the yield of late fermentation according to the carbon source response mechanism of S. cerevisiae promoter. By combining the UAS related to different glucose metabolism pathways, we modified the natural constituent promoters into those with inductivity, which can be activated by yeast “diauxic shift”, so that VS can be expressed at a higher level for a longer period of time without additional inducers. Through our design and engineering, we ended up with a stronger promoter, M8, and a series of promoters with different intensities (Table. 1). With the very exciting results, we got in touch with the technicians at QR Pharmaceuticals. QR Pharmaceuticals is the first company in China to set foot in the biological synthesis of Nootkatone, with rich experience. After effective communication, we have clearly understood the application significance of our idea in industrial production and how factories can learn from our idea in the future: <br>(1) Compared with wild-type PPDC1, the M8 promoter we finally obtained significantly increased the yield of Vlencene, Nootkatol, Nootkatone, which provided a new idea for companies wanting to obtain higher Nootkatone yield. <br>(2) Through different combinations of UAS from different promoters, a series of hybrid promoters with different intensities and a wide dynamic range of promoter libraries can be used for fine regulation of metabolic pathways in S. cerevisiae to improve the yield of target products. <br>(3) The hybrid promoter obtained by our engineering success can be activated by “diauxic Shift” in yeast growth to maintain a good ability of initiation transcription, that is, it has certain "inductivity"., and do not need to add inducers. There are two advantages: one is to reduce unnecessary costs, the other is to reduce the toxicity to cells, both of which are of great significance in the factory application. <br>(4) Technicians mentioned that in practical production, they often need to balance the relationship between fermentation time and yield. There are many considerations, such as avoiding costs caused by excessively long fermentation time. But if the fermentation time is too short, the yield may not reach the target. And frequent tank changes can also be costly. So we extended the duration of the promoter's high strength, making it easier for technicians to find a balance between input and output.
 +
                          </p>
 +
                          <div class="content_div_img Description_img">
 +
                              <img src="https://static.igem.org/mediawiki/2021/6/60/T--SCUT-China--Implementation-table.png">
 +
                          </div>
 +
                          <p style="font-size:14px;text-align:center;">Table1.  Promoters with Different Intensities.</p>
 +
                          <p style="font-size:14px;text-align:center;color:#A5A8A6;">(Promoter strength has been defined as the relative production of nootkatone from a promoter.)</p>
 +
 +
                        </div>
 +
 +
                        <h4 class="content_text_h2" style="font-size:16px;margin-top:18px;">Upstream Fermentation Engineering Researchers: Strategy Selection and Regulation of Modified Strains</h4>
 +
                        <div class="content_div_text">
 +
                            <p  >      Surface-enhanced Raman spectroscopy is an advanced technique for characterizing the reaction process. Fermentation processes commonly require real-time online monitoring to automate the control of some environmental parameters. Commonly, dissolved oxygen, pH, temperature, etc. are measured by electrodes. When the computer monitors excessive fluctuation of a certain index, which exceeds the set optimum range, the machine will automatically control the fermenter for acid-base adjustment and temperature adjustment of hot & cold-water flow to keep it within the set range.<br><br>However, during the interview with QR pharmaceuticals, we learned that in fermentation factories nowadays, except for the common pH and temperature parameters which are detected by electrodes, the values of reducing sugars need to be sampled offline and detected manually. By using surface-enhanced Raman spectroscopy, it is possible to measure online in real time and get more realistic and accurate curves, so that special cases can be detected and handled faster. <br><br>In the interview with QR pharmaceuticals, the other side also pointed out that there are new instrument technologies for measuring dissolved oxygen and carbon dioxide. However, from the cost and applicability of the spread may not be common enough and the application method may have a relatively large deviation, the engineers will prefer to use the electrode detection equipment that is already popular and widely used. <br><br>It means that the new reaction analysis equipment like Surface-enhanced Raman spectroscopy needs to be more utilized and popularized in the market before it can be practically applied in fermentation plants. The small and medium-sized plants or laboratories that are in a position to do so can try to adopt it before the equipment is updated faster.                            </p>
 +
                          </div>
 +
                </div>
 +
              </div>
 +
 +
              <hr class="hrmar"style="visibility:hidden;" id="content_part_h2">
 +
                  <div id="hrmar">
 +
                    <div id="content_part">
 +
                      <h2  class="content_text_h2">Project Proposed Implementation</h2>
 +
                      <div class="content_div_text">
 +
                      <p  >We want to contribute to the solution of nootkatone production challenges. Therefore, our team of microbial fermentation innovators should also consider more. We should extend our focus from the laboratory to the subsequent industrialization process. The conversion rate of university research results is not high, and many projects lack feasibility in production. This problem may be due to the fact that the upstream design does not take into account the subsequent processes.<br>Therefore, it is necessary to analyze and design the subsequent industrialization process to help us better transform the project into real productivity.<br>For a more detailed design process, see in Integrated Human Practices
 +
                      </p>
 +
                      <div class="content_div_img Description_img">
 +
                          <img src="https://static.igem.org/mediawiki/parts/9/95/T--SCUT_China--implementation-2.jpg">
 +
                      </div>
 +
                      <p style="font-size:14px;text-align:center;color:#A5A8A6;">Fig.2 Project Proposed Implementation</p>
 +
                    </div>
 +
                </div>
 +
              </div>
 +
 +
 +
              <hr class="hrmar" id="content_part_h2" style="visibility:hidden;">
 +
              <div id="hrmar">
 +
                <div id="content_part">
 +
                    <h2 class="content_text_h2">Safety points to Consider</h2>
 +
                    <div class="content_div_text">
 +
                      <p  >    1. Industrial production process<br>Because our product nootkatone has been shown in animal studies to have a low potential for toxic effects in humans. Therefore, it is sufficient to use the usual protective measures in industrial processes. However, there are data that suggest a risk of sensitization of nootkatone at low purity levels, so try to avoid contact of the concentrated crude product with the skin before the isolation and purification process.
 +
                      </p>
 +
                      <p  >    2. product design<br>nootkatone has a certain degree of phytotoxicity, which can cause chlorosis or even necrosis of plant leaves. But because nootkatone has high volatility and is unstable under light and heat [1], its toxicity to the environment though is minimal. However, as a mosquito repellent that may be sprayed directly into the environment, it may form localized areas of high concentration in the environment and lead to poisoning of plants in the environment. The volatility and instability may also limit its effectiveness in the field of mosquito repellents that require long duration of action. Therefore, after searching the literature, we found that these risks and limitations can be greatly improved by encapsulating nootkatone.                      </p>
 +
                      <p  >    The existing studies on nootkatone encapsulation technology are shown in Table.2.
 +
The use of lignin for encapsulation not only reduces the phytotoxicity and slows down the volatilization of nootkatone, but even has a more significant killing effect on tick than raw materials.[2] In contrast, encapsulation with cydodexrins greatly affected the physical properties of nootkatone. cydodexrins- encapsulated nootkatone exhibited greater photothermal stability, and the encapsulated cydodexrins-encapsulated nootkatone has better water solubility [3], a property that would facilitate the preparation of safer mosquito repellents.                      </p>
 +
                        <div class="content_div_img Description_img">
 +
                          <img src="https://static.igem.org/mediawiki/parts/c/c6/T--SCUT_China--implementation-3.jpg">
 +
                      </div>
 +
                      <p style="font-size:14px;text-align:center;color:#A5A8A6;">Table.2 nootkatone encapsulation technology<sup>[2,3]</sup></p>
 +
                      <p >    Different encapsulation systems need to be prepared in different ways. We expect that future products will be successfully converted to productivity, so whether the encapsulation method can be implemented in the factory is also a factor we should consider. <br><br>In an interview with Prof. Ye, who teaches bioreaction engineering at SCUT, we learned that the ultrasonic treatment used in the preparation of lignin-encapsulated nootkatone is only applicable to fermentation systems in small- or medium-scale plants, and that large-scale fermentation is not feasible. The freezing equipment used for the preparation of cydodexrins-encapsulated nootkatone can be used in any scale. Therefore, in future projects, we can choose the plant size or investigate other more suitable encapsulants and encapsulation methods.                    </p>
 +
 +
                    </div>
 +
                </div>
 +
                </div>
 +
 +
                <hr class="hrmar"  id="content_part_h2" style="visibility:hidden;">
 +
                <div id="hrmar">
 +
                <div id="content_part">
 +
                    <h2  class="content_text_h2">References</h2>
 +
                    <div class="content_div_text">
 +
                      <p>[1]National Center for Biotechnology Information (2021). PubChem Annotation Record for Nootkatone, Source: Hazardous Substances Data Bank (HSDB). Retrieved October 17, 2021 from https://pubchem.ncbi.nlm.nih.gov/source/hsdb/8272.    </p>
 +
                      <p>[2]Behle RW, Flor-Weiler LB, Bharadwaj A, Stafford KC 3rd. A formulation to encapsulate nootkatone for tick control. J Med Entomol. 2011;48(6):1120-1127. doi:10.1603/me10282 </p>
 +
                      <p>[3]Kfoury M, Landy D, Ruellan S, Auezova L, Greige-Gerges H, Fourmentin S. Nootkatone encapsulation by cyclodextrins: Effect on water solubility and photostability. Food Chem. 2017;236:41-48. doi:10.1016/j.foodchem.2016.12.086    </p>
 +
                    </div>
 +
                </div>
 +
              </div>
 +
 +
            </div>
 +
 +
            <div id="bottom_div">
 +
              <div id="bottom_div_img">
 +
              <!-- <img class="" src="img/bottom.png" alt=""> -->
 +
              <div class="a_div">
 +
                <a href="https://2021.igem.org/Team:SCUT-China"><div class="a_div"></div></a>
 +
              </div>
 +
            </div>
 +
        </div>
 +
          </div>
 +
        </div>
 +
 +
    </main>
 +
  <!-- -0000000000000000000000000000000000000底栏000000000000000000000000000000000000000 -->
 +
 +
  <script src="https://2021.igem.org/Team:SCUT-China/Javascript/jquery?action=raw&ctype=text/javascript"></script>
 +
  <script type="text/javascript" src="https://2021.igem.org/Team:SCUT-China/Javascript/jquery/waypoints?action=raw&ctype=text/javascript"></script>
 +
 +
  <script type="text/javascript" src="https://2021.igem.org/Team:SCUT-China/Javascript/main-4?action=raw&ctype=text/javascript"></script>
 +
 +
 +
  </body>
 +
 +
  <!-- 加载进度条 -->
 +
  <!-- <script type="text/javascript" src="https://2021.igem.org/Template:SCUT-China/MyJs-right-card?action=raw&ctype=text/javascript"></script> -->
 +
  <!-- 避免JS运行时页面还没有加载出来,所以需要放在body后 -->
 +
 +
    <script type="text/javascript">
 +
  var oB=document.getElementById("bg");
 +
  var oL=document.getElementById("lt");
 +
  // var oP=document.getElementsByClassName("content_div_text");
 +
  var oP=document.querySelectorAll(".content_div_text p");
 +
  var sum=15;
 +
  function bigger(){
 +
  sum+=2;
 +
  var i;
 +
      for (i = 0; i < oP.length; i++) {
 +
          oP[i].style.fontSize=sum+"px";//在JS中不能出现“-”符号
 +
      }
 +
  }
 +
  oB.onclick=bigger;
  
 +
  function small(){
 +
  sum-=2;
 +
  for (i = 0; i < oP.length; i++) {
 +
      oP[i].style.fontSize=sum+"px";;//在JS中不能出现“-”符号
 +
      //alert(oP.length);
 +
  }
  
 +
  }
 +
  oL.onclick=small;
 +
  </script>
  
 +
  <script type="text/javascript" src="https://2021.igem.org/Template:SCUT-China/Myjs-Lunbo?action=raw&ctype=text/javascript"></script>
  
  
<div class="column full_size">
+
<script type="text/javascript" src="https://2021.igem.org/Template:SCUT-China/Myjs-on-55?action=raw&ctype=text/javascript"></script>
<h1>Proposed Implementation</h1>
+
<h3>Silver Medal Criterion #4</h3>
+
  
<p>Explain how you would implement your project in the real world.
 
<br><br>
 
Please see the <a href="https://2021.igem.org/Judging/Medals">2021 Medals Page</a> for more information. </p>
 
</div>
 
  
  
</html>
+
<!--  111111111111111111111111111111111111111111111切换语言111111111111111不能统一放到网页上 -->
 +
<script type='text/javascript'>
 +
  window.onload = function(){
 +
    var gif=document.getElementById("gif");
 +
  gif.style.display = 'none'
 +
    }
 +
</script>
 +
  </html>

Latest revision as of 00:29, 22 October 2021


Loading...

Instructions to Stakeholders

In Integrated Human Practices we analyze the project's stakeholders from a variety of perspectives. Because different groups have different requests, we provide recommendations for project-related content here.

For Claimant Stakeholders

The instructions for the subsequent products in the project will be easy to follow. Because we want our mosquito repellent products to be available to as many people as possible, it is likely that the product will be designed to be used in a way that references the common sprays used today. This will only require following the conventional methods of using mosquito repellent sprays, such as spraying evenly and applying to the skin surface and avoiding sensitive areas.

Although there is still a long way to go before the project can be successfully implemented and produced to benefit the public, there are some practical ideas in the project design and subsequent industrialization ideas that may give new inspirations to takeholders.

For Collaborator Stakeholde

Upstream Fermentation Engineering Researchers: Strategy Selection and Regulation of Modified Strains

UP Strategy (UAS Promoter Strategy)

In our project, we realized that the transcriptional intensity and characteristics of UAS would be different after hybrid promoters constructed with different insertion sites in the promoter sequence. The difference in affinity with nucleosomes at different positions of the promoter sequence may also be different, and this may be one of the reasons why UAS inserts at different sites may lead to differences in regulatory strength. The UAS in the tightly bound part of the nucleosome may reduce the probability of recognition and binding to the transcription factors due to, for example, site-block. Therefore, we constructed hybrid promoters by combining different UAS and inserting them into the genome to different positions to obtain more stable production efficiency.
Based on the validation of the production capacity of our engineered strains, we believe that adding or modifying the UAS of promoters is a set of design ideas worth promoting. To better illustrate how the hybrid promoter modification approach of our project should be used, we propose the UP Strategy (UAS Promoter strategy) to guide the use of the stakeholders.

DFig.1 UP strategy flow chart

See more instructions on the UP Strategy in the pdf below!

In realistic implementation, our UP Strategy will likely bring new ideas to stakeholders in these areas.

1. Based on the UP Strategy, you can add or remove such as UAS, URS, and others from the promoter. In this way, you can combine eukaryotic hybrid promoter elements with different characteristics, including but not limited to extending the duration of highly active transcripts, or customizing regulation in response to specific signaling factors. And this can be applied not only in fermentation engineering modification, we believe that UP Strategy can bring new options in other fields as well.

2. obtaining insertion sites that are more likely to be suitable for gene expression. In eukaryotic gene expression, not only the transcription factors will recognize and bind to DNA. Therefore, we believe that the nucleosome affinity analysis in the UP Strategy can be used to screen for suitable insertion sites in eukaryotic exogenous gene introduction studies.

3. further improve the UP Strategy and design a more efficient strategy. Although theoretically genes located at nucleosomal affinity sites are more likely to be expressed, our experimental investigations have shown that some of the results of the actual transformation are not as predicted. This suggests that there is still room for improvement in UPS. We also expect that subsequent researchers will carry out new analysis of the influencing factors or improve the algorithm to build a better UP Strategy.

More and Better Hybrid promoters for S. cerevisiae

In our wet lab, we proposed a new idea to improve the yield of late fermentation according to the carbon source response mechanism of S. cerevisiae promoter. By combining the UAS related to different glucose metabolism pathways, we modified the natural constituent promoters into those with inductivity, which can be activated by yeast “diauxic shift”, so that VS can be expressed at a higher level for a longer period of time without additional inducers. Through our design and engineering, we ended up with a stronger promoter, M8, and a series of promoters with different intensities (Table. 1). With the very exciting results, we got in touch with the technicians at QR Pharmaceuticals. QR Pharmaceuticals is the first company in China to set foot in the biological synthesis of Nootkatone, with rich experience. After effective communication, we have clearly understood the application significance of our idea in industrial production and how factories can learn from our idea in the future:
(1) Compared with wild-type PPDC1, the M8 promoter we finally obtained significantly increased the yield of Vlencene, Nootkatol, Nootkatone, which provided a new idea for companies wanting to obtain higher Nootkatone yield.
(2) Through different combinations of UAS from different promoters, a series of hybrid promoters with different intensities and a wide dynamic range of promoter libraries can be used for fine regulation of metabolic pathways in S. cerevisiae to improve the yield of target products.
(3) The hybrid promoter obtained by our engineering success can be activated by “diauxic Shift” in yeast growth to maintain a good ability of initiation transcription, that is, it has certain "inductivity"., and do not need to add inducers. There are two advantages: one is to reduce unnecessary costs, the other is to reduce the toxicity to cells, both of which are of great significance in the factory application.
(4) Technicians mentioned that in practical production, they often need to balance the relationship between fermentation time and yield. There are many considerations, such as avoiding costs caused by excessively long fermentation time. But if the fermentation time is too short, the yield may not reach the target. And frequent tank changes can also be costly. So we extended the duration of the promoter's high strength, making it easier for technicians to find a balance between input and output.

Table1. Promoters with Different Intensities.

(Promoter strength has been defined as the relative production of nootkatone from a promoter.)

Upstream Fermentation Engineering Researchers: Strategy Selection and Regulation of Modified Strains

Surface-enhanced Raman spectroscopy is an advanced technique for characterizing the reaction process. Fermentation processes commonly require real-time online monitoring to automate the control of some environmental parameters. Commonly, dissolved oxygen, pH, temperature, etc. are measured by electrodes. When the computer monitors excessive fluctuation of a certain index, which exceeds the set optimum range, the machine will automatically control the fermenter for acid-base adjustment and temperature adjustment of hot & cold-water flow to keep it within the set range.

However, during the interview with QR pharmaceuticals, we learned that in fermentation factories nowadays, except for the common pH and temperature parameters which are detected by electrodes, the values of reducing sugars need to be sampled offline and detected manually. By using surface-enhanced Raman spectroscopy, it is possible to measure online in real time and get more realistic and accurate curves, so that special cases can be detected and handled faster.

In the interview with QR pharmaceuticals, the other side also pointed out that there are new instrument technologies for measuring dissolved oxygen and carbon dioxide. However, from the cost and applicability of the spread may not be common enough and the application method may have a relatively large deviation, the engineers will prefer to use the electrode detection equipment that is already popular and widely used.

It means that the new reaction analysis equipment like Surface-enhanced Raman spectroscopy needs to be more utilized and popularized in the market before it can be practically applied in fermentation plants. The small and medium-sized plants or laboratories that are in a position to do so can try to adopt it before the equipment is updated faster.

Project Proposed Implementation

We want to contribute to the solution of nootkatone production challenges. Therefore, our team of microbial fermentation innovators should also consider more. We should extend our focus from the laboratory to the subsequent industrialization process. The conversion rate of university research results is not high, and many projects lack feasibility in production. This problem may be due to the fact that the upstream design does not take into account the subsequent processes.
Therefore, it is necessary to analyze and design the subsequent industrialization process to help us better transform the project into real productivity.
For a more detailed design process, see in Integrated Human Practices

Fig.2 Project Proposed Implementation

Safety points to Consider

1. Industrial production process
Because our product nootkatone has been shown in animal studies to have a low potential for toxic effects in humans. Therefore, it is sufficient to use the usual protective measures in industrial processes. However, there are data that suggest a risk of sensitization of nootkatone at low purity levels, so try to avoid contact of the concentrated crude product with the skin before the isolation and purification process.

2. product design
nootkatone has a certain degree of phytotoxicity, which can cause chlorosis or even necrosis of plant leaves. But because nootkatone has high volatility and is unstable under light and heat [1], its toxicity to the environment though is minimal. However, as a mosquito repellent that may be sprayed directly into the environment, it may form localized areas of high concentration in the environment and lead to poisoning of plants in the environment. The volatility and instability may also limit its effectiveness in the field of mosquito repellents that require long duration of action. Therefore, after searching the literature, we found that these risks and limitations can be greatly improved by encapsulating nootkatone.

The existing studies on nootkatone encapsulation technology are shown in Table.2. The use of lignin for encapsulation not only reduces the phytotoxicity and slows down the volatilization of nootkatone, but even has a more significant killing effect on tick than raw materials.[2] In contrast, encapsulation with cydodexrins greatly affected the physical properties of nootkatone. cydodexrins- encapsulated nootkatone exhibited greater photothermal stability, and the encapsulated cydodexrins-encapsulated nootkatone has better water solubility [3], a property that would facilitate the preparation of safer mosquito repellents.

Table.2 nootkatone encapsulation technology[2,3]

Different encapsulation systems need to be prepared in different ways. We expect that future products will be successfully converted to productivity, so whether the encapsulation method can be implemented in the factory is also a factor we should consider.

In an interview with Prof. Ye, who teaches bioreaction engineering at SCUT, we learned that the ultrasonic treatment used in the preparation of lignin-encapsulated nootkatone is only applicable to fermentation systems in small- or medium-scale plants, and that large-scale fermentation is not feasible. The freezing equipment used for the preparation of cydodexrins-encapsulated nootkatone can be used in any scale. Therefore, in future projects, we can choose the plant size or investigate other more suitable encapsulants and encapsulation methods.

References

[1]National Center for Biotechnology Information (2021). PubChem Annotation Record for Nootkatone, Source: Hazardous Substances Data Bank (HSDB). Retrieved October 17, 2021 from https://pubchem.ncbi.nlm.nih.gov/source/hsdb/8272.

[2]Behle RW, Flor-Weiler LB, Bharadwaj A, Stafford KC 3rd. A formulation to encapsulate nootkatone for tick control. J Med Entomol. 2011;48(6):1120-1127. doi:10.1603/me10282

[3]Kfoury M, Landy D, Ruellan S, Auezova L, Greige-Gerges H, Fourmentin S. Nootkatone encapsulation by cyclodextrins: Effect on water solubility and photostability. Food Chem. 2017;236:41-48. doi:10.1016/j.foodchem.2016.12.086