download页面的原始代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta mane="robots" content="index, follow">
  <title>CottonMD:Cotton Multiomics Database

  </title>
  <link rel="shortcut icon" href="/static/img/cott/favicon.ico">
  <link href="/static/css/bootstrap.css" rel="stylesheet">
  <!-- <link href="/static/css/index.css" rel="stylesheet"> -->
  <link href="/static/css/history.css" rel="stylesheet">
  <link href="/static/css/bootstrap.min.css" rel="stylesheet">
  <link href="/static/css/nav_cott.css" rel="stylesheet">
  <link rel="stylesheet" type="text/css" href="/static/css/jquery.dataTables.css">
  <link href="/static/css/select.dataTables.min.css" rel="stylesheet">
  <link href="/static/css/buttons.dataTables.min.css" rel="stylesheet">
  <!-- <link rel="stylesheet" href="/static/css/bootstrap-select.min.css">-->
  <link rel="stylesheet" href="/static/css/icons-1.4.1/font/bootstrap-icons.css">
  <link href="/static/cott/css/myDatatable.css" rel="stylesheet">

  <script src="/static/bnir/js/jquery-3.6.0.min.js"></script>
  <script src="/static/js/bootstrap.min.js"></script>
  <script src="/static/js/jquery.dataTables.js"></script>
  <script src="/static/js/dataTables.select.min.js"></script>
  <script src="/static/js/dataTables.buttons.min.js"></script>
  <script src="/static/js/buttons.html5.min.js"></script>
  <script src="/static/js/dom-to-image.min.js"></script>
  <script src="/static/js/FileSaver.min.js"></script>
  <!-- <script src="https://cdn.bootcss.com/echarts/4.2.1-rc1/echarts.min.js"></script> -->
  <script src="https://cdn.staticfile.org/echarts/4.2.1-rc1/echarts.min.js"></script>

  <!-- 
    <script src="/static/js/exporting.js"></script>
    <script src="/static/js/offline-exporting.js"></script> 
    -->
  <script src="/static/js/jszip.min.js"></script>
  <script src="/static/js/pdfmake.min.js"></script>
  <!-- 
    <script src="/static/js/bootstrap-select.min.js"></script>
    <script src="/static/js/dataTool.min.js"></script>
    <script src="/static/js/proj4.js"></script>
    <script src="/static/js/vfs_fonts.js"></script>
    <script src="/static/js/bullet.js"></script>
    <script src="/static/js/d3.min.js"></script> 
    -->

  <!-- <script src="/static/js/plotly.min.js"></script>
    <script src="/static/js/echarts_new.min.js"></script>
    <script src="/static/js/highcharts.js"></script>
    <script src="/static/js/highcharts-more.js"></script>
    <script src="/static/js/map.js"></script>
    <script src="/static/js/world-continents.js"></script> -->

  <!-- <script src="/static/js/jquery.min.js"></script>
    <script src="/static/js/bootstrap.min.js"></script>
    <script src="/static/js/jquery.dataTables.js"></script>
    <script src="/static/js/dataTables.select.min.js"></script>
    <script src="/static/js/dataTables.buttons.min.js"></script>
    
    <script src="/static/js/pdfmake.min.js"></script>
    <script src="/static/js/vfs_fonts.js"></script>
    <script src="/static/js/buttons.html5.min.js"></script>
    <script src="/static/js/plotly.min.js"></script>
    <script src="/static/js/d3.min.js"></script>
    <script src="/static/js/dom-to-image.min.js"></script>
    <script src="/static/js/FileSaver.min.js"></script>
    <script src="/static/js/bootstrap-select.min.js"></script>

    <script src="/static/js/echarts_new.min.js"></script>
    <script src="/static/js/dataTool.min.js"></script>
    
    <script src="/static/js/highcharts.js"></script>
    <script src="/static/js/highcharts-more.js"></script>
    <script src="/static/js/map.js"></script>
    <script src="/static/js/exporting.js"></script>
    <script src="/static/js/offline-exporting.js"></script>
    <script src="/static/js/world-continents.js"></script>
    <script src="/static/js/bullet.js"></script> -->
  <!-- <script src="/static/js/proj4.js"></script> -->
  <!-- <script src="/static/js/jszip.min.js"></script> -->
  <meta name="viewport" content="width=1460px">
</head>

<style>
  .min-btn{
    background-color: #EFEFEF;
    border: 1px solid #555;
    color: #555;
    padding: 0.5px 6px;
    font-size: 14px;
    border-radius: 3px;
  }

  /* 字体放大动画 */
  .nav-child-div>ul>li>a:hover {
    font-size: 16px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  /* 文字选中色 */
  ::selection {
    /* webkit, opera, IE9 (谷歌浏览器)*/
    background: #557B74;
    color: #fff;
  }

  ::-moz-selection {
    /* mozilla firefox(火狐浏览器) */
    background: #557B74;
    color: #fff;
  }
</style>
<style>
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: none;
  }

  div.sear {
    padding: 30px 0
  }

  .d2 input {
    width: 200px;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
    color: #9E9C9C;
  }

  .d2 button:before {
    content: "search";
    font-family: FontAwesome;
    font-size: 16px;
    color: v;
  }

  div.sear {
    padding: 30px 0
  }

  .d2 input {
    width: 250px;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
    color: #9E9C9C;
  }

  .d2 button {
    position: absolute;
    top: 0;
    right: -49px;
    width: 60px;
    height: 30px;
    border: none;
    background: #557B74;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
  }

  .d2 button:before {
    content: "search";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fffaed;
  }

  .dropbtn {
    background-color: #557B74;
    color: #fffaed;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffaed;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #fffaed
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  #myBtn {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #557B74;
    /* 设置背景颜色,你可以设置自己想要的颜色或图片 */
    color: #fffaed;
    /* 文本颜色 */
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    /* 圆角 */
  }

  #myBtn:hover {
    background-color: #555;
  }

  .nav-tabs {
    border-bottom: 0px solid #ddd;
  }

  input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
  }

  input[type="number"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
  }

  input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
  }

  input[type="input"] {
    border: 2px solid #557B74;
    border-radius: 5px;
    background: #fffaed;
  }

  input[type="submit"] {
    border: none;
    border-radius: 5px;
    background: #557B74;
    color: #fffaed;
  }

  textarea {
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
  }

  textarea:focus {
    box-shadow: 0px 0px 10px skyblue;
    transition: all 0.3s ease 0s;
  }

  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #557B74;
  }

  a {
    color: #407F8A;
  }

  /* 自适应input */
  .AdaptiveTextarea {
    display: block;
    overflow: hidden;
    width: 430px;
    font-size: 14px;
    height: 34px;
    padding: 5px 12px 5px 12px;
    text-align: left;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
    color: #555;
    line-height: 1.42857143;
    font-family: inherit;
    margin: 0;
    float: left;
    resize: none
  }

  .AdaptiveTextarea:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  }

  .AdaptiveTextarea:disabled {
    background-color: #eee;
    cursor: no-drop
  }

  .panel-heading {
    background-color: #9abeaf;
    color: #FFF;
  }

  .ng-binding {
    color: #FFF;
  }

  .public_input {
    border: 2px solid #557B74;
    background: #fffaed;
  }

  .public_label {
    color: #557B74;
  }

  .public_select {
    border: 2px solid #557B74;
    background: #fffaed;
    color: #9e9c9c;
  }

  .custom-select {
    border: 2px solid #557B74;
    background: #fffaed;
    color: #9e9c9c;
    padding-right: 0px;
  }

  .form-control {
    border: 2px solid #557B74;
    background: #fffaed;
    color: #9e9c9c;
  }

  .public_button {
    background-color: #557B74;
    color: #FFF;
    border: none;
    padding: 6px 12px;
    font-size: 14px;

  }

  button {
    background-color: #557B74;
    color: #FFF;
    border: none;
  }

  .btn-default {
    background-color: #557B74;
    color: #FFF;
    border: none;
  }

  .btn-default:focus,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .btn-default:hover {
    background-color: #557B74;
    color: #FFF;
    border: none;
  }

  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn:hover {
    outline: none;
  }

  #select_div {
    background-color: #9abeaf;
    border-radius: 20px
  }
