Skip to content

Commit 658bb83

Browse files
committed
Small fixes to the main webpage
1 parent db2a09f commit 658bb83

File tree

2 files changed

+33
-59
lines changed

2 files changed

+33
-59
lines changed

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
# Site settings
55
title: BioJava
6-
description: |
7-
BioJava is an open-source project
8-
dedicated to providing a Java framework
9-
for processing biological data.
6+
description: The open-source Java framework for bioinformatics
107
owner: BioJava
118
first_published: 2000
129
email: biojava-l@biojava.org

index.html

Lines changed: 32 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<section id="banner">
66
<div class="inner">
77
<h2>{{ site.title }}</h2>
8-
<p>{{ site.description | markdownify }}</p>
8+
<p>{{ site.description | markdownify }}</p><br>
99
<ul class="actions">
10-
<li><a href="https://github.com/biojava/biojava/" class="button special">Get the Source</a></li>
10+
<li><a href="wiki/BioJava%3AGetStarted" class="button special">Get started</a></li>
1111
</ul>
1212
</div>
1313
<a href="#one" class="more scrolly">Learn More</a>
@@ -17,57 +17,34 @@ <h2>{{ site.title }}</h2>
1717
<section id="one" class="wrapper style1 special">
1818
<div class="inner">
1919
<header class="major">
20-
<h2>BioJava is open source<br />
21-
</h2>
22-
<p>It's hosted, developed, and maintained on GitHub.<br/>
23-
</p>
24-
<a href="https://github.com/biojava/biojava" class="button big">View the GitHub project</a>
20+
<h2>Open source</h2>
21+
<p>The project is hosted, developed, and maintained on GitHub.</p>
22+
<a href="https://github.com/biojava/biojava" class="button big">GitHub project</a>
2523
</header>
26-
<ul class="icons major">
27-
<li><span class="icon fa-diamond major style1"><span class="label">Current release: {{ site.release.version }}</span></span></li>
28-
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
29-
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
30-
</ul>
3124
</div>
3225
</section>
3326

3427
<!-- Two -->
3528
<section id="two" class="wrapper alt style2">
3629
<section class="spotlight">
3730
<div class="image"><img src="images/4hhb.png" alt="" /></div><div class="content">
38-
<h2>Protein Structure Modules<br />
39-
</h2>
40-
<p>provide an API that allow to</p>
41-
<ul>
42-
<li>Maintain local installations of PDB</li>
43-
<li>Load structures and manipulate them</li>
44-
<li>Perform standard analysis such as sequence and structure alignments</li>
45-
<li>Visualize structures</li>
46-
</ul>
31+
<h2>Protein structures</h2>
32+
<p>BioJava provides an API to maintain local installations of the PDB, load and manipulate structures, perform standard analysis such as sequence and structure alignments and visualize them in 3D.</p>
4733

