Skip to content

Commit

Permalink
20th Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueEve04 committed Oct 8, 2024
1 parent e48f784 commit 9cd466e
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 31 deletions.
2 changes: 1 addition & 1 deletion css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
.grid-wrapper {
display: grid;
/* 这一句用的是220px是因为有5列,四行文字220px,剩下的就正好剩四百左右px给logo使用 ,如果用250px的话,为logo剩下的空间不够大,会导致logo过小*/
grid-template-columns: repeat(auto-fit, minmax(220px, auto));
grid-template-columns: repeat(auto-fit, minmax(230px, auto));
grid-gap: 2em;
}

Expand Down
Binary file modified images/result/resultpage2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script type="text/javascript" src="./extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="./extras/modernizr.2.5.3.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>NAU-CHINA-DE 2024</title>
<style>
em{
font-style: italic!important;
Expand Down Expand Up @@ -102,7 +102,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./pages/member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./pages/collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down
4 changes: 2 additions & 2 deletions pages/Pro.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="text/javascript" src="../extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="../extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../extras/modernizr.2.5.3.min.js"></script>
<title>Document</title>
<title>Protocol</title>
<style>
em{
font-style: italic!important;
Expand Down Expand Up @@ -93,7 +93,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down
2 changes: 2 additions & 0 deletions pages/collaboration.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
lastScrollTop = scrollTop <= 0 ? 0 : scrollTop; // For Mobile or negative scrolling
});
</script>
<img src="./header/coll.png" style="width: 100%;padding-top:80px" alt="">

<section class="description_container">
<div class="title" id="Pathway">Introduction</div>
<p>The project we chose this year was difficult for undergraduates, but it was pleasing to have some help as we stumbled
Expand Down
10 changes: 5 additions & 5 deletions pages/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="text/javascript" src="../extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="../extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../extras/modernizr.2.5.3.min.js"></script>
<title>Document</title>
<title>Description</title>
</head>

<body>
Expand Down Expand Up @@ -88,7 +88,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down Expand Up @@ -136,16 +136,16 @@
});
</script>

<section class="table_of_content_container" style=" height: 6170px;">
<div class="table_of_content">
<section class="table_of_content_container" style="height: 6770px; ">
<div class="table_of_content" style="font-family: 'Times New Roman', Times, serif;">
<li><a href="#Background">Background</a></li>
<li><a href="#Biodegradation">Biodegradation of PBAT meets challenges</a></li>
<li><a href="#Goal">Our goal</a></li>
<li><a href="#Reference">Reference</a></li>
</div>
</section>
<img src="./header/description.png" alt="" style="width: 100%;padding-top:80px">
<section class="description_container">
<section class="description_container" style="font-family: 'Times New Roman', Times, serif;">
<div class="title" id="Background">Background</div>
<p>Poly (butylene adipate-co-terephthalate) (PBAT), a polymer synthesized from the monomers terephthalic acid
(TPA),
Expand Down
10 changes: 5 additions & 5 deletions pages/design.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="text/javascript" src="../extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="../extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../extras/modernizr.2.5.3.min.js"></script>
<title>Document</title>
<title>Design</title>
</head>

<body>
Expand Down Expand Up @@ -88,7 +88,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down Expand Up @@ -135,8 +135,8 @@
lastScrollTop = scrollTop <= 0 ? 0 : scrollTop; // For Mobile or negative scrolling
});
</script>
<section class="table_of_content_container" style="height: 7570px;">
<div class="table_of_content">
<section class="table_of_content_container" style="height: 6770px;">
<div class="table_of_content" style="font-family: 'Times New Roman', Times, serif;">
<li><a href="#Pathway" style="font-size: 14px;">Pathway design of the secretion pathway in Bacillus subtilis</a></li>
<li><a href="#Enzyme" style="font-size: 14px;">Pathway design of a FADS-based ultra-high-throughput evolution of PBAT-degrading enzyme</a></li>
<li><a href="#Engineered" style="font-size: 14px;">Engineered KT2440 Strain Construction and ALE-Derived Mutant Isolation for TPA and BDO
Expand All @@ -145,7 +145,7 @@
</div>
</section>
<img src="./header/desigen.png" style="width: 100%;padding-top:80px" alt="">
<section class="description_container">
<section class="description_container" style=" font-family: 'Times New Roman', Times, serif;">
<div class="title" id="Pathway">Pathway design of the secretion pathway in Bacillus subtilis</div>
<p>We first established an efficient secretion system within Bacillus subtilis. The signal peptide AprE was
fused to the
Expand Down
Binary file added pages/header/coll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions pages/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:[email protected]&display=swap" rel="stylesheet">
<title>Document</title>
<title>Team Members