</style>
<style>
  /* 开关 */
  .ellipseBtn {
    width: 50px;
    height: 30px;
    border-radius: 16px;
    background-color: rgb(177, 174, 174);
    transition: 0.1s;
    margin-bottom: 10px;
  }

  .circleBtn {
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    transition: 0.1s;
    position: relative;
    left: 0px;
  }

  .circleBtn:hover {
    transform: scale(1.2);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .5);
  }
</style>
<style>
  /* footer始终位于底部 */
  * {
    margin: 0;
    padding: 0;
  }

  html,
  body {
    height: 100%;
  }

  .Wrapper {
    min-height: 100%;
  }

  .Wrapper .FooterPush {
    height: 150px;
    /* Footer 的高度 */
  }

  .Footer {
    clear: both;
    /* 清除浮动元素格式 */
    position: relative;
    margin-top: -150px;
    /* Footer 高度的负值 */
    height: 150px;
  }
</style>
<style>
  /* datatable */
  .dataTable th,
  .dataTable td {
    text-align: center;
    vertical-align: middle !important;
  }

  .dataTables_wrapper .dataTables_filter input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #557B74;
    border-radius: 5px;
    outline: none;
    background: #fffaed;
  }

  div.dt-buttons {
    position: relative;
    float: right !important;
  }

  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #557B74;
  }

  button.dt-button,
  div.dt-button,
  a.dt-button,
  input.dt-button {
    background: #557B74;
    border-radius: 5px;
    color: #fffaed;
    cursor: pointer;
    border: 0px !important;
  }

  button.dt-button,
  div.dt-button,
  a.dt-button,
  input.dt-button:hover {
    background: #557B74 !important;
    border-radius: 5px;
    color: #fffaed;
    cursor: pointer;
    border: 0px !important;
  }
</style>
<script>
  // 开关    
  // <div class="ellipseBtn">
  //     <div class="circleBtn"></div>
  // </div>
  $(function() {
    $('.circleBtn').click(function() {
      var left = $(this).css('left');
      left = parseInt(left);
      if (left == 0) {
        $(this).css('left', '30px'),
          $(this).css('background-color', '#136649'),
          $(this).parent().css('background-color', '#fff');
      } else {
        $(this).css('left', '0px'),
          $(this).css('background-color', '#fff'),
          $(this).parent().css('background-color', '#ccc');
      }
    });
    $('.circleBtn').click()
  });
</script>

