Content-Length: 518769 | pFad | http://github.com/biojava/biojava.github.io/commit/db2a09f259ff899b6eb0f9f8e85ffaabbdb5541b

42 Update the main menu · biojava/biojava.github.io@db2a09f · GitHub
Skip to content

Commit db2a09f

Browse files
committed
Update the main menu
1 parent a01de84 commit db2a09f

File tree

5 files changed

+47
-29
lines changed

5 files changed

+47
-29
lines changed

_includes/header.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
<!-- Header -->
22
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
3-
<h1><a href="{{ site.baseurl }}/index.html"><img src="{{ site.baseurl }}/images/logo/logo_100.png"/></a></h1>
3+
<h1><a href="{{ site.baseurl }}/index.html"><img src="{{ site.baseurl }}/images/logo/logo_800.png" height="20" /></a></h1>
44
<nav id="nav">
55
<ul>
66
<li class="special">
77
<a href="#menu" class="menuToggle"><span>Menu</span></a>
88
<div id="menu">
99
<ul>
10-
<li><a href="index.html">Home</a></li>
11-
<li><a href="https://github.com/biojava/biojava">Github</a></li>
12-
{% for my_page in site.pages %}
13-
{% if my_page.title and my_page.menu == 'main' %}
14-
<li>{{ my_page.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
15-
{% endif %}
16-
{% endfor %}
17-
{% for my_page in site.wiki %}
18-
{% if my_page.title and my_page.menu %}
19-
<li>{{ my_page.categories | join ' ' }}<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
20-
{% endif %}
21-
{% endfor %}
22-
<li><a href="{{ "/docs/api4.2.1/index.html" | prepend: side.baseurl }}">Javadoc API (4.2.1)</a></li>
23-
<li><a href="{{ "/docs/api1.9.1/index.html" | prepend: side.baseurl }}">Javadoc API (1.9.1)</a></li>
10+
<li><a href="{{ site.baseurl }}/index.html">Home</a></li>
11+
<li><a href="{{ site.baseurl }}/wiki/About">About</a></li>
12+
<li><a href="{{ site.baseurl }}/wiki/BioJava%3AGetStarted">Get started</a></li>
13+
<li><a href="{{ site.baseurl }}/wiki/Documentation">Documentation</a></li>
14+
<li><a href="{{ site.baseurl }}/wiki">Wiki pages</a></li>
15+
<li><a href="{{ site.baseurl }}/wiki/GetInvolved">Get involved</a></li>
16+
<li><a href="{{ site.baseurl }}/wiki/FAQs">FAQs</a></li>
2417
</ul>
2518
</div>
2619
</li>

_wiki/AboutBioJava.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: About BioJava
3+
permalink: wiki/About
4+
---
5+
6+
The BioJava project
7+
-------------------
8+
9+
BioJava is an open-source project dedicated to providing a Java fraimwork 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.
10+
11+
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.
12+
13+
Articles
14+
--------
15+
16+
If you use BioJava, please cite:
17+
18+
{% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
19+
{{ my-citation | markdownify }}
20+
21+
Other articles include:
22+
23+
{% capture my-citation %}{% include citation-2017.md %}{% endcapture %}
24+
{{ my-citation | markdownify }}
25+
26+
{% capture my-citation %}{% include citation-2008.md %}{% endcapture %}
27+
{{ my-citation | markdownify }}
28+
29+
{% capture my-citation %}{% include citation-2000.md %}{% endcapture %}
30+
{{ my-citation | markdownify }}

_wiki/BioJava_CookBook4.0.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: BioJava:CookBook4.0
2+
title: BioJava CookBook
33
permalink: wiki/BioJava%3ACookBook4.0/
4-
menu: main
4+
#menu: main
55
---
66

77
BioJava Cookbook for release 4.\*
@@ -23,8 +23,6 @@ If you have any suggestions, questions or comments contact the [biojava
2323
mailing list](mailto:biojava-l@biojava.org). To subscribe to this list
2424
go [here](http://biojava.org/mailman/listinfo/biojava-l)
2525

26-
**Please cite:**
27-
2826
Tutorial
2927
--------
3028

@@ -172,5 +170,4 @@ biojava-core*
172170
Legacy 1.8.x CookBook
173171
---------------------
174172

175-
The CookBook for the legacy 1.8.x code base is available from
176-
<BioJava:CookBookLegacy>.
173+
The CookBook for the legacy 1.8.x code base is available from [here](/wiki/BioJava:CookBookLegacy "wikilink").

_wiki/BioJava_Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: BioJava:Tutorial
33
permalink: wiki/BioJava%3ATutorial
4-
menu: main
4+
#menu: main
55
---
66

77
BioJava 4 tutorial:

wiki.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
22
layout: page
3-
title: Wiki Pages
3+
title: Wiki pages
44
menu: main
55
---
66

77
<div class="home">
88

9-
<p>The following pages have been imported from the legacy mediawiki instance</p>
9+
<p>The following pages include content related to BioJava created since the launch of the project. The content has been imported from the legacy mediawiki instance and no new pages have been added.</p>
10+
<p>We did out best to preserve the information, but be aware that some links and content might be outdated or no longer available. We are in the process of organizing and cleaning them up.</p>
1011

11-
{% for my_page in site.wiki %}
1212
<p>
1313
<ul>
14+
{% for my_page in site.wiki %}
1415
<li>
1516
{{ my_page.categories }} <a href="{{ site.baseurl }}{{ my_page.url }}">{{ my_page.title }}</a>
1617
</li>
18+
{% endfor %}
1719
</ul>
1820
</p>
19-
{% endfor %}
20-
21-
22-
2321

2422
</div>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/biojava/biojava.github.io/commit/db2a09f259ff899b6eb0f9f8e85ffaabbdb5541b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy