forked from biojava/biojava.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (142 loc) · 5.45 KB
/
index.html
File metadata and controls
154 lines (142 loc) · 5.45 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
---
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 style1 special">
<div class="inner">
<header class="major">
<h2>Mailing lists</h2>
<p>
BioJava has two main mailing lists.
</p>
</header>
<ul class="icons major">
<li><span class="icon fa-users major style1"></span>
<a href="/wiki/BioJava:MailingLists/">
<span class="label">biojava-l</span>
</a> general discussion list
</li>
<li><span class="icon fa-envelope-o major style2">
</span>
<a href="/wiki/BioJava:MailingLists/">
<span class="label">biojava-dev</span>
</a> developers list
</li>
</ul>
</div>
</section>
<section id="three" class="wrapper style3 special">
<div class="inner">
<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>
<a href="http://biojava.org/wiki/BioJava:CookBook4.0/" class="button">Cookbook</a>
</li>
<li class="icon fa-code">
<h3>Javadoc API</h3>
<p>Read the</p>
<a href="http://www.biojava.org/docs/api4.2.1/index.html" class="button">Javadoc API</a></br>
<a href="http://www.biojava.org/docs/api1.9.1/index.html" >legacy 1.9.1 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>Javadoc API</h3>
<p>We are hosting a copy of the javadocs.</p>
<a href="docs/api4.2.1/" class="button">View javadocs</a>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2><img src="/images/logo/logo_favicon_65.png" style="vertical-align:middle"/> Learn More</h2>
<p>Here a couple of pointers for how to get started</p>
</header>
<ul class="actions vertical">
<li><a href="wiki/Get_source/" class="button fit special">Get the Code</a></li>
<li><a href="wiki/BioJava:GetStarted/" class="button fit">Get Started</a></li>
</ul>
</div>
</section>