<body>
  <div style="width: 100%;min-width: 1400px;" class="Wrapper">
    <div style="width:100%;height: auto;background-color:rgba(255,243,169,0.5);display: flex;justify-content: center;">
      <div style="width:1370px;height: 140px;display: flex;align-items: center;">
        <div style="width: 82%;display:flex;">
          <img src="/static/img/cott/cotton_logo_new.svg" style="width:130px;font-family: Century Schoolbook;"></img>
          <div style="width: 800px;margin-left: 20px;margin-top: 30px;">
            <h3 style="display: block;color: #557B74;font-family: Century Schoolbook;margin: 0px;font-size: 40px;">
              <i><strong>Cotton<font style="color: #F4BC1B;">MD</font></strong></i>
            </h3>
            <h4 style="font-family: Century Schoolbook;color: #9BBF6D;font-weight: bold;margin: 0px;font-size: 17px;">A Multiomics Database for cotton biological study</h4>
          </div>
        </div>

        <div id="lu" style="width: 19%;">
          <div class="sear d2">
            <form action="/CottonMD/search.1" id="myForm" method="get" name="express"
              enctype="multipart/form-data" style="position: relative;width: 200px;">
              <input type="text" title="please input gene id" name="gene_total_ex" id="gene_total_ex">
              <button id="myFormBtn" type="submit"
                title="Please input Cotton gene ID, Ath gene ID or Ath gene name"></button>
            </form>
            <h6 style="float: left;margin-left: 0px;">
              eg:&nbsp;<a style="text-decoration: none;cursor: pointer;" onclick="example($(this).html())">MORF5</a> or
              <a style="text-decoration: none;cursor: pointer;" onclick="example($(this).html())">AT2G40190</a> or <a
                style="text-decoration: none;cursor: pointer;" onclick="example($(this).html())">Ghi_A08G06586</a>
            </h6>
            <!-- <h6 style="float: left">&nbsp;or&nbsp;<a style="text-decoration: none" onclick="flc()">FLC</a></h6>-->
          </div>
        </div>
      </div>
    </div>
    <script>
      $(function() {
        var name = "gene_total_ex"
        var name2 = "reg_total_ex"
        var tmp_total_geneid = getHref(name).replace("%09", "").replace("%3A", ":")
        var generegion = tmp_total_geneid.match(/[a-z0-9]*:[0-9]*\.\.[0-9]*/i);
        if (!generegion) {
          search_mode = "gene"
          total_geneid = tmp_total_geneid
        } else if (generegion) {
          search_mode = "reg"
          total_geneid = generegion[0]
        }
      })

      function getHref (name) {
        var name = name + "=";
        var href = location.href
        var reg = new RegExp(name + ".*\&|" + name + ".*$|" + name + ".*\#");
        var tmp = href.match(reg)
        if (tmp) {
          var out = tmp[0].replace("&", "").split("=")[1]
          return out;
        }
        return ""
      }
    </script>
    <script>
      function example (val) {
        document.getElementById("gene_total_ex").value = val;
      }
    </script>

    <div style="font-size:12px;margin-top: 0px;padding-left:0px;display: flex;justify-content:center;z-index: 2;">
      <nav style="width:100%;background: #9BBF6D;">
        <div class="nav-child-div" style="width:100% ! important;display: flex;justify-content:center">
          <!-- 一级菜单 -->
          <ul style="display: flex;">
            <li style="width: 133px"><a href="/CottonMD.1"><strong>Home</strong></a></li>
            <!-- Genomics -->
            <li style="width: 133px;"><a href="/CottonMD/gbrowse.1"><strong>Genomics</strong></a>
              <!-- nav-child-2 表示二级菜单 -->
              <ul class="nav-child-2" style="width: 160px;left: -15px;">
                <li><a href="/CottonMD/gbrowse.1"><strong>Genome synteny<i
                        class="bi bi-box-arrow-in-right"></i></strong></a>
                  <!-- nav-child-3 表示三级菜单 -->
                  <ul class="nav-child-3" style="width: 120px;">
                    <li><a href="/CottonMD/gbrowse.1"><strong>Gbrowser</strong></a></li>
                    <li><a href="/CottonMD/dotplot.1"><strong>Dotplots</strong></a></li>
                  </ul>
                </li>
                <li><a href="/CottonMD/gene_index.1"><strong>Gene index</strong></a></li>
                <li><a href="/CottonMD/gene_search.1"><strong>Gene search</strong></a></li>
                <li><a href="/CottonMD/genomics_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Population -->
            <li style="width: 133px;"><a href="/CottonMD/sample.1"><strong>Population</strong></a>
              <ul class="nav-child-2" style="width: 170px;left: -20px;">
                <li><a href="/CottonMD/sample.1"><strong>Sample information</strong></a></li>
                <li>
                  <a href="/CottonMD/population.1"><strong>Population structure</strong></a>
                </li>
                <li><a href="/CottonMD/selective_signals_FST.1"><strong>Selective signals<i class="bi bi-box-arrow-in-right"
                        style="margin-left: 10px;"></i></strong></a>
                  <ul class="nav-child-3" style="width: 100px;">
                    <li><a href="/CottonMD/selective_signals_FST.1"><strong><i>F</i><sub>ST</sub></strong></a></li>
                    <li><a href="/CottonMD/selective_signals_pi.1"><strong>π</strong></a></li>
                    <li><a href="/CottonMD/selective_signals_Tajimad.1"><strong>Tajima's D</strong></a></li>
                    <li><a href="/CottonMD/selective_signals_XP-CLR.1"><strong>XP-CLR</strong></a></li>
                  </ul>
                </li>
                <li><a href="/CottonMD/population_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Variation -->
            <li style="width: 133px;"><a href="/CottonMD/variation.1"><strong>Variation</strong></a>
              <ul class="nav-child-2" style="width: 170px;left: -20px;">
                <li><a href="/CottonMD/variation.1"><strong>Single-locus model</strong></a></li>
                <li><a href="/CottonMD/multi_search.1"><strong>Multi-locus model</strong></a></li>
                <li><a href="/CottonMD/variation_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Transcriptomics -->
            <li style="width: 152px;"><a
                href="/CottonMD/expression.1"><strong>Transcriptomics</strong></a>
              <ul class="nav-child-2" style="width: 230px;left: -40px;">
                <li><a href="/CottonMD/expression.1"><strong>Gene expression profile</strong></a>
                </li>
                <li><a href="/CottonMD/coexpression.1"><strong>Co-expression</strong></a></li>
                <li><a href="/CottonMD/expression_population.1"><strong>Gene expression in population</strong></a></li>
                <li><a href="/CottonMD/transcriptomics_phenotype.1"><strong>Transcriptomics phenotype</strong></a></li>
                <li><a href="/CottonMD/transcriptomics_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Epigenetics -->
            <li style="width:133px;"><a href="/CottonMD/chromatin_interaction.1"><strong>Epigenetics</strong></a>
              <ul class="nav-child-2" style="width: 180px;left: -25px;">
                <li><a href="/CottonMD/chromatin_interaction.1"><strong>Chromatin interaction</strong></a></li>
                <li><a href="/CottonMD/chromatin_accessibility.1"><strong>Chromatin accessibility</strong></a></li>
                <li><a href="/CottonMD/histone_modification.1"><strong>Histone modification</strong></a></li>
                <li><a href="/CottonMD/methy.1"><strong>DNA methylation</strong></a></li>
                <li><a href="/CottonMD/epigenetics_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Multi-omics -->
            <li style="width: 133px"><a href="/CottonMD/GWAS.1"><strong>Multi-omics</strong></a>
              <ul class="nav-child-2" style="width: 135px;">
                <li><a href="/CottonMD/GWAS.1"><strong>GWAS</strong></a></li>
                <li><a href="/CottonMD/eQTL.1"><strong>eQTL</strong></a></li>
                <li><a href="/CottonMD/TWAS.1"><strong>TWAS</strong></a></li>
                <li><a href="/CottonMD/COLOC.1"><strong>COLOC</strong></a></li>
                <li><a href="/CottonMD/SMR.1"><strong>SMR</strong></a></li>
                <li><a href="/CottonMD/multiomics_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Metabolome  -->
            <li style="width:133px;"><a href="/CottonMD/metabolomics.1"><strong>Metabolome</strong></a>
              <ul class="nav-child-2" style="width: 130px;">
                <li><a href="/CottonMD/metabolomics.1"><strong>NEC/PEC/GE in SE</strong></a></li>
                <li><a href="/cott/Metabolomics/metabolomics_2.1"><strong>Fiber at 45 DPA</strong></a></li>
                <li><a href="/CottonMD/metabolome_about.1"><strong>About</strong></a></li>
              </ul>
            </li>

            <!-- Tools -->
            <li style="width: 114px"><a
                href="http://yanglab.hzau.edu.cn/7000/?session=share-e4O6h_RR4p&password=3IlvC"><strong>Tools</strong></a>
              <ul class="nav-child-2" style="width: 160px;left: -22px;">
                <li><a href="/CottonMD/JBrowser.1"><strong>JBrowser</strong></a></li>
                <li><a href="/CottonMD/blast.1"><strong>Blast</strong></a></li>
                <li><a href="/CottonMD/seq_fetch.1"><strong>Seq fetch</strong></a></li>
                <!-- <li><a href="/cott/Vir/gene_index.1"><strong>Gene index</strong></a></li> -->
                <li><a href="/CottonMD/snp_eff.1"><strong>Variant annotations</strong></a></li>
                <li><a href="/CottonMD/heatmap.1"><strong>Heatmap</strong></a></li>
                <li><a href="/CottonMD/go_kegg.1"><strong>GO/KEGG enrich</strong></a></li>
                <li><a href="/CottonMD/snpmatch.1"><strong>SNPmatch</strong></a></li>
                <li><a href="/CottonMD/data2heatmap.1"><strong>Data2heatmap</strong></a></li>
                <li><a href="/CottonMD/data2geomap.1"><strong>Data2geomap</strong></a></li>
                <!-- <li><a href="/CottonMD/data2violin.1"><strong>Data2violin</strong></a></li> -->
                <li><a href="/cott/Tools/ldheatmap.1"><strong>LDheatmap</strong></a></li>
              </ul>
            </li>

            <!-- Download -->
            <li style="width: 114px;"><a href="/CottonMD/download.1"><strong>Download</strong></a>
              <ul class="nav-child-2" style="width: 170px;left: -30px;">
                <li><a href="/CottonMD/download.1"><strong>Download</strong></a></li>
                <li><a href="/CottonMD/download_snp.1"><strong>Retrieve SNP data</strong></a></li>
                <li><a href="/CottonMD/download_expression.1"><strong>Retrieve Expression data</strong></a></li>
              </ul>
            </li>

            <!-- Help -->
            <li style="width: 114px;"><a href="/CottonMD/help.1"><strong>Help</strong></a>
              <ul style="width: 110px;left: 0px;" class="nav-child-2" style="width: 120px;">
                <li><a href="/CottonMD/tutorial.1"><strong>Tutorial</strong></a></li>
                <li><a href="/CottonMD/data_source.1"><strong>Data source</strong></a></li>
                <li><a href="/CottonMD/method.1"><strong>Methods</strong></a></li>
                <li><a href="/CottonMD/pipeline.1"><strong>Pipeline</strong></a></li>
                <li><a href="/cott/Help/contact.1"><strong>Contact</strong></a></li>
              </ul>
            </li>
          </ul>
        </div>
      </nav>
    </div>
    <button onclick="topFunction()" id="myBtn" title="Back to top">Back to top</button>
    <script>
      window.onscroll = function() {
        scrollFunction()
      };

      function scrollFunction () {
        if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
          document.getElementById("myBtn").style.display = "block";
        } else {
          document.getElementById("myBtn").style.display = "none";
        }
      }

      // 点击按钮,返回顶部
      function topFunction () {
        document.body.scrollTop = 0;
        document.documentElement.scrollTop = 0;
      }
    </script>
    <script>
      // textarea自适应大小
      var autoTextarea = function(elem, extra, maxHeight) {
        extra = extra || 0;
        var isFirefox = !!document.getBoxObjectFor || 'mozInnerScreenX' in window,
          isOpera = !!window.opera && !!window.opera.toString().indexOf('Opera'),
          addEvent = function(type, callback) {
            elem.addEventListener ?
              elem.addEventListener(type, callback, false) :
              elem.attachEvent('on' + type, callback);
          },

          getStyle = elem.currentStyle ? function(name) {
            var val = elem.currentStyle[name];
            if (name === 'height' && val.search(/px/i) !== 1) {
              var rect = elem.getBoundingClientRect();
              return rect.bottom - rect.top -
                parseFloat(getStyle('paddingTop')) -
                parseFloat(getStyle('paddingBottom')) + 'px';
            };

            return val;
          } : function(name) {
            return getComputedStyle(elem, null)[name];
          },
          minHeight = parseFloat(getStyle('height'));
        elem.style.resize = 'none';
        var change = function() {
          var scrollTop, height,
            padding = 0,
            style = elem.style;
          if (elem._length === elem.value.length) return;
          elem._length = elem.value.length;
          if (!isFirefox && !isOpera) {
            padding = parseInt(getStyle('paddingTop')) + parseInt(getStyle('paddingBottom'));
          };
          scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
          elem.style.height = minHeight + 'px';
          if (elem.scrollHeight > minHeight) {
            if (maxHeight && elem.scrollHeight > maxHeight) {
              height = maxHeight - padding;
              style.overflowY = 'auto';
            } else {
              height = elem.scrollHeight - padding;
              style.overflowY = 'hidden';
            };
            style.height = height + extra + 'px';
            scrollTop += parseInt(style.height) - elem.currHeight;
            document.body.scrollTop = scrollTop;
            document.documentElement.scrollTop = scrollTop;
            elem.currHeight = parseInt(style.height);
          };

        };
        addEvent('propertychange', change);
        addEvent('input', change);
        addEvent('focus', change);
        change();
      };
      setTimeout(function() {
        var text = document.getElementsByClassName("AdaptiveTextarea");
        for (let i = 0; i < text.length; i++) {
          autoTextarea(text[i], 15); // 调用
        }
      }, 1500);

      window.onload = function() {
        var text = document.getElementsByClassName("AdaptiveTextarea");
        for (let i = 0; i < text.length; i++) {
          autoTextarea(text[i], 15); // 调用
        }
      }
    </script>

