-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
286 lines (236 loc) · 11.9 KB
/
index.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
279
280
281
282
283
284
285
286
<html>
<head>
<title>University of Peradeniya : COVID Research Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://pdncovid.github.io/old-website/favicon.ico">
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15776498-7');
</script>
<script type="text/javascript">
function mobileLayout(){
console.log(window.innerWidth);
if(window.innerWidth<800)
document.write("</tr><tr>");
}
function expandMenu(){
var menuDiv=document.getElementById("menu");
menuDiv.style.display="block";
var expandMenuDiv=document.getElementById("expand-menu");
expandMenuDiv.style.display="none";
var colapseMenuDiv=document.getElementById("collapse-menu");
if(window.innerWidth<800){
colapseMenuDiv.style.display="block";
}
else{
colapseMenuDiv.style.display="none";
}
}
function collapseMenu(){
var menuDiv=document.getElementById("menu");
menuDiv.style.display="none";
var expandMenuDiv=document.getElementById("expand-menu");
expandMenuDiv.style.display="block";
var colapseMenuDiv=document.getElementById("collapse-menu");
colapseMenuDiv.style.display="none";
}
</script>
<style type="text/css">
img {
max-width: 100%;
height: auto;
}
li{margin: 10px 0;}
</style>
<style type="text/css">
@-webkit-keyframes invalid {
from { background-color: red; }
to { background-color: inherit; }
}
@-moz-keyframes invalid {
from { background-color: red; }
to { background-color: inherit; }
}
@-o-keyframes invalid {
from { background-color: red; }
to { background-color: inherit; }
}
@keyframes invalid {
from { background-color: red; }
to { background-color: inherit; }
}
.invalid {
-webkit-animation: invalid 1s infinite; /* Safari 4+ */
-moz-animation: invalid 1s infinite; /* Fx 5+ */
-o-animation: invalid 1s infinite; /* Opera 12+ */
animation: invalid 1s infinite; /* IE 10+ */
}
</style>
</head>
<body onload="javascript:mobileSwitch()">
<table width=100%>
<tr bgcolor="#f4e8d1">
<td width=200 align="center" id="left-crest">
<img src="https://pdncovid.github.io/old-website/images/crest.png" height="150" width="150">
</td>
<script type="text/javascript">mobileLayout()</script>
<td align="left">
<table>
<tr>
<td align="left">
<h1>University of Peradeniya : COVID Research Group</h1>
</td>
</tr>
<tr>
<td class="invalid">
<h3>You are on the old website (last updated 25/06/2021).<br>The new website is <a href="https://covid.eng.pdn.ac.lk">https://covid.eng.pdn.ac.lk</a>.</h3>
</td>
</tr>
<tr>
<td>
<table width="100%">
<tr><td>
<h3><a href="./">Home</a>
</h3>
</td>
<td width="30%">
<!-- <script type="text/javascript">mobileLayout()</script>
<script async src="https://cse.google.com/cse.js?cx=cf55f9beb6206b938"></script>
Search:
<div class="gcse-search"></div> -->
</td>
</tr></table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#f4e8d1" valign="top">
<div id="collapse-menu">
<table width=200>
<tr><td><hr></td></tr>
<tr><td><a href="javascript:collapseMenu()"><b>Collapse Menu</b></a></td></tr>
<tr><td><hr></td></tr>
</table>
</div>
<div id="expand-menu">
<table width=200>
<tr><td><hr></td></tr>
<tr><td><a href="javascript:expandMenu()"><b>Expand Menu</b></a></td></tr>
<tr><td><hr></td></tr>
</table>
</div>
<div id="menu">
<table width=200>
<tr><td bgcolor="#D2691E"><a href="../">HOME</a></td></tr>
<tr><td><a href="./about-us">ABOUT-US</a></td></tr>
<tr><td><a href="./calendar">CALENDAR</a></td></tr>
<tr><td><a href="./links">LINKS</a></td></tr>
<tr><td><a href="./research">RESEARCH</a></td></tr>
<tr><td><a href="./publications">PUBLICATIONS</a></td></tr>
<tr><td><a href="./news">NEWS</a></td></tr>
<tr><td><a href="./people">PEOPLE</a></td></tr>
<tr><td><a href="./surveys">SURVEYS</a></td></tr>
<tr><td><a href="./join-us">JOIN-US</a></td></tr>
<tr><td><a href="./contact">CONTACT</a></td></tr>
<tr><td></td></tr>
<tr><td><hr></td></tr>
<tr><td></td></tr>
<tr><td><a href="https://covid-0yl4080.slack.com/">SLACK</a></td></tr>
<tr><td><a href="https://www.mendeley.com/community/pdn-covid/documents/">MENDELEY</a></td></tr>
<tr><td><a href="https://covid.eng.pdn.ac.lk/drive/">DRIVE</a></td></tr>
<tr><td><a href="https://medium.com/pdncovid/">MEDIUM</a></td></tr>
<tr><td><a href="https://github.com/pdncovid/">GITHUB</a></td></tr>
<!-- <tr><td><a href="../dashboard/"><b>DASHBOARD</b>(New)</a></td></tr>
-->
<tr><td></td></tr>
<tr><td><hr></td></tr>
<tr><td></td></tr>
<!-- <tr><td><a href="../dengue/">DENGUE-AI</a></td></tr> -->
</table>
</div>
<script type="text/javascript">
if(window.innerWidth<800){
collapseMenu();
}
else{
expandMenu();
}
</script>
</td>
<script type="text/javascript">mobileLayout()</script>
<td style="vertical-align: top;">
<!-- CONTENT OF THE WEBPAGE -->
<!-- START --> <p>Welcome to the official website of the COVID Research group of the Univeristy of Peradeniya.</p>
<p>
<!-- <b>JOB OPENINGS (apply before 15/02/2021, 5 pm)</b>
<ul>
<li><a href="./docs/RA.pdf">Research Assistant (Contract) – 3 Posts</a></li>
<li><a href="./docs/SA.pdf">Secretariat Assistant (Contract) – 1 Post</a></li>
</ul> -->
<p>
<b>LATEST PUBLICATIONS</b>
<ul>
<li><a href="./publications/#mercon-2021">Spatial Analysis of COVID-19 and Socio-Economic Factors in Sri Lanka</a>
[<b>Paper accepted for MERcon 2021</b>]</li>
<li><a href="./publications/#iciafs-2021">Limited Data Forecasting for Dengue Propagation</a>
[<b>Paper accepted for ICIAFS 2021</b>]</li>
<li><a href="./publications/#medrxiv-2020">Use of Artificial Intelligence on spatio-temporal data to generate insights during COVID-19 pandemic: A Review</a> <b>[New preprint]</b></li>
<li><a href="./publications/#publication-medium-04">Is R<sub>0</sub> Actually Meaningful for COVID-19?</a> <i>by Isuru Pamuditha</i></li>
<li><a href="./publications/#publication-medium-03">The Chinese response for Covid19 (The SARS Cov-19 vaccine developed by Sinovac Biotech Ltd., Beijing, China)</a> <i>by Beshan Waduge</i></li>
<li><a href="./publications">Read more..</a></li>
</ul>
<b>LATEST NEWS</b>
<ul>
<li>2021/06/25: Moved to new website. <a href="./news/#2021-06-25">Read more</a></li>
<li>2021/06/07: Second <a href="./survey2/">survey</a> for undergraduate students. <a href="./news/#2021-06-07">Read more</a> </li>
<li>2021/05/30: <a href="./survey1/">New survey</a> for undergraduate students. <a href="./news/#2021-05-30">Read more</a> </li>
<li>2021/05/30: AI4COVID learning event. <a href="./news/#2021-05-19">Read more</a> </li>
<li>2021/04/01: Moved to new lab. <a href="./news/#2021-04-01">Read more</a>.</li>
<li>2021/03/22: New research assistant joined the group <a href="./news/#2021-03-22">Read more</a>.</li>
<li>2021/03/01: New research assistants and a research coordinator joined the group. <a href="./news/#2021-03-01">Read more</a>.</li>
<li>2021/02/23: IDRC grant kickoff event. <a href="./news/#2021-02-23">Read more</a>.</li>
<li><a href="./news">Older news..</a></li>
</ul>
</p>
<p>
We are looking for enthusiastic students to <a href="./join-us/">join</a> our research group.</p>
</p> <!-- CONTENT OF THE WEBPAGE -->
<!-- END -->
</td>
</tr>
<tr bgcolor="#D3D3D3">
<td colspan="2" align="center">
<table>
<tr>
<td align="left" width=500>
<b>Contact</b><br>
Prof. Janaka Ekanayake,<br>
Princial Investigator,<br>
<a href="https://covid.eng.pdn.ac.lk">COVID Research Group</a>,<br>
<a href="https://eng.pdn.ac.lk/">Faculty of Engineering</a>,<br>
<a href="https://www.pdn.ac.lk/">Univeristy of Peradeniya</a>,<br>
<a href="https://en.wikipedia.org/wiki/Peradeniya">Peradeniya</a> <a href="#">[20400]</a>, <a href="https://en.wikipedia.org/wiki/Sri_Lanka">Sri Lanka</a>.<br>
</td>
<script type="text/javascript">mobileLayout()</script>
<td align="right" width=500>
Phone: +94777146979<br>
Fax: +94812385772<br>
ekanayakej[at]eng[dot]pdn[dot]ac[dot]lk<br>
</td>
</tr>
<tr><td colspan="2" align="center">
This website is monitored by <a href="http://webteam.gs.pdn.ac.lk/">Web Consultation Team, University of Peradeniya</a>
</td></tr>
<tr><td colspan="2" align="center">
Last updated :
25/06/2021
</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>