-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (121 loc) · 4.72 KB
/
index.html
File metadata and controls
127 lines (121 loc) · 4.72 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
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="https://github.com/biojava/biojava/" class="button special">Get the Source</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>BioJava is open source<br />
</h2>
<p>It's hosted, developed, and maintained on GitHub.<br/>
</p>
<a href="https://github.com/biojava/biojava" class="button big">View the GitHub project</a>
</header>
<ul class="icons major">
<li><span class="icon fa-diamond major style1"><span class="label">Current release: {{ site.release.version }}</span></span></li>
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/4hhb.png" alt="" /></div><div class="content">
<h2>Protein Structure Modules<br />
</h2>
<p>provide an API that allow to</p>
<ul>
<li>Maintain local installations of PDB</li>
<li>Load structures and manipulate them</li>
<li>Perform standard analysis such as sequence and structure alignments</li>
<li>Visualize structures</li>
</ul>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/1d68.png" alt="" /></div><div class="content">
<h2>Biological Sequences<br />
</h2>
<p>BioJava allows to</p>
<ul>
<li>Perform basic operations on biological sequences</li>
<li>Read and Write popular sequence file formats</li>
<li>Translate DNA sequences into protein sequences</li>
</ul>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/1ihm.png" alt="" /></div><div class="content">
<h2>Please cite<br />
</h2>
<p>
{% capture my-citation %}{% include citation.md %}{% endcapture %}
{{ my-citation | markdownify }}
</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Accumsan mus tortor nunc aliquet</h2>
<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
</header>
<ul class="features">
<li class="icon fa-graduation-cap">
<h3>Tutorial</h3>
<p>The tutorial offers an introduction into some of the features that are provided by BioJava.</p>
<a href="https://github.com/biojava/biojava-tutorial" class="button">tutorial</a>
</li>
<li class="icon fa-rocket">
<h3>Cookbook</h3>
<p>The Cookbook provides simple coding recipes that follow a "How do I ..." approach.</p>
</li>
<li class="icon fa-code">
<h3>Javadoc API</h3>
<p>Read the</p>
<a href="http://www.biojava.org/docs/api/index.html" class="button">Javadoc API</a>
</li>
<li class="icon fa-globe">
<h3>Current release: {{ site.release.version }}</h3>
<p>BioJava is available from Maven Central</p>
</li>
<li class="icon fa-heart-o">
<h3>Wiki</h3>
<p>All pages from the legacy wiki site have been migrated to markdown pages</p>
<a href="wiki.html" class="button">View wiki</a>
</li>
<li class="icon fa-flag-o">
<h3>Tortor Ut</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Arcue ut vel commodo</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions vertical">
<li><a href="#" class="button fit special">Get the Code</a></li>
<li><a href="#" class="button fit">Learn More</a></li>
</ul>
</div>
</section>