<link rel="stylesheet" href="/static/css/jstree.min.css" />
<script src="/static/js/jstree.min.js"></script>
<style>
  .panel {
    margin-top: 20px;
  }

  .panel .panel-heading {
    background: #9ABEAF;
    color: white;
    display: flex;
    justify-content: space-between;
  }

  .ng-binding {
    font-family: 'Roboto'sans-serif;
    margin: 5px;
  }

  .ellipseBtn {
    margin: 0px 15px;
  }

  .flex_box {
    width: 100%;
    padding: 0px 0px 0px 5%;
    display: flex;
    flex-wrap: wrap;
  }

  .link_li {
    width: 25%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2;
    color: #333;
  }

  .box {
    width: 100%;
    padding: 0px 5%;
  }

  .hlabel {
    margin: 10px 40px;
    padding: 20px 5px 10px 5px;
    border-bottom: rgb(172, 172, 172) 1px solid;
  }
</style>

<div style="width: 1350px;margin: auto;">
  <!-- Genomic data -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Genomic data</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Genomic" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Genomic' class="panel-body">
      <div class="container">
        Search:
        <input type="text" id="search" value="" class="input"
          style="display:block;padding:4px;border-radius:4px;border:1px solid silver;margin-left: 50px;margin-top: -26px;">
        <div id="jstree"></div>
        <a id="download" style='display:none'></a>
      </div>
    </div>
  </div>
  <!-- Transcriptome data -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Transcriptome data</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Transcriptome" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Transcriptome' class="panel-body">
      <div class="box">
        <li class="link_li"><a target='blank' href="/static/cott/download/exp/multi_organization_expression_matrix.file"
            download="multi_organization_expression_matrix.txt">Gene expression profile</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/exp/population_expression_matrix.file"
            download="population_expression_matrix.txt">Gene expression in population</a></li>
      </div>
    </div>
  </div>
  <!-- Sample information in the population -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Sample information in the population</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Sample" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Sample' class="panel-body">
      <div class="flex_box">
        <li class="link_li"><a target='blank'
            href="/static/cott/download/sample_info/Resequencing_data_of_4180_cotton_asseccions.xlsx"
            download="Resequencing_data_of_4180_cotton_asseccions.xlsx">Sample information</a></li>
      </div>
    </div>
  </div>
  <!-- Variation information (Genome: TM1_WHU) -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Variation information (Genome: TM1_WHU)</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Variation" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Variation' class="panel-body">
      <div class="flex_box">
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.1.vcf.gz"
            download="cotton4180_TM1_WHU.A01.vcf.gz">cotton4180_TM1_WHU.A01.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.2.vcf.gz"
            download="cotton4180_TM1_WHU.A02.vcf.gz">cotton4180_TM1_WHU.A02.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.3.vcf.gz"
            download="cotton4180_TM1_WHU.A03.vcf.gz">cotton4180_TM1_WHU.A03.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.4.vcf.gz"
            download="cotton4180_TM1_WHU.A04.vcf.gz">cotton4180_TM1_WHU.A04.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.5.vcf.gz"
            download="cotton4180_TM1_WHU.A05.vcf.gz">cotton4180_TM1_WHU.A05.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.6.vcf.gz"
            download="cotton4180_TM1_WHU.A06.vcf.gz">cotton4180_TM1_WHU.A06.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.7.vcf.gz"
            download="cotton4180_TM1_WHU.A07.vcf.gz">cotton4180_TM1_WHU.A07.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.8.vcf.gz"
            download="cotton4180_TM1_WHU.A08.vcf.gz">cotton4180_TM1_WHU.A08.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.9.vcf.gz"
            download="cotton4180_TM1_WHU.A09.vcf.gz">cotton4180_TM1_WHU.A09.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.10.vcf.gz"
            download="cotton4180_TM1_WHU.A10.vcf.gz">cotton4180_TM1_WHU.A10.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.11.vcf.gz"
            download="cotton4180_TM1_WHU.A11.vcf.gz">cotton4180_TM1_WHU.A11.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.12.vcf.gz"
            download="cotton4180_TM1_WHU.A12.vcf.gz">cotton4180_TM1_WHU.A12.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.13.vcf.gz"
            download="cotton4180_TM1_WHU.A13.vcf.gz">cotton4180_TM1_WHU.A13.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.14.vcf.gz"
            download="cotton4180_TM1_WHU.D01.vcf.gz">cotton4180_TM1_WHU.D01.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.15.vcf.gz"
            download="cotton4180_TM1_WHU.D02.vcf.gz">cotton4180_TM1_WHU.D02.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.16.vcf.gz"
            download="cotton4180_TM1_WHU.D03.vcf.gz">cotton4180_TM1_WHU.D03.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.17.vcf.gz"
            download="cotton4180_TM1_WHU.D04.vcf.gz">cotton4180_TM1_WHU.D04.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.18.vcf.gz"
            download="cotton4180_TM1_WHU.D05.vcf.gz">cotton4180_TM1_WHU.D05.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.19.vcf.gz"
            download="cotton4180_TM1_WHU.D06.vcf.gz">cotton4180_TM1_WHU.D06.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.20.vcf.gz"
            download="cotton4180_TM1_WHU.D07.vcf.gz">cotton4180_TM1_WHU.D07.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.21.vcf.gz"
            download="cotton4180_TM1_WHU.D08.vcf.gz">cotton4180_TM1_WHU.D08.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.22.vcf.gz"
            download="cotton4180_TM1_WHU.D09.vcf.gz">cotton4180_TM1_WHU.D09.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.23.vcf.gz"
            download="cotton4180_TM1_WHU.D10.vcf.gz">cotton4180_TM1_WHU.D10.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.24.vcf.gz"
            download="cotton4180_TM1_WHU.D11.vcf.gz">cotton4180_TM1_WHU.D11.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.25.vcf.gz"
            download="cotton4180_TM1_WHU.D12.vcf.gz">cotton4180_TM1_WHU.D12.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.26.vcf.gz"
            download="cotton4180_TM1_WHU.D13.vcf.gz">cotton4180_TM1_WHU.D13.vcf.gz</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/vcf/cotton4180_TM1_WHU.scaffold.vcf.gz"
            download="cotton4180_TM1_WHU.scaffold.vcf.gz">cotton4180_TM1_WHU.scaffold.vcf.gz</a></li>
      </div>
    </div>
  </div>
  <!-- Epigenetics data -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Epigenetics data</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Epigenetics" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Epigenetics' class="panel-body">
      <h4 class="hlabel">Chromatin accessibility</h4>
      <div class="flex_box">
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Ga_Shixiya1_Leaf_DNaseI_rep1.bw"
            download="Ga_Shixiya1_Leaf_DNaseI_rep1.bw">Ga_Shixiya1_Leaf_DNaseI_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Ga_Shixiya1_Leaf_DNaseI_rep2.bw"
            download="Ga_Shixiya1_Leaf_DNaseI_rep2.bw">Ga_Shixiya1_Leaf_DNaseI_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gb_37-9_Leaf_DNaseI_rep1.bw"
            download="Gb_37-9_Leaf_DNaseI_rep1.bw">Gb_37-9_Leaf_DNaseI_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gb_37-9_Leaf_DNaseI_rep2.bw"
            download="Gb_37-9_Leaf_DNaseI_rep2.bw">Gb_37-9_Leaf_DNaseI_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gh_Leaf_DNaseI_rep1.bw"
            download="Gh_Leaf_DNaseI_rep1.bw">Gh_Leaf_DNaseI_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gh_Leaf_DNaseI_rep2.bw"
            download="Gh_Leaf_DNaseI_rep2.bw">Gh_Leaf_DNaseI_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gh_TM-1_Fiber_10DPA_DNaseI_rep1.bw"
            download="Gh_TM-1_Fiber_10DPA_DNaseI_rep1.bw">Gh_TM-1_Fiber_10DPA_DNaseI_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gh_TM-1_Fiber_10DPA_DNaseI_rep2.bw"
            download="Gh_TM-1_Fiber_10DPA_DNaseI_rep2.bw">Gh_TM-1_Fiber_10DPA_DNaseI_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gr_Leaf_DNaseI_rep1.bw"
            download="Gr_Leaf_DNaseI_rep1.bw">Gr_Leaf_DNaseI_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_accessibility/Gr_Leaf_DNaseI_rep2.bw"
            download="Gr_Leaf_DNaseI_rep2.bw">Gr_Leaf_DNaseI_rep2.bw</a></li>
      </div>
      <h4 class="hlabel">Chromatin interaction</h4>
      <div class="flex_box">
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Ga_Shixiya1_rep1.bw"
            download="Ga_Shixiya1_rep1.bw">Ga_Shixiya1_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Ga_Shixiya1_rep2.bw"
            download="Ga_Shixiya1_rep2.bw">Ga_Shixiya1_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gb_3-79_rep1.bw"
            download="Gb_3-79_rep1.bw">Gb_3-79_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gb_3-79_rep2.bw"
            download="Gb_3-79_rep2.bw">Gb_3-79_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_TM-1_rep1.bw"
            download="Gh_TM-1_rep1.bw">Gh_TM-1_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_TM-1_rep2.bw"
            download="Gh_TM-1_rep2.bw">Gh_TM-1_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_TM-1_rep3.bw"
            download="Gh_TM-1_rep3.bw">Gh_TM-1_rep3.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_ZM24_rep1.bw"
            download="Gh_ZM24_rep1.bw">Gh_ZM24_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_ZM24_rep2.bw"
            download="Gh_ZM24_rep2.bw">Gh_ZM24_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_ZM24_rep3.bw"
            download="Gh_ZM24_rep3.bw">Gh_ZM24_rep3.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gh_ZM24_rep4.bw"
            download="Gh_ZM24_rep4.bw">Gh_ZM24_rep4.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gr_rep1.bw"
            download="Gr_rep1.bw">Gr_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/chromatin_interaction/Gr_rep2.bw"
            download="Gr_rep2.bw">Gr_rep2.bw</a></li>
      </div>
      <h4 class="hlabel">Histone modification</h4>
      <div class="flex_box">
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Ga_Shixiya1_Leaf_H3K27me3_rep1.bw"
            download="Ga_Shixiya1_Leaf_H3K27me3_rep1.bw">Ga_Shixiya1_Leaf_H3K27me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Ga_Shixiya1_Leaf_H3K27me3_rep2.bw"
            download="Ga_Shixiya1_Leaf_H3K27me3_rep2.bw">Ga_Shixiya1_Leaf_H3K27me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Ga_Shixiya1_Leaf_H3K4me3_rep1.bw"
            download="Ga_Shixiya1_Leaf_H3K4me3_rep1.bw">Ga_Shixiya1_Leaf_H3K4me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Ga_Shixiya1_Leaf_H3K4me3_rep2.bw"
            download="Ga_Shixiya1_Leaf_H3K4me3_rep2.bw">Ga_Shixiya1_Leaf_H3K4me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Ga_Shixiya_Leaf_PolII.bw"
            download="Ga_Shixiya_Leaf_PolII.bw">Ga_Shixiya_Leaf_PolII.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_37-9_Leaf_H3K27me3_rep1.bw"
            download="Gb_37-9_Leaf_H3K27me3_rep1.bw">Gb_37-9_Leaf_H3K27me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_37-9_Leaf_H3K27me3_rep2.bw"
            download="Gb_37-9_Leaf_H3K27me3_rep2.bw">Gb_37-9_Leaf_H3K27me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_37-9_Leaf_H3K4me3_rep1.bw"
            download="Gb_37-9_Leaf_H3K4me3_rep1.bw">Gb_37-9_Leaf_H3K4me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_37-9_Leaf_H3K4me3_rep2.bw"
            download="Gb_37-9_Leaf_H3K4me3_rep2.bw">Gb_37-9_Leaf_H3K4me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_37-9_Leaf_H3K9me2.bw"
            download="Gb_37-9_Leaf_H3K9me2.bw">Gb_37-9_Leaf_H3K9me2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gb_Leaf_CENH3.bw"
            download="Gb_Leaf_CENH3.bw">Gb_Leaf_CENH3.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_CH2.bw"
            download="Gh_CH2.bw">Gh_CH2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_H3K9ac.bw"
            download="Gh_H3K9ac.bw">Gh_H3K9ac.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_CENH3.bw"
            download="Gh_TM-1_Leaf_CENH3.bw">Gh_TM-1_Leaf_CENH3.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K27me3_rep1.bw"
            download="Gh_TM-1_Leaf_H3K27me3_rep1.bw">Gh_TM-1_Leaf_H3K27me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K27me3_rep2.bw"
            download="Gh_TM-1_Leaf_H3K27me3_rep2.bw">Gh_TM-1_Leaf_H3K27me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K4me1_rep1.bw"
            download="Gh_TM-1_Leaf_H3K4me1_rep1.bw">Gh_TM-1_Leaf_H3K4me1_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K4me1_rep2.bw"
            download="Gh_TM-1_Leaf_H3K4me1_rep2.bw">Gh_TM-1_Leaf_H3K4me1_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K4me3_rep1.bw"
            download="Gh_TM-1_Leaf_H3K4me3_rep1.bw">Gh_TM-1_Leaf_H3K4me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K4me3_rep2.bw"
            download="Gh_TM-1_Leaf_H3K4me3_rep2.bw">Gh_TM-1_Leaf_H3K4me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_H3K9me2_rep1.bw"
            download="Gh_TM-1_Leaf_H3K9me2_rep1.bw">Gh_TM-1_Leaf_H3K9me2_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_Leaf_PolII.bw"
            download="Gh_TM-1_Leaf_PolII.bw">Gh_TM-1_Leaf_PolII.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_roottip_H3K4me3_rep1.bw"
            download="Gh_TM-1_roottip_H3K4me3_rep1.bw">Gh_TM-1_roottip_H3K4me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gh_TM-1_roottip_H3K4me3_rep2.bw"
            download="Gh_TM-1_roottip_H3K4me3_rep2.bw">Gh_TM-1_roottip_H3K4me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gr_Leaf_H3K27me3_rep1.bw"
            download="Gr_Leaf_H3K27me3_rep1.bw">Gr_Leaf_H3K27me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gr_Leaf_H3K27me3_rep2.bw"
            download="Gr_Leaf_H3K27me3_rep2.bw">Gr_Leaf_H3K27me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gr_Leaf_H3K4me3_rep1.bw"
            download="Gr_Leaf_H3K4me3_rep1.bw">Gr_Leaf_H3K4me3_rep1.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Gr_Leaf_H3K4me3_rep2.bw"
            download="Gr_Leaf_H3K4me3_rep2.bw">Gr_Leaf_H3K4me3_rep2.bw</a></li>
        <li class="link_li"><a target='blank'
            href="/static/cott/download/epigenetics_data/histone_modification/Hybrid_Shixiya_TM-1_Leaf_PolII.bw"
            download="Hybrid_Shixiya_TM-1_Leaf_PolII.bw">Hybrid_Shixiya_TM-1_Leaf_PolII.bw</a></li>
      </div>
    </div>
  </div>
  <!-- Metabolome data -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h4 class="ng-binding">Metabolome data</h4>
      <div class="ellipseBtn">
        <div class="circleBtn" data-toggle="collapse" data-target="#Metabolome" aria-expanded="true"
          aria-controls="search_collapse"></div>
      </div>
    </div>
    <div id='Metabolome' class="panel-body">
      <div class="flex_box">
        <li class="link_li"><a target='blank' href="/static/cott/download/metabolome/NEC_PEC_GE_in_SE.zip"
            download="NEC_PEC_GE_in_SE.zip">NEC/PEC/GE in SE</a></li>
        <li class="link_li"><a target='blank' href="/static/cott/download/metabolome/Fiber_at_45_DPA.zip"
            download="Fiber_at_45_DPA.zip">Fiber at 45 DPA</a></li>
      </div>
    </div>
  </div>
