-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
135 lines (126 loc) · 5.96 KB
/
home.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{% extends "layout.html" %} {% block title %}IMPROViSeD — Integrated Modelling of
Protein-complexes Via Single-shot registration using DREAM{% endblock %} {%
block lead %}Fast. Data-Driven. Scalable.{% endblock %} {% block page_content %}
<link rel="stylesheet" href="{{ url_for('static', filename='home.css') }}" />
<div class="col-12 content">
<div class="comic">
<p class="speech left top">
Hey MMP9, I've heard you're quite the ECM disruptor. What's your mission?
</p>
<div class="row">
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/1.png" />
</div>
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/5.png" />
</div>
</div>
<p class="speech right bottom">
You heard right! I'm all about clearing paths by breaking down the
extracellular matrix. But I can't do it alone. What about you, LCN2?
</p>
</div>
<div class="comic" >
<p class="speech left top">
I'm your partner in crime! I trap iron-loving molecules and help you stay
active. When we team up, we can break through any barrier. But when we're
unchecked, we contribute to something serious — cancer spread.
</p>
<div class="row">
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/2.png" />
</div>
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/6.png" />
</div>
</div>
<p class="speech right bottom">
Right! That's why our interactions are so important to understand. Knowing
how we work together can help design inhibitors to stop us from aiding
metastasis.
</p>
</div>
<div class="comic" >
<p class="speech left top">
Exactly! With <b>IMPROViSeD</b>, scientists are visualizing our structure
in detail. They're using real data to model how we connect.
</p>
<p class="speech right top">
So, they're creating a blueprint of our partnership?
</p>
<div class="row">
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/3.png" />
</div>
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/7.png" />
</div>
</div>
<p class="speech left bottom">
Yes, and that blueprint could be the key to disrupting our dangerous
dance. It's like turning our strengths against cancer!
</p>
</div>
<div class="comic">
<p class="speech center top">
Here's to science — revealing our secrets to save lives!
</p>
<div class="row">
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/4.png" />
</div>
<div class="col-6 character">
<img src="https://static.igem.wiki/teams/5346/comic/8.png" />
</div>
</div>
</div>
</div>
<div class="col-12 content card">
<h1>Why Do Protein Complexes Matter?</h1>
<div class="row">
<div class="col-md-6">
<div class="cardRow">
<div class="cardIcon"><img src="https://static.igem.wiki/teams/5346/home/matter1.png" alt="Biological Functions Icon"></div>
<div class="cardText"><h4>To Understand Biological Functions</h4></div>
</div>
</div>
<div class="col-md-6">
<div class="cardRow">
<div class="cardIcon"><img src="https://static.igem.wiki/teams/5346/home/matter2.png" alt="Disease Mechanisms Icon"></div>
<div class="cardText"><h4>Disease Mechanisms</h4></div>
</div>
</div>
<div class="col-md-6">
<div class="cardRow">
<div class="cardIcon"><img src="https://static.igem.wiki/teams/5346/home/matter3.png" alt="Drug Design Icon"></div>
<div class="cardText"><h4>Drug Design and Development</h4></div>
</div>
</div>
<div class="col-md-6">
<div class="cardRow">
<div class="cardIcon"><img src="https://static.igem.wiki/teams/5346/home/matter4.png" alt="Biotechnology Applications Icon"></div>
<div class="cardText"><h4>Biotechnology Applications</h4></div>
</div>
</div>
</div>
</div>
<div class="col-12 content card">
<h1>The IMPROViSeD Advantage</h1>
<p>IMPROViSeD introduces a one-shot registration approach for protein complex modelling that revolutionizes the process by utilizing experimentally-derived geometric restraints. Unlike traditional methods that rely on random sampling and prediction-heavy algorithms, IMPROViSeD uses DREAM (Distance Restraints and Energy Assisted Modelling) to efficiently map out protein substructures with minimal computational overhead.</p>
<ul>
<li><b>IMPROViSeD is Fast.</b> No Monte Carlo or Bayesian inference. Skips exhaustive, random sampling of possible configurations.</li>
<li><b>IMPROViSeD is Data-Driven.</b> Provides a more reliable and accurate model using experimental data.</li>
<li><b>IMPROViSeD is Scalable.</b> Suitable for modelling large and complex datasets with ease.</li>
</li>
</ul>
</div>
<div class="col-12 content card">
<h1>Tackling Cancer Metastasis</h1>
<p>One of the most dangerous aspects of cancer is its ability to metastasize—spread from the original tumor to other parts of the body. The LCN2 and MMP9 complex plays a critical role in degrading the extracellular matrix (ECM), a process that provides passage for cancer cells to invade other tissues.
</p><p>
By modelling the structure of this complex more accurately, IMPROViSeD aims to unlock new insights into how this mechanism works and how it can be disrupted to prevent metastasis. Through cross-linking mass spectrometry (XLMS), our team is actively studying this complex, shedding light on potential therapeutic interventions.</p>
</div>
<div class="col-12 content card">
<h4 class="center">Whether you're a researcher looking to improve your understanding of protein structures, or you're interested in the therapeutic applications of this research, IMPROViSeD opens new avenues for exploration.</h4>
</div>
{% endblock %}