-
Notifications
You must be signed in to change notification settings - Fork 0
/
hp-design.html
55 lines (49 loc) · 3.25 KB
/
hp-design.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{% extends "layout.html" %}
{% block title %}Project Description{% endblock %}
{% block lead %}Describe how and why you chose your iGEM project.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>HUMAN PRACTICES DESIGN PAGE</h4>
<p>Describe how and why you chose your iGEM project.<p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/medals">2023 Medals Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-8">
<hr>
<p>
TSWV is a viral disease that affects tomato plants, leading to significant yield losses and reduced crop quality. It poses a threat to tomato production worldwide, making it crucial to develop effective strategies to combat this disease.
To address this challenge, our team aims to develop a bacterium-mediated RNA interference (bmRNAi) mechanism as a potential solution. RNAi is a natural biological process that regulates gene expression by targeting and degrading specific RNA molecules. By harnessing RNAi, we plan to interfere with the replication and expression of TSWV genes, thus mitigating the negative effects of the virus on tomato plants.
By developing an RNAi-based approach, our project aims to make significant progress in addressing the challenge of TSWV in tomatoes to minimize food waste and need for pesticides to prevent the spread of the virus. If successful, our project could provide a promising and sustainable solution for tomato farmers to combat this viral disease. Ultimately, our goal is to contribute to the advancement of biotechnology in agriculture and ensure food security by safeguarding tomato crops from TSWV-related losses.
</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2022.igem.wiki/dtu-denmark/description">2022 DTU-Denmark</a></li>
<li><a href="https://2019.igem.org/Team:ITESO_Guadalajara/Description">2019 ITESO Guadalajara</a></li>
<li><a href="https://2020.igem.org/Team:Technion-Israel/Description">2020 Technion Israel</a></li>
<li><a href="https://2020.igem.org/Team:Botchan_Lab_Tokyo/Description">2020 Botchan Lab Tokyo</a></li>
<li><a href="https://2020.igem.org/Team:St_Andrews/Description">2020 St Andrews</a></li>
<li><a href="https://2020.igem.org/Team:MIT/Description">2020 MIT</a></li>
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-8">
<h2>Some advice</h2>
<hr>
<p>We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements. Your Project Description should include more information than your project abstract.</p>
</div>
<div class="col-lg-4">
<h2>References</h2>
<hr>
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
</div>
</div>
{% endblock %}