</div>

 

<script>
  $(function() {
    var tree = $('#jstree').jstree({
      'core': {
        'data': [
          {
            'text': 'Genomic data',
            'state': {
              'opened': true
            },
            'children': [
              {
                'text': 'Diploid',
                'state': {
                  'opened': true
                },
                'children': [
                  {
                    'text': 'A1',
                    'state': {
                      'opened': true
                    },
                    'children': [
                      {
                        'text': 'A1_WHU',
                        'state': {
                          'opened': true
                        },
                        'children': [
                          {
                            'text': 'A1_WHU.genome.fa.gz',
                            'href': '/static/cott/download/genome/A1_WHU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A1_WHU.cds.fa.gz',
                            'href': '/static/cott/download/cds/A1_WHU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A1_WHU.protein.pep.gz',
                            'href': '/static/cott/download/pep/A1_WHU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A1_WHU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/A1_WHU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'A2',
                    'children': [
                      {
                        'text': 'A2_BGI',
                        'children': [
                          {
                            'text': 'A2_BGI.genome.fa.gz',
                            'href': '/static/cott/download/genome/A2_BGI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_BGI.cds.fa.gz',
                            'href': '/static/cott/download/cds/A2_BGI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_BGI.protein.pep.gz',
                            'href': '/static/cott/download/pep/A2_BGI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_BGI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/A2_BGI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'A2_CRI',
                        'children': [
                          {
                            'text': 'A2_CRI.genome.fa.gz',
                            'href': '/static/cott/download/genome/A2_CRI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_CRI.cds.fa.gz',
                            'href': '/static/cott/download/cds/A2_CRI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_CRI.protein.pep.gz',
                            'href': '/static/cott/download/pep/A2_CRI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_CRI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/A2_CRI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'A2_HAU',
                        'children': [
                          {
                            'text': 'A2_HAU.genome.fa.gz',
                            'href': '/static/cott/download/genome/A2_HAU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_HAU.cds.fa.gz',
                            'href': '/static/cott/download/cds/A2_HAU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_HAU.protein.pep.gz',
                            'href': '/static/cott/download/pep/A2_HAU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_HAU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/A2_HAU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'A2_WHU',
                        'children': [
                          {
                            'text': 'A2_WHU.genome.fa.gz',
                            'href': '/static/cott/download/genome/A2_WHU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_WHU.cds.fa.gz',
                            'href': '/static/cott/download/cds/A2_WHU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_WHU.protein.pep.gz',
                            'href': '/static/cott/download/pep/A2_WHU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'A2_WHU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/A2_WHU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'D1',
                    'children': [
                      {
                        'text': 'D1_ISU',
                        'children': [
                          {
                            'text': 'D1_ISU.genome.fa.gz',
                            'href': '/static/cott/download/genome/D1_ISU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D1_ISU.cds.fa.gz',
                            'href': '/static/cott/download/cds/D1_ISU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D1_ISU.protein.pep.gz',
                            'href': '/static/cott/download/pep/D1_ISU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D1_ISU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/D1_ISU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'D5',
                    'children': [
                      {
                        'text': 'D5_HAU',
                        'children': [
                          {
                            'text': 'D5_HAU.genome.fa.gz',
                            'href': '/static/cott/download/genome/D5_HAU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_HAU.cds.fa.gz',
                            'href': '/static/cott/download/cds/D5_HAU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_HAU.protein.pep.gz',
                            'href': '/static/cott/download/pep/D5_HAU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_HAU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/D5_HAU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'D5_NSF',
                        'children': [
                          {
                            'text': 'D5_NSF.genome.fa.gz',
                            'href': '/static/cott/download/genome/D5_NSF.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_NSF.cds.fa.gz',
                            'href': '/static/cott/download/cds/D5_NSF.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_NSF.protein.pep.gz',
                            'href': '/static/cott/download/pep/D5_NSF.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D5_NSF.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/D5_NSF.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'D10',
                    'children': [
                      {
                        'text': 'D10_NSF',
                        'children': [
                          {
                            'text': 'D10_NSF.genome.fa.gz',
                            'href': '/static/cott/download/genome/D10_NSF.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D10_NSF.cds.fa.gz',
                            'href': '/static/cott/download/cds/D10_NSF.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D10_NSF.protein.pep.gz',
                            'href': '/static/cott/download/pep/D10_NSF.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'D10_NSF.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/D10_NSF.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  }
                ]
              },
              {
                'text': 'Tetraploid',
                'state': {
                  'opened': true
                },
                'children': [
                  {
                    'text': 'AD1',
                    'children': [
                      {
                        'text': 'TM1_HAU',
                        'children': [
                          {
                            'text': 'TM1_HAU.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM1_HAU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_HAU.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM1_HAU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_HAU.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM1_HAU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_HAU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM1_HAU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'TM1_ZJU',
                        'children': [
                          {
                            'text': 'TM1_ZJU.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM1_ZJU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_ZJU.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM1_ZJU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_ZJU.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM1_ZJU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_ZJU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM1_ZJU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'TM1_CRI',
                        'children': [
                          {
                            'text': 'TM1_CRI.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM1_CRI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_CRI.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM1_CRI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_CRI.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM1_CRI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_CRI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM1_CRI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'TM1_NBI',
                        'children': [
                          {
                            'text': 'TM1_NBI.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM1_NBI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_NBI.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM1_NBI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_NBI.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM1_NBI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_NBI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM1_NBI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'TM1_WHU',
                        'children': [
                          {
                            'text': 'TM1_WHU.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM-1_WHU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_WHU.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM-1_WHU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_WHU.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM-1_WHU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_WHU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM-1_WHU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'TM1_UTX',
                        'children': [
                          {
                            'text': 'TM1_UTX.genome.fa.gz',
                            'href': '/static/cott/download/genome/TM1_UTX.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_UTX.cds.fa.gz',
                            'href': '/static/cott/download/cds/TM1_UTX.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_UTX.protein.pep.gz',
                            'href': '/static/cott/download/pep/TM1_UTX.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'TM1_UTX.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/TM1_UTX.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'ZM24_CRI',
                        'children': [
                          {
                            'text': 'ZM24_CRI.genome.fa.gz',
                            'href': '/static/cott/download/genome/ZM24_CRI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'ZM24_CRI.cds.fa.gz',
                            'href': '/static/cott/download/cds/ZM24_CRI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'ZM24_CRI.protein.pep.gz',
                            'href': '/static/cott/download/pep/ZM24_CRI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'ZM24_CRI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/ZM24_CRI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'HEBAU_NDM8',
                        'children': [
                          {
                            'text': 'HEBAU_NDM8.genome.fa.gz',
                            'href': '/static/cott/download/genome/NDM8.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'HEBAU_NDM8.cds.fa.gz',
                            'href': '/static/cott/download/cds/NDM8.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'HEBAU_NDM8.protein.pep.gz',
                            'href': '/static/cott/download/pep/NDM8.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'HEBAU_NDM8.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/NDM8.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'AD2',
                    'children': [
                      {
                        'text': '3-79_HAU',
                        'children': [
                          {
                            'text': '3-79_HAU.genome.fa.gz',
                            'href': '/static/cott/download/genome/3-79_HAU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HAU.cds.fa.gz',
                            'href': '/static/cott/download/cds/3-79_HAU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HAU.protein.pep.gz',
                            'href': '/static/cott/download/pep/3-79_HAU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HAU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/3-79_HAU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': '3-79_HGS',
                        'children': [
                          {
                            'text': '3-79_HGS.genome.fa.gz',
                            'href': '/static/cott/download/genome/3-79_HGS.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HGS.cds.fa.gz',
                            'href': '/static/cott/download/cds/3-79_HGS.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HGS.protein.pep.gz',
                            'href': '/static/cott/download/pep/3-79_HGS.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': '3-79_HGS.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/3-79_HGS.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'H7124_ZJU',
                        'children': [
                          {
                            'text': 'H7124_ZJU.genome.fa.gz',
                            'href': '/static/cott/download/genome/H7124_ZJU.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'H7124_ZJU.cds.fa.gz',
                            'href': '/static/cott/download/cds/H7124_ZJU.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'H7124_ZJU.protein.pep.gz',
                            'href': '/static/cott/download/pep/H7124_ZJU.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'H7124_ZJU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/H7124_ZJU.gff.gz',
                            'type': 'file'
                          }
                        ]
                      },
                      {
                        'text': 'P90_HEBAU',
                        'children': [
                          {
                            'text': 'P90_HEBAU.genome.fa.gz',
                            'href': '/static/cott/download/genome/Pima90.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'P90_HEBAU.cds.fa.gz',
                            'href': '/static/cott/download/cds/Pima90.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'P90_HEBAU.protein.pep.gz',
                            'href': '/static/cott/download/pep/Pima90.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'P90_HEBAU.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/Pima90.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'AD3',
                    'children': [
                      {
                        'text': 'AD3_HGS',
                        'children': [
                          {
                            'text': 'AD3_HGS.genome.fa.gz',
                            'href': '/static/cott/download/genome/AD3_HGS.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD3_HGS.cds.fa.gz',
                            'href': '/static/cott/download/cds/AD3_HGS.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD3_HGS.protein.pep.gz',
                            'href': '/static/cott/download/pep/AD3_HGS.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD3_HGS.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/AD3_HGS.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'AD4',
                    'children': [
                      {
                        'text': 'AD4_JGI',
                        'children': [
                          {
                            'text': 'AD4_JGI.genome.fa.gz',
                            'href': '/static/cott/download/genome/AD4_JGI.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD4_JGI.cds.fa.gz',
                            'href': '/static/cott/download/cds/AD4_JGI.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD4_JGI.protein.pep.gz',
                            'href': '/static/cott/download/pep/AD4_JGI.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD4_JGI.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/AD4_JGI.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  },
                  {
                    'text': 'AD5',
                    'children': [
                      {
                        'text': 'AD5_HGS',
                        'children': [
                          {
                            'text': 'AD5_HGS.genome.fa.gz',
                            'href': '/static/cott/download/genome/AD5_HGS.genome.fa.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD5_HGS.cds.fa.gz',
                            'href': '/static/cott/download/cds/AD5_HGS.cds.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD5_HGS.protein.pep.gz',
                            'href': '/static/cott/download/pep/AD5_HGS.pep.gz',
                            'type': 'file'
                          },
                          {
                            'text': 'AD5_HGS.annotation.gff3.gz',
                            'href': '/static/cott/download/gff/AD5_HGS.gff.gz',
                            'type': 'file'
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      },
      'types': {
        "file": {
          "icon": "glyphicon glyphicon-file",
          "valid_children": []
        }
      },
      "plugins": [
        "state", "types", "search"
      ]
    }).on('changed.jstree', function(e, data) {
      $('#jstree').jstree(true).toggle_node(data.selected);
    }).on('activate_node.jstree', function(e, data) {
      if (data.node.original.href) {
        $('#download').attr('href', data.node.original.href)
        $('#download').attr('download', data.node.text)
        document.getElementById('download').click()
      } else {
        $('#download').attr('href', '')
        $('#download').attr('download', '')
      }
    });
    var to = false;
    $('#search').keyup(function() {
      if (to) { clearTimeout(to); }
      to = setTimeout(function() {
        var v = $('#search').val();
        $('#jstree').jstree(true).search(v);
      }, 250);
    });
  });

</script>
        <div class="FooterPush"></div>  
    </div>  
    <style>
        .imgLink{
            margin-left: 0px;
            color: #FFF;
            height: 50px;
            display: block;
        }
        .imgLink:hover{
            color: #FAFCF4;
            text-decoration: none;
        }
        .imgDiv{
            background-color: #FFF;
            height: 50px;
        }
        .FGDdiv{
            float: left;margin: 7px 5px 0px 5px;font-size: 2rem;font-family: Varela Round;font-weight: bold;color: #9D9D9D;
        }
        .FGDdiv:hover{
            color: #FFF;
        }
    </style>
    <div class="Footer">
        <!-- 最外侧DIV用来填充背景、display: flex;justify-content: center;用于让内部某固定宽度的div居中 -->
        <div style="margin-top:50px;width: 100%;min-width: 1400px;height:150px;background:rgba(155, 191, 109, 0.7);display: flex;justify-content: center;">
            <!-- 因为flex布局的DIV不受justify-content: center;的影响,第二层DIV用来确定内容的宽度、text-align: center;用于让p标签居中 -->
            <div style="width: 1000px;text-align:center;">
                <!-- 第三层flex布局的DIV加上justify-content: space-between;让内部元素均匀分布 -->
                <div style="margin: 35px 0px 0px 0px;display: flex;justify-content: space-between;">
                    <!-- <div style="width: 220px;height: 110px;margin-top:10px">
                        <iframe style="background: transparent !important; left: 0px; top: 0px; height: 100%; width: 100%;" scrolling="no" frameborder="0" allowtransparency="true" src="//rf.revolvermaps.com/w/7/a/a2.php?i=5kk7nlucr25&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;sx=0"></iframe>
                    </div>
                    <div style="width: 380px;height: 140px;">
                        &nbsp;<i class="bi bi-house-door"  style="font-size: 120%;"></i>&nbsp;&nbsp;<b style="text-indent: 2em;left: 0px;font-size: 140%;color:#557B74"><i>Cotton</i></b><b style="left: 0px;font-size: 140%;color: #e4b11a;"><i>MD</i></b>
                        <p style="text-indent: 2em;color: #FFF;">CottonMD is a curated and integrated multi-omics resource for cotton.In this database, we integrated and analyzed datasets from genomics, epigenomics, transcriptomics, metabolomics and phenomics, and offer multiple tools for users to make it easy to utilize datasets.</p>
                    </div>
                    <div style="width: 270px;height: 140px;">
                        &nbsp;<i class="bi bi-envelope-open" style="font-size: 120%;"></i>&nbsp;&nbsp;<b style="text-indent: 2em;left: 0px;font-size: 140%;color:#557B74"><i>Contact info</i></b>
                        <p style="text-indent: 2em;color: #FFF;"><b style="color: #e4b11a;">Address :</b> School of Information, Huazhong Agricultural University, Wuhan, Hubei, China</p>
                        <hr style="margin: 3px;">
                        <p style="text-indent: 2em;color: #FFF;"><b style="color: #e4b11a;">Email:</b> yqy@mail.hzau.edu.cn</p>
                    </div>
                    <div style="width: 430px;height: 140px;">
                        &nbsp;<i class="bi bi-link-45deg" style="font-size: 160%;"></i>&nbsp;&nbsp;<b style="text-indent: 2em;left: 0px;font-size: 140%;color:#557B74"><i>Related website</i></b>
                        <hr style="margin: 3px;">
                        <a href="https://www.cottongen.org/" class="imgLink" title="CottonGen"><img src="/static/css/images/cottongen_min.png" style="height:50px;"> CottonGen</a>
                        <a href="https://www.arabidopsis.org/" class="imgLink" title="TAIR"><img src="/static/css/images/tair_logo_highdef_originalcolors.png" style="height:50px"></a>
                        <a href="http://structuralbiology.cau.edu.cn/gossypium/" class="imgLink" title="ccNET"><img src="/static/css/images/ccNET.png" style="height:50px"></a>
                        <a href="https://cottonfgd.org/" class="imgLink" title="CottonFGD"><img style="height:50px;" src="/static/css/images/CottonFGD.png"> CottonFGD</a>
                        <a href="http://magen.whu.edu.cn/" class="imgLink" title="MaGenDB"><img src="http://magen.whu.edu.cn/favicon.ico" style="height:50px;margin-left: 17px;"> MaGenDB</a>
                    </div> -->

                    <!-- <script type="text/javascript" src="//rf.revolvermaps.com/0/0/4.js?i=5qev39vj3xx&amp;m=0&amp;h=64&amp;c=ff0000&amp;r=0" async="async" style="width: 220px;height:110px"></script> -->
                    <!-- <a href="https://www.cottongen.org/"><img src="/static/css/images/cottongen.png" style="vertical-align:middle;height:50px;"></a> -->
                    <!-- <a href="https://www.arabidopsis.org/"><img src="/static/css/images/tair_logo_highdef_originalcolors.png" style="vertical-align:middle;height:50px"></a> -->
                    <!-- <div style="width: 100px;height: 50px;border-radius: 10px;overflow: hidden;">
                        <iframe style="background: transparent !important; left: 0px; top: 0px; height: 100%; width: 100%;" scrolling="no" frameborder="0" allowtransparency="true" src="//rf.revolvermaps.com/w/7/a/a2.php?i=5kk7nlucr25&amp;m=0&amp;c=ff0000&amp;cr1=ffffff&amp;sx=0"></iframe>
                    </div> -->
                    <a href="https://www.cottongen.org/" class="imgLink" title="CottonGen" target ="_blank"><img src="/static/css/images/cottongen_logo.png" style="height:50px;margin-top: 0px;"></a>
                    <a href="http://magen.whu.edu.cn/" class="imgLink" title="MaGenDB" target ="_blank">
                        <div class="imgDiv" style="background-color: #011A25;padding: 2.5px;">
                            <div style="float: left;">
                                <img src="/static/css/images/MaGen.svg" style="height:45px;margin-top: 0px;">
                            </div>
                            <div style="float: left;margin: 7px 5px 0px 5px;font-size: 2rem;font-family: Varela Round;font-weight: bold;"> MaGenDB</div>
                        </div>
                    </a>
                    <a href="https://cottonfgd.org/" class="imgLink" title="CottonFGD" target ="_blank">
                        <div class="imgDiv" style="background-color: #011A25;padding: 2.5px;">
                            <div style="float: left;border-radius: 10px;overflow: hidden;">
                                <img src="/static/css/images/CottonFGD.png" style="height:45px;margin-top: 0px;">
                            </div>
                            <div class="FGDdiv"> CottonFGD</div>
                        </div>
                    </a>
                   
                    <a href="http://structuralbiology.cau.edu.cn/gossypium/" class="imgLink" title="ccNET" target ="_blank"><img src="/static/css/images/ccNET.png" style="height:50px"></a>
                    <a href="https://www.arabidopsis.org/" class="imgLink" title="TAIR" target ="_blank"><img src="/static/css/images/tair_logo_highdef_originalcolors.png" style="height:50px"></a>
                    <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1280971539'%3E%3C/span%3E%3Cscript src='https://s9.cnzz.com/z_stat.php%3Fid%3D1280971539%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
                </div>
                <p style="margin-top: 15px;width: 100%;">Copyright © 2021-2031 All rights reserved. <a href="http://yanglab.hzau.edu.cn/cott/Help/contact">Contact us:</a> yqy@mail.hzau.edu.cn</p>
            </div>
        </div>
    </div> 
</body>  
</html>