-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (77 loc) · 2.61 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
---
layout: landing
---
<!-- Main -->
<div id="main">
<!-- Two -->
<section id="two">
<div class="inner">
<header class="major">
<h2>Workshop</h2>
</header>
<p>We are organizing a workshop to bring key-stakeholders together that are interested in
a better technology stack and scaleable solutions that allow to integrate
genomics and proteomics data. </p>
<ul class="actions">
<li><a href="https://tfarrah.github.io/Genome-Peptide-Structure/" class="button next">More</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="tiles">
<article>
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Download</a></h3>
<p>All data is available in various file formats</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic02.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Documentation</a></h3>
<p>Learn how to mine the data</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Examples</a></h3>
<p>Check out some of the example analytics code.</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Performance</a></h3>
<p>See how scaleable dataframes are</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Big Data</a></h3>
<p>Learn how to run analytics in a datacenter</p>
</header>
</article>
<article>
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<header class="major">
<h3><a href="examples.html" class="link">Need help</a></h3>
<p>Contact us if you have any questions</p>
</header>
</article>
</section>
</div>