Skip to content

Commit fb6c214

Browse files
committed
Fix small issues and update citation
1 parent ffeaf16 commit fb6c214

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Site settings
55
title: BioJava
6-
description: The open-source Java framework for bioinformatics
6+
description: The open-source Java library for bioinformatics
77
owner: BioJava
88
first_published: 2000
99
email: biojava-l@biojava.org
@@ -68,7 +68,7 @@ kramdown:
6868

6969
# Release settings
7070
release:
71-
version: 5.0.0
71+
version: 5.2.0
7272
legacy: 1.9.1
7373

7474
collections:

_wiki/AboutBioJava.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: wiki/About
66
The BioJava project
77
-------------------
88

9-
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of biological sequences and 3D structures. The main goal of the project is to facilitate rapid application development for bioinformatics.
9+
BioJava is an open-source project dedicated to providing a Java library for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of biological sequences and 3D structures. The main goal of the project is to facilitate rapid application development for bioinformatics.
1010

1111
We have a <a href="https://wikipedia.org/wiki/BioJava">Wikipedia page</a> (of course!) in case you would like to know more about the project.
1212

@@ -15,14 +15,17 @@ Articles
1515

1616
If you use BioJava, please cite:
1717

18-
{% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
18+
{% capture my-citation %}{% include citation-2019.md %}{% endcapture %}
1919
{{ my-citation | markdownify }}
2020

2121
Other articles include:
2222

2323
{% capture my-citation %}{% include citation-2017.md %}{% endcapture %}
2424
{{ my-citation | markdownify }}
2525

26+
{% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
27+
{{ my-citation | markdownify }}
28+
2629
{% capture my-citation %}{% include citation-2008.md %}{% endcapture %}
2730
{{ my-citation | markdownify }}
2831

_wiki/BioJava_GetStarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ consult your Java vendor.
6666

6767
You can now compile and run BioJava programs using the *javac* and
6868
*java* commands. You might like to look at the developer section on the
69-
[Main page](http://www.biojava.org/wiki/Main_Page) for documentation,
69+
[Main page](http://www.biojava.org) for documentation,
7070
cookbook and tutorials. Finally, you can learn a lot about BioJava by
7171
trying the demo programs included in the source distribution (see
7272
below).
@@ -77,4 +77,4 @@ Building your own
7777
If you want to modify BioJava, you can clone or fork the GitHub repository or obtain the source code from any of the previous releases from the [releases page](https://github.com/biojava/biojava/releases).
7878
Source releases are distributed in .tar.gz format.
7979

80-
If you think your modifications can benefit others do not hesitate to submit a [pull request on GitHub](https://github.com/biojava/biojava/pulls). We always welcome new contributions. Here is how you can [get involved]({{site.baseurl}}/getinvolved.html).
80+
If you think your modifications can benefit others do not hesitate to submit a [pull request on GitHub](https://github.com/biojava/biojava/pulls). We always welcome new contributions. Here is how you can [get involved](GetInvolved).

_wiki/FAQs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ permalink: wiki/FAQs
55

66
**Q: Which macromolecular structure formats does BioJava support?**
77
A: Currently BioJava supports parsing macromolecular structures in [PDB](https://www.rcsb.org/pdb/static.do?p=file_formats/pdb/index.html), [MMCIF](https://www.rcsb.org/pdb/static.do?p=file_formats/mmcif/index.html) and, as of version 5+, [MMTF](http://mmtf.rcsb.org/).
8-
The library also allows conversion between the formats through the same internal representation as `Structure` objects.
8+
The library also allows conversion between the formats through the same internal representation as `Structure` objects.
99

1010
**Q: How often are new versions of BioJava released?**
1111
A: There is not a fixed schedule for BioJava releases. Minor versions are released when there are important bug fixes to include, and as a fact we have released two major versions in the last six years.
1212

1313
**Q: I love the library, how can I support you?**
14-
A: Thanks! We are simple people, so just consider giving us a star in the [GitHub repository](https://github.com/biojava/biojava/stargazers) and [citing the project]({{site.baseurl}}/about.html) if it was useful in your research.
14+
A: Thanks! We are simple people, so just consider giving us a star in the [GitHub repository](https://github.com/biojava/biojava/stargazers) and [citing one of our publications](About) if it was useful in your research.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>{{ site.title }}</h2>
1919
<header class="major">
2020
<h2>Open source</h2>
2121
<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>
22+
<a href="https://github.com/biojava/biojava" class="button">GitHub project</a>
2323
</header>
2424
</div>
2525
</section>
@@ -43,7 +43,7 @@ <h2>Biological sequences</h2>
4343
<div class="image"><img src="images/1ihm.png" alt="" /></div><div class="content">
4444
<h2>Please cite<br />
4545
</h2>
46-
{% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
46+
{% capture my-citation %}{% include citation-2019.md %}{% endcapture %}
4747
{{ my-citation | markdownify }}
4848
</div>
4949
</section>
@@ -116,7 +116,7 @@ <h2><img src="/images/logo/logo_favicon_250.png" height="60" style="vertical-ali
116116
</header>
117117
<ul class="actions vertical">
118118
<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>
119+
<li><a href="https://github.com/biojava/biojava" class="button fit">Source code</a></li>
120120
</ul>
121121
</div>
122122
</section>

0 commit comments

Comments
 (0)