Difference between revisions of "Team:SCUT-China/Proof Of Concept"

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>
 +
  <!-- 4444444444444444444444此处上传时需要删除44444444444444444 -->
 +
  <link rel="stylesheet" href="css/style.css">
 +
  <link rel="stylesheet" href="css/style-content.css">
 +
  <link rel="stylesheet" href="css/style_ttc_p.css">
 +
  <!-- 4444444444444444444444此处上传时需要删除44444444444444444 -->
 +
 +
 +
 +
 +
      <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;}
 +
 +
/* 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/2f/T--SCUT-China--description-0.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  >
 +
     
 +
              <!---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/Collaborations">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">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/Human_Practices">Integrated Human Practices</a></li>
 +
                                                    <li><a href="https://2021.igem.org/Team:SCUT-China/Implementation">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 -->
 +
    <!-- 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>
 +
<!-- 444444444444444444444444444444444444444444444444444444444444444以下需要替换(直接替换即可)预览时字体效果不会出现44444444444444444444444444444444444444444444444444444444444444 -->
 +
      <!-- -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 -->
 +
 +
    <!-- 111111111111111111111111111111111111111111111111左侧导航条,标准样式11111111111111111111111111111111111 -->
 +
    <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">Proof Of Concept</a></li>
 +
              <hr class="hrmar">
 +
              <!-- 以下复制可增加左侧导航栏数量 -->
 +
                <li ><a>Overview</a></li>
 +
                <li ><a>UAS design</a></li>
 +
                <!-- 以上复制可增加左侧导航栏数量- -->
 +
                <li><a >Mutual confirmation</a></li>
 +
                <li><a >NuPGO: affinity optimizing by software </a></li>
 +
                <!-- <hr class="hrmar"> -->
 +
                <!-- <li><a >Other areas of cooperation</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 为隐藏定位 -->
 +
              <hr class="hrmar"style="visibility:hidden;" id="content_part_h2">
 +
              <!-- id=hrmar  为阴影效果div- -->
 +
              <div id="hrmar">
 +
                <!-- 所有图片(img)、文字(p)、标题(h2、h4)必须在id=content_part之中 -->
 +
                <div id="content_part">
 +
                  <!-- h2 为一级标题- -->
 +
                    <h2  class="content_text_h2">Overview</h2>
 +
                      <div class="content_div_text">
 +
                    <p  id="p0_1"align="left">      The concept we are going to prove is that, the experience gained and concluded from this project, and the methodology explored. After our analysis and neaten, it finally condensed into essence as a handbook called ‘UP strategy’(UAS Promoter strategy). In order to verify the UP strategy we offer and advocate is realistically significant, we conduct the following proof of concept.
 +
                    </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"> UAS design</h2>
 +
                    <h4 class="content_text_h2" style="font-size:18px;margin-top:20px;">1.1 suitable UAS</h4>
 +
                      <div class="content_div_text">
 +
                        <p  id="p1_1"align="left" style="float:left;">    It is known from existing studies that promoters can bind to different transcription factors through UAS to achieve response to different environments (PH, carbon source, osmotic pressure, etc.). Our wet experiment was designed according to the secondary growth characteristics of Saccharomyces yeast, hoping to obtain a promoter that can maintain high expression activity even in the late stage of fermentation.
 +
                        </p>
 +
                        <p  id="p1_1"align="left" style="float:left;">    We therefore used the YeTFaSCo database to find CAT8 and ADR1, the UASs associated with ethanol induction or glucose repression. CAT8 is a zinc cluster transcriptional activator that regulates the expression of most enzymes in the gluconeogenic genes and the glyoxalate cycle. The CAT8 protein binds to a carbon-responsive element in the upstream region of the Saccharomyces cerevisiae gluconeogenic gene and activates the target gene in response to glucose depletion transcription of the ADH2 (alcohol dehydrogenase) gene upon ethanol induction. In addition, ADR1 may interact with CAT8 to activate gene transcription.
 +
                        </p>
 +
                        <p  id="p1_1"align="left" style="float:left;">    Based on the above considerations, in the first round of engineering, we selected the CAT8 binding sequence of FBP1p and the predicted ADR1 binding sequence in ALD4; in the second round of engineering, we replaced the CAT8 binding sequence with the predicted CAT8 binding sequence from SED1Lp, ALD4p. In the third round of engineering, we made multiple copies of the important UAS. In the third round of engineering, we made multiple copies of the important UAS to ensure that the nucleosome affinity was not lifted too much, and the yield of Valencienes in M2, M5, and M8 was increased by 18.9%, 29.5%, and 56.6%, respectively. Compared with pPDC1, the yield of Valencienes in the late fermentation stage was significantly higher in M8. It fully illustrates that, through the rational and eligible UAS insert strategy(make sure the insert region won't have too large nucleosome affinity to in order that the added UAS can be bound by transcription factors with high probability), it is possible to create a promoter that meets the expectations for production purposes.
 +
                        </p>
 +
                      </div>
 +
 +
                      <h4 class="content_text_h2" style="font-size:18px;margin-top:20px;">1.2 The importance of Affinity in the UP strategy</h4>
 +
                        <div class="content_div_text">
 +
                          <p  id="p1_2"align="left" style="float:left;">    Firstly, comparing promoters M1 and M2, the common design key UAS is in different positions, when UAS is placed in the higher affinity region, its promoter strength is lower. When the UAS is in a region with lower affinity for nucleosomes, the promoter has a higher intensity. In the first set of experiments with controlled variables, the UAS was fixed and the position or affinity was varied, and the promoter with lower affinity obtained higher scores, indicating that the position with lower affinity helped to enhance the function of UAS and thus influenced the promoter strength, and it is necessary to consider the choice of higher or lower affinity in the design of UAS embedding.
 +
                          </p>
 +
                          <div class="content_div_img">
 +
                              <img src="T--SCUT-China—Proof Of Concept-1.jpg">
 +
                          </div>
 +
                          <p style="font-size:16px;text-align:center;">Figure 1. Nucleosome affinity curve and UAS arrangement of M1, M2
 +
                          </p>
 +
                          <p  id="p1_3"align="left" style="float:left;">    Secondly, comparing promoters M8 with M9, when the composition of UAS is the same but the arrangement is different, the yield is different. According to the nucleosome affinity distribution map, the M8 sequence contains a CAT8 TFBS from SED1Lp-1, which is located upstream of the promoter from 207 to 187.
 +
                          </p>
 +
                          <p  id="p1_4"align="left" style="float:left;">    The M9 sequence was obtained by moving the middle UAS to the left of the Adr1 UAS from the M8 promoter sequence. At this point, the moved CAT8 UAS is 234 to 254 bp upstream and the nucleosome affinity value in this region is at a relatively high position. The same conclusion as the previous set of experiments(M1 and M2) was obtained, saying the higher the nucleosome affinity the lower the local UAS effect. However, the difference between the affinities in this group is much smaller and only rises by a certain small margin leading to a decrease in yield as expected.
 +
                          </p>
 +
                          <div class="content_div_img">
 +
                              <img src="T--SCUT-China—Proof Of Concept-2.jpg">
 +
                          </div>
 +
                          <p style="font-size:16px;text-align:center;">Figure 2. Nucleosome affinity curve and UAS arrangement of M1, M2
 +
                          </p>
 +
                          <p  id="p1_1"align="left" style="float:left;">    A similar experiment result could be seen in M8 and M11, there are less bp amount difference but still reflect on promoter strength.
 +
                          </p>
 +
                          <div class="content_div_img">
 +
                              <img src="T--SCUT-China—Proof Of Concept-3.jpg">
 +
                          </div>
 +
                          <p style="font-size:16px;text-align:center;">Figure 3. Nucleosome affinity curve and UAS arrangement of M8,M11
 +
                          </p>
 +
                          <p  id="p1_6"align="left" style="float:left;">    Thirdly, another very representative case is the comparison between M8 and M12, where we tried to place the UAS in the region that was originally the "peak" as promoter M12 to see whether the yield would be reduced. Compared to M8, M12 moved the Adr1 UAS on the left side from about 226bp upstream to 581bp upstream. According to the nucleosome affinity distribution map, we can also easily find that the position around 581bp has a very high nucleosome affinity. This means that the improvement from M8 to M12 will bring about a sudden decrease in yield. And realistic experimental data are perfectly validating this argument.
 +
                          </p>
 +
                          <p  id="p1_1"align="left" style="float:left;">    The difference between this set of comparisons and the first set of comparisons is that the UAS setup of M1 is placed in a position shaped like a valley in the affinity plot of PDC1, and M12 is placed in a position shaped like a mountain peak. Case is that the UAS of M1 undergoes an abrupt change in affinity after insertion to the point of inappropriateness.
 +
                          </p>
 +
                          <div class="content_div_img">
 +
                              <img src="T--SCUT-China—Proof Of Concept-4.jpg">
 +
                          </div>
 +
                          <p style="font-size:16px;text-align:center;">Figure 4. Nucleosome affinity curve and UAS arrangement of M8, M12
 +
                          </p>
 +
                        </div>
 +
 +
                        <h4 class="content_text_h2" style="font-size:18px;margin-top:20px;">1.3 Selection of degenerate bases </h4>
 +
                          <div class="content_div_text">
 +
                            <p  id="p1_1"align="left" style="float:left;">    Since the TFBS sequence is actually a segment of motif containing a simple base obtained by experiment or prediction, if, in the experiment we tried several times to replace the UAS motif with a shorter or longer combination, in order to try to increase the strength of the promoter variants (M5, M6, M7 ), indeed we gain some meaningful result. If you are in a position to attempt base simplification, it is recommended to use the sequence lengths provided in the database and add 2 bases at a time in steps of left and right.
 +
                            </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">2. Mutual confirmation</h2>
 +
                          <div class="content_div_text">
 +
                            <p  id="p1_1"align="left" style="float:left;">    Table 2-1 UAS introduction
 +
                            </p>
 +
                            <p  id="p1_1"align="left" style="float:left;">    Table 2-1 shows our selected interested UAS, and most of these are associated with carbon source response and glucose repression according to the TF database description of these TFBS, in order to achieve the high expression activity maintained in the from early to late stages of our design. We also selected 14 natural strong promoters commonly used in brewer's yeast at the beginning. To select the strongest promoters in each metabolic pathway type, we constructed expression vectors to perform characterization experiments for these 14 promoters. Therefore the strength of these 14 promoters is also known to us.
 +
                            </p>
 +
                            <p  id="p1_1"align="left" style="float:left;">    Two important instrument used in UP strategy are NuPoP for nucleosome affinity prediction and TF database for TFBS finding. Prediction in silico always suffered users’ query, as same as these two tools. In this time, we verify them by a mutual confirmation during our usage.
 +
                            </p>
 +
                            <p  id="p1_1"align="left" style="float:left;">    On the one hand, all UASs’ location were labeled on our promoters by TF database, focusing on those key UAS. Also we added features by snapgene for the better visualization. On the other hand, the HMM integrated software NuPoP was performed on each promoters, creating all the nucleosome affinity curve prediction result.
 +
                            </p>
 +
                            <p  id="p1_1"align="left" style="float:left;">    Stacking the two graphs together, you would find an interesting pattern. The two prediction match surprisingly well. It is common for two people to come up with different wrong answers at the same time, but the fact that two people come up with the same answer at the same time indicates that this answer has significance to an extend. First, most of the carbon source responsive UAS, such as Gcr1, Rgt1, Azf1, which play a positive role, always appear in the nucleosome with low affinity, which we call 'valley', seen in the stacking graphs. It not only shows that the TF database and the affinity value distribution curve prediction have a certain degree of accuracy, but also shows that the UAS does need low nucleosome affinity as a condition to function. This implies that the region with low affinity values is more worthy of researchers' attention when designing promoter optimization pathways. The UAS located in that region may play a more important role and deserves more attention from researchers.
 +
                            </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">3. NuPGO: affinity optimizing by software</h2>
 +
                              <div class="content_div_text">
 +
                                <p  id="p1_1"align="left" style="float:left;">    The software we created, NuPGO, performed very satisfactorily in the reduction of the nucleosome affinity value. Including the validation on the experimental side, a very significant enhancement has been achieved with a simple optimizing program different from ours according to the literature [3]. Implying that better results can be obtained using the algorithm that has been algorithmically optimized by us.
 +
                                </p>
 +
                                <p  id="p1_1"align="left" style="float:left;">    In order to make NuPGO easy to use for all researchers, we insisted on making it a user-friendly software when designing it. After downloading the installation package, you only need to enter one command to execute the optimization program. In addition, NuPGO is completely open source code, which can be made available to researchers for deeper optimization or for research modifications. These two points greatly ensure the availability of NuPGO.
 +
                                </p>
 +
                                <p  id="p1_1"align="left" style="float:left;">    View our GitHub!
 +
                                </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 -->
 +
  <!-- 444444444444444444444444444444444444444444444444444444444444以上需要替换4444444444444444444444444444444444444444444444444444444444444444 -->
 +
 +
  <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="clear"></div>
 
  
 +
<script type="text/javascript" src="https://2021.igem.org/Template:SCUT-China/Myjs-on-555?action=raw&ctype=text/javascript"></script>
  
<div class="column full_size">
 
<h1>Proof of Concept</h1>
 
<h3>Gold Medal Criterion #4</h3>
 
<p>Expand upon your Silver medal work for Proposed Implementation and develop a proof of concept for your project.
 
  
<br><br>
 
Please see the <a href="https://2021.igem.org/Judging/Medals">2021 Medals Page</a> for more information. </p>
 
</div>
 
  
  
</html>
+
  </html>

Revision as of 03:05, 22 October 2021


Loading...

Overview

The concept we are going to prove is that, the experience gained and concluded from this project, and the methodology explored. After our analysis and neaten, it finally condensed into essence as a handbook called ‘UP strategy’(UAS Promoter strategy). In order to verify the UP strategy we offer and advocate is realistically significant, we conduct the following proof of concept.

UAS design

1.1 suitable UAS

It is known from existing studies that promoters can bind to different transcription factors through UAS to achieve response to different environments (PH, carbon source, osmotic pressure, etc.). Our wet experiment was designed according to the secondary growth characteristics of Saccharomyces yeast, hoping to obtain a promoter that can maintain high expression activity even in the late stage of fermentation.

We therefore used the YeTFaSCo database to find CAT8 and ADR1, the UASs associated with ethanol induction or glucose repression. CAT8 is a zinc cluster transcriptional activator that regulates the expression of most enzymes in the gluconeogenic genes and the glyoxalate cycle. The CAT8 protein binds to a carbon-responsive element in the upstream region of the Saccharomyces cerevisiae gluconeogenic gene and activates the target gene in response to glucose depletion transcription of the ADH2 (alcohol dehydrogenase) gene upon ethanol induction. In addition, ADR1 may interact with CAT8 to activate gene transcription.

Based on the above considerations, in the first round of engineering, we selected the CAT8 binding sequence of FBP1p and the predicted ADR1 binding sequence in ALD4; in the second round of engineering, we replaced the CAT8 binding sequence with the predicted CAT8 binding sequence from SED1Lp, ALD4p. In the third round of engineering, we made multiple copies of the important UAS. In the third round of engineering, we made multiple copies of the important UAS to ensure that the nucleosome affinity was not lifted too much, and the yield of Valencienes in M2, M5, and M8 was increased by 18.9%, 29.5%, and 56.6%, respectively. Compared with pPDC1, the yield of Valencienes in the late fermentation stage was significantly higher in M8. It fully illustrates that, through the rational and eligible UAS insert strategy(make sure the insert region won't have too large nucleosome affinity to in order that the added UAS can be bound by transcription factors with high probability), it is possible to create a promoter that meets the expectations for production purposes.

1.2 The importance of Affinity in the UP strategy

Firstly, comparing promoters M1 and M2, the common design key UAS is in different positions, when UAS is placed in the higher affinity region, its promoter strength is lower. When the UAS is in a region with lower affinity for nucleosomes, the promoter has a higher intensity. In the first set of experiments with controlled variables, the UAS was fixed and the position or affinity was varied, and the promoter with lower affinity obtained higher scores, indicating that the position with lower affinity helped to enhance the function of UAS and thus influenced the promoter strength, and it is necessary to consider the choice of higher or lower affinity in the design of UAS embedding.

Figure 1. Nucleosome affinity curve and UAS arrangement of M1, M2

Secondly, comparing promoters M8 with M9, when the composition of UAS is the same but the arrangement is different, the yield is different. According to the nucleosome affinity distribution map, the M8 sequence contains a CAT8 TFBS from SED1Lp-1, which is located upstream of the promoter from 207 to 187.

The M9 sequence was obtained by moving the middle UAS to the left of the Adr1 UAS from the M8 promoter sequence. At this point, the moved CAT8 UAS is 234 to 254 bp upstream and the nucleosome affinity value in this region is at a relatively high position. The same conclusion as the previous set of experiments(M1 and M2) was obtained, saying the higher the nucleosome affinity the lower the local UAS effect. However, the difference between the affinities in this group is much smaller and only rises by a certain small margin leading to a decrease in yield as expected.

Figure 2. Nucleosome affinity curve and UAS arrangement of M1, M2

A similar experiment result could be seen in M8 and M11, there are less bp amount difference but still reflect on promoter strength.

Figure 3. Nucleosome affinity curve and UAS arrangement of M8,M11

Thirdly, another very representative case is the comparison between M8 and M12, where we tried to place the UAS in the region that was originally the "peak" as promoter M12 to see whether the yield would be reduced. Compared to M8, M12 moved the Adr1 UAS on the left side from about 226bp upstream to 581bp upstream. According to the nucleosome affinity distribution map, we can also easily find that the position around 581bp has a very high nucleosome affinity. This means that the improvement from M8 to M12 will bring about a sudden decrease in yield. And realistic experimental data are perfectly validating this argument.

The difference between this set of comparisons and the first set of comparisons is that the UAS setup of M1 is placed in a position shaped like a valley in the affinity plot of PDC1, and M12 is placed in a position shaped like a mountain peak. Case is that the UAS of M1 undergoes an abrupt change in affinity after insertion to the point of inappropriateness.

Figure 4. Nucleosome affinity curve and UAS arrangement of M8, M12

1.3 Selection of degenerate bases

Since the TFBS sequence is actually a segment of motif containing a simple base obtained by experiment or prediction, if, in the experiment we tried several times to replace the UAS motif with a shorter or longer combination, in order to try to increase the strength of the promoter variants (M5, M6, M7 ), indeed we gain some meaningful result. If you are in a position to attempt base simplification, it is recommended to use the sequence lengths provided in the database and add 2 bases at a time in steps of left and right.

2. Mutual confirmation

Table 2-1 UAS introduction

Table 2-1 shows our selected interested UAS, and most of these are associated with carbon source response and glucose repression according to the TF database description of these TFBS, in order to achieve the high expression activity maintained in the from early to late stages of our design. We also selected 14 natural strong promoters commonly used in brewer's yeast at the beginning. To select the strongest promoters in each metabolic pathway type, we constructed expression vectors to perform characterization experiments for these 14 promoters. Therefore the strength of these 14 promoters is also known to us.

Two important instrument used in UP strategy are NuPoP for nucleosome affinity prediction and TF database for TFBS finding. Prediction in silico always suffered users’ query, as same as these two tools. In this time, we verify them by a mutual confirmation during our usage.

On the one hand, all UASs’ location were labeled on our promoters by TF database, focusing on those key UAS. Also we added features by snapgene for the better visualization. On the other hand, the HMM integrated software NuPoP was performed on each promoters, creating all the nucleosome affinity curve prediction result.

Stacking the two graphs together, you would find an interesting pattern. The two prediction match surprisingly well. It is common for two people to come up with different wrong answers at the same time, but the fact that two people come up with the same answer at the same time indicates that this answer has significance to an extend. First, most of the carbon source responsive UAS, such as Gcr1, Rgt1, Azf1, which play a positive role, always appear in the nucleosome with low affinity, which we call 'valley', seen in the stacking graphs. It not only shows that the TF database and the affinity value distribution curve prediction have a certain degree of accuracy, but also shows that the UAS does need low nucleosome affinity as a condition to function. This implies that the region with low affinity values is more worthy of researchers' attention when designing promoter optimization pathways. The UAS located in that region may play a more important role and deserves more attention from researchers.

3. NuPGO: affinity optimizing by software

The software we created, NuPGO, performed very satisfactorily in the reduction of the nucleosome affinity value. Including the validation on the experimental side, a very significant enhancement has been achieved with a simple optimizing program different from ours according to the literature [3]. Implying that better results can be obtained using the algorithm that has been algorithmically optimized by us.

In order to make NuPGO easy to use for all researchers, we insisted on making it a user-friendly software when designing it. After downloading the installation package, you only need to enter one command to execute the optimization program. In addition, NuPGO is completely open source code, which can be made available to researchers for deeper optimization or for research modifications. These two points greatly ensure the availability of NuPGO.

View our GitHub!