JAL-1788 updated docs
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Wed, 15 Jul 2015 13:22:53 +0000 (14:22 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Wed, 15 Jul 2015 13:22:53 +0000 (14:22 +0100)
help/html/features/bioJsonFormat.html

index 341e3e2..a91955b 100644 (file)
  * The Jalview Authors are detailed in the 'AUTHORS' file.
  -->
 <head>
-<title>BioJson-1.0 A JSON File Format</title>
+<title>BioJSON-1.0</title>
 </head>
 <body>
-       <h1>BioJson (version-1.0)</h1>
-       BioJson is a standardise JavaScript Object Notation (JSON) format for exchange of Bio-informatics Sequence Alignment data.      
-       BioJSon-1.0 schema/documentation is available <a href="http://www.jalview.org/builds/develop/examples/biojson-doc/">here</a>.
-       You can keep up to date with BioJson development and latest news <a href="https://github.com/jalview/biojson/wiki">here</a>.
+       <h1>BioJSON</h1>
+       BioJSON is a standardise JavaScript Object Notation (JSON) format for exchange of Bio-informatics Sequence Alignment data.      
+       BioJSON-1.0 schema/documentation is available at <a href="#">http://www.jalview.org/builds/develop/examples/biojson-doc/</a>.
+       You can keep up to date with BioJSON development and latest news at <a href="#">https://github.com/jalview/biojson/wiki</a>.
        
        <h2>Features supported</h2>
-       Export/Import of the following alignment elements are supported in BioJson-1.0:
+       Export/Import of the following alignment elements are supported in BioJSON-1.0:
        <ul>
-               <li>Alignment Sequences</li>
-               <li>Alignment Features</li>
                <li>Alignment Annotations</li>
-               <li>Sequence Groups</li>
+               <li>Alignment Features</li>
+               <li>Alignment Sequences</li>
                <li>Color Scheme</li>
-               <li>Hidden Sequences</li>
                <li>Hidden Columns</li>
+               <li>Hidden Sequences</li>
+               <li>Sequence Groups</li>
        </ul>
 
        <h2>Features not yet supported</h2>
-       Export/Import of the following alignment elements are not supported in BioJson-1.0:
+       Export/Import of the following alignment elements are not supported in BioJSON-1.0:
        <ul>
                <li>Reference sequence</li>
                <li>Representative sequence</li>