-
Notifications
You must be signed in to change notification settings - Fork 1
/
2_research.html
239 lines (227 loc) · 6.21 KB
/
2_research.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Lato", sans-serif;
background: #f1f1f1;
}
/* Header/Logo Title */
.header {
padding: 1px;
text-align: center;
background: linear-gradient(to bottom, #254666 30%, #4d667f 100%);
color: white;
font-size: 20px;
margin-left: 200px;
margin-top: -150px;
height:150px;
}
#particles-js {
padding: 1px;
height: 150px;
background-color: #294e71;
background-image: url("");
color: white;
font-size: 20px;
padding: 1px;
z-index: -1;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.sidebar {
margin: 0;
padding: 0;
width: 200px;
background-color: #FFFFFF;
position: fixed;
height: 100%;
overflow: auto;
}
.sidebar a {
display: block;
color: black;
padding: 16px;
text-decoration: none;
}
.sidebar a.active {
background-color: #294e71;
color: white;
}
.sidebar a:hover:not(.active) {
background-color: #4d667f;
color: white;
}
div.content {
margin-left: 200px;
padding: 1px 16px;
height: 1000px;
}
@media screen and (max-width: 100px) {
.sidebar {
width: 100%;
height: auto;
position: relative;
}
.sidebar a {float: left;}
div.content {margin-left: 0;}
}
@media screen and (max-width: 400px) {
.sidebar a {
text-align: center;
float: none;
}
}
.card {
background-color: white;
padding: 20px;
margin-top: 10px;
margin-left: 230px;
margin-right:30px;
margin-bottom: 10px;
box-shadow: 5px 5px 5px #888888;
}
.text_side{
margin-left: 510px;
}
.some-page-wrapper {
margin: 15px;
margin-left:200px;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.img_research{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border-radius: 25px;
border: 5px solid #cc7000;
}
</style>
</head>
<body>
<div class="sidebar">
<br>
<img src="/media/Logo-02.jpg" alt="Logo" style="width:90%;max-width:500px" class="center">
<a href="/index">About us</a>
<a class="active" >What we do</a>
<a href="/3_publications">Publications</a>
<a href="/4_members">Meet the team</a>
<a href="/5.1_resources">Resources</a>
<a href="/5_join_us">Join us</a>
<a href="/8_labmood">Lab Mood</a>
<a href="/6.1_Gallery">Gallery</a>
<a href="/7_contact">Contact</a>
</div>
<div id="particles-js"></div>
<div class="header">
<h1>Research</h1>
<p>Pharmacoinformatics & Systems Pharmacology</p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
</div>
<div class="card">
<h3>Systems and network pharmacology</h3>
<p>We integrate biological data across various levels of organization, such as genomics, proteomics, and metabolomics. By doing so, we gain a better understanding of the intricate interactions between drugs and biological pathways in the body. This knowledge strengthens our ability to design drugs that target multiple targets/pathways simultaneously, achieving better and more comprehensive therapeutic outcomes. Our approach offers a promising direction toward developing more effective treatments for a range of complex diseases.</p>
<hr size="2px" color="black"/>
<h3>Structural bioinformatics</h3>
<p>We use of computational methods such as molecular dynamics simulations, to predict and analyze the structure of protein-ligand complexes, which can be used to identify potential therapeutic targets and design new drugs. Furthermore, we validate our findings through experimental testing to ensure their accuracy and reliability. Our approach in structural bioinformatics offers a promising avenue for discovering novel treatments for a range of diseases.</p>
<hr size="2px" color="black"/>
<h3>Multitarget drug design aimed at complex diseases</h3>
<p>We employed machine learning and artificial intelligence to analyze large datasets and identify novel targets. We then designed new molecules using this information to create multitarget-directed ligands. The designed molecules are tested and optimized through medicinal chemistry campaigns.</p>
</div>
<script>
particlesJS("particles-js", {
particles: {
number: { value: 100, density: { enable: true, value_area: 800 } },
color: { value: "#ffffff" },
shape: {
type: "circle",
stroke: { width: 0, color: "#000000" },
polygon: { nb_sides: 5 },
image: { src: "img/github.svg", width: 100, height: 100 }
},
opacity: {
value: 0.5,
random: false,
anim: { enable: false, speed: 1, opacity_min: 0.1, sync: false }
},
size: {
value: 10,
random: true,
anim: { enable: false, speed: 40, size_min: 0.1, sync: false }
},
line_linked: {
enable: true,
distance: 150,
color: "#ffffff",
opacity: 0.4,
width: 2
},
move: {
enable: true,
speed: 2,
direction: "none",
random: false,
straight: false,
out_mode: "out",
bounce: false,
attract: { enable: false, rotateX: 600, rotateY: 1200 }
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: { enable: false, mode: "repulse" },
onclick: { enable: true, mode: "push" },
resize: true
},
modes: {
grab: { distance: 400, line_linked: { opacity: 1 } },
bubble: { distance: 400, size: 40, duration: 2, opacity: 8, speed: 3 },
repulse: { distance: 200, duration: 0.4 },
push: { particles_nb: 4 },
remove: { particles_nb: 2 }
}
},
retina_detect: true
});
var count_particles, stats, update;
stats = new Stats();
stats.setMode(0);
stats.domElement.style.position = "absolute";
stats.domElement.style.left = "0px";
stats.domElement.style.top = "0px";
document.body.appendChild(stats.domElement);
count_particles = document.querySelector(".js-count-particles");
update = function () {
stats.begin();
stats.end();
if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) {
count_particles.innerText = window.pJSDom[0].pJS.particles.array.length;
}
requestAnimationFrame(update);
};
requestAnimationFrame(update);
</script>
</body>
</html>