4834
</div>
4935
</section>
5036
<section class="spotlight">
5137
<div class="image"><img src="images/1d68.png" alt="" /></div><div class="content">
52-
<h2>Biological Sequences<br />
53-
</h2>
54-
<p>BioJava allows to</p>
55-
<ul>
56-
<li>Perform basic operations on biological sequences</li>
57-
<li>Read and Write popular sequence file formats</li>
58-
<li>Translate DNA sequences into protein sequences</li>
59-
</ul>
38+
<h2>Biological sequences</h2>
39+
<p>BioJava supports reading and writing popular sequence file formats, translating DNA sequences into proteins and other common bioinformatics routines.</p>
6040
</div>
6141
</section>
6242
<section class="spotlight">
6343
<div class="image"><img src="images/1ihm.png" alt="" /></div><div class="content">
6444
<h2>Please cite<br />
6545
</h2>
66-
<p>
67-
{% capture my-citation %}{% include citation.md %}{% endcapture %}
46+
{% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
6847
{{ my-citation | markdownify }}
69-
70-
</p>
7148
</div>
7249
</section>
7350
</section>
@@ -76,19 +53,18 @@ <h2>Please cite<br />
7653
<section id="three" class="wrapper style1 special">
7754
<div class="inner">
7855
<header class="major">
79-
<h2>Mailing list</h2>
56+
<h2>Get in touch</h2>
8057
<p>
81-
Questions, comments, and communications regarding BioJava can be made either on github or on the BioJava mailing list:
58+
Questions, comments, and communications regarding BioJava can be done either on <a href="https://github.com/biojava/biojava/issues">
59+
<span class="label">GitHub</span></a> or through the <a href="http://lists.open-bio.org/mailman/listinfo/biojava-l">
60+
<span class="label">BioJava mailing list</span></a>. Subscribe to stay up to date!
8261
</p>
8362
</header>
8463
<ul class="icons major">
85-
<li><span class="icon fa-envelope-o major style1"></span>
86-
<a href="/wiki/BioJava:MailingLists/">
87-
<span class="label">biojava-l</span>
88-
</a> general discussion list
89-
</li>
90-
</ul>
91-
64+
<li><span class="icon fa-envelope-o major style1"></span></li>
65+
<li><span class="icon fa-heart-o major style2"></span></li>
66+
<li><span class="icon fa-code major style3"></span></li>
67+
</ul>
9268

9369
</div>
9470
</section>
@@ -98,23 +74,24 @@ <h2>Mailing list</h2>
9874
<ul class="features">
9975
<li class="icon fa-graduation-cap">
10076
<h3>Tutorial</h3>
101-
<p>The tutorial offers an introduction into some of the features that are provided by BioJava.</p>
102-
<a href="https://github.com/biojava/biojava-tutorial" class="button">tutorial</a>
77+
<p>The tutorial offers an introduction into some of the features provided by BioJava.</p>
78+
<a href="https://github.com/biojava/biojava-tutorial" class="button">Tutorial</a>
10379
</li>
10480
<li class="icon fa-rocket">
105-
<h3>Cookbook</h3>
106-
<p>The Cookbook provides simple coding recipes that follow a "How do I ..." approach.</p>
107-
<a href="http://biojava.org/wiki/BioJava:CookBook4.0/" class="button">Cookbook</a>
81+
<h3>CookBook</h3>
82+
<p>The Cookbook provides simple coding recipes to common bioinformatics problems using BioJava.</p>
83+
<a href="wiki/BioJava%3ACookBook4.0" class="button">Cookbook</a>
10884
</li>
10985
<li class="icon fa-code">
11086
<h3>Javadoc API</h3>
111-
<p>The Javadocs for the current BioJava release</p>
87+
<p>The Javadocs for the current BioJava {{site.release.version}} release.</p>
11288
<a href="docs/api" class="button">Javadoc API</a></br>
11389

11490
</li>
11591
<li class="icon fa-globe">
116-
<h3>Current release: {{ site.release.version }}</h3>
117-
<p>BioJava is available from Maven Central</p>
92+
<h3>Release {{ site.release.version }}</h3>
93+
<p>BioJava is available from Maven Central.</p>
94+
<a href="https://mvnrepository.com/artifact/org.biojava" class="button">Maven Central</a></br>
11895
</li>
11996
<li class="icon fa-heart-o">
12097
<h3>Wiki</h3>
@@ -123,7 +100,7 @@ <h3>Wiki</h3>
123100
</li>
124101
<li class="icon fa-flag-o">
125102
<h3>Legacy Javadoc API</h3>
126-
<p>The Javadocs for legacy 1.x BioJava.</p>
103+
<p>The Javadocs for BioJava legacy 1.x versions.</p>
127104
<a href="docs/api1.9.1/" class="button">View 1.9.1 API</a>
128105
</li>
129106
</ul>
@@ -134,12 +111,12 @@ <h3>Legacy Javadoc API</h3>
134111
<section id="cta" class="wrapper style4">
135112
<div class="inner">
136113
<header>
137-
<h2><img src="/images/logo/logo_favicon_65.png" style="vertical-align:middle"/> Learn More</h2>
138-
<p>Here a couple of pointers for how to get started</p>
114+
<h2><img src="/images/logo/logo_favicon_250.png" height="60" style="vertical-align:middle"/> Learn More</h2>
115+
<p>Here a couple of pointers to get you started</p>
139116
</header>
140117
<ul class="actions vertical">
141-
<li><a href="wiki/Get_source/" class="button fit special">Get the Code</a></li>
142-
<li><a href="wiki/BioJava:GetStarted/" class="button fit">Get Started</a></li>
118+
<li><a href="wiki/BioJava%3AGetStarted" class="button fit special">Get started</a></li>
119+
<li><a href="https://github.com/biojava/biojava" class="button fit">Get the source</a></li>
143120
</ul>
144121
</div>
145122
</section>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy