From dd3971be26c46d9ca6403008f2a766679eda343b Mon Sep 17 00:00:00 2001 From: Mykola Zakharchuk Date: Mon, 2 Jul 2018 16:25:42 +0200 Subject: [PATCH] Short description added #12 --- README.md | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 359a786..be3f459 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,29 @@ -# SBTabEditor +# SBTabEditor0.1.1 + + +**Free, open-source application to help you read, write, manipulate and validate SBML files** The available information about biological systems increased strongly in the last decade and will -increase further as more advanced methods are developed. To store and distribute computer models of biological systems, it -was necessary to develop consistent data formats to store this information about an organism and +increase further as more advanced methods are developed.
To store and distribute computer models of biological systems, it +was necessary
to develop consistent data formats to store this information about an organism and the corresponding biochemical networks. One widely used format for this task is Systems Biology Markup Language ([SBML](http://sbml.org)). However, this data format is not suitable for editing large -amounts of data. For this reason the table based data format SBtab was developed, up until now +amounts of data. For this reason the table based data
format SBtab was developed, up until now there is no proper editor designed explicitly for SBtab, the aim of this project solves this problem by developing an extensible editor which can read, write and save SBtab and SBML data and display them in table form. +___________________________________________________________________________________________________________ +## Authors +[Franziska Daumueller](https://github.com/FranziskaDaumueller), +[Granit Guri](https://github.com/GranitGuri), +[Melina Maier](https://github.com/MelinaMaier), +[Anton Rabe](https://github.com/AntonJuliusRabe), +[Julian Wanner](https://github.com/JuliWanner), +[Mykola Zakharchuk](https://github.com/zakharc) + +Supervisor: +[Dr. Andreas Draeger](https://github.com/draeger) ## How to start In order to run JavaFX application, a valid JRE 8+ needed. @@ -28,13 +42,7 @@ To create os-specific launcher/installer, call `mvn jfx:native`. Target folder: Running process is platform specific. Example `./sbmltab-x.x.x` (running on Unix-like system) -## Authors -Franziska Daumueller, -Granit Guri, -[Melina Maier](https://github.com/MelinaMaier), -[Anton Rabe](https://github.com/AntonJuliusRabe), -[Julian Wanner](https://github.com/JuliWanner), -[Mykola Zakharchuk](https://github.com/zakharc) +## Third-party libraries, which we are using: + +[JSBML](https://github.com/sbmlteam/jsbml) -Supervisor: -[Dr. Andreas Draeger](https://github.com/draeger)