</title>

</head>

Expand Down Expand Up @@ -98,7 +100,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>

<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down
8 changes: 4 additions & 4 deletions pages/notebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/footer.css">
<link rel="stylesheet" href="../css/page_second_half.css">

<title>Lab Notebook</title>
</head>

<body>
Expand Down Expand Up @@ -86,9 +86,9 @@
Team
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
</div>
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
var gifImage = document.getElementById('gif-image');
Expand Down
14 changes: 9 additions & 5 deletions pages/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
<script type="text/javascript" src="../extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="../extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../extras/modernizr.2.5.3.min.js"></script>

<title>Document</title>
<style>
body{
font-family: 'Times New Roman', Times, serif;
}
</style>
<title>Results</title>
</head>

<body>
Expand Down Expand Up @@ -89,7 +93,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down Expand Up @@ -136,7 +140,7 @@
lastScrollTop = scrollTop <= 0 ? 0 : scrollTop; // For Mobile or negative scrolling
});
</script>
<section class="table_of_content_container" style="height: 10410px;">
<section class="table_of_content_container" style="height: 10350px;">
<div class="table_of_content">
<li><a href="#Pathway" style="font-size: 14px;">Validation of the secretion pathway in <em style="font-style: italic;">Bacillus subtilis</em></a>
</li>
Expand All @@ -151,7 +155,7 @@
</div>
</section>
<img src="./header/results.png" style="width: 100%;padding-top:80px" alt="">
<section class="description_container">
<section class="description_container" style=" font-family: 'Times New Roman', Times, serif;">
<div class="title" id="Pathway">Validation of the secretion pathway in <em style="font-style: italic;">Bacillus subtilis</em></div>
<p>To verify whether the enzymes were secreted out of the cells, we cultivated the bacterium on the plates with
polycaprolactone (PCL), which can be hydrolyzed by lipases, esterases, keratinases and so on, commonly
Expand Down
15 changes: 10 additions & 5 deletions pages/supplement.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
<script type="text/javascript" src="../extras/jquery-ui-1.8.20.custom.min.js"></script>
<script type="text/javascript" src="../extras/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../extras/modernizr.2.5.3.min.js"></script>
<title></title>
<style>
i{
font-style: italic;
}
</style>
<title>Supplement</title>
</head>

