-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (38 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>CRG Bioinformatics core facility</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="https://biocorecrg.github.io/"><img src="https://biocore.crg.eu/images/biocore-logo.png" alt="biocore logo" style="height:64px;"></a></li>
<li><a href="https://www.crg.eu/"><img src="https://biysc.org/sites/default/files/biysc_crg_logo.jpg.png" alt="CRG logo" style="height:60px;"</a></li>
<li><a href="/">Home</a></li>
<li><a href="/courses">Courses</a></li>
<li><a href="/pipelines">Pipelines</a></li>
<li><a href="/about">About us</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>CRG Bioinformatics core facility</h1>
</div><!-- /.blurb -->
</div><!-- /.container -->
Welcome to the <a href="https://www.crg.eu/">CRG</> <a href="https://biocore.crg.eu/wiki/Main_Page">Bioinformatics Core!</a>
<br>
<br>We provide researchers with services of analyses of high-throughput sequencing (NGS, Nanopore, droplet-based) and other biomedical data, software/pipelines and database development, and bioinformatics training.
<br>We focus on delivering reproducible results using the modern computational solutions (NextFlow, Cloud, Linux containers).
<br>Contact us.
<footer>
<ul>
<li><a href="mailto:BioinformaticsUnit@crg.eu">email</a></li>
<li><a href="https://biocore.crg.eu/">our wiki page</a></li>
<li><a href="https://github.com/biocorecrg">github.com/biocorecrg</a></li>
<li><a href="https://twitter.com/biocorecrg">twitter</a></li>
</ul>
</footer>
</body>
</html>