Skip to content

Commit

Permalink
Short description added #12
Browse files Browse the repository at this point in the history
  • Loading branch information
zakharc authored Jul 2, 2018
1 parent 8132dc4 commit dd3971b
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# SBTabEditor
# SBTabEditor<sup>0.1.1</sup>
<img align="right" src="src/main/resources/de/sbtab/view/Icon_256.png"/>

**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. <br>To store and distribute computer models of biological systems, it
was necessary<br> 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<br> 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.
Expand All @@ -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)

0 comments on commit dd3971b

Please sign in to comment.