<body>
Expand Down Expand Up @@ -88,7 +93,7 @@
</a>
<div class="dropdown-content" style="width: 140.39px;">
<a href="./member.html" class="dropdown-page cool-link2">Members</a>
<a href="#" class="dropdown-page cool-link2">Contribution</a>
<a href="./collaboration.html" class="dropdown-page cool-link2">Collaboration</a>
</div>
</li>
<script>
Expand Down Expand Up @@ -1309,7 +1314,7 @@
<p style="margin-top:7.8pt; margin-bottom:7.8pt; line-height:200%; font-size:14pt"><span
style="font-family:'Times New Roman'">2</span></p>
</td>
<td style="width: 5%; padding-right:3pt; vertical-align:middle">
<td style="width:5%; padding-right:3pt; vertical-align:middle">
<p style="margin-top:7.8pt; margin-bottom:7.8pt; line-height:200%; font-size:14pt"><span
style="font-family:'Times New Roman'">2</span></p>
</td>
Expand Down Expand Up @@ -1789,13 +1794,13 @@
</tr>
<tr>
<td>4</td>
<td>IsPETase</td>
<td><i>Is</i>PETase</td>
<td>CAAACGAACCCGTATGCGAGAGGCCCTA<br>AATCCGACAGCCGCATCTCTTGAAGCAT<br>CAGCAGGCCCGTTTACAGTTCGTTCTTT<br>TACAGTTTCAAGACCGTCAGGATATGGA<br>GCAGGAACAGTTTATTATCCGACAAATG<br>CAGGCGGCACAGTTGGAGCAATTGCTAT<br>TGTTCCGGGATATACAGCGAGACAGTCA<br>TCAATTAAATGGTGGGGACCGAGATTGG<br>CAAGCCATGGATTTGTTGTTATTACAAT<br>TGATACGAACAGCACACTGGATCAACCG<br>TCATCAAGATCTTCACAACAAATGGCAG<br>CACTTCGTCAGGTTGCAAGCCTGAACGG<br>CACGTCATCATCACCGATTTATGGCAAA<br>GTTGATACAGCAAGAATGGGCGTCATGG<br>GCTGGTCAATGGGCGGAGGAGGATCACT<br>GATTTCAGCAGCAAATAATCCGTCACTT<br>AAAGCAGCAGCGCCGCAAGCACCGTGGA<br>TTCATCAACGAATTTTTCATCAGTTACA<br>GTTCCGACGCTGATCTTTGCATGCGAAA<br>ACGATAGCATTGCACCGGTGAACAGCAG<br>CGCCCTGCCTATTTATGATTCAATGTCA<br>AGAAATGCGAAACAATTTCTGGAAATTA<br>ACGGCGGCTCACATTCTTGCGCAAATAG<br>CGGAAATTCAAATCAGGCACTTATTGGC<br>AAGAAGGGCGTTGCATGGATGAAAAGAT<br>TTATGGATAATGATACGCGCTATAGCAC<br>ATTTGCATGTGAAAATCCTAATAGCACG<br>AGAGTGAGCGATTTTAGAACAGCAAATT<br>GCTCA
</td>
</tr>
<tr>
<td>5</td>
<td>ND</td>
<td><i>ND</i></td>
<td>GCTAACCCTTATGAAAGAGGACCTAACC<br>CTACAGATGCATTACTGGAAGCTCGCAG<br>CGGACCTTTTTCAGTTTCAGAAGAGAAT<br>GTGTCTAGACTTAGCGCTAGCGGATTTG<br>GAGGCGGAACAATCTACTATCCTAGAGA<br>AAACAATACGTACGGAGCAGTGGCAATT<br>TCTCCTGGATATACGGGAACAGAAGCTA<br>GCATTGCATGGCTTGGCGAACGCATTGC<br>CTCTCACGGATTTGTTGTCATTACAATT<br>GATACAATTACGACACTTGATCAACCGG<br>ACTCTAGAGCCGAACAGTTAAATGCTGC<br>ATTAAACCATATGATTAACAGAGCCTCA<br>TCTACAGTGAGATCAAGAATCGATTCAT<br>CTAGATTAGCAGTCATGGGACATAGCAT<br>GGGAGGAGGAGGCTCTCTTCGCTTAGCT<br>TCACAAAGACCGGACCTGAAAGCAGCAA<br>TTCCTTTAACGCCGTGGCATCTGAACAA<br>AACTGGAGCTCAGTGACAGTTCCGACGT<br>TAATCATTGGCGCTGATTTAGATACAAT<br>TGCCCCGGTCGCAACATCTGCCAAGCCT<br>ATCTATAACTCTTTACCTAGCAGCATTA<br>GCAAGGCATATCTTGAATTAGATGGAGC<br>CACACATTTTGCGCCGAACATTCCTAACA<br>AGATCATTGGCAAATATTCAGTAGCTTG<br>GCTTAAGAGATTCGTCGACAATGACACA<br>CGCTATACACAATTTCTTTGTCCGGGAC<br>CGAGAGATGGATTATTTGGCGAAGTTGA<br>AGAATACAGATCAACATGTCCTTTT
</td>
</tr>
Expand Down

0 comments on commit 9cd466e

Please sign in to comment.