Skip to content
Snippets Groups Projects
Commit 585b8057 authored by Jay's avatar Jay
Browse files

fix result

parent dd1e3f9c
No related branches found
No related tags found
No related merge requests found
Pipeline #486770 passed
<nav class="navbar navbar-expand-lg fixed-top bg-body clean-navbar">
<div class="container">
<a href="index.html" class="navbar-brand logo">
<img src="https://static.igem.wiki/teams/5459/logo.png" alt="Logo">
</a>
<!-- <img class="navbar-brand logo " href="index.html" src="https://static.igem.wiki/teams/5459/logo.png" > -->
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navcol-1"><span
class="visually-hidden">Toggle navigation</span><span
class="navbar-toggler-icon"></span></button>
<div id="navcol-1" class="collapse navbar-collapse">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false"
data-bs-toggle="dropdown" href>Project</a>
<div class="dropdown-menu"><a class="dropdown-item"
href="contribution.html">Contribution</a><a class="dropdown-item"
href="description.html">Description</a><a class="dropdown-item"
href="engineering.html">Engineering</a><a class="dropdown-item"
href="parts.html">Parts</a><a class="dropdown-item"
href="results.html">Results</a><a class="dropdown-item"
href="experiments.html">Experiments</a><a class="dropdown-item"
href="safety.html">Safety</a></div>
</li>
<li class="nav-item">
<a class="nav-link" href="human-practices.html">Human Practice</a>
</li>
<li class="nav-item">
<a class="nav-link" href="model.html">Model</a>
</li>
<li class="nav-item">
<a class="nav-link" href="design.html">Design</a>
</li>
<li class="nav-item dropdown">
<a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown"
href="#">Team</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="team.html">Members</a>
<a class="dropdown-item" href="attributions.html">Attributions</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="awards.html">Awards</a>
</li>
</ul>
</div>
</div>
</nav>
\ No newline at end of file
......@@ -30,7 +30,10 @@
data-bs-toggle="dropdown" href>Project</a>
<div class="dropdown-menu"><a class="dropdown-item"
href="contribution.html">Contribution</a><a class="dropdown-item"
href="description.html">Description</a><a class="dropdown-item"
href="description.html">Description</a>
<a class="dropdown-item" href="design.html">Design</a>
<a class="dropdown-item"
href="engineering.html">Engineering</a><a class="dropdown-item"
href="parts.html">Parts</a><a class="dropdown-item"
href="results.html">Results</a><a class="dropdown-item"
......
......@@ -479,7 +479,25 @@
<figcaption style="margin-top: -10px;">Figure9. The response of CueR-pCoA system upon
different Cu2+ concentrations over time.</figcaption>
</figure>
<br>
<p> <strong>The development of a cell-free transcription test strip</strong></p>
<p>We first tested the cell lysis conditions using 75W 15min ultrasonic treatment for 2ml overnight culture. After plating the lysate, we observed that some bacterial cells were not fully lysed. In the second attempt, we increased the power to 90W, which successfully resulted in complete cell lysis as expected.</p>
<p>Next, we added Cu²⁺ to the lysate to test the system's response. However, a white precipitate formed in the solution, which we suspect was caused by the accidental addition of EDTA, leading to a reaction with Cu²⁺.</p>
<p>Due to time constraints and limited experimental conditions, we were unable to complete the functional validation of the system in the lysate. However, we have already designed the hardware for the entire system, aimed at future home-based detection applications. This setup will allow for easy and safe use outside of laboratory conditions, making it suitable for everyday use. The hardware is designed to integrate the cell-free system onto a user-friendly test strip, providing a reliable platform for real-time, at-home biosensing.</p>
<figure class="text-center"></figure>
<div class="image-container d-flex justify-content-between">
<div class="flex-fill d-flex flex-column">
<div class="img-wrapper d-flex align-items-center justify-content-center">
<img class="img-fluid product-item-img rounded"
src="https://static.igem.wiki/teams/5459/wiki/results/res10.png" />
</div>
</div>
</div>
<figcaption style="margin-top: -10px;">Fig 10. our design for smartphone-based at-home detection device</figcaption>
</figure>
</div>
</div>
......
......@@ -24,7 +24,10 @@
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a></li>
<li class="nav-item dropdown"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href>Project</a>
<div class="dropdown-menu"><a class="dropdown-item" href="contribution.html">Contribution</a><a class="dropdown-item" href="description.html">Description</a><a class="dropdown-item" href="engineering.html">Engineering</a><a class="dropdown-item" href="parts.html">Parts</a><a class="dropdown-item" href="results.html">Results</a><a class="dropdown-item" href="experiments.html">Experiments</a><a class="dropdown-item" href="safety.html">Safety</a></div>
<div class="dropdown-menu"><a class="dropdown-item" href="contribution.html">Contribution</a><a class="dropdown-item" href="description.html">Description</a>
<a class="dropdown-item" href="design.html">Design</a>
<a class="dropdown-item" href="engineering.html">Engineering</a><a class="dropdown-item" href="parts.html">Parts</a><a class="dropdown-item" href="results.html">Results</a><a class="dropdown-item" href="experiments.html">Experiments</a><a class="dropdown-item" href="safety.html">Safety</a></div>
</li>
<li class="nav-item">
<a class="nav-link" href="human-practices.html">Human Practice</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment