Skip to content
Snippets Groups Projects
Commit bda6e03b authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update 2 files

- /wiki/pages/plant.html
- /wiki/menu.html
parent a28b509c
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
<li><a href="{{ url_for('pages', page='software') }}">Software</a></li> <li><a href="{{ url_for('pages', page='software') }}">Software</a></li>
</ul> </ul>
</li> </li>
<li onmouseover="over(this)" onmouseleave="leave(this)"> <li onmouseover="over(this)" onmouseleave="leave(this)">
<a href="{{ url_for('pages', page='human-practices') }}"" style="cursor:default;">Human Practices</a> <a href="{{ url_for('pages', page='human-practices') }}"" style="cursor:default;">Human Practices</a>
<ul class="son"> <ul class="son">
......
{% extends "layout.html" %}
{% block title %}Plant{% endblock %}
{% block lead %}This award is designed to celebrate exemplary work done in plant synthetic biology.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Plant Synthetic Biology</h4>
<p>This award is designed to celebrate exemplary work done in plant synthetic biology. Did you build a project in a plant chassis? Did you submit plant parts to the Registry? This award could also be given to a team working with algae or another photosynthetic eukaryotic chassis. Show us what you made and remember to adhere to iGEM safety guidelines!</p>
<p>To compete for the Best Plant Synthetic Biology prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:Cardiff_Wales/Plant">2018 Cardiff Wales</a></li>
<li><a href="https://2019.igem.org/Team:Sorbonne_U_Paris/Plant">2019 Sorbonne U Paris</a></li>
<li><a href="https://2019.igem.org/Team:TU_Kaiserslautern/Plant">2019 TU Kaiserslautern</a></li>
<li><a href="https://2019.igem.org/Team:Humboldt_Berlin/Plant">2019 Humboldt Berlin</a></li>
<li><a href="https://2020.igem.org/Team:Sorbonne_U_Paris/Plant">2020 Sorbonne U Paris</a></li>
</ul>
</div>
</div>
{% endblock %}
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