-
Notifications
You must be signed in to change notification settings - Fork 1
/
6_events.html
278 lines (256 loc) · 9.05 KB
/
6_events.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!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;
/*agregar color oscuro para el fondo*/
background: #f1f1f1;
}
/* Header/Logo Title */
.city {
text-align: left;
background-color: #cc7000;
color: white;
padding: 5px;
font-size: 22px;
margin-left: 230px;
margin-right: 30px;
box-shadow: 5px 5px 5px #888888;
}
.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: 100px) {
.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;
}
.column {
float: left;
width: 75%;
padding: 10px;
}
.column1 {
float: left;
width: 25%;
padding: 10px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</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 href="/2_research">Research</a>
<a href="/3_publications">Publications</a>
<a href="/4_members">Members</a>
<a href="/5.1_resources">Resources</a>
<a href="/5_join_us">Join us</a>
<a href="/8_labmood">Lab Mood</a>
<a class="active" >Events & News</a>
<a href="/6.1_Gallery">Gallery</a>
<a href="/7_contact">Contact</a>
</div>
<div id="particles-js"></div>
<div class="header">
<h1>Events & News</h1>
<p>Pharmacoinformatics & Systems Pharmacology</p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
</div>
<div class="card">
<div class="row">
<div class="column">
<h3>May, 2021</h3>
<p><li align="justify">Chilean newspaper article about clinical trials to investigate alternative therapies for early treatment of COVID19 -> <a href="https://digital.elmercurio.com/2021/05/19/A">El Mercurio</a></li></p>
<hr size="2px" color="black"/>
<h3>December, 2020</h3>
<p><li align="justify">Interview on Chilean radio about advances in the drug repurposing to combat the COVID19 pandemic -> <a href="https://bit.ly/2LmQn05">Radio Cooperativa</a> (min 00.23 to 08.40)</li></p>
<hr size="2px" color="black"/>
<h3>March, 2020</h3>
<p><li align="justify">COVID19 strikes Chile and we get locked down. More soon...</li></p>
<p><li align="justify">Carlos Peña visited Dra. Janneth González at <a href="https://www.javeriana.edu.co/tercelmol/?page_id=127">Pontificia Universidad Javeriana</a> as part of the international reaserch network to design new multi-target Drugs against neurodegenerative diseases by using system biology and polypharmacology."</p>
<p><li align="justify">Lily Arrue started her research with us as part of the Master's Programme in Neuroscience at Universidad Autómoa de Chile. She will be studying the common receptophore between key targets in Alzheimer's disease</p>
<hr size="2px" color="black"/>
<h3>February, 2020</h3>
<p><li align="justify">David Ramírez visited Dra. Ana Martinez and Dra. Nuria Campillo at <a href="https://www.cib.csic.es/es/departamentos/biologia-estructural-y-quimica/quimica-medica-y-biologica-traslacional">CIB-CSIC - Madrid</a> within the new international reaserch network through the REDES170094 project "Multi-Target Drug Design Against Neurodegenerative Diseases"</p>
<p><li align="justify">We welcome Paola Borrero, graduate student from <a href="https://www.umng.edu.co/programas/posgrados/doctorado-en-ciencias-aplicadas">Universidad Militar Nueva Granada</a>, Colombia. Paola will carry out a 6-month research stay funded by the <a href="https://alianzapacifico.net/">Alianza del Pacífico</a>.</li></p>
<hr size="2px" color="black"/>
<h3>September, 2019</h3>
<p><li align="justify">David Ramírez attented the Vienna Summer School Durg Design 2019 <a href="https://www.univie.ac.at/europin/summerschool/2019/">#SSDD19</a>. The summer school especially focuses on students and professionals who have a clear interest in learning the basics as well as latest developments in Pharmacoinformatics.</li></p>
<p><li align="justify">David Ramírez visited Rafael Pelaez at <a href="https://quifar.usal.es/Grupo/Miembros.html">Universidad de Salamanca</a></p>
<hr size="2px" color="black"/>
<h3>May, 2019</h3>
<p><li align="justify">We welcome Dorian Acevedo, graduate student from <a href="http://cobo.uniandes.edu.co/">COBO - Universidad de los Andes</a>, Colombia. Dorian will perform a short-term internship in our Lab studying why structurally different compounds such endo and phytocannabinoids interact with the same
cannabinoid (CB1) receptor apparently at the same binding site.</li></p>
<p><li align="justify">David Ramírez was awarded the scholarship for Young Professors and Researchers from Latin American Universities from Coimbra Group.
He will be in September - 2019 visiting the IBSAL (Institute of Biomedical Research of Salamanca) at the University of Salamanca, Spain, where he will work with Dr. Rafael Peláez, leader of the <a href="http://quifar.usal.es/Grupo/Miembros.html/">Design, synthesis and evaluation of antitumor drugs research group</a>.
The idea is to establish international collaboration networks between Chile and Spain.</li></p>
<p><li align="justify">David Ramírez presented his results about "Substrate specificity and transport mechanisms in the plant NPF Family" at the CBSM – Universidad de Talca.</li></p>
<hr size="2px" color="black"/>
<h3>March, 2019</h3>
<p><li align="justify">David Ramírez was appointed as an assistant professor at the Institute for Biomedical Sciences – Universidad Autónoma de Chile. Great news!!!</li></p>
</div>
<div class="column1">
<a class="twitter-timeline" data-height="1000" data-theme="light" href="https://twitter.com/theramirezlab?ref_src=twsrc%5Etfw">Tweets by theramirezlab</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</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>