5
5
< section id ="banner ">
6
6
< div class ="inner ">
7
7
< h2 > {{ site.title }}</ h2 >
8
- < p > {{ site.description | markdownify }}</ p >
8
+ < p > {{ site.description | markdownify }}</ p > < br >
9
9
< 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 >
11
11
</ ul >
12
12
</ div >
13
13
< a href ="#one " class ="more scrolly "> Learn More</ a >
@@ -17,57 +17,34 @@ <h2>{{ site.title }}</h2>
17
17
< section id ="one " class ="wrapper style1 special ">
18
18
< div class ="inner ">
19
19
< 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 >
25
23
</ 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 >
31
24
</ div >
32
25
</ section >
33
26
34
27
<!-- Two -->
35
28
< section id ="two " class ="wrapper alt style2 ">
36
29
< section class ="spotlight ">
37
30
< 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 >
47
33
48
34
</ div >
49
35
</ section >
50
36
< section class ="spotlight ">
51
37
< 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 >
60
40
</ div >
61
41
</ section >
62
42
< section class ="spotlight ">
63
43
< div class ="image "> < img src ="images/1ihm.png " alt ="" /> </ div > < div class ="content ">
64
44
< h2 > Please cite< br />
65
45
</ h2 >
66
- < p >
67
- {% capture my-citation %}{% include citation.md %}{% endcapture %}
46
+ {% capture my-citation %}{% include citation-2012.md %}{% endcapture %}
68
47
{{ my-citation | markdownify }}
69
-
70
- </ p >
71
48
</ div >
72
49
</ section >
73
50
</ section >
@@ -76,19 +53,18 @@ <h2>Please cite<br />
76
53
< section id ="three " class ="wrapper style1 special ">
77
54
< div class ="inner ">
78
55
< header class ="major ">
79
- < h2 > Mailing list </ h2 >
56
+ < h2 > Get in touch </ h2 >
80
57
< 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!
82
61
</ p >
83
62
</ header >
84
63
< 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 >
92
68
93
69
</ div >
94
70
</ section >
@@ -98,23 +74,24 @@ <h2>Mailing list</h2>
98
74
< ul class ="features ">
99
75
< li class ="icon fa-graduation-cap ">
100
76
< 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 >
103
79
</ li >
104
80
< 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 >
108
84
</ li >
109
85
< li class ="icon fa-code ">
110
86
< 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 >
112
88
< a href ="docs/api " class ="button "> Javadoc API</ a > </ br >
113
89
114
90
</ li >
115
91
< 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 >
118
95
</ li >
119
96
< li class ="icon fa-heart-o ">
120
97
< h3 > Wiki</ h3 >
@@ -123,7 +100,7 @@ <h3>Wiki</h3>
123
100
</ li >
124
101
< li class ="icon fa-flag-o ">
125
102
< 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 >
127
104
< a href ="docs/api1.9.1/ " class ="button "> View 1.9.1 API</ a >
128
105
</ li >
129
106
</ ul >
@@ -134,12 +111,12 @@ <h3>Legacy Javadoc API</h3>
134
111
< section id ="cta " class ="wrapper style4 ">
135
112
< div class ="inner ">
136
113
< 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 >
139
116
</ header >
140
117
< 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 >
143
120
</ ul >
144
121
</ div >
145
122
</ section >
0 commit comments