-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
358 lines (226 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
358 lines (226 loc) · 13.9 KB
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Biodata Analysis Group</title>
<meta name="description" content="The Biodata Analysis Group website">
<meta name="author" content="Fotis Psomopoulos">
<!-- CSS -->
<!-- Bootstrap is included in main.css -->
<link rel="stylesheet" href="/assets/theme/css/main.css">
<link rel="stylesheet" href="/assets/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/theme/css/pygments.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap" rel="stylesheet">
<!-- Feeds -->
<link rel="alternate" type="application/rss+xml" title="Biodata Analysis Group - RSS feed" href="https://biodataanalysisgroup.github.io/feed.xml" >
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17296390-13"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17296390-13');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light" id="main-nav">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center" href="/">
<img src="/assets/img/groupLogo/biodag.png" class="mr-2">
Biodata Analysis Group
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="navbar-nav mr-auto ml-3">
<li class="nav-item">
<a class="nav-link active" href="/" >Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
The Group
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/team/" >Team</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/publications/" >Publications</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown">
Research
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="/activities/" >Activities</a>
<a class="dropdown-item" href="/projects/" >Funded Projects</a>
<a class="dropdown-item" href="/collaborations/" >Collaborations</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">External resources</h6>
<a class="dropdown-item" href="https://github.com/BiodataAnalysisGroup" target="_blank">Lab GitHub</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/software/" >Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about/" >About</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://github.com/BiodataAnalysisGroup" target="_blank" title="GitHub">
<i class="fa fa-github" style="font-size: 1.5rem; color: #333;"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/company/biodata-analysis-group/" target="_blank" title="LinkedIn">
<i class="fa fa-linkedin-square" style="font-size: 1.5rem; color: #0077b5;"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<header class="jumbotron bg-image" style="background-image: url('/assets/img/groupLogo/cropped-background_with_logos.png')">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto">
<h1 class="home">Biodata Analysis Group</h1>
<div class="lead"><p>Doing a little bit of bioinformatics, a dash of machine learning, and a lot of Open Science</p>
</div>
<div class="categories">
</div>
</div>
</div>
</div>
</header>
<div class="container content">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto">
<div class="row">
<div class="col">
<h2 id="who-we-are">Who We Are</h2>
<p>The Biodata Analysis Group (also known as the Bioinformatics Lab) at the <a href="https://inab.certh.gr/">Institute of Applied Biosciences (INAB / CERTH)</a> is active in Bioinformatics research, focusing on the design of new algorithms and pipelines.</p>
<h2 id="what-we-do">What We Do</h2>
<p>We are a group of enthusiastic researchers, active in the following key fields:</p>
<ul>
<li>Machine Learning and Data Mining</li>
<li>Multi-omics data integration</li>
<li>Training for Life Sciences</li>
</ul>
<h2 id="explore-our-website">Explore Our Website</h2>
<div class="row mt-4">
<div class="col-md-4 mb-3">
<div class="card h-100 shadow-sm" style="border-radius: 15px; border: 1px solid #eee; padding: 15px 10px;">
<div class="card-body text-center d-flex flex-column">
<div style="font-size: 2rem; color: #4a6b7c; background: #f3e5f5; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; margin: 0 auto 15px;">
<svg xmlns="http://www.w3.org/2000/svg" height="35px" viewBox="0 -960 960 960" width="35px" fill="#4a6b7c"><path d="M323-160q-11 0-20.5-5.5T288-181l-78-139h58l40 80h92v-40h-68l-40-80H188l-57-100q-2-5-3.5-10t-1.5-10q0-4 5-20l57-100h104l40-80h68v-40h-92l-40 80h-58l78-139q5-10 14.5-15.5T323-800h97q17 0 28.5 11.5T460-760v160h-60l-40 40h100v120h-88l-40-80h-92l-40 40h108l40 80h112v200q0 17-11.5 28.5T420-160h-97Zm180.5-23.5Q480-207 480-240q0-23 11-40.5t29-28.5v-342q-18-11-29-28.5T480-720q0-33 23.5-56.5T560-800q33 0 56.5 23.5T640-720q0 23-11 40.5T600-651v101l80-48q0-34 23.5-58t56.5-24q33 0 56.5 23.5T840-600q0 33-23.5 56.5T760-520q-11 0-20.5-2.5T721-530l-91 55 101 80q7-3 14-4t15-1q33 0 56.5 23.5T840-320q0 33-23.5 56.5T760-240q-37 0-60.5-28T681-332l-81-65v89q18 11 28.5 28.5T639-240q0 33-23 56.5T560-160q-33 0-56.5-23.5Z" /></svg>
</div>
<h4 style="color: #4a6b7c; font-weight: 600; margin-bottom: 5px; font-size: 1.5rem;">Research</h4>
<p class="text-muted" style="font-size: 0.95rem; margin-bottom: 15px;">Explore our ongoing and completed grants.</p>
<a href="/projects/" class="btn btn-outline-primary mt-auto mx-auto" style="color: #4a6b7c; border-color: #4a6b7c; border-radius: 8px; padding: 3px 10px; font-size: 0.9rem;">View Projects →</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card h-100 shadow-sm" style="border-radius: 15px; border: 1px solid #eee; padding: 15px 10px;">
<div class="card-body text-center d-flex flex-column">
<div style="font-size: 2rem; color: #4a6b7c; background: #f3e5f5; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; margin: 0 auto 15px;">
<svg xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px" fill="#4a6b7c"><path d="M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM247-527q-47-47-47-113t47-113q47-47 113-47t113 47q47 47 47 113t-47 113q-47 47-113 47t-113-47Zm466 0q-47 47-113 47-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113q0 66-47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm296.5-343.5Q440-607 440-640t-23.5-56.5Q393-720 360-720t-56.5 23.5Q280-673 280-640t23.5 56.5Q327-560 360-560t56.5-23.5ZM360-240Zm0-400Z" /></svg>
</div>
<h4 style="color: #4a6b7c; font-weight: 600; margin-bottom: 5px; font-size: 1.5rem;">The Group</h4>
<p class="text-muted" style="font-size: 0.95rem; margin-bottom: 15px;">Meet the researchers and bioinformaticians behind our work.</p>
<a href="/team/" class="btn btn-outline-primary mt-auto mx-auto" style="color: #4a6b7c; border-color: #4a6b7c; border-radius: 8px; padding: 3px 10px; font-size: 0.9rem;">Meet the Team →</a>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card h-100 shadow-sm" style="border-radius: 15px; border: 1px solid #eee; padding: 15px 10px;">
<div class="card-body text-center d-flex flex-column">
<div style="font-size: 2rem; color: #4a6b7c; background: #f3e5f5; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; margin: 0 auto 15px;">
<svg xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px" fill="#4a6b7c"><path d="M300-80q-58 0-99-41t-41-99v-520q0-58 41-99t99-41h500v600q-25 0-42.5 17.5T740-220q0 25 17.5 42.5T800-160v80H300Zm-60-267q14-7 29-10t31-3h20v-440h-20q-25 0-42.5 17.5T240-740v393Zm160-13h320v-440H400v440Zm-160 13v-453 453Zm60 187h373q-6-14-9.5-28.5T660-220q0-16 3-31t10-29H300q-26 0-43 17.5T240-220q0 26 17 43t43 17Z" /></svg>
</div>
<h4 style="color: #4a6b7c; font-weight: 600; margin-bottom: 5px; font-size: 1.5rem;">Publications</h4>
<p class="text-muted" style="font-size: 0.95rem; margin-bottom: 15px;">Read our latest scientific papers and academic contributions.</p>
<a href="/publications/" class="btn btn-outline-primary mt-auto mx-auto" style="color: #4a6b7c; border-color: #4a6b7c; border-radius: 8px; padding: 3px 10px; font-size: 0.9rem;">Read Publications →</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-lg">
<ul class="list-inline">
<li class="list-inline-item">
<a href="mailto:fpsom@certh.gr">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/fopsom">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/fpsom">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
<div class="col-lg">
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
<a href="https://inab.certh.gr/" target="_blank">Institute of Applied Biosciences (INAB)</a>
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
<a href="https://www.certh.gr/" target="_blank">Centre for Research and Technology Hellas (CERTH)</a>
</li>
</ul>
</div>
<div class="col-lg">
<p>This is the website for our research group. <br /> <a href="https://github.com/BiodataAnalysisGroup">Group GitHub</a> <br /> <a href="https://github.com/BiodataAnalysisGroup/BiodataAnalysisGroup.github.io/blob/jekyllCode/pages/code-of-conduct.md">Code of Conduct</a></p>
</div>
</div>
<div class="small mt-2">
<p>© Fotis Psomopoulos</p>
<p>Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>. | Theme: <a href="https://github.com/peterdesmet/petridish">Petridish</a></p>
</div>
</div>
</footer>
<script src="/assets/theme/js/jquery.min.js"></script>
<script src="/assets/theme/js/popper.min.js"></script>
<script src="/assets/theme/js/bootstrap.min.js"></script>
<script src="/assets/theme/js/anchor.min.js"></script>
<script>
// Show anchors when hovering over headings, using anchor.js
(function () {
const headings = ".content h2[id], .content h3[id], .content h4[id], .content h5[id], .content h6[id]";
anchors.options = { placement: "right" };
anchors.add(headings);
})();
</script>
</body>
</html>