Skip to content
Snippets Groups Projects
Commit 9c898d8f authored by Devyani Ravi's avatar Devyani Ravi
Browse files

add vibrio booklet

parent 53975855
No related branches found
No related tags found
No related merge requests found
Pipeline #459163 passed
......@@ -19,17 +19,23 @@
<div class="collapsible-cards">
<!-- Vibrio Natriegens Protocol Booklet -->
<div class="card">
<h4 @click="toggleSection('protocolGuide')">
Vibrio natriegens Protocol Booklet
<span v-if="sections.protocolGuide"></span>
<span v-else></span>
</h4>
<div v-if="sections.protocolGuide" class="content">
<p>
With the growing popularity of <i>Vibrio natriegens</i> as a chassis organism and its relatively new use within synthetic biology and iGEM, the consolidation of protocols is crucial. To fulfill this need, we aim to provide future iGEM teams a strong foundation to build upon through our comprehensive protocol guide for <i>Vibrio natriegens</i>. This guide will provide step-by-step instructions on obtaining, culturing, manipulating, and utilizing <i>Vibrio natriegens</i>, making it easier for other researchers to adopt this organism in their work. Additionally, the guide also includes tips and tricks we have learned through our experience working with this novel bacterium. By providing this resource, we hope to save teams valuable time and effort during the competition and beyond.
</p>
</div>
<h4 @click="toggleSection('protocolGuide')">
Vibrio natriegens Protocol Booklet
<span v-if="sections.protocolGuide"></span>
<span v-else></span>
</h4>
<div v-if="sections.protocolGuide" class="content">
<p>
With the growing popularity of <i>Vibrio natriegens</i> as a chassis organism and its relatively new use within synthetic biology and iGEM, the consolidation of protocols is crucial. To fulfill this need, we aim to provide future iGEM teams a strong foundation to build upon through our comprehensive protocol guide for <i>Vibrio natriegens</i>. This guide will provide step-by-step instructions on obtaining, culturing, manipulating, and utilizing <i>Vibrio natriegens</i>, making it easier for other researchers to adopt this organism in their work. Additionally, the guide also includes tips and tricks we have learned through our experience working with this novel bacterium. By providing this resource, we hope to save teams valuable time and effort during the competition and beyond.
</p>
<p>
For more detailed information, you can download our comprehensive booklet:
<a href="https://static.igem.wiki/teams/5306/contribution/the-maastricht-booklet.pdf" target="_blank" rel="noopener noreferrer">
The Maastricht Booklet
</a>.
</p>
</div>
</div>
<!-- Vibrio Natriegens Snapgene Codon Optimization Table -->
<div class="card">
......
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